This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWaiter-WPF.sln
56 lines (56 loc) · 3.34 KB
/
Waiter-WPF.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
44
45
46
47
48
49
50
51
52
53
54
55
56
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}") = "Waiter", "Waiter\Waiter.csproj", "{F49D5304-B566-44A9-B367-3FFCA69D8FBC}"
ProjectSection(ProjectDependencies) = postProject
{67F3AF04-BDDC-4E40-8481-B44953F61053} = {67F3AF04-BDDC-4E40-8481-B44953F61053}
{96DB9CB6-9D0B-4BC6-9EBA-773F717A59C2} = {96DB9CB6-9D0B-4BC6-9EBA-773F717A59C2}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wpf.Ui.Ext300", "Wpf.Ui.Ext300\Wpf.Ui.Ext300.csproj", "{67F3AF04-BDDC-4E40-8481-B44953F61053}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Waiter.Core", "Waiter.Core\Waiter.Core.csproj", "{96DB9CB6-9D0B-4BC6-9EBA-773F717A59C2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commander", "Commander\Commander.csproj", "{51A348A3-7204-4D96-A8E4-EADEAD4D4610}"
ProjectSection(ProjectDependencies) = postProject
{8C9F7E76-C575-4C28-9BF7-139C40AC5149} = {8C9F7E76-C575-4C28-9BF7-139C40AC5149}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Commander.Core", "Commander.Core\Commander.Core.csproj", "{8C9F7E76-C575-4C28-9BF7-139C40AC5149}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F49D5304-B566-44A9-B367-3FFCA69D8FBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F49D5304-B566-44A9-B367-3FFCA69D8FBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F49D5304-B566-44A9-B367-3FFCA69D8FBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F49D5304-B566-44A9-B367-3FFCA69D8FBC}.Release|Any CPU.Build.0 = Release|Any CPU
{67F3AF04-BDDC-4E40-8481-B44953F61053}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67F3AF04-BDDC-4E40-8481-B44953F61053}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67F3AF04-BDDC-4E40-8481-B44953F61053}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67F3AF04-BDDC-4E40-8481-B44953F61053}.Release|Any CPU.Build.0 = Release|Any CPU
{96DB9CB6-9D0B-4BC6-9EBA-773F717A59C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96DB9CB6-9D0B-4BC6-9EBA-773F717A59C2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96DB9CB6-9D0B-4BC6-9EBA-773F717A59C2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96DB9CB6-9D0B-4BC6-9EBA-773F717A59C2}.Release|Any CPU.Build.0 = Release|Any CPU
{51A348A3-7204-4D96-A8E4-EADEAD4D4610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51A348A3-7204-4D96-A8E4-EADEAD4D4610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51A348A3-7204-4D96-A8E4-EADEAD4D4610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51A348A3-7204-4D96-A8E4-EADEAD4D4610}.Release|Any CPU.Build.0 = Release|Any CPU
{8C9F7E76-C575-4C28-9BF7-139C40AC5149}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C9F7E76-C575-4C28-9BF7-139C40AC5149}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C9F7E76-C575-4C28-9BF7-139C40AC5149}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C9F7E76-C575-4C28-9BF7-139C40AC5149}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49FFC7F1-0A76-4390-9163-ACF5D24D8968}
EndGlobalSection
EndGlobal