-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeftCommander.sln
37 lines (37 loc) · 1.97 KB
/
DeftCommander.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 15
VisualStudioVersion = 15.0.27428.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ViewModel", "ViewModel\ViewModel.csproj", "{96A03636-B906-4473-9D78-4D0C47B6A00D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Helpers", "Helpers\Helpers.csproj", "{F26CEBC5-DA1F-4B41-AEC7-2426FB7FE2BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI", "UI\UI.csproj", "{F9A4EF81-72C6-4A87-83EB-787080F5E131}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96A03636-B906-4473-9D78-4D0C47B6A00D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96A03636-B906-4473-9D78-4D0C47B6A00D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96A03636-B906-4473-9D78-4D0C47B6A00D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96A03636-B906-4473-9D78-4D0C47B6A00D}.Release|Any CPU.Build.0 = Release|Any CPU
{F26CEBC5-DA1F-4B41-AEC7-2426FB7FE2BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F26CEBC5-DA1F-4B41-AEC7-2426FB7FE2BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F26CEBC5-DA1F-4B41-AEC7-2426FB7FE2BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F26CEBC5-DA1F-4B41-AEC7-2426FB7FE2BF}.Release|Any CPU.Build.0 = Release|Any CPU
{F9A4EF81-72C6-4A87-83EB-787080F5E131}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9A4EF81-72C6-4A87-83EB-787080F5E131}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9A4EF81-72C6-4A87-83EB-787080F5E131}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9A4EF81-72C6-4A87-83EB-787080F5E131}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E6E9A449-2187-4582-A6ED-E774A9A9C6A3}
EndGlobalSection
EndGlobal