-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitmoSharp.sln
37 lines (37 loc) · 2.01 KB
/
GitmoSharp.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 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitmoSharp.Test", "GitmoSharp.Test\GitmoSharp.Test.csproj", "{7E56BF93-5222-4823-9650-0DE87147307B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitmoSharp", "GitmoSharp\GitmoSharp.csproj", "{7C121835-3FC8-4654-B98D-3996952BF22F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gitmo", "gitmo\gitmo.csproj", "{7EE684E3-D757-4E26-8A21-64D2B4F83CEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E56BF93-5222-4823-9650-0DE87147307B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E56BF93-5222-4823-9650-0DE87147307B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E56BF93-5222-4823-9650-0DE87147307B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E56BF93-5222-4823-9650-0DE87147307B}.Release|Any CPU.Build.0 = Release|Any CPU
{7C121835-3FC8-4654-B98D-3996952BF22F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C121835-3FC8-4654-B98D-3996952BF22F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C121835-3FC8-4654-B98D-3996952BF22F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C121835-3FC8-4654-B98D-3996952BF22F}.Release|Any CPU.Build.0 = Release|Any CPU
{7EE684E3-D757-4E26-8A21-64D2B4F83CEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EE684E3-D757-4E26-8A21-64D2B4F83CEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EE684E3-D757-4E26-8A21-64D2B4F83CEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EE684E3-D757-4E26-8A21-64D2B4F83CEF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D49FA6C4-81D3-4694-ADB9-92E8BF0D4013}
EndGlobalSection
EndGlobal