-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSWD.NextIntern.sln
More file actions
41 lines (36 loc) · 2.12 KB
/
Copy pathSWD.NextIntern.sln
File metadata and controls
41 lines (36 loc) · 2.12 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SWD.NextIntern.API", "SWD.NextIntern.API\SWD.NextIntern.API.csproj", "{0618D638-524C-40A2-A2C0-A7F6D5E7D5A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SWD.NextIntern.Service", "SWD.NextIntern.Service\SWD.NextIntern.Service.csproj", "{08AC0E57-51A2-46ED-8514-6FA077EF051C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SWD.NextIntern.Repository", "SWD.NextIntern.Repository\SWD.NextIntern.Repository.csproj", "{425FE093-3886-4A4C-B702-ECE7E7767CF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0618D638-524C-40A2-A2C0-A7F6D5E7D5A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0618D638-524C-40A2-A2C0-A7F6D5E7D5A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0618D638-524C-40A2-A2C0-A7F6D5E7D5A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0618D638-524C-40A2-A2C0-A7F6D5E7D5A3}.Release|Any CPU.Build.0 = Release|Any CPU
{08AC0E57-51A2-46ED-8514-6FA077EF051C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08AC0E57-51A2-46ED-8514-6FA077EF051C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08AC0E57-51A2-46ED-8514-6FA077EF051C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08AC0E57-51A2-46ED-8514-6FA077EF051C}.Release|Any CPU.Build.0 = Release|Any CPU
{425FE093-3886-4A4C-B702-ECE7E7767CF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{425FE093-3886-4A4C-B702-ECE7E7767CF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{425FE093-3886-4A4C-B702-ECE7E7767CF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{425FE093-3886-4A4C-B702-ECE7E7767CF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BCF88F9B-978A-4A93-9627-7F0DA16A3E2A}
EndGlobalSection
EndGlobal