-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSql-Server-Normal-Distribution.sln
More file actions
74 lines (74 loc) · 3.95 KB
/
Copy pathSql-Server-Normal-Distribution.sln
File metadata and controls
74 lines (74 loc) · 3.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.539
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80F3429C-25A6-4B5F-B19C-B7E2049DF930}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "docs", "docs\", "{9E11955B-129D-4C70-8E34-9AF7182C2250}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
Debug.AspNetCompiler.VirtualPath = "/localhost_52897"
Debug.AspNetCompiler.PhysicalPath = "docs\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52897\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_52897"
Release.AspNetCompiler.PhysicalPath = "docs\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_52897\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "52897"
SlnRelativePath = "docs\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Websites", "Websites", "{F9CE8669-33FC-4CD3-8C9A-F4D8867B2457}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Databases", "Databases", "{4968F78F-D5B2-4409-B3E8-6E7A7BB9F021}"
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "DatabaseDemoNormalDistribution", "src\DatabaseDemoNormalDistribution\DatabaseDemoNormalDistribution.sqlproj", "{00A0F9CD-4374-4775-B616-D257B0CAFBC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DXWebApplicationNormalDistribution", "src\DXWebApplicationNormalDistribution\DXWebApplicationNormalDistribution.csproj", "{ECF3499D-12FF-49DD-9158-9D9ADCCB0219}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E11955B-129D-4C70-8E34-9AF7182C2250}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E11955B-129D-4C70-8E34-9AF7182C2250}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E11955B-129D-4C70-8E34-9AF7182C2250}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9E11955B-129D-4C70-8E34-9AF7182C2250}.Release|Any CPU.Build.0 = Debug|Any CPU
{00A0F9CD-4374-4775-B616-D257B0CAFBC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00A0F9CD-4374-4775-B616-D257B0CAFBC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00A0F9CD-4374-4775-B616-D257B0CAFBC1}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{00A0F9CD-4374-4775-B616-D257B0CAFBC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00A0F9CD-4374-4775-B616-D257B0CAFBC1}.Release|Any CPU.Build.0 = Release|Any CPU
{00A0F9CD-4374-4775-B616-D257B0CAFBC1}.Release|Any CPU.Deploy.0 = Release|Any CPU
{ECF3499D-12FF-49DD-9158-9D9ADCCB0219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECF3499D-12FF-49DD-9158-9D9ADCCB0219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECF3499D-12FF-49DD-9158-9D9ADCCB0219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECF3499D-12FF-49DD-9158-9D9ADCCB0219}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9E11955B-129D-4C70-8E34-9AF7182C2250} = {F9CE8669-33FC-4CD3-8C9A-F4D8867B2457}
{00A0F9CD-4374-4775-B616-D257B0CAFBC1} = {4968F78F-D5B2-4409-B3E8-6E7A7BB9F021}
{ECF3499D-12FF-49DD-9158-9D9ADCCB0219} = {F9CE8669-33FC-4CD3-8C9A-F4D8867B2457}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C2AE6417-10C9-4B50-90CA-D33407DA89D2}
EndGlobalSection
EndGlobal