-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeckShuffler.sln
30 lines (30 loc) · 1.32 KB
/
DeckShuffler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeckShuffler", "DeckShuffler\DeckShuffler.csproj", "{E4F9F9DE-92AA-46C3-89FD-095B2CAA4ADE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C7CAC1D6-7DC1-4916-A785-38CFC43A0D2A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4F9F9DE-92AA-46C3-89FD-095B2CAA4ADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4F9F9DE-92AA-46C3-89FD-095B2CAA4ADE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4F9F9DE-92AA-46C3-89FD-095B2CAA4ADE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4F9F9DE-92AA-46C3-89FD-095B2CAA4ADE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4898179D-18B6-48CA-8CCB-180E77B2EAC8}
EndGlobalSection
EndGlobal