forked from kzyavuz/StajApi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStajApi.sln
53 lines (53 loc) · 3.07 KB
/
StajApi.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
49
50
51
52
53
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}") = "StajApi", "StajApi\StajApi.csproj", "{12C0CD5E-388F-4705-A1CE-BA5DC0494430}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{DCCECA8E-7AE4-4231-BB56-C5F46D889871}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DTO", "DTO\DTO.csproj", "{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "uploads", "uploads", "{ABE17270-E6CC-477A-B3A0-A734A6C2C69E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Debug|x64.ActiveCfg = Debug|x64
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Debug|x64.Build.0 = Debug|x64
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Release|Any CPU.Build.0 = Release|Any CPU
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Release|x64.ActiveCfg = Release|x64
{12C0CD5E-388F-4705-A1CE-BA5DC0494430}.Release|x64.Build.0 = Release|x64
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Debug|x64.ActiveCfg = Debug|Any CPU
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Debug|x64.Build.0 = Debug|Any CPU
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Release|Any CPU.Build.0 = Release|Any CPU
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Release|x64.ActiveCfg = Release|Any CPU
{DCCECA8E-7AE4-4231-BB56-C5F46D889871}.Release|x64.Build.0 = Release|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Debug|x64.ActiveCfg = Debug|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Debug|x64.Build.0 = Debug|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Release|Any CPU.Build.0 = Release|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Release|x64.ActiveCfg = Release|Any CPU
{6B772C60-1CF8-40C7-9A20-D7FCF91B76DD}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6095A178-8962-4DAA-A2E8-F3AA45DC4000}
EndGlobalSection
EndGlobal