-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStoryPointCycleTime.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
StoryPointCycleTime.sln
File metadata and controls
37 lines (37 loc) · 2.07 KB
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 16
VisualStudioVersion = 16.0.31105.61
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StoryPointCycleTime", "StoryPointCycleTime\StoryPointCycleTime.csproj", "{A1A3B077-1A94-4D5E-84D9-31C09A8467D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AzDO.Controller", "AzDO.Controller\AzDO.Controller.csproj", "{17ED1E4D-D22E-45B6-96F0-BB55DA499351}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExcelController", "ExcelController\ExcelController.csproj", "{AC11539F-67CF-4E61-A851-153581CF77AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A1A3B077-1A94-4D5E-84D9-31C09A8467D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1A3B077-1A94-4D5E-84D9-31C09A8467D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1A3B077-1A94-4D5E-84D9-31C09A8467D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1A3B077-1A94-4D5E-84D9-31C09A8467D1}.Release|Any CPU.Build.0 = Release|Any CPU
{17ED1E4D-D22E-45B6-96F0-BB55DA499351}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17ED1E4D-D22E-45B6-96F0-BB55DA499351}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17ED1E4D-D22E-45B6-96F0-BB55DA499351}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17ED1E4D-D22E-45B6-96F0-BB55DA499351}.Release|Any CPU.Build.0 = Release|Any CPU
{AC11539F-67CF-4E61-A851-153581CF77AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC11539F-67CF-4E61-A851-153581CF77AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC11539F-67CF-4E61-A851-153581CF77AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC11539F-67CF-4E61-A851-153581CF77AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23CD2F00-F590-4CEC-9916-048E5359F2DD}
EndGlobalSection
EndGlobal