-
Notifications
You must be signed in to change notification settings - Fork 3
/
code-sozluk.sln
61 lines (61 loc) · 3.68 KB
/
code-sozluk.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
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{0A65FAB1-89E8-4EE6-8348-998DD8E33401}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".PublishScripts", ".PublishScripts", "{D762E08D-A2D5-4AE7-BEEA-0B156EBB2152}"
ProjectSection(SolutionItems) = preProject
PublishScripts\AzureVMPublishModule.psm1 = PublishScripts\AzureVMPublishModule.psm1
PublishScripts\Publish-WebApplicationVM.ps1 = PublishScripts\Publish-WebApplicationVM.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configurations", "Configurations", "{A1902B86-B99E-4083-99BF-FA20F7A19523}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Configurations\Server-WAWS-dev.json = PublishScripts\Configurations\Server-WAWS-dev.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F96E7BFE-235E-4D9F-8919-975A587C7246}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Core", "Core", "{4FB53225-8BB7-4178-A8F3-23D66FAC98A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services.Module", "Core\Services.Module\Services.Module.csproj", "{EF9477A2-3FEA-46B6-B815-75161AD9EB7C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Core\Services\Services.csproj", "{F2D70F0F-868B-4C6D-818A-1C1B26456D77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services.Contracts", "Core\Services.Contracts\Services.Contracts.csproj", "{9E615D8B-D806-4798-8D3B-0A6121E5A000}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A65FAB1-89E8-4EE6-8348-998DD8E33401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A65FAB1-89E8-4EE6-8348-998DD8E33401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A65FAB1-89E8-4EE6-8348-998DD8E33401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A65FAB1-89E8-4EE6-8348-998DD8E33401}.Release|Any CPU.Build.0 = Release|Any CPU
{EF9477A2-3FEA-46B6-B815-75161AD9EB7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF9477A2-3FEA-46B6-B815-75161AD9EB7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF9477A2-3FEA-46B6-B815-75161AD9EB7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF9477A2-3FEA-46B6-B815-75161AD9EB7C}.Release|Any CPU.Build.0 = Release|Any CPU
{F2D70F0F-868B-4C6D-818A-1C1B26456D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2D70F0F-868B-4C6D-818A-1C1B26456D77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2D70F0F-868B-4C6D-818A-1C1B26456D77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2D70F0F-868B-4C6D-818A-1C1B26456D77}.Release|Any CPU.Build.0 = Release|Any CPU
{9E615D8B-D806-4798-8D3B-0A6121E5A000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E615D8B-D806-4798-8D3B-0A6121E5A000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E615D8B-D806-4798-8D3B-0A6121E5A000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E615D8B-D806-4798-8D3B-0A6121E5A000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A1902B86-B99E-4083-99BF-FA20F7A19523} = {D762E08D-A2D5-4AE7-BEEA-0B156EBB2152}
{EF9477A2-3FEA-46B6-B815-75161AD9EB7C} = {4FB53225-8BB7-4178-A8F3-23D66FAC98A5}
{F2D70F0F-868B-4C6D-818A-1C1B26456D77} = {4FB53225-8BB7-4178-A8F3-23D66FAC98A5}
{9E615D8B-D806-4798-8D3B-0A6121E5A000} = {4FB53225-8BB7-4178-A8F3-23D66FAC98A5}
EndGlobalSection
EndGlobal