-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNCD.sln
52 lines (52 loc) · 3.1 KB
/
NCD.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCD", "NCD\NCD.csproj", "{53A01F8D-6E16-451B-99C7-1C53D754E86F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCD.Infrastructure", "NCD.Infrastructure\NCD.Infrastructure.csproj", "{6DE0747C-990A-4E3B-9F7B-D8A974762F44}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCD.Application", "NCD.Application\NCD.Application.csproj", "{0FC0B9CA-9D07-43E8-98FE-3CC3DA1B0FE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0D139112-CB45-4A9F-BECE-47A1877AB25C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{3B1291C4-7CC3-4ECD-928C-0DEDC40211EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E679F844-7FE5-43F8-AC29-317ED727B1DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NCD.UTest", "NCD.UTest\NCD.UTest.csproj", "{600627EB-F2FE-4E0E-B31A-44FBE6F28079}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{53A01F8D-6E16-451B-99C7-1C53D754E86F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53A01F8D-6E16-451B-99C7-1C53D754E86F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53A01F8D-6E16-451B-99C7-1C53D754E86F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53A01F8D-6E16-451B-99C7-1C53D754E86F}.Release|Any CPU.Build.0 = Release|Any CPU
{6DE0747C-990A-4E3B-9F7B-D8A974762F44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DE0747C-990A-4E3B-9F7B-D8A974762F44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DE0747C-990A-4E3B-9F7B-D8A974762F44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DE0747C-990A-4E3B-9F7B-D8A974762F44}.Release|Any CPU.Build.0 = Release|Any CPU
{0FC0B9CA-9D07-43E8-98FE-3CC3DA1B0FE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FC0B9CA-9D07-43E8-98FE-3CC3DA1B0FE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FC0B9CA-9D07-43E8-98FE-3CC3DA1B0FE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FC0B9CA-9D07-43E8-98FE-3CC3DA1B0FE4}.Release|Any CPU.Build.0 = Release|Any CPU
{600627EB-F2FE-4E0E-B31A-44FBE6F28079}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{600627EB-F2FE-4E0E-B31A-44FBE6F28079}.Debug|Any CPU.Build.0 = Debug|Any CPU
{600627EB-F2FE-4E0E-B31A-44FBE6F28079}.Release|Any CPU.ActiveCfg = Release|Any CPU
{600627EB-F2FE-4E0E-B31A-44FBE6F28079}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{53A01F8D-6E16-451B-99C7-1C53D754E86F} = {3B1291C4-7CC3-4ECD-928C-0DEDC40211EF}
{6DE0747C-990A-4E3B-9F7B-D8A974762F44} = {0D139112-CB45-4A9F-BECE-47A1877AB25C}
{0FC0B9CA-9D07-43E8-98FE-3CC3DA1B0FE4} = {0D139112-CB45-4A9F-BECE-47A1877AB25C}
{600627EB-F2FE-4E0E-B31A-44FBE6F28079} = {E679F844-7FE5-43F8-AC29-317ED727B1DC}
EndGlobalSection
EndGlobal