-
Notifications
You must be signed in to change notification settings - Fork 0
/
DetSkerIAarhusBackend.sln
37 lines (37 loc) · 2.2 KB
/
DetSkerIAarhusBackend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DetSkerIAarhusBackend.API", "DetSkerIAarhusBackend.API\DetSkerIAarhusBackend.API.csproj", "{98364066-5C66-45E0-A67E-4D1C30867803}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DetSkerIAarhusBackend.UnitTests", "DetSkerIAarhusBackend.UnitTests\DetSkerIAarhusBackend.UnitTests.csproj", "{657CD7C8-D979-4F5A-A588-4F4968D4335F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DetSkerIAarhusBackend.IntegrationTests", "DetSkerIAarhusBackend.IntegrationTests\DetSkerIAarhusBackend.IntegrationTests.csproj", "{CB04CF7C-0A3C-4A0E-82D1-7C0A90D558E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98364066-5C66-45E0-A67E-4D1C30867803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98364066-5C66-45E0-A67E-4D1C30867803}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98364066-5C66-45E0-A67E-4D1C30867803}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98364066-5C66-45E0-A67E-4D1C30867803}.Release|Any CPU.Build.0 = Release|Any CPU
{657CD7C8-D979-4F5A-A588-4F4968D4335F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{657CD7C8-D979-4F5A-A588-4F4968D4335F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{657CD7C8-D979-4F5A-A588-4F4968D4335F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{657CD7C8-D979-4F5A-A588-4F4968D4335F}.Release|Any CPU.Build.0 = Release|Any CPU
{CB04CF7C-0A3C-4A0E-82D1-7C0A90D558E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB04CF7C-0A3C-4A0E-82D1-7C0A90D558E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB04CF7C-0A3C-4A0E-82D1-7C0A90D558E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB04CF7C-0A3C-4A0E-82D1-7C0A90D558E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3A0C2E62-833E-4C3B-B584-806ADABE39D1}
EndGlobalSection
EndGlobal