-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLuke-StarWalker.sln
36 lines (36 loc) · 1.92 KB
/
Luke-StarWalker.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Game", "Game\Game.csproj", "{757A78AA-04B4-448F-B9A7-631BBF882376}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "X11", "X11\X11.csproj", "{95FFE9C0-5674-45D6-87FF-0813E46D399D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Util", "Util\Util.csproj", "{F490BFBC-8F49-45D4-B2BE-3C9FB2D42113}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA5DFE68-89F6-4B92-AD08-3B06288E699B}"
ProjectSection(SolutionItems) = preProject
screenshot.png = screenshot.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{757A78AA-04B4-448F-B9A7-631BBF882376}.Debug|x86.ActiveCfg = Debug|x86
{757A78AA-04B4-448F-B9A7-631BBF882376}.Debug|x86.Build.0 = Debug|x86
{757A78AA-04B4-448F-B9A7-631BBF882376}.Release|x86.ActiveCfg = Release|x86
{757A78AA-04B4-448F-B9A7-631BBF882376}.Release|x86.Build.0 = Release|x86
{95FFE9C0-5674-45D6-87FF-0813E46D399D}.Debug|x86.ActiveCfg = Debug|Any CPU
{95FFE9C0-5674-45D6-87FF-0813E46D399D}.Debug|x86.Build.0 = Debug|Any CPU
{95FFE9C0-5674-45D6-87FF-0813E46D399D}.Release|x86.ActiveCfg = Release|Any CPU
{95FFE9C0-5674-45D6-87FF-0813E46D399D}.Release|x86.Build.0 = Release|Any CPU
{F490BFBC-8F49-45D4-B2BE-3C9FB2D42113}.Debug|x86.ActiveCfg = Debug|Any CPU
{F490BFBC-8F49-45D4-B2BE-3C9FB2D42113}.Debug|x86.Build.0 = Debug|Any CPU
{F490BFBC-8F49-45D4-B2BE-3C9FB2D42113}.Release|x86.ActiveCfg = Release|Any CPU
{F490BFBC-8F49-45D4-B2BE-3C9FB2D42113}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal