-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgrammingChallenge.sln
31 lines (31 loc) · 1.51 KB
/
ProgrammingChallenge.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Util", "Util\Util.csproj", "{C6967101-8C91-46C6-A206-E2FD3358577A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UI", "UI\UI.csproj", "{BEC2D848-C42F-4F06-BD60-6723C7538F10}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6967101-8C91-46C6-A206-E2FD3358577A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6967101-8C91-46C6-A206-E2FD3358577A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6967101-8C91-46C6-A206-E2FD3358577A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6967101-8C91-46C6-A206-E2FD3358577A}.Release|Any CPU.Build.0 = Release|Any CPU
{BEC2D848-C42F-4F06-BD60-6723C7538F10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEC2D848-C42F-4F06-BD60-6723C7538F10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEC2D848-C42F-4F06-BD60-6723C7538F10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEC2D848-C42F-4F06-BD60-6723C7538F10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {972B9D25-7977-436D-92D6-286E3FCC3190}
EndGlobalSection
EndGlobal