-
Notifications
You must be signed in to change notification settings - Fork 0
/
DD-WRT_API.sln
42 lines (42 loc) · 2.26 KB
/
DD-WRT_API.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33103.201
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DD-WRT_API", "DD-WRT_API\DD-WRT_API.csproj", "{314B4A3C-3A1F-431A-A11A-1184CC923E90}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DD-WRT-API.Tests", "DD-WRT-API.Tests\DD-WRT-API.Tests.csproj", "{E7C7C8A4-1412-47E3-A6E7-58E10494C827}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DD-WRT_Demo", "DD-WRT_Demo\DD-WRT_Demo.csproj", "{58FFF434-F35D-4B12-9610-52BF3BA02A19}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B4CD826B-0E5C-4BE7-8A1C-3CBD00203A1C}"
ProjectSection(SolutionItems) = preProject
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{314B4A3C-3A1F-431A-A11A-1184CC923E90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{314B4A3C-3A1F-431A-A11A-1184CC923E90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{314B4A3C-3A1F-431A-A11A-1184CC923E90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{314B4A3C-3A1F-431A-A11A-1184CC923E90}.Release|Any CPU.Build.0 = Release|Any CPU
{E7C7C8A4-1412-47E3-A6E7-58E10494C827}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C7C8A4-1412-47E3-A6E7-58E10494C827}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C7C8A4-1412-47E3-A6E7-58E10494C827}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C7C8A4-1412-47E3-A6E7-58E10494C827}.Release|Any CPU.Build.0 = Release|Any CPU
{58FFF434-F35D-4B12-9610-52BF3BA02A19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58FFF434-F35D-4B12-9610-52BF3BA02A19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58FFF434-F35D-4B12-9610-52BF3BA02A19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58FFF434-F35D-4B12-9610-52BF3BA02A19}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AAAFE8F3-DF55-417A-A656-2F0E03CC851E}
EndGlobalSection
EndGlobal