-
Notifications
You must be signed in to change notification settings - Fork 0
/
turradgiver-backend.sln
48 lines (48 loc) · 2.78 KB
/
turradgiver-backend.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "turradgiver-dal", "turradgiver-dal\turradgiver-dal.csproj", "{8ADBA38E-D6BE-4FF1-9EB6-D658C0005101}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "turradgiver-api", "turradgiver-api\turradgiver-api.csproj", "{B8008E0F-D6C8-4D4B-91D4-268C7654706B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{30091556-7E9A-4E45-934C-B525D15A535C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "turradgiver-bal", "turradgiver-bal\turradgiver-bal.csproj", "{085A7F05-7BE0-47B8-9990-A4A9FD3A7E4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "turradgiver-test", "turradgiver-test\turradgiver-test.csproj", "{7C4FFE1C-0C42-4587-84D9-3FBB8A1D2BC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8ADBA38E-D6BE-4FF1-9EB6-D658C0005101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ADBA38E-D6BE-4FF1-9EB6-D658C0005101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ADBA38E-D6BE-4FF1-9EB6-D658C0005101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ADBA38E-D6BE-4FF1-9EB6-D658C0005101}.Release|Any CPU.Build.0 = Release|Any CPU
{B8008E0F-D6C8-4D4B-91D4-268C7654706B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8008E0F-D6C8-4D4B-91D4-268C7654706B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8008E0F-D6C8-4D4B-91D4-268C7654706B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8008E0F-D6C8-4D4B-91D4-268C7654706B}.Release|Any CPU.Build.0 = Release|Any CPU
{085A7F05-7BE0-47B8-9990-A4A9FD3A7E4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{085A7F05-7BE0-47B8-9990-A4A9FD3A7E4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{085A7F05-7BE0-47B8-9990-A4A9FD3A7E4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{085A7F05-7BE0-47B8-9990-A4A9FD3A7E4E}.Release|Any CPU.Build.0 = Release|Any CPU
{7C4FFE1C-0C42-4587-84D9-3FBB8A1D2BC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C4FFE1C-0C42-4587-84D9-3FBB8A1D2BC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C4FFE1C-0C42-4587-84D9-3FBB8A1D2BC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C4FFE1C-0C42-4587-84D9-3FBB8A1D2BC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BB8C71C4-35B7-4E39-B31F-E6C9E66CE7F2}
EndGlobalSection
EndGlobal