-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathFlysEngine.sln
57 lines (57 loc) · 3.31 KB
/
FlysEngine.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
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlysEngine", "FlysEngine\FlysEngine.csproj", "{51A2FBB9-1E92-4EEA-95E2-B92E7873296F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlysEngine.Desktop", "FlysEngine.Desktop\FlysEngine.Desktop.csproj", "{9605F103-BE33-436C-BC64-82D5B2189719}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlysTest.Desktop", "FlysTest.Desktop\FlysTest.Desktop.csproj", "{A496ADFC-43EF-4118-8886-68135B31D8E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2F168CE5-61DB-4DA4-8C58-C9365889A1BC}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE = LICENSE
README.md = README.md
ReleaseNotes.md = ReleaseNotes.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlysEngine.Sprites", "FlysEngine.Sprites\FlysEngine.Sprites.csproj", "{0EB22B5B-9C5D-45CD-A669-7E75D760AB2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlysTest", "FlysTest\FlysTest.csproj", "{ABD7E7CB-E92B-4002-8601-D01B4EF18FD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51A2FBB9-1E92-4EEA-95E2-B92E7873296F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51A2FBB9-1E92-4EEA-95E2-B92E7873296F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51A2FBB9-1E92-4EEA-95E2-B92E7873296F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51A2FBB9-1E92-4EEA-95E2-B92E7873296F}.Release|Any CPU.Build.0 = Release|Any CPU
{9605F103-BE33-436C-BC64-82D5B2189719}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9605F103-BE33-436C-BC64-82D5B2189719}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9605F103-BE33-436C-BC64-82D5B2189719}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9605F103-BE33-436C-BC64-82D5B2189719}.Release|Any CPU.Build.0 = Release|Any CPU
{A496ADFC-43EF-4118-8886-68135B31D8E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A496ADFC-43EF-4118-8886-68135B31D8E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A496ADFC-43EF-4118-8886-68135B31D8E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A496ADFC-43EF-4118-8886-68135B31D8E2}.Release|Any CPU.Build.0 = Release|Any CPU
{0EB22B5B-9C5D-45CD-A669-7E75D760AB2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0EB22B5B-9C5D-45CD-A669-7E75D760AB2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0EB22B5B-9C5D-45CD-A669-7E75D760AB2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0EB22B5B-9C5D-45CD-A669-7E75D760AB2A}.Release|Any CPU.Build.0 = Release|Any CPU
{ABD7E7CB-E92B-4002-8601-D01B4EF18FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABD7E7CB-E92B-4002-8601-D01B4EF18FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABD7E7CB-E92B-4002-8601-D01B4EF18FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABD7E7CB-E92B-4002-8601-D01B4EF18FD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C496A256-B9F1-4B5D-B6EB-D121E87C9849}
EndGlobalSection
EndGlobal