-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNDS.sln
47 lines (47 loc) · 2.72 KB
/
NDS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DA1A7447-B349-43FA-A0AB-976AA5A28D2F}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "NDS.Immutable", "NDS.Immutable\NDS.Immutable.fsproj", "{CD7291D2-7F9C-4528-A984-2D2AC14AFBC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDS", "NDS\NDS.csproj", "{2CDE4E1F-536D-4637-865E-46E9C48E0545}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NDS.Tests", "NDS.Tests\NDS.Tests.csproj", "{25111445-2C45-41D7-97DA-322C96DE40BF}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "NDS.Immutable.Tests", "NDS.Immutable.Tests\NDS.Immutable.Tests.fsproj", "{53D7BCBA-A0BE-41D5-9A00-6ECAFA2671EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CD7291D2-7F9C-4528-A984-2D2AC14AFBC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD7291D2-7F9C-4528-A984-2D2AC14AFBC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD7291D2-7F9C-4528-A984-2D2AC14AFBC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD7291D2-7F9C-4528-A984-2D2AC14AFBC5}.Release|Any CPU.Build.0 = Release|Any CPU
{2CDE4E1F-536D-4637-865E-46E9C48E0545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CDE4E1F-536D-4637-865E-46E9C48E0545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CDE4E1F-536D-4637-865E-46E9C48E0545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CDE4E1F-536D-4637-865E-46E9C48E0545}.Release|Any CPU.Build.0 = Release|Any CPU
{25111445-2C45-41D7-97DA-322C96DE40BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25111445-2C45-41D7-97DA-322C96DE40BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25111445-2C45-41D7-97DA-322C96DE40BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25111445-2C45-41D7-97DA-322C96DE40BF}.Release|Any CPU.Build.0 = Release|Any CPU
{53D7BCBA-A0BE-41D5-9A00-6ECAFA2671EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53D7BCBA-A0BE-41D5-9A00-6ECAFA2671EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53D7BCBA-A0BE-41D5-9A00-6ECAFA2671EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53D7BCBA-A0BE-41D5-9A00-6ECAFA2671EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal