-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathvsts-extension-retrospectives.sln
30 lines (30 loc) · 1.59 KB
/
vsts-extension-retrospectives.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "backend.tests", "src\backend.tests\RetrospectiveExtension.Backend.Tests.csproj", "{2B4D0A12-E529-44D5-9117-574027723588}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "backend", "src\backend\CollaborationStateService.csproj", "{B7542D58-46A1-4950-995C-87A3C484E069}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B4D0A12-E529-44D5-9117-574027723588}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4D0A12-E529-44D5-9117-574027723588}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4D0A12-E529-44D5-9117-574027723588}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4D0A12-E529-44D5-9117-574027723588}.Release|Any CPU.Build.0 = Release|Any CPU
{B7542D58-46A1-4950-995C-87A3C484E069}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7542D58-46A1-4950-995C-87A3C484E069}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7542D58-46A1-4950-995C-87A3C484E069}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7542D58-46A1-4950-995C-87A3C484E069}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {735FB7A1-E5AD-4B51-A650-F142C845681A}
EndGlobalSection
EndGlobal