-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDISample.sln
More file actions
37 lines (37 loc) · 2 KB
/
DISample.sln
File metadata and controls
37 lines (37 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DISample", "DISample\DISample.csproj", "{21CCF820-99E3-405F-B340-90021190E274}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Domain", "Domain\Domain.csproj", "{F1925049-2E39-4831-B1BA-8AAFAA08C02B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{4801AD1C-9FEF-43CE-91A4-2989D634DE32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21CCF820-99E3-405F-B340-90021190E274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21CCF820-99E3-405F-B340-90021190E274}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21CCF820-99E3-405F-B340-90021190E274}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21CCF820-99E3-405F-B340-90021190E274}.Release|Any CPU.Build.0 = Release|Any CPU
{F1925049-2E39-4831-B1BA-8AAFAA08C02B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1925049-2E39-4831-B1BA-8AAFAA08C02B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1925049-2E39-4831-B1BA-8AAFAA08C02B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1925049-2E39-4831-B1BA-8AAFAA08C02B}.Release|Any CPU.Build.0 = Release|Any CPU
{4801AD1C-9FEF-43CE-91A4-2989D634DE32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4801AD1C-9FEF-43CE-91A4-2989D634DE32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4801AD1C-9FEF-43CE-91A4-2989D634DE32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4801AD1C-9FEF-43CE-91A4-2989D634DE32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65F57EE7-DB31-402A-B419-3FDCF4DD2A83}
EndGlobalSection
EndGlobal