-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEleCho.ScratchGame.sln
49 lines (49 loc) · 2.82 KB
/
EleCho.ScratchGame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EleCho.ScratchGame", "EleCho.ScratchGame\EleCho.ScratchGame.csproj", "{4EE6E9A8-8E86-486D-9818-4CDEBD790681}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkyWar", "SkyWar\SkyWar.csproj", "{2F7C790E-C13E-44B9-B426-BB4D324449A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AC5F0AB6-1C1E-4B71-B1C3-BEFFD9C7FAA3}"
ProjectSection(SolutionItems) = preProject
resrc\videos\preview.mp4 = resrc\videos\preview.mp4
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{66B67282-4F6C-4BAE-893C-7D17D5FBB900}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EleCho.ScratchGame.Tools", "EleCho.ScratchGame.Tools\EleCho.ScratchGame.Tools.csproj", "{3C964E0E-2670-4AC6-B4F8-4F16D87C0F11}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EE6E9A8-8E86-486D-9818-4CDEBD790681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EE6E9A8-8E86-486D-9818-4CDEBD790681}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EE6E9A8-8E86-486D-9818-4CDEBD790681}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EE6E9A8-8E86-486D-9818-4CDEBD790681}.Release|Any CPU.Build.0 = Release|Any CPU
{2F7C790E-C13E-44B9-B426-BB4D324449A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F7C790E-C13E-44B9-B426-BB4D324449A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F7C790E-C13E-44B9-B426-BB4D324449A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F7C790E-C13E-44B9-B426-BB4D324449A5}.Release|Any CPU.Build.0 = Release|Any CPU
{66B67282-4F6C-4BAE-893C-7D17D5FBB900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66B67282-4F6C-4BAE-893C-7D17D5FBB900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66B67282-4F6C-4BAE-893C-7D17D5FBB900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66B67282-4F6C-4BAE-893C-7D17D5FBB900}.Release|Any CPU.Build.0 = Release|Any CPU
{3C964E0E-2670-4AC6-B4F8-4F16D87C0F11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C964E0E-2670-4AC6-B4F8-4F16D87C0F11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C964E0E-2670-4AC6-B4F8-4F16D87C0F11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C964E0E-2670-4AC6-B4F8-4F16D87C0F11}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45DD39E4-5E6C-451C-83B3-2798CEE48CE4}
EndGlobalSection
EndGlobal