-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive-processing.sln
47 lines (47 loc) · 2.45 KB
/
archive-processing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30621.155
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Service", "Source\Service\Service.csproj", "{4B1E4881-A53A-44DC-8703-5C2815314465}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{8E429F75-CBA5-4614-8883-C22B9DFC6C61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Service", "Service", "{2051AFA0-E186-43BA-A5E4-4E3F7E00D4BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DF80F901-EC43-479A-BA33-F657921966A5}"
ProjectSection(SolutionItems) = preProject
Dockerfile = Dockerfile
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D5CE2911-FCEC-4A1F-835E-60E4453E74C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Service.Tests", "Tests\Service.Tests\Service.Tests.csproj", "{4B6A7FE2-2A26-40B6-B105-5A27F79FA462}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B1E4881-A53A-44DC-8703-5C2815314465}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B1E4881-A53A-44DC-8703-5C2815314465}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B1E4881-A53A-44DC-8703-5C2815314465}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B1E4881-A53A-44DC-8703-5C2815314465}.Release|Any CPU.Build.0 = Release|Any CPU
{4B6A7FE2-2A26-40B6-B105-5A27F79FA462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B6A7FE2-2A26-40B6-B105-5A27F79FA462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B6A7FE2-2A26-40B6-B105-5A27F79FA462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B6A7FE2-2A26-40B6-B105-5A27F79FA462}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4B1E4881-A53A-44DC-8703-5C2815314465} = {2051AFA0-E186-43BA-A5E4-4E3F7E00D4BA}
{2051AFA0-E186-43BA-A5E4-4E3F7E00D4BA} = {8E429F75-CBA5-4614-8883-C22B9DFC6C61}
{4B6A7FE2-2A26-40B6-B105-5A27F79FA462} = {D5CE2911-FCEC-4A1F-835E-60E4453E74C0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B82E849B-5C92-440A-8A15-CB24167E3C71}
EndGlobalSection
EndGlobal