forked from microsoft/azure-devops-dotnet-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVstsSamples.sln
40 lines (40 loc) · 2.53 KB
/
VstsSamples.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25618.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsRestApiSamples", "VSTSRestApiSamples\VstsRestApiSamples.csproj", "{4FB47D48-D337-4677-A9E5-5AA6A5E30D4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsRestApiSamples.Tests", "VSTSRestApiSamples.UnitTests\VstsRestApiSamples.Tests.csproj", "{E263A7D2-DE71-48D0-BCD6-1963F7AED268}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsClientLibrariesSamples", "VstsClientLibrariesSamples\VstsClientLibrariesSamples.csproj", "{545851E1-9BD9-4939-8AF4-9A8910CF5C34}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VstsClientLibrariesSamples.Tests", "VstsClientLibrariesSamples.Tests\VstsClientLibrariesSamples.Tests.csproj", "{0BBFC0B5-6E23-4938-9630-49EA9AFB406E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FB47D48-D337-4677-A9E5-5AA6A5E30D4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FB47D48-D337-4677-A9E5-5AA6A5E30D4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FB47D48-D337-4677-A9E5-5AA6A5E30D4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FB47D48-D337-4677-A9E5-5AA6A5E30D4A}.Release|Any CPU.Build.0 = Release|Any CPU
{E263A7D2-DE71-48D0-BCD6-1963F7AED268}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E263A7D2-DE71-48D0-BCD6-1963F7AED268}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E263A7D2-DE71-48D0-BCD6-1963F7AED268}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E263A7D2-DE71-48D0-BCD6-1963F7AED268}.Release|Any CPU.Build.0 = Release|Any CPU
{545851E1-9BD9-4939-8AF4-9A8910CF5C34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{545851E1-9BD9-4939-8AF4-9A8910CF5C34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{545851E1-9BD9-4939-8AF4-9A8910CF5C34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{545851E1-9BD9-4939-8AF4-9A8910CF5C34}.Release|Any CPU.Build.0 = Release|Any CPU
{0BBFC0B5-6E23-4938-9630-49EA9AFB406E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BBFC0B5-6E23-4938-9630-49EA9AFB406E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BBFC0B5-6E23-4938-9630-49EA9AFB406E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BBFC0B5-6E23-4938-9630-49EA9AFB406E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal