-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGranDen.GameLib.Randomizer.sln
More file actions
44 lines (44 loc) · 2.35 KB
/
GranDen.GameLib.Randomizer.sln
File metadata and controls
44 lines (44 loc) · 2.35 KB
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
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30225.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{63AAB987-6084-45EE-B6EE-51C2946BAB9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GranDen.GameLib.Randomizer", "src\GranDen.GameLib.Randomizer\GranDen.GameLib.Randomizer.csproj", "{010BEF8A-F484-4A35-B84E-1B533CEF6908}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{2BF0007C-3830-4DB6-8A68-E4A222614C44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GranDen.GameLib.Randomizer.Test", "test\GranDen.GameLib.Randomizer.Test\GranDen.GameLib.Randomizer.Test.csproj", "{A297D5C8-4CCB-409D-B325-65784CB7ADD4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A869410-ECE2-466D-AE23-ACB953C4DCAE}"
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
{010BEF8A-F484-4A35-B84E-1B533CEF6908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{010BEF8A-F484-4A35-B84E-1B533CEF6908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{010BEF8A-F484-4A35-B84E-1B533CEF6908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{010BEF8A-F484-4A35-B84E-1B533CEF6908}.Release|Any CPU.Build.0 = Release|Any CPU
{A297D5C8-4CCB-409D-B325-65784CB7ADD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A297D5C8-4CCB-409D-B325-65784CB7ADD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A297D5C8-4CCB-409D-B325-65784CB7ADD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A297D5C8-4CCB-409D-B325-65784CB7ADD4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{010BEF8A-F484-4A35-B84E-1B533CEF6908} = {63AAB987-6084-45EE-B6EE-51C2946BAB9B}
{A297D5C8-4CCB-409D-B325-65784CB7ADD4} = {2BF0007C-3830-4DB6-8A68-E4A222614C44}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D42BF830-188E-40F6-9F55-425572430270}
EndGlobalSection
EndGlobal