-
Notifications
You must be signed in to change notification settings - Fork 1
/
ConcertoScreenSaver.sln
42 lines (42 loc) · 2.35 KB
/
ConcertoScreenSaver.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
41
42
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcertoScreenSaver", "ConcertoScreenSaver\ConcertoScreenSaver.csproj", "{996AA68D-EA08-40EE-A917-0FFB8A36F978}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{E176EAF1-87EE-4485-96A6-F70173B90707}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Debug|x86.ActiveCfg = Debug|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Release|Any CPU.Build.0 = Release|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{996AA68D-EA08-40EE-A917-0FFB8A36F978}.Release|x86.ActiveCfg = Release|Any CPU
{E176EAF1-87EE-4485-96A6-F70173B90707}.Debug|Any CPU.ActiveCfg = Debug
{E176EAF1-87EE-4485-96A6-F70173B90707}.Debug|Mixed Platforms.ActiveCfg = Debug
{E176EAF1-87EE-4485-96A6-F70173B90707}.Debug|x86.ActiveCfg = Debug
{E176EAF1-87EE-4485-96A6-F70173B90707}.Release|Any CPU.ActiveCfg = Release
{E176EAF1-87EE-4485-96A6-F70173B90707}.Release|Any CPU.Build.0 = Release
{E176EAF1-87EE-4485-96A6-F70173B90707}.Release|Mixed Platforms.ActiveCfg = Release
{E176EAF1-87EE-4485-96A6-F70173B90707}.Release|x86.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal