-
Notifications
You must be signed in to change notification settings - Fork 0
/
ikp-kurumsal.sln
43 lines (43 loc) · 2.52 KB
/
ikp-kurumsal.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.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ikp-kurumsal", "ikp-kurumsal\ikp-kurumsal.csproj", "{BF7292B4-E373-4D7E-8157-230BFF56DCD7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityLayer", "EntityLayer\EntityLayer.csproj", "{B4ACD37A-9B21-461C-A0F9-D0F3DDAD141C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessLayer", "DataAccessLayer\DataAccessLayer.csproj", "{17911B39-AB66-4CCE-A705-9F17E0055CF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BusinessLayer", "BusinessLayer\BusinessLayer.csproj", "{8EE06EF0-2C20-46E4-9A9C-5DBDB83C4060}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF7292B4-E373-4D7E-8157-230BFF56DCD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF7292B4-E373-4D7E-8157-230BFF56DCD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF7292B4-E373-4D7E-8157-230BFF56DCD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF7292B4-E373-4D7E-8157-230BFF56DCD7}.Release|Any CPU.Build.0 = Release|Any CPU
{B4ACD37A-9B21-461C-A0F9-D0F3DDAD141C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4ACD37A-9B21-461C-A0F9-D0F3DDAD141C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4ACD37A-9B21-461C-A0F9-D0F3DDAD141C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4ACD37A-9B21-461C-A0F9-D0F3DDAD141C}.Release|Any CPU.Build.0 = Release|Any CPU
{17911B39-AB66-4CCE-A705-9F17E0055CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17911B39-AB66-4CCE-A705-9F17E0055CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17911B39-AB66-4CCE-A705-9F17E0055CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17911B39-AB66-4CCE-A705-9F17E0055CF2}.Release|Any CPU.Build.0 = Release|Any CPU
{8EE06EF0-2C20-46E4-9A9C-5DBDB83C4060}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EE06EF0-2C20-46E4-9A9C-5DBDB83C4060}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EE06EF0-2C20-46E4-9A9C-5DBDB83C4060}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EE06EF0-2C20-46E4-9A9C-5DBDB83C4060}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F735282C-D5CC-4D70-8237-8927277B5081}
EndGlobalSection
EndGlobal