-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCake.Tfs.Build.Variables.sln
31 lines (31 loc) · 1.67 KB
/
Cake.Tfs.Build.Variables.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.Tfs.Build.Variables", "Cake.Tfs.Build.Variables\Cake.Tfs.Build.Variables.csproj", "{1D2A771C-FCA7-4365-8CC3-3477AF658DC9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cake.Tfs.Build.Variables.Tests", "Cake.Tfs.Build.Variables.Tests\Cake.Tfs.Build.Variables.Tests.csproj", "{33D0F9BB-5DEA-453C-964D-291097BC3D96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D2A771C-FCA7-4365-8CC3-3477AF658DC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D2A771C-FCA7-4365-8CC3-3477AF658DC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D2A771C-FCA7-4365-8CC3-3477AF658DC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D2A771C-FCA7-4365-8CC3-3477AF658DC9}.Release|Any CPU.Build.0 = Release|Any CPU
{33D0F9BB-5DEA-453C-964D-291097BC3D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33D0F9BB-5DEA-453C-964D-291097BC3D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33D0F9BB-5DEA-453C-964D-291097BC3D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33D0F9BB-5DEA-453C-964D-291097BC3D96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EF276578-6718-4617-9D84-72F6709B0691}
EndGlobalSection
EndGlobal