-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNurfl.sln
32 lines (32 loc) · 1.79 KB
/
Nurfl.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nurfl.Core", "Core\Nurfl.Core.csproj", "{4D0F406E-DB9D-47ED-BA49-9F7B48820507}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{DF41FC6A-B500-42F9-8038-B8B2A3BB33F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples", "Examples\Examples.csproj", "{D905631A-36CD-45E7-8ADB-98CB66C2423C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D0F406E-DB9D-47ED-BA49-9F7B48820507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D0F406E-DB9D-47ED-BA49-9F7B48820507}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D0F406E-DB9D-47ED-BA49-9F7B48820507}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D0F406E-DB9D-47ED-BA49-9F7B48820507}.Release|Any CPU.Build.0 = Release|Any CPU
{DF41FC6A-B500-42F9-8038-B8B2A3BB33F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF41FC6A-B500-42F9-8038-B8B2A3BB33F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF41FC6A-B500-42F9-8038-B8B2A3BB33F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF41FC6A-B500-42F9-8038-B8B2A3BB33F0}.Release|Any CPU.Build.0 = Release|Any CPU
{D905631A-36CD-45E7-8ADB-98CB66C2423C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D905631A-36CD-45E7-8ADB-98CB66C2423C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D905631A-36CD-45E7-8ADB-98CB66C2423C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D905631A-36CD-45E7-8ADB-98CB66C2423C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal