-
Notifications
You must be signed in to change notification settings - Fork 0
/
GitTracker.sln
36 lines (36 loc) · 1.82 KB
/
GitTracker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitTracker", "GitTracker\GitTracker.csproj", "{ECAB3FC5-740F-4B78-A26F-89F21DD93CA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitTracker.Tests", "GitTracker.Tests\GitTracker.Tests.csproj", "{3D92A4E1-74C1-4449-948D-6602AECD4CED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4C43B086-9B8F-4C8A-97D2-DE847D1B08B3}"
ProjectSection(SolutionItems) = preProject
.github\workflows\main.yml = .github\workflows\main.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECAB3FC5-740F-4B78-A26F-89F21DD93CA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECAB3FC5-740F-4B78-A26F-89F21DD93CA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECAB3FC5-740F-4B78-A26F-89F21DD93CA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECAB3FC5-740F-4B78-A26F-89F21DD93CA6}.Release|Any CPU.Build.0 = Release|Any CPU
{3D92A4E1-74C1-4449-948D-6602AECD4CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D92A4E1-74C1-4449-948D-6602AECD4CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D92A4E1-74C1-4449-948D-6602AECD4CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D92A4E1-74C1-4449-948D-6602AECD4CED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2706001-D024-47F7-BF5B-7B943F06CD68}
EndGlobalSection
EndGlobal