-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKitchenApp.sln
37 lines (37 loc) · 2.1 KB
/
KitchenApp.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 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KitchenApp", "KitchenApp\KitchenApp.csproj", "{DC30C762-A733-4C0F-A5E5-EAB712E1088D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KitchenAppUnitTest", "KitchenAppUnitTest\KitchenAppUnitTest.csproj", "{AB039D4D-51BC-4C92-80F3-317C34A78D8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SignalRPushNotification.Server", "SignalRPushNotification.Server\SignalRPushNotification.Server.csproj", "{964C7111-5D5F-4A69-80D2-D31726FFA98F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC30C762-A733-4C0F-A5E5-EAB712E1088D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC30C762-A733-4C0F-A5E5-EAB712E1088D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC30C762-A733-4C0F-A5E5-EAB712E1088D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC30C762-A733-4C0F-A5E5-EAB712E1088D}.Release|Any CPU.Build.0 = Release|Any CPU
{AB039D4D-51BC-4C92-80F3-317C34A78D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB039D4D-51BC-4C92-80F3-317C34A78D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB039D4D-51BC-4C92-80F3-317C34A78D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB039D4D-51BC-4C92-80F3-317C34A78D8B}.Release|Any CPU.Build.0 = Release|Any CPU
{964C7111-5D5F-4A69-80D2-D31726FFA98F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{964C7111-5D5F-4A69-80D2-D31726FFA98F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{964C7111-5D5F-4A69-80D2-D31726FFA98F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{964C7111-5D5F-4A69-80D2-D31726FFA98F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {772F1005-51D1-4FBA-AA25-20A44E90777B}
EndGlobalSection
EndGlobal