-
Notifications
You must be signed in to change notification settings - Fork 3
/
GitLfs.CachingServer.sln
52 lines (52 loc) · 2.96 KB
/
GitLfs.CachingServer.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
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.32804.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitLfs.Server.Caching", "GitLfs.Server.Caching\GitLfs.Server.Caching.csproj", "{0327D3A9-C397-41AD-AE28-E0E811FC9B7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitLfs.Client", "GitLfs.Client\GitLfs.Client.csproj", "{A8C0678F-C179-4A7C-8403-0E2DF81905AF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitLfs.Core", "GitLfs.Core\GitLfs.Core.csproj", "{8B0D67CB-BCEE-4A73-89AE-3BE3CFA514C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitLfs.Core.Tests", "GitLfs.Core.Tests\GitLfs.Core.Tests.csproj", "{D98E7318-E9EF-4BBF-85A8-BDDF81AD59BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D56E708E-3889-497E-881D-8F6BFF11842C}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
stylecop.json = stylecop.json
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0327D3A9-C397-41AD-AE28-E0E811FC9B7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0327D3A9-C397-41AD-AE28-E0E811FC9B7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0327D3A9-C397-41AD-AE28-E0E811FC9B7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0327D3A9-C397-41AD-AE28-E0E811FC9B7A}.Release|Any CPU.Build.0 = Release|Any CPU
{A8C0678F-C179-4A7C-8403-0E2DF81905AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8C0678F-C179-4A7C-8403-0E2DF81905AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8C0678F-C179-4A7C-8403-0E2DF81905AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8C0678F-C179-4A7C-8403-0E2DF81905AF}.Release|Any CPU.Build.0 = Release|Any CPU
{8B0D67CB-BCEE-4A73-89AE-3BE3CFA514C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B0D67CB-BCEE-4A73-89AE-3BE3CFA514C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B0D67CB-BCEE-4A73-89AE-3BE3CFA514C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B0D67CB-BCEE-4A73-89AE-3BE3CFA514C6}.Release|Any CPU.Build.0 = Release|Any CPU
{D98E7318-E9EF-4BBF-85A8-BDDF81AD59BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D98E7318-E9EF-4BBF-85A8-BDDF81AD59BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D98E7318-E9EF-4BBF-85A8-BDDF81AD59BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D98E7318-E9EF-4BBF-85A8-BDDF81AD59BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F7A87875-63C9-4D67-AD88-678C66A31973}
EndGlobalSection
EndGlobal