-
Notifications
You must be signed in to change notification settings - Fork 0
/
Wiggles_PC.sln
30 lines (30 loc) · 1.62 KB
/
Wiggles_PC.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 Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wiggles", "Wiggles\Wiggles.csproj", "{6C69E81E-0CB4-415C-82BF-AF34662DAC99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WigglesContent", "WigglesContent\WigglesContent.contentproj", "{492D7882-3E26-4264-A42F-4F042D644598}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DellaKrimm.Common", "DellaKrimm.Common\DellaKrimm.Common.csproj", "{6CDD445D-0926-4C1F-9475-14A1E1F4637F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C69E81E-0CB4-415C-82BF-AF34662DAC99}.Debug|x86.ActiveCfg = Debug|x86
{6C69E81E-0CB4-415C-82BF-AF34662DAC99}.Debug|x86.Build.0 = Debug|x86
{6C69E81E-0CB4-415C-82BF-AF34662DAC99}.Release|x86.ActiveCfg = Release|x86
{6C69E81E-0CB4-415C-82BF-AF34662DAC99}.Release|x86.Build.0 = Release|x86
{492D7882-3E26-4264-A42F-4F042D644598}.Debug|x86.ActiveCfg = Debug|x86
{492D7882-3E26-4264-A42F-4F042D644598}.Release|x86.ActiveCfg = Release|x86
{6CDD445D-0926-4C1F-9475-14A1E1F4637F}.Debug|x86.ActiveCfg = Debug|x86
{6CDD445D-0926-4C1F-9475-14A1E1F4637F}.Debug|x86.Build.0 = Debug|x86
{6CDD445D-0926-4C1F-9475-14A1E1F4637F}.Release|x86.ActiveCfg = Release|x86
{6CDD445D-0926-4C1F-9475-14A1E1F4637F}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal