forked from jakobehn/GitFlow.VS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitFlow.VS.sln
47 lines (47 loc) · 2.74 KB
/
GitFlow.VS.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
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitFlow.VS", "GitFlow.VS\GitFlow.VS.csproj", "{109C6173-0DBF-43D7-9EEE-AA404561B4F0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitFlow.VS.Tests", "GitFlow.VS.Tests\GitFlow.VS.Tests.csproj", "{AED3FCED-BD51-4B0D-821F-5502C350F27E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitFlow.VS.Extension", "GitFlow.VS.Extension\GitFlow.VS.Extension.csproj", "{B5F05374-4507-4ACE-A4F5-7AF90ABE9ED4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeamExplorer.Common", "TeamExplorer.Common\TeamExplorer.Common.csproj", "{388AC013-C628-4A32-ABBC-A28A68C3A112}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7A31A09F-1E7B-4389-9795-2752C2A6DF40}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{109C6173-0DBF-43D7-9EEE-AA404561B4F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{109C6173-0DBF-43D7-9EEE-AA404561B4F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{109C6173-0DBF-43D7-9EEE-AA404561B4F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{109C6173-0DBF-43D7-9EEE-AA404561B4F0}.Release|Any CPU.Build.0 = Release|Any CPU
{AED3FCED-BD51-4B0D-821F-5502C350F27E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AED3FCED-BD51-4B0D-821F-5502C350F27E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AED3FCED-BD51-4B0D-821F-5502C350F27E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AED3FCED-BD51-4B0D-821F-5502C350F27E}.Release|Any CPU.Build.0 = Release|Any CPU
{B5F05374-4507-4ACE-A4F5-7AF90ABE9ED4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5F05374-4507-4ACE-A4F5-7AF90ABE9ED4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5F05374-4507-4ACE-A4F5-7AF90ABE9ED4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5F05374-4507-4ACE-A4F5-7AF90ABE9ED4}.Release|Any CPU.Build.0 = Release|Any CPU
{388AC013-C628-4A32-ABBC-A28A68C3A112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{388AC013-C628-4A32-ABBC-A28A68C3A112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{388AC013-C628-4A32-ABBC-A28A68C3A112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{388AC013-C628-4A32-ABBC-A28A68C3A112}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal