blob: 09bc4123b6d115c7b676d9977cb16531d4e92791 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "splashscreen", "splashscreen.vcproj", "{A769FE66-9BDA-4AF4-8881-7A263AE557E5}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
Release (MSVCR71) = Release (MSVCR71)
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{A769FE66-9BDA-4AF4-8881-7A263AE557E5}.Debug.ActiveCfg = Debug|Win32
{A769FE66-9BDA-4AF4-8881-7A263AE557E5}.Debug.Build.0 = Debug|Win32
{A769FE66-9BDA-4AF4-8881-7A263AE557E5}.Release.ActiveCfg = Release|Win32
{A769FE66-9BDA-4AF4-8881-7A263AE557E5}.Release.Build.0 = Release|Win32
{A769FE66-9BDA-4AF4-8881-7A263AE557E5}.Release (MSVCR71).ActiveCfg = Release (MSVCR71)|Win32
{A769FE66-9BDA-4AF4-8881-7A263AE557E5}.Release (MSVCR71).Build.0 = Release (MSVCR71)|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
|