forked from leapmotion/hudson-tray-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHudsonTrayTracker.sln
45 lines (45 loc) · 2.45 KB
/
HudsonTrayTracker.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
43
44
45
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D9F4EE0-5F25-432E-AF6C-5836AE260047}"
ProjectSection(SolutionItems) = preProject
HudsonTrayTracker.vsmdi = HudsonTrayTracker.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HudsonTrayTracker", "HudsonTrayTracker\HudsonTrayTracker.csproj", "{A54602CA-6823-4F2C-870F-1D464D9F4814}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HudsonTrayTracker.Tests", "HudsonTrayTracker.Tests\HudsonTrayTracker.Tests.csproj", "{B7F74B87-21B6-4887-A41E-49CDF8EFB7E0}"
EndProject
Project("{040ECBDE-118F-47B7-BE98-E6E3FFCE59D0}") = "Installer", "Installer\Installer.nsisproj", "{691E7CC3-704A-4DBE-A9A6-0FF8414EBF79}"
ProjectSection(ProjectDependencies) = postProject
{B7F74B87-21B6-4887-A41E-49CDF8EFB7E0} = {B7F74B87-21B6-4887-A41E-49CDF8EFB7E0}
{A54602CA-6823-4F2C-870F-1D464D9F4814} = {A54602CA-6823-4F2C-870F-1D464D9F4814}
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = HudsonTrayTracker.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A54602CA-6823-4F2C-870F-1D464D9F4814}.Debug|x86.ActiveCfg = Debug|x86
{A54602CA-6823-4F2C-870F-1D464D9F4814}.Debug|x86.Build.0 = Debug|x86
{A54602CA-6823-4F2C-870F-1D464D9F4814}.Release|x86.ActiveCfg = Release|x86
{A54602CA-6823-4F2C-870F-1D464D9F4814}.Release|x86.Build.0 = Release|x86
{B7F74B87-21B6-4887-A41E-49CDF8EFB7E0}.Debug|x86.ActiveCfg = Debug|x86
{B7F74B87-21B6-4887-A41E-49CDF8EFB7E0}.Debug|x86.Build.0 = Debug|x86
{B7F74B87-21B6-4887-A41E-49CDF8EFB7E0}.Release|x86.ActiveCfg = Release|x86
{B7F74B87-21B6-4887-A41E-49CDF8EFB7E0}.Release|x86.Build.0 = Release|x86
{691E7CC3-704A-4DBE-A9A6-0FF8414EBF79}.Debug|x86.ActiveCfg = Debug|x86
{691E7CC3-704A-4DBE-A9A6-0FF8414EBF79}.Debug|x86.Build.0 = Debug|x86
{691E7CC3-704A-4DBE-A9A6-0FF8414EBF79}.Release|x86.ActiveCfg = Release|x86
{691E7CC3-704A-4DBE-A9A6-0FF8414EBF79}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal