-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNETProject.sln
More file actions
38 lines (38 loc) · 2.27 KB
/
NETProject.sln
File metadata and controls
38 lines (38 loc) · 2.27 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{1D343D19-2D7F-4A55-BE4B-DCE088950C40}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApplication", "TestApplication\TestApplication.csproj", "{2F239EF8-A1F4-4853-B997-88533ADA4584}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{111887E0-6B55-42F0-8258-9ADFCABE0432}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.UnitTest", "Core.UnitTest\Core.UnitTest.csproj", "{EB03542D-E51D-4B60-AE0F-91D4A5BF9997}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D343D19-2D7F-4A55-BE4B-DCE088950C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D343D19-2D7F-4A55-BE4B-DCE088950C40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D343D19-2D7F-4A55-BE4B-DCE088950C40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D343D19-2D7F-4A55-BE4B-DCE088950C40}.Release|Any CPU.Build.0 = Release|Any CPU
{2F239EF8-A1F4-4853-B997-88533ADA4584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F239EF8-A1F4-4853-B997-88533ADA4584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F239EF8-A1F4-4853-B997-88533ADA4584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F239EF8-A1F4-4853-B997-88533ADA4584}.Release|Any CPU.Build.0 = Release|Any CPU
{111887E0-6B55-42F0-8258-9ADFCABE0432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{111887E0-6B55-42F0-8258-9ADFCABE0432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{111887E0-6B55-42F0-8258-9ADFCABE0432}.Release|Any CPU.ActiveCfg = Release|Any CPU
{111887E0-6B55-42F0-8258-9ADFCABE0432}.Release|Any CPU.Build.0 = Release|Any CPU
{EB03542D-E51D-4B60-AE0F-91D4A5BF9997}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB03542D-E51D-4B60-AE0F-91D4A5BF9997}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB03542D-E51D-4B60-AE0F-91D4A5BF9997}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB03542D-E51D-4B60-AE0F-91D4A5BF9997}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal