-
Notifications
You must be signed in to change notification settings - Fork 0
/
ByteCuisine.sln
43 lines (43 loc) · 2.54 KB
/
ByteCuisine.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.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteCuisine.Server", "Server\ByteCuisine.Server.csproj", "{468BF94E-6C26-4D6E-95CE-9571D6CB2CF0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteCuisine.Client", "Client\ByteCuisine.Client.csproj", "{AB8142C3-4D0F-4E16-A133-C5F02772D16D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteCuisine.Shared", "Shared\ByteCuisine.Shared.csproj", "{0CF00A3A-91E8-4371-8544-D8840BAF1DAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteCuisine.Tests", "ByteCuisine.Tests\ByteCuisine.Tests.csproj", "{6414FD6A-7959-4F29-A284-F6A1373DBD1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{468BF94E-6C26-4D6E-95CE-9571D6CB2CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{468BF94E-6C26-4D6E-95CE-9571D6CB2CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{468BF94E-6C26-4D6E-95CE-9571D6CB2CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{468BF94E-6C26-4D6E-95CE-9571D6CB2CF0}.Release|Any CPU.Build.0 = Release|Any CPU
{AB8142C3-4D0F-4E16-A133-C5F02772D16D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB8142C3-4D0F-4E16-A133-C5F02772D16D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB8142C3-4D0F-4E16-A133-C5F02772D16D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB8142C3-4D0F-4E16-A133-C5F02772D16D}.Release|Any CPU.Build.0 = Release|Any CPU
{0CF00A3A-91E8-4371-8544-D8840BAF1DAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CF00A3A-91E8-4371-8544-D8840BAF1DAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CF00A3A-91E8-4371-8544-D8840BAF1DAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CF00A3A-91E8-4371-8544-D8840BAF1DAE}.Release|Any CPU.Build.0 = Release|Any CPU
{6414FD6A-7959-4F29-A284-F6A1373DBD1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6414FD6A-7959-4F29-A284-F6A1373DBD1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6414FD6A-7959-4F29-A284-F6A1373DBD1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6414FD6A-7959-4F29-A284-F6A1373DBD1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E672949D-7BDB-4EC2-82FB-E3D2FE2333BA}
EndGlobalSection
EndGlobal