forked from tainicom/Aether.Physics2D
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathAether.Physics2D.MG.sln
45 lines (45 loc) · 2.65 KB
/
Aether.Physics2D.MG.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.MG", "Physics2D\Aether.Physics2D.MG.csproj", "{776B1C6E-F8DC-457E-958C-024EF4DD5427}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aether.Physics2D.Diagnostics.MG", "Physics2D.Diagnostics\Diagnostics\Aether.Physics2D.Diagnostics.MG.csproj", "{261279CF-D11F-49C1-A0FE-9F3DE3D4975F}"
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.MG", "Physics2D.Content\Aether.Physics2D.Content.MG.csproj", "{F2D894EF-6723-440D-A27F-35271647BB38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{776B1C6E-F8DC-457E-958C-024EF4DD5427}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{776B1C6E-F8DC-457E-958C-024EF4DD5427}.Debug|Any CPU.Build.0 = Debug|Any CPU
{776B1C6E-F8DC-457E-958C-024EF4DD5427}.Release|Any CPU.ActiveCfg = Release|Any CPU
{776B1C6E-F8DC-457E-958C-024EF4DD5427}.Release|Any CPU.Build.0 = Release|Any CPU
{261279CF-D11F-49C1-A0FE-9F3DE3D4975F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{261279CF-D11F-49C1-A0FE-9F3DE3D4975F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{261279CF-D11F-49C1-A0FE-9F3DE3D4975F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{261279CF-D11F-49C1-A0FE-9F3DE3D4975F}.Release|Any CPU.Build.0 = Release|Any CPU
{F2D894EF-6723-440D-A27F-35271647BB38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2D894EF-6723-440D-A27F-35271647BB38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2D894EF-6723-440D-A27F-35271647BB38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2D894EF-6723-440D-A27F-35271647BB38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{261279CF-D11F-49C1-A0FE-9F3DE3D4975F} = {38EA4C8F-46F2-4463-922D-CF36279C04B3}
{F2D894EF-6723-440D-A27F-35271647BB38} = {B00D3507-DA5E-4C0A-8587-5B9087CE1D39}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5141B3E8-D12C-461F-B717-C0E8F7151219}
EndGlobalSection
EndGlobal