-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathImageHub.sln
42 lines (42 loc) · 2.31 KB
/
ImageHub.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageHub.Api", "src\ImageHub.Api\ImageHub.Api.csproj", "{3C4D917B-D893-4FB1-B2A5-EF46EA3C74E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageHub.Api.Tests", "src\ImageHub.Api.Tests\ImageHub.Api.Tests.csproj", "{617BDB75-AFD5-4518-A779-C02AC2B98EC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Elementy rozwiązania", "Elementy rozwiązania", "{0F441E2A-620C-4972-B428-FB4159BF9D22}"
ProjectSection(SolutionItems) = preProject
Directoy.build.props = Directoy.build.props
EndProjectSection
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{58D0F0DF-59E4-49D4-8B1E-7647AEB8E5FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C4D917B-D893-4FB1-B2A5-EF46EA3C74E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C4D917B-D893-4FB1-B2A5-EF46EA3C74E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C4D917B-D893-4FB1-B2A5-EF46EA3C74E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C4D917B-D893-4FB1-B2A5-EF46EA3C74E8}.Release|Any CPU.Build.0 = Release|Any CPU
{617BDB75-AFD5-4518-A779-C02AC2B98EC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{617BDB75-AFD5-4518-A779-C02AC2B98EC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{617BDB75-AFD5-4518-A779-C02AC2B98EC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{617BDB75-AFD5-4518-A779-C02AC2B98EC9}.Release|Any CPU.Build.0 = Release|Any CPU
{58D0F0DF-59E4-49D4-8B1E-7647AEB8E5FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58D0F0DF-59E4-49D4-8B1E-7647AEB8E5FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58D0F0DF-59E4-49D4-8B1E-7647AEB8E5FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58D0F0DF-59E4-49D4-8B1E-7647AEB8E5FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A0AFFAD-C2C5-4683-A245-3B541DBE380B}
EndGlobalSection
EndGlobal