forked from qubicaamf/GitFlowAVH.VSIX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitFlowAVH.2022.sln
37 lines (37 loc) · 1.78 KB
/
GitFlowAVH.2022.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.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitFlowAVH", "GitFlowAVH\GitFlowAVH.csproj", "{9C9782B4-AE32-4DF7-81FF-AEFB73DF6CD7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitFlowAVH.Tests", "GitFlowAVH.Tests\GitFlowAVH.Tests.csproj", "{1CEB4B19-0D92-4887-9234-CC89ACEE7D0D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{13231B0D-7C69-4342-AF8D-89129033E80D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|2022 = Debug|2022
Release|2022 = Release|2022
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C9782B4-AE32-4DF7-81FF-AEFB73DF6CD7}.Debug|2022.ActiveCfg = Debug|2022
{9C9782B4-AE32-4DF7-81FF-AEFB73DF6CD7}.Debug|2022.Build.0 = Debug|2022
{9C9782B4-AE32-4DF7-81FF-AEFB73DF6CD7}.Release|2022.ActiveCfg = Release|2022
{9C9782B4-AE32-4DF7-81FF-AEFB73DF6CD7}.Release|2022.Build.0 = Release|2022
{1CEB4B19-0D92-4887-9234-CC89ACEE7D0D}.Debug|2022.ActiveCfg = Debug|2022
{1CEB4B19-0D92-4887-9234-CC89ACEE7D0D}.Debug|2022.Build.0 = Debug|2022
{1CEB4B19-0D92-4887-9234-CC89ACEE7D0D}.Release|2022.ActiveCfg = Release|2022
{1CEB4B19-0D92-4887-9234-CC89ACEE7D0D}.Release|2022.Build.0 = Release|2022
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6DA887C-8E09-4E35-A1DB-9CFF75824DFA}
EndGlobalSection
EndGlobal