-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMWeb.sln
More file actions
61 lines (61 loc) · 3.36 KB
/
Copy pathMWeb.sln
File metadata and controls
61 lines (61 loc) · 3.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MWeb", "MWeb\MWeb.csproj", "{25FA19E3-A7A8-4BB8-8751-FD839201A261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdPrj1", "AdPrj1\AdPrj1.csproj", "{A664F690-6C3D-48DA-8CB8-4A5A72FAD957}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdPrj2", "AdPrj2\AdPrj2.csproj", "{AF3A365A-AE01-4555-89B1-B7B34CC2DB7C}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "MWebSite", "MWebSite\", "{741EAA2F-B6E0-4336-B27B-12BB224B2A7C}"
ProjectSection(WebsiteProperties) = preProject
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.2"
ProjectReferences = "{25fa19e3-a7a8-4bb8-8751-fd839201a261}|MWeb.dll;{af3a365a-ae01-4555-89b1-b7b34cc2db7c}|AdPrj2.dll;{a664f690-6c3d-48da-8cb8-4a5a72fad957}|AdPrj1.dll;"
Debug.AspNetCompiler.VirtualPath = "/localhost_55422"
Debug.AspNetCompiler.PhysicalPath = "MWebSite\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_55422\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_55422"
Release.AspNetCompiler.PhysicalPath = "MWebSite\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_55422\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "55422"
SlnRelativePath = "MWebSite\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25FA19E3-A7A8-4BB8-8751-FD839201A261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25FA19E3-A7A8-4BB8-8751-FD839201A261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25FA19E3-A7A8-4BB8-8751-FD839201A261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25FA19E3-A7A8-4BB8-8751-FD839201A261}.Release|Any CPU.Build.0 = Release|Any CPU
{A664F690-6C3D-48DA-8CB8-4A5A72FAD957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A664F690-6C3D-48DA-8CB8-4A5A72FAD957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A664F690-6C3D-48DA-8CB8-4A5A72FAD957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A664F690-6C3D-48DA-8CB8-4A5A72FAD957}.Release|Any CPU.Build.0 = Release|Any CPU
{AF3A365A-AE01-4555-89B1-B7B34CC2DB7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF3A365A-AE01-4555-89B1-B7B34CC2DB7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF3A365A-AE01-4555-89B1-B7B34CC2DB7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF3A365A-AE01-4555-89B1-B7B34CC2DB7C}.Release|Any CPU.Build.0 = Release|Any CPU
{741EAA2F-B6E0-4336-B27B-12BB224B2A7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{741EAA2F-B6E0-4336-B27B-12BB224B2A7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{741EAA2F-B6E0-4336-B27B-12BB224B2A7C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{741EAA2F-B6E0-4336-B27B-12BB224B2A7C}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal