-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitStatusOverlay.sln
37 lines (37 loc) · 2.18 KB
/
GitStatusOverlay.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.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitStatusOverlay.ShellExtension", "GitStatusOverlay.ShellExtension\GitStatusOverlay.ShellExtension.csproj", "{6A3D6280-263F-4247-8192-0056A714D7B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitStatusOverlay.Installer", "GitStatusOverlay.Installer\GitStatusOverlay.Installer.csproj", "{9A76F762-59E5-45D7-9B84-8497FB736A58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitStatusOverlay.TestGitCmd", "GitStatusOverlay.TestGitCmd\GitStatusOverlay.TestGitCmd.csproj", "{E4E4D9DC-8A98-45D2-A87E-DBBB8AEA9D06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A3D6280-263F-4247-8192-0056A714D7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A3D6280-263F-4247-8192-0056A714D7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A3D6280-263F-4247-8192-0056A714D7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A3D6280-263F-4247-8192-0056A714D7B5}.Release|Any CPU.Build.0 = Release|Any CPU
{9A76F762-59E5-45D7-9B84-8497FB736A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A76F762-59E5-45D7-9B84-8497FB736A58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A76F762-59E5-45D7-9B84-8497FB736A58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A76F762-59E5-45D7-9B84-8497FB736A58}.Release|Any CPU.Build.0 = Release|Any CPU
{E4E4D9DC-8A98-45D2-A87E-DBBB8AEA9D06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4E4D9DC-8A98-45D2-A87E-DBBB8AEA9D06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4E4D9DC-8A98-45D2-A87E-DBBB8AEA9D06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4E4D9DC-8A98-45D2-A87E-DBBB8AEA9D06}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B55BCF22-585C-443D-82BA-69C9E194B47F}
EndGlobalSection
EndGlobal