This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathHudsonTrayTracker.sln
35 lines (35 loc) · 1.78 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
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal