-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoycar-backend.sln
More file actions
48 lines (48 loc) · 2.78 KB
/
voycar-backend.sln
File metadata and controls
48 lines (48 loc) · 2.78 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{D6D0AEE7-FF19-48DD-A331-EB443A73F61F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8321EF10-91C1-433E-A020-6B60DEA24752}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voycar.Api.Web", "Voycar.Api.Web\Voycar.Api.Web.csproj", "{2D514EF0-A8AF-4BD4-817B-8F2D9A499151}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{4285928D-8280-46DE-A067-30B61251B455}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voycar.Api.Web.Tests.Unit", "Voycar.Api.Web.Tests.Unit\Voycar.Api.Web.Tests.Unit.csproj", "{75A791F6-7FB9-49B0-86EA-BA4E8D320818}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voycar.Api.Web.Tests.Integration", "Voycar.Api.Web.Tests.Integration\Voycar.Api.Web.Tests.Integration.csproj", "{B18BFBB9-0B1D-47C8-9385-D99D75719AED}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D514EF0-A8AF-4BD4-817B-8F2D9A499151} = {D6D0AEE7-FF19-48DD-A331-EB443A73F61F}
{75A791F6-7FB9-49B0-86EA-BA4E8D320818} = {8321EF10-91C1-433E-A020-6B60DEA24752}
{B18BFBB9-0B1D-47C8-9385-D99D75719AED} = {8321EF10-91C1-433E-A020-6B60DEA24752}
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D514EF0-A8AF-4BD4-817B-8F2D9A499151}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D514EF0-A8AF-4BD4-817B-8F2D9A499151}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D514EF0-A8AF-4BD4-817B-8F2D9A499151}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D514EF0-A8AF-4BD4-817B-8F2D9A499151}.Release|Any CPU.Build.0 = Release|Any CPU
{75A791F6-7FB9-49B0-86EA-BA4E8D320818}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75A791F6-7FB9-49B0-86EA-BA4E8D320818}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75A791F6-7FB9-49B0-86EA-BA4E8D320818}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75A791F6-7FB9-49B0-86EA-BA4E8D320818}.Release|Any CPU.Build.0 = Release|Any CPU
{B18BFBB9-0B1D-47C8-9385-D99D75719AED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B18BFBB9-0B1D-47C8-9385-D99D75719AED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B18BFBB9-0B1D-47C8-9385-D99D75719AED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B18BFBB9-0B1D-47C8-9385-D99D75719AED}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal