forked from PMudra/ApiCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApiCheck.sln
76 lines (76 loc) · 4.48 KB
/
ApiCheck.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3459CD24-DC82-4C2E-827B-E2F4C765EB65}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiCheck", "ApiCheck\ApiCheck.csproj", "{F49950B4-E611-4270-A3AF-372B58238CE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2551DCB9-50D0-4284-A1D3-6E07763AAB16}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
ApiCheck.nuspec = ApiCheck.nuspec
ApiCheck.snk = ApiCheck.snk
build.bat = build.bat
build.fsx = build.fsx
LICENSE.txt = LICENSE.txt
NOTICE.txt = NOTICE.txt
README.md = README.md
SolutionInfo.cs = SolutionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiCheck.Console", "ApiCheck.Console\ApiCheck.Console.csproj", "{F9C40E89-D2DB-40A6-914B-F1B6A39F32A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiCheck.NUnit", "ApiCheck.NUnit\ApiCheck.NUnit.csproj", "{2581B896-3388-4188-BF02-2A463227646F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiCheck.Test", "ApiCheck.Test\ApiCheck.Test.csproj", "{40720D6A-FA8A-48C5-AF17-9DC65666947D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiCheck.Test.Project", "ApiCheck.Test.Project\ApiCheck.Test.Project.csproj", "{F36CEDC6-9583-4FEB-B7FE-016D0131604A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Version1|Any CPU = Version1|Any CPU
Version2|Any CPU = Version2|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F49950B4-E611-4270-A3AF-372B58238CE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F49950B4-E611-4270-A3AF-372B58238CE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F49950B4-E611-4270-A3AF-372B58238CE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F49950B4-E611-4270-A3AF-372B58238CE4}.Release|Any CPU.Build.0 = Release|Any CPU
{F49950B4-E611-4270-A3AF-372B58238CE4}.Version1|Any CPU.ActiveCfg = Debug|Any CPU
{F49950B4-E611-4270-A3AF-372B58238CE4}.Version2|Any CPU.ActiveCfg = Debug|Any CPU
{F9C40E89-D2DB-40A6-914B-F1B6A39F32A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9C40E89-D2DB-40A6-914B-F1B6A39F32A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9C40E89-D2DB-40A6-914B-F1B6A39F32A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9C40E89-D2DB-40A6-914B-F1B6A39F32A0}.Release|Any CPU.Build.0 = Release|Any CPU
{F9C40E89-D2DB-40A6-914B-F1B6A39F32A0}.Version1|Any CPU.ActiveCfg = Release|Any CPU
{F9C40E89-D2DB-40A6-914B-F1B6A39F32A0}.Version2|Any CPU.ActiveCfg = Release|Any CPU
{2581B896-3388-4188-BF02-2A463227646F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2581B896-3388-4188-BF02-2A463227646F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2581B896-3388-4188-BF02-2A463227646F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2581B896-3388-4188-BF02-2A463227646F}.Release|Any CPU.Build.0 = Release|Any CPU
{2581B896-3388-4188-BF02-2A463227646F}.Version1|Any CPU.ActiveCfg = Release|Any CPU
{2581B896-3388-4188-BF02-2A463227646F}.Version2|Any CPU.ActiveCfg = Release|Any CPU
{40720D6A-FA8A-48C5-AF17-9DC65666947D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40720D6A-FA8A-48C5-AF17-9DC65666947D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40720D6A-FA8A-48C5-AF17-9DC65666947D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40720D6A-FA8A-48C5-AF17-9DC65666947D}.Release|Any CPU.Build.0 = Release|Any CPU
{40720D6A-FA8A-48C5-AF17-9DC65666947D}.Version1|Any CPU.ActiveCfg = Release|Any CPU
{40720D6A-FA8A-48C5-AF17-9DC65666947D}.Version2|Any CPU.ActiveCfg = Release|Any CPU
{F36CEDC6-9583-4FEB-B7FE-016D0131604A}.Debug|Any CPU.ActiveCfg = Version2|Any CPU
{F36CEDC6-9583-4FEB-B7FE-016D0131604A}.Release|Any CPU.ActiveCfg = Version2|Any CPU
{F36CEDC6-9583-4FEB-B7FE-016D0131604A}.Version1|Any CPU.ActiveCfg = Version1|Any CPU
{F36CEDC6-9583-4FEB-B7FE-016D0131604A}.Version1|Any CPU.Build.0 = Version1|Any CPU
{F36CEDC6-9583-4FEB-B7FE-016D0131604A}.Version2|Any CPU.ActiveCfg = Version2|Any CPU
{F36CEDC6-9583-4FEB-B7FE-016D0131604A}.Version2|Any CPU.Build.0 = Version2|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal