forked from nicwise/FreeAgent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FreeAgent.sln
44 lines (44 loc) · 2.12 KB
/
FreeAgent.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{61EE82C6-B07F-4F79-81FD-E028D60D4977}"
ProjectSection(SolutionItems) = preProject
dropnet.nuspec = dropnet.nuspec
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeAgent", "FreeAgent\FreeAgent.csproj", "{A0040768-6B76-4E51-BE49-10CDAD935FDA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{69984D91-CB81-474F-944C-CCCB0D0A4AA1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FreeAgent.Tests", "FreeAgent.Tests\FreeAgent.Tests.csproj", "{6F798A2F-C30D-403C-A8C4-10471EBACC1C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F798A2F-C30D-403C-A8C4-10471EBACC1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F798A2F-C30D-403C-A8C4-10471EBACC1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F798A2F-C30D-403C-A8C4-10471EBACC1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F798A2F-C30D-403C-A8C4-10471EBACC1C}.Release|Any CPU.Build.0 = Release|Any CPU
{A0040768-6B76-4E51-BE49-10CDAD935FDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0040768-6B76-4E51-BE49-10CDAD935FDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0040768-6B76-4E51-BE49-10CDAD935FDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0040768-6B76-4E51-BE49-10CDAD935FDA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = FreeAgent.Tests\FreeAgent.Tests.csproj
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = DropNet.vsmdi
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal