forked from aseigneurin/hudson-tray-tracker
-
Notifications
You must be signed in to change notification settings - Fork 21
/
JenkinsTray.sln
39 lines (39 loc) · 2.19 KB
/
JenkinsTray.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JenkinsTray", "JenkinsTray\JenkinsTray.csproj", "{A54602CA-6823-4F2C-870F-1D464D9F4814}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JenkinsTray.Tests", "JenkinsTray.Tests\JenkinsTray.Tests.csproj", "{B7F74B87-21B6-4887-A41E-49CDF8EFB7E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JenkinsTray.Setup.CustomActions", "JenkinsTray.Setup.CustomActions\JenkinsTray.Setup.CustomActions.csproj", "{95AA7347-A21A-4F09-80DF-D9797B0FA997}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "JenkinsTray.WixSetup", "JenkinsTray.WixSetup\JenkinsTray.WixSetup.wixproj", "{4839B061-A1DF-4F9F-852E-95F534D949BB}"
EndProject
Global
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
{95AA7347-A21A-4F09-80DF-D9797B0FA997}.Debug|x86.ActiveCfg = Debug|x86
{95AA7347-A21A-4F09-80DF-D9797B0FA997}.Release|x86.ActiveCfg = Release|x86
{4839B061-A1DF-4F9F-852E-95F534D949BB}.Debug|x86.ActiveCfg = Debug|x86
{4839B061-A1DF-4F9F-852E-95F534D949BB}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = JenkinsTray.vsmdi
EndGlobalSection
EndGlobal