-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectPet.FileService.sln
More file actions
49 lines (49 loc) · 2.94 KB
/
Copy pathProjectPet.FileService.sln
File metadata and controls
49 lines (49 loc) · 2.94 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectPet.FileService", "ProjectPet.FileService\ProjectPet.FileService.csproj", "{CA10D83A-1138-4D1C-BC4F-F9A6762717F1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{15C584CC-3F07-42EF-BFF6-7EFFAE135ECF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectPet.FileService.Communication", "ProjectPet.FileService.Communication\ProjectPet.FileService.Communication.csproj", "{30D11036-BD7A-4DE6-AC6D-E4F0DD2B6705}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectPet.FileService.Contracts", "ProjectPet.FileService.Contracts\ProjectPet.FileService.Contracts.csproj", "{2DAC1B84-B97F-4A62-AE14-24E5931B53D0}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{13703A53-A9F3-4B8C-BAB1-1A223B47D387}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA10D83A-1138-4D1C-BC4F-F9A6762717F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA10D83A-1138-4D1C-BC4F-F9A6762717F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA10D83A-1138-4D1C-BC4F-F9A6762717F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA10D83A-1138-4D1C-BC4F-F9A6762717F1}.Release|Any CPU.Build.0 = Release|Any CPU
{30D11036-BD7A-4DE6-AC6D-E4F0DD2B6705}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{30D11036-BD7A-4DE6-AC6D-E4F0DD2B6705}.Debug|Any CPU.Build.0 = Debug|Any CPU
{30D11036-BD7A-4DE6-AC6D-E4F0DD2B6705}.Release|Any CPU.ActiveCfg = Release|Any CPU
{30D11036-BD7A-4DE6-AC6D-E4F0DD2B6705}.Release|Any CPU.Build.0 = Release|Any CPU
{2DAC1B84-B97F-4A62-AE14-24E5931B53D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DAC1B84-B97F-4A62-AE14-24E5931B53D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DAC1B84-B97F-4A62-AE14-24E5931B53D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DAC1B84-B97F-4A62-AE14-24E5931B53D0}.Release|Any CPU.Build.0 = Release|Any CPU
{13703A53-A9F3-4B8C-BAB1-1A223B47D387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13703A53-A9F3-4B8C-BAB1-1A223B47D387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13703A53-A9F3-4B8C-BAB1-1A223B47D387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13703A53-A9F3-4B8C-BAB1-1A223B47D387}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {28435E06-82DE-4099-9A77-2AC4CED073E6}
EndGlobalSection
EndGlobal