forked from pR0Ps/ChaoticMind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChaoticMind.sln
More file actions
30 lines (30 loc) · 1.68 KB
/
Copy pathChaoticMind.sln
File metadata and controls
30 lines (30 loc) · 1.68 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChaoticMind", "ChaoticMind\ChaoticMind\ChaoticMind.csproj", "{624AD1DB-9227-4749-873B-38351C76EF8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChaoticMindContent", "ChaoticMind\ChaoticMindContent\ChaoticMindContent.contentproj", "{AD59B0ED-AA64-40AB-8B51-4232E44BEEE4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Farseer Physics XNA", "Farseer Physics Engine 3.3 XNA\Farseer Physics XNA.csproj", "{0A850700-1ABB-4288-A391-6726B90EBEB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{624AD1DB-9227-4749-873B-38351C76EF8A}.Debug|x86.ActiveCfg = Debug|x86
{624AD1DB-9227-4749-873B-38351C76EF8A}.Debug|x86.Build.0 = Debug|x86
{624AD1DB-9227-4749-873B-38351C76EF8A}.Release|x86.ActiveCfg = Release|x86
{624AD1DB-9227-4749-873B-38351C76EF8A}.Release|x86.Build.0 = Release|x86
{AD59B0ED-AA64-40AB-8B51-4232E44BEEE4}.Debug|x86.ActiveCfg = Debug|x86
{AD59B0ED-AA64-40AB-8B51-4232E44BEEE4}.Release|x86.ActiveCfg = Release|x86
{0A850700-1ABB-4288-A391-6726B90EBEB9}.Debug|x86.ActiveCfg = Debug|x86
{0A850700-1ABB-4288-A391-6726B90EBEB9}.Debug|x86.Build.0 = Debug|x86
{0A850700-1ABB-4288-A391-6726B90EBEB9}.Release|x86.ActiveCfg = Release|x86
{0A850700-1ABB-4288-A391-6726B90EBEB9}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal