-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBadminton.sln
32 lines (32 loc) · 1.77 KB
/
Badminton.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Badminton", "Badminton\Badminton\Badminton.csproj", "{C6C59A54-2083-479E-A5DB-08E5F19391FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BadmintonContent", "Badminton\BadmintonContent\BadmintonContent.contentproj", "{C6E1D1CA-80EA-49DD-97C2-836B74CB33EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Farseer Physics XNA", "Farseer Physics Engine 3.5\Farseer Physics XNA.csproj", "{0A850700-1ABB-4288-A391-6726B90EBEB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9EFD7664-908A-4851-A78D-24950A618459}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6C59A54-2083-479E-A5DB-08E5F19391FA}.Debug|x86.ActiveCfg = Debug|x86
{C6C59A54-2083-479E-A5DB-08E5F19391FA}.Debug|x86.Build.0 = Debug|x86
{C6C59A54-2083-479E-A5DB-08E5F19391FA}.Release|x86.ActiveCfg = Release|x86
{C6C59A54-2083-479E-A5DB-08E5F19391FA}.Release|x86.Build.0 = Release|x86
{C6E1D1CA-80EA-49DD-97C2-836B74CB33EB}.Debug|x86.ActiveCfg = Debug|x86
{C6E1D1CA-80EA-49DD-97C2-836B74CB33EB}.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