-
Notifications
You must be signed in to change notification settings - Fork 0
/
OturumAc.sln
43 lines (43 loc) · 2.47 KB
/
OturumAc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34928.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OturumAc", "OturumAc\OturumAc.csproj", "{5F693D11-4E90-4956-8CD9-5F75E2557D14}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entities", "Entities\Entities.csproj", "{676D3AEF-9E33-4EE7-BC31-C496CACD3A26}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Repositories", "Repositories\Repositories.csproj", "{DC0698C8-E336-42FC-83B0-C459EFFE3B62}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{18FAA682-E8D5-4624-B6E6-6B6B3D600978}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F693D11-4E90-4956-8CD9-5F75E2557D14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F693D11-4E90-4956-8CD9-5F75E2557D14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F693D11-4E90-4956-8CD9-5F75E2557D14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F693D11-4E90-4956-8CD9-5F75E2557D14}.Release|Any CPU.Build.0 = Release|Any CPU
{676D3AEF-9E33-4EE7-BC31-C496CACD3A26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676D3AEF-9E33-4EE7-BC31-C496CACD3A26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676D3AEF-9E33-4EE7-BC31-C496CACD3A26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676D3AEF-9E33-4EE7-BC31-C496CACD3A26}.Release|Any CPU.Build.0 = Release|Any CPU
{DC0698C8-E336-42FC-83B0-C459EFFE3B62}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC0698C8-E336-42FC-83B0-C459EFFE3B62}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC0698C8-E336-42FC-83B0-C459EFFE3B62}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC0698C8-E336-42FC-83B0-C459EFFE3B62}.Release|Any CPU.Build.0 = Release|Any CPU
{18FAA682-E8D5-4624-B6E6-6B6B3D600978}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18FAA682-E8D5-4624-B6E6-6B6B3D600978}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18FAA682-E8D5-4624-B6E6-6B6B3D600978}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18FAA682-E8D5-4624-B6E6-6B6B3D600978}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5C9690AB-F91A-4064-893D-99C04DB24B9F}
EndGlobalSection
EndGlobal