forked from tainicom/Aether.Physics2D
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Aether.Physics2D.KNI.sln
45 lines (45 loc) · 2.65 KB
/
Aether.Physics2D.KNI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aether.Physics2D.KNI", "Physics2D\Aether.Physics2D.KNI.csproj", "{33AF8C36-C6C7-45D6-ABD2-1DB069744A69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aether.Physics2D.Diagnostics.KNI", "Physics2D.Diagnostics\Diagnostics\Aether.Physics2D.Diagnostics.KNI.csproj", "{AB8B88EE-9D10-47F9-AFE3-AEB83BE9B357}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Diagnostics", "Diagnostics", "{38EA4C8F-46F2-4463-922D-CF36279C04B3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aether.Content.Pipeline", "Aether.Content.Pipeline", "{B00D3507-DA5E-4C0A-8587-5B9087CE1D39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aether.Physics2D.Content.KNI", "Physics2D.Content\Aether.Physics2D.Content.KNI.csproj", "{EF3D924D-D76D-428E-B094-FF3BF39396C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33AF8C36-C6C7-45D6-ABD2-1DB069744A69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33AF8C36-C6C7-45D6-ABD2-1DB069744A69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33AF8C36-C6C7-45D6-ABD2-1DB069744A69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33AF8C36-C6C7-45D6-ABD2-1DB069744A69}.Release|Any CPU.Build.0 = Release|Any CPU
{AB8B88EE-9D10-47F9-AFE3-AEB83BE9B357}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB8B88EE-9D10-47F9-AFE3-AEB83BE9B357}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB8B88EE-9D10-47F9-AFE3-AEB83BE9B357}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB8B88EE-9D10-47F9-AFE3-AEB83BE9B357}.Release|Any CPU.Build.0 = Release|Any CPU
{EF3D924D-D76D-428E-B094-FF3BF39396C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF3D924D-D76D-428E-B094-FF3BF39396C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF3D924D-D76D-428E-B094-FF3BF39396C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF3D924D-D76D-428E-B094-FF3BF39396C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AB8B88EE-9D10-47F9-AFE3-AEB83BE9B357} = {38EA4C8F-46F2-4463-922D-CF36279C04B3}
{EF3D924D-D76D-428E-B094-FF3BF39396C4} = {B00D3507-DA5E-4C0A-8587-5B9087CE1D39}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5141B3E8-D12C-461F-B717-C0E8F7151219}
EndGlobalSection
EndGlobal