This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcf-msbuild-tasks.sln
57 lines (57 loc) · 3.29 KB
/
cf-msbuild-tasks.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
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudFoundry.Build.Tasks", "src\CloudFoundry.Build.Tasks\CloudFoundry.Build.Tasks.csproj", "{C53D0A90-12ED-470D-AB2F-E440DC02E509}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudFoundry.Build.Tasks.Test", "src\CloudFoundry.Build.Tasks.Test\CloudFoundry.Build.Tasks.Test.csproj", "{30B57F81-4D58-4FF8-B131-075EF7ED9A7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudFoundry.Build.Tasks.IntegrationTests", "src\CloudFoundry.Build.Tasks.IntegrationTests\CloudFoundry.Build.Tasks.IntegrationTests.csproj", "{F7B6E157-42CA-40A7-A40C-2D3C8D8C1D30}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E4BF3D8A-E77C-4D38-A221-164E524FE6E2}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{30CAFED7-9BD3-4023-8D72-EC61BFBC5E66}"
ProjectSection(SolutionItems) = preProject
build.proj = build.proj
cf-msbuild-tasks.nuspec = cf-msbuild-tasks.nuspec
CodeCoverage.runsettings = CodeCoverage.runsettings
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C53D0A90-12ED-470D-AB2F-E440DC02E509}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C53D0A90-12ED-470D-AB2F-E440DC02E509}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C53D0A90-12ED-470D-AB2F-E440DC02E509}.Debug|x86.ActiveCfg = Debug|Any CPU
{C53D0A90-12ED-470D-AB2F-E440DC02E509}.Debug|x86.Build.0 = Debug|Any CPU
{C53D0A90-12ED-470D-AB2F-E440DC02E509}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C53D0A90-12ED-470D-AB2F-E440DC02E509}.Release|Any CPU.Build.0 = Release|Any CPU
{C53D0A90-12ED-470D-AB2F-E440DC02E509}.Release|x86.ActiveCfg = Release|Any CPU
{30B57F81-4D58-4FF8-B131-075EF7ED9A7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30B57F81-4D58-4FF8-B131-075EF7ED9A7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30B57F81-4D58-4FF8-B131-075EF7ED9A7F}.Debug|x86.ActiveCfg = Debug|Any CPU
{30B57F81-4D58-4FF8-B131-075EF7ED9A7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30B57F81-4D58-4FF8-B131-075EF7ED9A7F}.Release|Any CPU.Build.0 = Release|Any CPU
{30B57F81-4D58-4FF8-B131-075EF7ED9A7F}.Release|x86.ActiveCfg = Release|Any CPU
{F7B6E157-42CA-40A7-A40C-2D3C8D8C1D30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7B6E157-42CA-40A7-A40C-2D3C8D8C1D30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7B6E157-42CA-40A7-A40C-2D3C8D8C1D30}.Debug|x86.ActiveCfg = Debug|Any CPU
{F7B6E157-42CA-40A7-A40C-2D3C8D8C1D30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7B6E157-42CA-40A7-A40C-2D3C8D8C1D30}.Release|Any CPU.Build.0 = Release|Any CPU
{F7B6E157-42CA-40A7-A40C-2D3C8D8C1D30}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal