-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCaseSensitive.sln
30 lines (30 loc) · 1.62 KB
/
CaseSensitive.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CaseSensitive", "Code\CaseSensitive.csproj", "{08C7067F-688E-4480-A0E0-700F4F0736C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Content", "Content\Content.contentproj", "{0E6829AE-E972-49D8-916C-0AAC8B684EFA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Farseer Physics 3.0 XNA", "Code\Vendor\Farseer\Farseer Physics 3.0 XNA.csproj", "{0A850700-1ABB-4288-A391-6726B90EBEB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08C7067F-688E-4480-A0E0-700F4F0736C6}.Debug|x86.ActiveCfg = Debug|x86
{08C7067F-688E-4480-A0E0-700F4F0736C6}.Debug|x86.Build.0 = Debug|x86
{08C7067F-688E-4480-A0E0-700F4F0736C6}.Release|x86.ActiveCfg = Release|x86
{08C7067F-688E-4480-A0E0-700F4F0736C6}.Release|x86.Build.0 = Release|x86
{0E6829AE-E972-49D8-916C-0AAC8B684EFA}.Debug|x86.ActiveCfg = Debug|x86
{0E6829AE-E972-49D8-916C-0AAC8B684EFA}.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