forked from Xyaneon/Xyaneon.Games.Cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXyaneon.Games.Cards.sln
38 lines (38 loc) · 1.89 KB
/
Xyaneon.Games.Cards.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xyaneon.Games.Cards", "Xyaneon.Games.Cards\Xyaneon.Games.Cards.csproj", "{4A4086C7-E0E0-400F-B929-1C42A0F4EC0A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xyaneon.Games.Cards.Test", "Xyaneon.Games.Cards.Test\Xyaneon.Games.Cards.Test.csproj", "{CA0AB991-4CA2-4152-B99B-FC6C9A3AF972}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FEB18D98-6E07-4C54-AD58-0B3E19BD4C5F}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A4086C7-E0E0-400F-B929-1C42A0F4EC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A4086C7-E0E0-400F-B929-1C42A0F4EC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A4086C7-E0E0-400F-B929-1C42A0F4EC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A4086C7-E0E0-400F-B929-1C42A0F4EC0A}.Release|Any CPU.Build.0 = Release|Any CPU
{CA0AB991-4CA2-4152-B99B-FC6C9A3AF972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA0AB991-4CA2-4152-B99B-FC6C9A3AF972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA0AB991-4CA2-4152-B99B-FC6C9A3AF972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA0AB991-4CA2-4152-B99B-FC6C9A3AF972}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDFBA3A2-2BEC-4E76-8218-66EF6C7DA0CC}
EndGlobalSection
EndGlobal