-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndustryFour.sln
37 lines (37 loc) · 2.1 KB
/
IndustryFour.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IndustryFour.Client", "IndustryFour.Client\IndustryFour.Client.csproj", "{52BD586B-911C-4DEC-AF89-69A47C7A4F21}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IndustryFour.Server", "IndustryFour.Server\IndustryFour.Server.csproj", "{6908E6ED-D28B-43C5-8611-61A9F82CCBEF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IndustryFour.Shared", "IndustryFour.Shared\IndustryFour.Shared.csproj", "{6AD73381-DB56-4AA7-AA11-F8BF8B6B0684}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52BD586B-911C-4DEC-AF89-69A47C7A4F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52BD586B-911C-4DEC-AF89-69A47C7A4F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52BD586B-911C-4DEC-AF89-69A47C7A4F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52BD586B-911C-4DEC-AF89-69A47C7A4F21}.Release|Any CPU.Build.0 = Release|Any CPU
{6908E6ED-D28B-43C5-8611-61A9F82CCBEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6908E6ED-D28B-43C5-8611-61A9F82CCBEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6908E6ED-D28B-43C5-8611-61A9F82CCBEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6908E6ED-D28B-43C5-8611-61A9F82CCBEF}.Release|Any CPU.Build.0 = Release|Any CPU
{6AD73381-DB56-4AA7-AA11-F8BF8B6B0684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6AD73381-DB56-4AA7-AA11-F8BF8B6B0684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6AD73381-DB56-4AA7-AA11-F8BF8B6B0684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6AD73381-DB56-4AA7-AA11-F8BF8B6B0684}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB4A10DB-789C-4FDF-B46A-44BB2F5DEC70}
EndGlobalSection
EndGlobal