-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBones.sln
52 lines (52 loc) · 3.34 KB
/
Bones.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
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bones.XNA", "Bones.XNA\Bones.XNA.csproj", "{843278F2-C2C7-4461-9BE8-C4C946540CA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bones.XNA.Example", "Bones.XNA.Example\BoneTestGame\Bones.XNA.Example.csproj", "{D8094C9B-B22C-464D-B79E-83DB9CF4F275}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bones.XNA.Example.Content", "Bones.XNA.Example\BoneTestGameContent\Bones.XNA.Example.Content.contentproj", "{CDAABDB4-22B1-42AB-B8E6-2336D0DDD9ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bones.SFML", "Bones.SFML\Bones.SFML.csproj", "{CC137074-6781-4FC9-A332-783261C1742B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bones.SFML.Example", "Bones.SFML.Example\Bones.SFML.Example.csproj", "{8E462268-6AEF-46D1-BECD-EC412F4932AA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bones.Editor", "Bones.Editor\BonesEditor\Bones.Editor.csproj", "{8C6DC746-7CA8-45E8-9178-FE9C8A56CF9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bones.Editor.Content", "Bones.Editor\BonesEditorContent\Bones.Editor.Content.contentproj", "{3E970832-FE5E-4330-A301-D6217E021A0E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{843278F2-C2C7-4461-9BE8-C4C946540CA3}.Debug|x86.ActiveCfg = Debug|x86
{843278F2-C2C7-4461-9BE8-C4C946540CA3}.Debug|x86.Build.0 = Debug|x86
{843278F2-C2C7-4461-9BE8-C4C946540CA3}.Release|x86.ActiveCfg = Release|x86
{843278F2-C2C7-4461-9BE8-C4C946540CA3}.Release|x86.Build.0 = Release|x86
{D8094C9B-B22C-464D-B79E-83DB9CF4F275}.Debug|x86.ActiveCfg = Debug|x86
{D8094C9B-B22C-464D-B79E-83DB9CF4F275}.Debug|x86.Build.0 = Debug|x86
{D8094C9B-B22C-464D-B79E-83DB9CF4F275}.Release|x86.ActiveCfg = Release|x86
{D8094C9B-B22C-464D-B79E-83DB9CF4F275}.Release|x86.Build.0 = Release|x86
{CDAABDB4-22B1-42AB-B8E6-2336D0DDD9ED}.Debug|x86.ActiveCfg = Debug|x86
{CDAABDB4-22B1-42AB-B8E6-2336D0DDD9ED}.Debug|x86.Build.0 = Debug|x86
{CDAABDB4-22B1-42AB-B8E6-2336D0DDD9ED}.Release|x86.ActiveCfg = Release|x86
{CC137074-6781-4FC9-A332-783261C1742B}.Debug|x86.ActiveCfg = Debug|x86
{CC137074-6781-4FC9-A332-783261C1742B}.Debug|x86.Build.0 = Debug|x86
{CC137074-6781-4FC9-A332-783261C1742B}.Release|x86.ActiveCfg = Release|Any CPU
{8E462268-6AEF-46D1-BECD-EC412F4932AA}.Debug|x86.ActiveCfg = Debug|x86
{8E462268-6AEF-46D1-BECD-EC412F4932AA}.Debug|x86.Build.0 = Debug|x86
{8E462268-6AEF-46D1-BECD-EC412F4932AA}.Release|x86.ActiveCfg = Release|Any CPU
{8C6DC746-7CA8-45E8-9178-FE9C8A56CF9C}.Debug|x86.ActiveCfg = Debug|x86
{8C6DC746-7CA8-45E8-9178-FE9C8A56CF9C}.Debug|x86.Build.0 = Debug|x86
{8C6DC746-7CA8-45E8-9178-FE9C8A56CF9C}.Release|x86.ActiveCfg = Release|x86
{8C6DC746-7CA8-45E8-9178-FE9C8A56CF9C}.Release|x86.Build.0 = Release|x86
{3E970832-FE5E-4330-A301-D6217E021A0E}.Debug|x86.ActiveCfg = Debug|x86
{3E970832-FE5E-4330-A301-D6217E021A0E}.Debug|x86.Build.0 = Debug|x86
{3E970832-FE5E-4330-A301-D6217E021A0E}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal