-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-devops-export-for-actionable-agile.sln
37 lines (37 loc) · 2.29 KB
/
azure-devops-export-for-actionable-agile.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34607.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureDevOps.Export.ActionableAgile.Tests", "src\AzureDevOps.Export.ActionableAgile.Tests\AzureDevOps.Export.ActionableAgile.Tests.csproj", "{31CDE3E3-F78F-436A-8A67-C1981FDE3A12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzureDevOps.Export.ActionableAgile.ConsoleUI", "src\AzureDevOps.Export.ActionableAgile.ConsoleUI\AzureDevOps.Export.ActionableAgile.ConsoleUI.csproj", "{C5722432-697D-4B9A-8A7C-587BD1660B51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureDevOps.Export.ActionableAgile", "src\AzureDevOps.Export.ActionableAgile\AzureDevOps.Export.ActionableAgile.csproj", "{B7C8A581-9EF5-4653-8DF8-16D461CF4BC1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31CDE3E3-F78F-436A-8A67-C1981FDE3A12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31CDE3E3-F78F-436A-8A67-C1981FDE3A12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31CDE3E3-F78F-436A-8A67-C1981FDE3A12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31CDE3E3-F78F-436A-8A67-C1981FDE3A12}.Release|Any CPU.Build.0 = Release|Any CPU
{C5722432-697D-4B9A-8A7C-587BD1660B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5722432-697D-4B9A-8A7C-587BD1660B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5722432-697D-4B9A-8A7C-587BD1660B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5722432-697D-4B9A-8A7C-587BD1660B51}.Release|Any CPU.Build.0 = Release|Any CPU
{B7C8A581-9EF5-4653-8DF8-16D461CF4BC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7C8A581-9EF5-4653-8DF8-16D461CF4BC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7C8A581-9EF5-4653-8DF8-16D461CF4BC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7C8A581-9EF5-4653-8DF8-16D461CF4BC1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A14C5768-86D3-450F-8551-D464FDA64ABC}
EndGlobalSection
EndGlobal