-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMinispace.sln
52 lines (52 loc) · 2.8 KB
/
Minispace.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.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Api", "Api\Api.csproj", "{67BE0E53-B22A-4F8C-9AEA-61F9652C890C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D8FE86A3-65E4-4C39-B2C6-9BE48FE72366}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
ArtOfWar.md = ArtOfWar.md
LICENSE = LICENSE
README.md = README.md
Specyfikacja_1.0.pdf = Specyfikacja_1.0.pdf
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{53565A1C-09BE-4162-9999-C84B5051B2E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{89E1CF6C-AFEB-406F-870F-6C6FE1AAF247}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{1F5B0151-0F20-49C0-8B8F-FDC2734B67DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67BE0E53-B22A-4F8C-9AEA-61F9652C890C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67BE0E53-B22A-4F8C-9AEA-61F9652C890C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67BE0E53-B22A-4F8C-9AEA-61F9652C890C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67BE0E53-B22A-4F8C-9AEA-61F9652C890C}.Release|Any CPU.Build.0 = Release|Any CPU
{53565A1C-09BE-4162-9999-C84B5051B2E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53565A1C-09BE-4162-9999-C84B5051B2E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53565A1C-09BE-4162-9999-C84B5051B2E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53565A1C-09BE-4162-9999-C84B5051B2E9}.Release|Any CPU.Build.0 = Release|Any CPU
{89E1CF6C-AFEB-406F-870F-6C6FE1AAF247}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89E1CF6C-AFEB-406F-870F-6C6FE1AAF247}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89E1CF6C-AFEB-406F-870F-6C6FE1AAF247}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89E1CF6C-AFEB-406F-870F-6C6FE1AAF247}.Release|Any CPU.Build.0 = Release|Any CPU
{1F5B0151-0F20-49C0-8B8F-FDC2734B67DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F5B0151-0F20-49C0-8B8F-FDC2734B67DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F5B0151-0F20-49C0-8B8F-FDC2734B67DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F5B0151-0F20-49C0-8B8F-FDC2734B67DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B55F792A-5A4C-4CF9-863F-61741A0119ED}
EndGlobalSection
EndGlobal