-
Notifications
You must be signed in to change notification settings - Fork 6
/
GitTimelapseView.sln
51 lines (51 loc) · 2.97 KB
/
GitTimelapseView.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
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0F0676E9-1533-4AD5-A9B1-6BEB52903EC1}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitTimelapseView", "GitTimelapseView\GitTimelapseView.csproj", "{EDE8422E-984D-493F-B171-4DA13DDC8209}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitTimelapseView.Core", "GitTimelapseView.Core\GitTimelapseView.Core.csproj", "{CB812D9B-94B7-4835-A02E-8ADFC22477A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitTimelapseView.Extensions", "GitTimelapseView.Extensions\GitTimelapseView.Extensions.csproj", "{BE4ECDD6-8AE3-4E49-BD33-870F202A99AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitTimelapseView.Tests", "GitTimelapseView.Tests\GitTimelapseView.Tests.csproj", "{EB6D4AD1-4789-4732-99C4-FFF41E3E7EF1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDE8422E-984D-493F-B171-4DA13DDC8209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDE8422E-984D-493F-B171-4DA13DDC8209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDE8422E-984D-493F-B171-4DA13DDC8209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDE8422E-984D-493F-B171-4DA13DDC8209}.Release|Any CPU.Build.0 = Release|Any CPU
{CB812D9B-94B7-4835-A02E-8ADFC22477A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB812D9B-94B7-4835-A02E-8ADFC22477A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB812D9B-94B7-4835-A02E-8ADFC22477A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB812D9B-94B7-4835-A02E-8ADFC22477A9}.Release|Any CPU.Build.0 = Release|Any CPU
{BE4ECDD6-8AE3-4E49-BD33-870F202A99AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE4ECDD6-8AE3-4E49-BD33-870F202A99AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE4ECDD6-8AE3-4E49-BD33-870F202A99AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE4ECDD6-8AE3-4E49-BD33-870F202A99AF}.Release|Any CPU.Build.0 = Release|Any CPU
{EB6D4AD1-4789-4732-99C4-FFF41E3E7EF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB6D4AD1-4789-4732-99C4-FFF41E3E7EF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB6D4AD1-4789-4732-99C4-FFF41E3E7EF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB6D4AD1-4789-4732-99C4-FFF41E3E7EF1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {83E26756-FC19-479A-9074-C74CC45932CF}
EndGlobalSection
EndGlobal