-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWpfApp.sln
40 lines (40 loc) · 1.8 KB
/
WpfApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChessGame", "WpfApp\ChessGame.csproj", "{070569DF-2A48-46CA-861D-FE62DC59AAE7}"
ProjectSection(ProjectDependencies) = postProject
{8A30C88E-F969-4645-9171-4D1A2C0AA513} = {8A30C88E-F969-4645-9171-4D1A2C0AA513}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DecisionTree", "DecisionTree\DecisionTree.vcxproj", "{8A30C88E-F969-4645-9171-4D1A2C0AA513}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{070569DF-2A48-46CA-861D-FE62DC59AAE7}.Debug|x64.ActiveCfg = Debug|x64
{070569DF-2A48-46CA-861D-FE62DC59AAE7}.Debug|x64.Build.0 = Debug|x64
{070569DF-2A48-46CA-861D-FE62DC59AAE7}.Release|x64.ActiveCfg = Release|x64
{070569DF-2A48-46CA-861D-FE62DC59AAE7}.Release|x64.Build.0 = Release|x64
{8A30C88E-F969-4645-9171-4D1A2C0AA513}.Debug|x64.ActiveCfg = Debug|x64
{8A30C88E-F969-4645-9171-4D1A2C0AA513}.Debug|x64.Build.0 = Debug|x64
{8A30C88E-F969-4645-9171-4D1A2C0AA513}.Release|x64.ActiveCfg = Release|x64
{8A30C88E-F969-4645-9171-4D1A2C0AA513}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E35D6ADC-98F6-40C4-A718-87A1A3BDE29A}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal