This repository has been archived by the owner on Jul 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CardSharp.sln
41 lines (41 loc) · 2.36 KB
/
CardSharp.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
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardSharp", "CardSharp\CardSharp.csproj", "{90D28A68-F43B-4127-8166-3F54FAC05C6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardSharp.Tests", "CardSharp.Tests\CardSharp.Tests.csproj", "{0AF6659C-8F03-467D-A470-E0B130D12C6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Origind.Card.Game", "Origind.Card.Game\Origind.Card.Game.csproj", "{E88658D4-E429-4D42-9427-7CFD25B2905B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardSharp.GUI", "CardSharp.GUI\CardSharp.GUI.csproj", "{48AFBFAC-C4C5-4ECD-A361-76F82A7B16EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{90D28A68-F43B-4127-8166-3F54FAC05C6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D28A68-F43B-4127-8166-3F54FAC05C6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D28A68-F43B-4127-8166-3F54FAC05C6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D28A68-F43B-4127-8166-3F54FAC05C6A}.Release|Any CPU.Build.0 = Release|Any CPU
{0AF6659C-8F03-467D-A470-E0B130D12C6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AF6659C-8F03-467D-A470-E0B130D12C6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E88658D4-E429-4D42-9427-7CFD25B2905B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E88658D4-E429-4D42-9427-7CFD25B2905B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E88658D4-E429-4D42-9427-7CFD25B2905B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E88658D4-E429-4D42-9427-7CFD25B2905B}.Release|Any CPU.Build.0 = Release|Any CPU
{48AFBFAC-C4C5-4ECD-A361-76F82A7B16EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48AFBFAC-C4C5-4ECD-A361-76F82A7B16EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48AFBFAC-C4C5-4ECD-A361-76F82A7B16EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48AFBFAC-C4C5-4ECD-A361-76F82A7B16EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AE27C0C5-9992-44F9-ADC8-31BABFE67401}
EndGlobalSection
EndGlobal