-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProcedurallyGeneratedUniverse.sln
More file actions
37 lines (37 loc) · 2.21 KB
/
ProcedurallyGeneratedUniverse.sln
File metadata and controls
37 lines (37 loc) · 2.21 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcedurallyGeneratedUniverse", "ProcedurallyGeneratedUniverse\ProcedurallyGeneratedUniverse.csproj", "{874D66C9-7E2B-46C9-9E78-A0E0C6A84206}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcedurallyGeneratedUniverse.Gtk", "ProcedurallyGeneratedUniverse.Gtk\ProcedurallyGeneratedUniverse.Gtk.csproj", "{2150ACFA-7EEE-47AB-919A-479E351197D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProcedurallyGeneratedUniverse.Wpf", "ProcedurallyGeneratedUniverse.Wpf\ProcedurallyGeneratedUniverse.Wpf.csproj", "{88AEC8D3-F5A2-4CC3-90EE-F9DAD250962D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{874D66C9-7E2B-46C9-9E78-A0E0C6A84206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{874D66C9-7E2B-46C9-9E78-A0E0C6A84206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{874D66C9-7E2B-46C9-9E78-A0E0C6A84206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{874D66C9-7E2B-46C9-9E78-A0E0C6A84206}.Release|Any CPU.Build.0 = Release|Any CPU
{2150ACFA-7EEE-47AB-919A-479E351197D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2150ACFA-7EEE-47AB-919A-479E351197D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2150ACFA-7EEE-47AB-919A-479E351197D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2150ACFA-7EEE-47AB-919A-479E351197D3}.Release|Any CPU.Build.0 = Release|Any CPU
{88AEC8D3-F5A2-4CC3-90EE-F9DAD250962D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88AEC8D3-F5A2-4CC3-90EE-F9DAD250962D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88AEC8D3-F5A2-4CC3-90EE-F9DAD250962D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88AEC8D3-F5A2-4CC3-90EE-F9DAD250962D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {828CAACD-6655-473B-94DD-CB13DE963B26}
EndGlobalSection
EndGlobal