-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBladeGame.sln
40 lines (40 loc) · 2.26 KB
/
BladeGame.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Framework", "Framework\Framework.csproj", "{3C921F10-2196-4C84-A786-5D33F081FD83}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{CB095CEC-4C30-443B-B403-A77AD52AFC52}"
ProjectSection(ProjectDependencies) = postProject
{C342DD2A-0F3B-4619-819B-5F0EBFF86B41} = {C342DD2A-0F3B-4619-819B-5F0EBFF86B41}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "1. Smiling Face", "Demos\1-Smiling-Face\1. Smiling Face.csproj", "{C342DD2A-0F3B-4619-819B-5F0EBFF86B41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demos", "Demos", "{08F27E97-014E-4A20-B18F-6DA89C095EF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C921F10-2196-4C84-A786-5D33F081FD83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C921F10-2196-4C84-A786-5D33F081FD83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C921F10-2196-4C84-A786-5D33F081FD83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C921F10-2196-4C84-A786-5D33F081FD83}.Release|Any CPU.Build.0 = Release|Any CPU
{CB095CEC-4C30-443B-B403-A77AD52AFC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB095CEC-4C30-443B-B403-A77AD52AFC52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB095CEC-4C30-443B-B403-A77AD52AFC52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB095CEC-4C30-443B-B403-A77AD52AFC52}.Release|Any CPU.Build.0 = Release|Any CPU
{C342DD2A-0F3B-4619-819B-5F0EBFF86B41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C342DD2A-0F3B-4619-819B-5F0EBFF86B41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C342DD2A-0F3B-4619-819B-5F0EBFF86B41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C342DD2A-0F3B-4619-819B-5F0EBFF86B41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C342DD2A-0F3B-4619-819B-5F0EBFF86B41} = {08F27E97-014E-4A20-B18F-6DA89C095EF8}
EndGlobalSection
EndGlobal