-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathBlazingCoffee.sln
38 lines (38 loc) · 2.15 KB
/
BlazingCoffee.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30028.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazingCoffee.Server", "BlazingCoffee\Server\BlazingCoffee.Server.csproj", "{2E56965E-5769-466A-9E51-4F25F7C00684}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazingCoffee.Client", "BlazingCoffee\Client\BlazingCoffee.Client.csproj", "{08F45D46-E3F7-4817-AA20-B866768E6AED}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazingCoffee.Shared", "BlazingCoffee\Shared\BlazingCoffee.Shared.csproj", "{7BD11E7E-010D-4025-BA35-EB46B2D6FA83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2E56965E-5769-466A-9E51-4F25F7C00684}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E56965E-5769-466A-9E51-4F25F7C00684}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E56965E-5769-466A-9E51-4F25F7C00684}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E56965E-5769-466A-9E51-4F25F7C00684}.Release|Any CPU.Build.0 = Release|Any CPU
{08F45D46-E3F7-4817-AA20-B866768E6AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08F45D46-E3F7-4817-AA20-B866768E6AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08F45D46-E3F7-4817-AA20-B866768E6AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08F45D46-E3F7-4817-AA20-B866768E6AED}.Release|Any CPU.Build.0 = Release|Any CPU
{7BD11E7E-010D-4025-BA35-EB46B2D6FA83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BD11E7E-010D-4025-BA35-EB46B2D6FA83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BD11E7E-010D-4025-BA35-EB46B2D6FA83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BD11E7E-010D-4025-BA35-EB46B2D6FA83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76189520-AA6D-4932-9B9C-908171584431}
RESX_AutoCreateNewLanguageFiles = False
EndGlobalSection
EndGlobal