-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blazee.sln
37 lines (37 loc) · 2.04 KB
/
Blazee.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.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazee.Server", "Blazee\Server\Blazee.Server.csproj", "{383505FF-DF53-4E37-A28E-D571CD0F16CF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazee.Client", "Blazee\Client\Blazee.Client.csproj", "{AA44E96B-6D80-427B-AA5A-D57E255A7AED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blazee.Shared", "Blazee\Shared\Blazee.Shared.csproj", "{8716A3BC-5825-4F3D-BC7E-6BB1C429FA3A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{383505FF-DF53-4E37-A28E-D571CD0F16CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{383505FF-DF53-4E37-A28E-D571CD0F16CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{383505FF-DF53-4E37-A28E-D571CD0F16CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{383505FF-DF53-4E37-A28E-D571CD0F16CF}.Release|Any CPU.Build.0 = Release|Any CPU
{AA44E96B-6D80-427B-AA5A-D57E255A7AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA44E96B-6D80-427B-AA5A-D57E255A7AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA44E96B-6D80-427B-AA5A-D57E255A7AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA44E96B-6D80-427B-AA5A-D57E255A7AED}.Release|Any CPU.Build.0 = Release|Any CPU
{8716A3BC-5825-4F3D-BC7E-6BB1C429FA3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8716A3BC-5825-4F3D-BC7E-6BB1C429FA3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8716A3BC-5825-4F3D-BC7E-6BB1C429FA3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8716A3BC-5825-4F3D-BC7E-6BB1C429FA3A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FCE9280-1796-4817-8301-6AD42BE0452D}
EndGlobalSection
EndGlobal