-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathXenkoFlowingWater.sln
50 lines (50 loc) · 2.5 KB
/
XenkoFlowingWater.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
42
43
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 14.0.23107.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XenkoFlowingWater.Windows", "XenkoFlowingWater.Windows\XenkoFlowingWater.Windows.csproj", "{7D8D3204-C511-4AB9-BABC-48939A0A4D5F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XenkoFlowingWater", "XenkoFlowingWater\XenkoFlowingWater.csproj", "{953FE9A8-3236-4EA4-A3A7-C8AFBBDCA463}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E0C4DA21-4F96-46DC-821E-F78568A503D9}"
ProjectSection(SolutionItems) = preProject
docs\README.md = docs\README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{8AEFE48D-2284-4CB7-BA76-3F7ECA913CB9}"
ProjectSection(SolutionItems) = preProject
docs\images\editor-screenshot.PNG = docs\images\editor-screenshot.PNG
docs\images\game-screenshot.png = docs\images\game-screenshot.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC5C123B-FF3F-456D-99AB-3C2D1466F951}"
ProjectSection(SolutionItems) = preProject
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
{7D8D3204-C511-4AB9-BABC-48939A0A4D5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D8D3204-C511-4AB9-BABC-48939A0A4D5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D8D3204-C511-4AB9-BABC-48939A0A4D5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D8D3204-C511-4AB9-BABC-48939A0A4D5F}.Release|Any CPU.Build.0 = Release|Any CPU
{953FE9A8-3236-4EA4-A3A7-C8AFBBDCA463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{953FE9A8-3236-4EA4-A3A7-C8AFBBDCA463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{953FE9A8-3236-4EA4-A3A7-C8AFBBDCA463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{953FE9A8-3236-4EA4-A3A7-C8AFBBDCA463}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8AEFE48D-2284-4CB7-BA76-3F7ECA913CB9} = {E0C4DA21-4F96-46DC-821E-F78568A503D9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A552464D-A237-4979-BF9B-7D3C77C420F8}
EndGlobalSection
EndGlobal