-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsplishsplash.sln
31 lines (31 loc) · 1.51 KB
/
splishsplash.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "splish", "splish\splish.vcxproj", "{A51B3046-8E96-45EB-ABD5-6C8495B3D0C5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "splash", "splash\splash.vcxproj", "{9F192031-2091-457E-84C4-3402146B8635}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{27C31E1D-74BE-4B96-842D-1CB871DAC73E}"
ProjectSection(SolutionItems) = preProject
README.mkd = README.mkd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A51B3046-8E96-45EB-ABD5-6C8495B3D0C5}.Debug|Win32.ActiveCfg = Debug|Win32
{A51B3046-8E96-45EB-ABD5-6C8495B3D0C5}.Debug|Win32.Build.0 = Debug|Win32
{A51B3046-8E96-45EB-ABD5-6C8495B3D0C5}.Release|Win32.ActiveCfg = Release|Win32
{A51B3046-8E96-45EB-ABD5-6C8495B3D0C5}.Release|Win32.Build.0 = Release|Win32
{9F192031-2091-457E-84C4-3402146B8635}.Debug|Win32.ActiveCfg = Debug|Win32
{9F192031-2091-457E-84C4-3402146B8635}.Debug|Win32.Build.0 = Debug|Win32
{9F192031-2091-457E-84C4-3402146B8635}.Release|Win32.ActiveCfg = Release|Win32
{9F192031-2091-457E-84C4-3402146B8635}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal