-
Notifications
You must be signed in to change notification settings - Fork 2
/
Contoso.Construction.sln
43 lines (43 loc) · 2.6 KB
/
Contoso.Construction.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31601.41
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.Construction.Client", "Client\Contoso.Construction.Client.csproj", "{B56DC510-95F3-4F00-9EA5-C73A936C8869}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.Construction.Server", "Server\Contoso.Construction.Server.csproj", "{E7872365-BE44-4159-B22E-6F0DD71C8A55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.Construction.Shared", "Shared\Contoso.Construction.Shared.csproj", "{F823328F-3AD9-4D7B-9802-28E665789D7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Contoso.Construction.Tests", "Tests\Contoso.Construction.Tests.csproj", "{D06233A2-4AA3-4EC4-BEB0-FB1C5D224F20}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B56DC510-95F3-4F00-9EA5-C73A936C8869}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B56DC510-95F3-4F00-9EA5-C73A936C8869}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B56DC510-95F3-4F00-9EA5-C73A936C8869}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B56DC510-95F3-4F00-9EA5-C73A936C8869}.Release|Any CPU.Build.0 = Release|Any CPU
{E7872365-BE44-4159-B22E-6F0DD71C8A55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7872365-BE44-4159-B22E-6F0DD71C8A55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7872365-BE44-4159-B22E-6F0DD71C8A55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7872365-BE44-4159-B22E-6F0DD71C8A55}.Release|Any CPU.Build.0 = Release|Any CPU
{F823328F-3AD9-4D7B-9802-28E665789D7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F823328F-3AD9-4D7B-9802-28E665789D7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F823328F-3AD9-4D7B-9802-28E665789D7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F823328F-3AD9-4D7B-9802-28E665789D7E}.Release|Any CPU.Build.0 = Release|Any CPU
{D06233A2-4AA3-4EC4-BEB0-FB1C5D224F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D06233A2-4AA3-4EC4-BEB0-FB1C5D224F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D06233A2-4AA3-4EC4-BEB0-FB1C5D224F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D06233A2-4AA3-4EC4-BEB0-FB1C5D224F20}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96A5D088-A0A1-4DB6-8AB1-6C78F669ACAE}
EndGlobalSection
EndGlobal