-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConferenceware.sln
More file actions
36 lines (36 loc) · 2.23 KB
/
Conferenceware.sln
File metadata and controls
36 lines (36 loc) · 2.23 KB
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}") = "Conferenceware", "Conferenceware\Conferenceware.csproj", "{2CBE9479-CAAA-4A28-828F-180E876D53CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conferenceware.Tests", "Conferenceware.Tests\Conferenceware.Tests.csproj", "{BBD8A446-A337-4F08-8F72-6A7C23077D79}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Conferenceware.Setup", "Conferenceware.Setup\Conferenceware.Setup.vdproj", "{9D5B1E36-8A9B-4D6C-B42C-EB7DF06999CE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Conferenceware.SetupExtensions", "Conferenceware.SetupExtensions\Conferenceware.SetupExtensions.csproj", "{8ADE3F74-9D79-40BE-9E60-4C9A3CDE76F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2CBE9479-CAAA-4A28-828F-180E876D53CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CBE9479-CAAA-4A28-828F-180E876D53CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CBE9479-CAAA-4A28-828F-180E876D53CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CBE9479-CAAA-4A28-828F-180E876D53CC}.Release|Any CPU.Build.0 = Release|Any CPU
{BBD8A446-A337-4F08-8F72-6A7C23077D79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBD8A446-A337-4F08-8F72-6A7C23077D79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBD8A446-A337-4F08-8F72-6A7C23077D79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBD8A446-A337-4F08-8F72-6A7C23077D79}.Release|Any CPU.Build.0 = Release|Any CPU
{9D5B1E36-8A9B-4D6C-B42C-EB7DF06999CE}.Debug|Any CPU.ActiveCfg = Debug
{9D5B1E36-8A9B-4D6C-B42C-EB7DF06999CE}.Release|Any CPU.ActiveCfg = Release
{8ADE3F74-9D79-40BE-9E60-4C9A3CDE76F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ADE3F74-9D79-40BE-9E60-4C9A3CDE76F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ADE3F74-9D79-40BE-9E60-4C9A3CDE76F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ADE3F74-9D79-40BE-9E60-4C9A3CDE76F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal