forked from dreamfactorysoftware/.net-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDreamFactoryNet.sln
54 lines (54 loc) · 3.06 KB
/
DreamFactoryNet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DreamFactory", "DreamFactory\DreamFactory.csproj", "{FA5911E0-AF52-47EA-AA7A-5222915C36D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DreamFactory.Demo", "DreamFactory.Demo\DreamFactory.Demo.csproj", "{131A8E0B-EDE3-4E03-87CB-2E98F9EB98B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DreamFactory.Tests", "DreamFactory.Tests\DreamFactory.Tests.csproj", "{2389DE39-7798-4FD8-B881-C0179B3992BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EFA53618-8501-42F3-B8A9-CF7A84044FC8}"
ProjectSection(SolutionItems) = preProject
DreamFactoryNet.nuspec = DreamFactoryNet.nuspec
favicon_32x32.png = favicon_32x32.png
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C441D1A5-6444-4465-81B1-A01FBF2D9D38}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DreamFactory.AddressBook", "DreamFactory.AddressBook\DreamFactory.AddressBook.csproj", "{266AD20A-D964-4B4B-B61B-F4DB77AF8602}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA5911E0-AF52-47EA-AA7A-5222915C36D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA5911E0-AF52-47EA-AA7A-5222915C36D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA5911E0-AF52-47EA-AA7A-5222915C36D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA5911E0-AF52-47EA-AA7A-5222915C36D9}.Release|Any CPU.Build.0 = Release|Any CPU
{131A8E0B-EDE3-4E03-87CB-2E98F9EB98B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{131A8E0B-EDE3-4E03-87CB-2E98F9EB98B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{131A8E0B-EDE3-4E03-87CB-2E98F9EB98B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{131A8E0B-EDE3-4E03-87CB-2E98F9EB98B9}.Release|Any CPU.Build.0 = Release|Any CPU
{2389DE39-7798-4FD8-B881-C0179B3992BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2389DE39-7798-4FD8-B881-C0179B3992BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2389DE39-7798-4FD8-B881-C0179B3992BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2389DE39-7798-4FD8-B881-C0179B3992BB}.Release|Any CPU.Build.0 = Release|Any CPU
{266AD20A-D964-4B4B-B61B-F4DB77AF8602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{266AD20A-D964-4B4B-B61B-F4DB77AF8602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{266AD20A-D964-4B4B-B61B-F4DB77AF8602}.Release|Any CPU.ActiveCfg = Release|Any CPU
{266AD20A-D964-4B4B-B61B-F4DB77AF8602}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal