-
Notifications
You must be signed in to change notification settings - Fork 0
/
Git.Stats.sln
45 lines (45 loc) · 2.64 KB
/
Git.Stats.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Git.Stats", "Git.Stats\Git.Stats.csproj", "{C4A7D962-312E-4275-BCDF-73E7CF126513}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Git.Stats.Console", "Git.Stats.Console\Git.Stats.Console.csproj", "{D546F98D-FBA7-48FC-9595-934A88715A16}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Command.Infrastructure", "Command.Infrastructure\Command.Infrastructure.csproj", "{42FABD97-6833-4936-9A5E-989AE572C9CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitStats.Test", "GitStats.Test\GitStats.Test.csproj", "{E55C163B-372D-4FED-B084-B12CC3D95FFD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4439830B-9ABB-453C-9461-8D5CF6CF37AF}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4A7D962-312E-4275-BCDF-73E7CF126513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4A7D962-312E-4275-BCDF-73E7CF126513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4A7D962-312E-4275-BCDF-73E7CF126513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4A7D962-312E-4275-BCDF-73E7CF126513}.Release|Any CPU.Build.0 = Release|Any CPU
{D546F98D-FBA7-48FC-9595-934A88715A16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D546F98D-FBA7-48FC-9595-934A88715A16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D546F98D-FBA7-48FC-9595-934A88715A16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D546F98D-FBA7-48FC-9595-934A88715A16}.Release|Any CPU.Build.0 = Release|Any CPU
{42FABD97-6833-4936-9A5E-989AE572C9CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42FABD97-6833-4936-9A5E-989AE572C9CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42FABD97-6833-4936-9A5E-989AE572C9CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42FABD97-6833-4936-9A5E-989AE572C9CF}.Release|Any CPU.Build.0 = Release|Any CPU
{E55C163B-372D-4FED-B084-B12CC3D95FFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E55C163B-372D-4FED-B084-B12CC3D95FFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E55C163B-372D-4FED-B084-B12CC3D95FFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E55C163B-372D-4FED-B084-B12CC3D95FFD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal