1 |
68d7a219
|
Vojtěch Bartička
|
|
2 |
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
|
|
# Visual Studio Version 17
|
4 |
|
|
VisualStudioVersion = 17.1.32228.430
|
5 |
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
6 |
35bcdf1c
|
Vojtěch Bartička
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestAPI", "Backend\RestAPI.csproj", "{31E7A829-3F1D-41F6-B189-86449966E060}"
|
7 |
|
|
EndProject
|
8 |
8001114d
|
Vojtěch Bartička
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "Models\Models.csproj", "{03BFE675-EE7F-4493-8682-6D13EEEABD4F}"
|
9 |
35bcdf1c
|
Vojtěch Bartička
|
EndProject
|
10 |
782b6d38
|
Vojtěch Bartička
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{EE92204E-BFD8-473F-BBBC-51E975BF6937}"
|
11 |
|
|
EndProject
|
12 |
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BackendTesting", "BackendTesting\BackendTesting.csproj", "{516D3F60-5760-445B-9B0C-B2108046D9D4}"
|
13 |
68d7a219
|
Vojtěch Bartička
|
EndProject
|
14 |
d65e75d9
|
schenkj
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrontendTesting", "FrontendTesting\FrontendTesting.csproj", "{1C3F4C13-1E04-4E2A-A591-1F607A2D2E08}"
|
15 |
|
|
EndProject
|
16 |
68d7a219
|
Vojtěch Bartička
|
Global
|
17 |
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
18 |
|
|
Debug|Any CPU = Debug|Any CPU
|
19 |
|
|
Release|Any CPU = Release|Any CPU
|
20 |
|
|
EndGlobalSection
|
21 |
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
22 |
|
|
{31E7A829-3F1D-41F6-B189-86449966E060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
23 |
|
|
{31E7A829-3F1D-41F6-B189-86449966E060}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
24 |
|
|
{31E7A829-3F1D-41F6-B189-86449966E060}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
25 |
|
|
{31E7A829-3F1D-41F6-B189-86449966E060}.Release|Any CPU.Build.0 = Release|Any CPU
|
26 |
35bcdf1c
|
Vojtěch Bartička
|
{03BFE675-EE7F-4493-8682-6D13EEEABD4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
27 |
|
|
{03BFE675-EE7F-4493-8682-6D13EEEABD4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
28 |
|
|
{03BFE675-EE7F-4493-8682-6D13EEEABD4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
29 |
|
|
{03BFE675-EE7F-4493-8682-6D13EEEABD4F}.Release|Any CPU.Build.0 = Release|Any CPU
|
30 |
8001114d
|
Vojtěch Bartička
|
{EE92204E-BFD8-473F-BBBC-51E975BF6937}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
31 |
|
|
{EE92204E-BFD8-473F-BBBC-51E975BF6937}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
32 |
|
|
{EE92204E-BFD8-473F-BBBC-51E975BF6937}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
33 |
|
|
{EE92204E-BFD8-473F-BBBC-51E975BF6937}.Release|Any CPU.Build.0 = Release|Any CPU
|
34 |
782b6d38
|
Vojtěch Bartička
|
{516D3F60-5760-445B-9B0C-B2108046D9D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
35 |
|
|
{516D3F60-5760-445B-9B0C-B2108046D9D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
36 |
|
|
{516D3F60-5760-445B-9B0C-B2108046D9D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
37 |
|
|
{516D3F60-5760-445B-9B0C-B2108046D9D4}.Release|Any CPU.Build.0 = Release|Any CPU
|
38 |
d65e75d9
|
schenkj
|
{1C3F4C13-1E04-4E2A-A591-1F607A2D2E08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
39 |
|
|
{1C3F4C13-1E04-4E2A-A591-1F607A2D2E08}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
40 |
|
|
{1C3F4C13-1E04-4E2A-A591-1F607A2D2E08}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
41 |
|
|
{1C3F4C13-1E04-4E2A-A591-1F607A2D2E08}.Release|Any CPU.Build.0 = Release|Any CPU
|
42 |
68d7a219
|
Vojtěch Bartička
|
EndGlobalSection
|
43 |
|
|
GlobalSection(SolutionProperties) = preSolution
|
44 |
|
|
HideSolutionNode = FALSE
|
45 |
|
|
EndGlobalSection
|
46 |
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
47 |
|
|
SolutionGuid = {5324355B-DC27-4187-9788-968039764275}
|
48 |
|
|
EndGlobalSection
|
49 |
|
|
EndGlobal
|