-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathShinyDice.sln
35 lines (35 loc) · 1.85 KB
/
ShinyDice.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Game", "Game\Game.csproj", "{8F1617F7-6822-4ED9-BA8B-11507226569E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameTests", "GameTests\GameTests.csproj", "{AF8124C0-5E81-4D9F-9F4A-E5EB3D28E5B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
UnitTesting|Any CPU = UnitTesting|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F1617F7-6822-4ED9-BA8B-11507226569E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F1617F7-6822-4ED9-BA8B-11507226569E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F1617F7-6822-4ED9-BA8B-11507226569E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F1617F7-6822-4ED9-BA8B-11507226569E}.Release|Any CPU.Build.0 = Release|Any CPU
{8F1617F7-6822-4ED9-BA8B-11507226569E}.UnitTesting|Any CPU.ActiveCfg = UnitTesting|Any CPU
{8F1617F7-6822-4ED9-BA8B-11507226569E}.UnitTesting|Any CPU.Build.0 = UnitTesting|Any CPU
{AF8124C0-5E81-4D9F-9F4A-E5EB3D28E5B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF8124C0-5E81-4D9F-9F4A-E5EB3D28E5B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF8124C0-5E81-4D9F-9F4A-E5EB3D28E5B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF8124C0-5E81-4D9F-9F4A-E5EB3D28E5B0}.UnitTesting|Any CPU.ActiveCfg = UnitTesting|Any CPU
{AF8124C0-5E81-4D9F-9F4A-E5EB3D28E5B0}.UnitTesting|Any CPU.Build.0 = UnitTesting|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C92212E7-2C05-48EA-8F8D-231A3C784B9F}
EndGlobalSection
EndGlobal