-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewsletter.sln
64 lines (64 loc) · 3.48 KB
/
Newsletter.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
62
63
64
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NewsletterLibrary", "Library\NewsletterLibrary\NewsletterLibrary.csproj", "{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\Newsletter\", "Newsletter\", "{3D766268-7A60-4FFA-8097-06B49AAA31DB}"
ProjectSection(WebsiteProperties) = preProject
ProjectReferences = "{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}|NewsletterLibrary.dll;"
Debug.AspNetCompiler.VirtualPath = "/Newsletter"
Debug.AspNetCompiler.PhysicalPath = "Newsletter\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Newsletter\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/Newsletter"
Release.AspNetCompiler.PhysicalPath = "Newsletter\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Newsletter\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "1245"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|.NET = Release|.NET
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Debug|.NET.ActiveCfg = Debug|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Release|.NET.ActiveCfg = Release|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Release|Any CPU.Build.0 = Release|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{98FCFE84-AE5F-4843-B6E1-0C75FE47A6CC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Debug|.NET.ActiveCfg = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Debug|.NET.Build.0 = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Debug|Any CPU.ActiveCfg = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Debug|Mixed Platforms.Build.0 = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Release|.NET.ActiveCfg = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Release|.NET.Build.0 = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Release|Any CPU.ActiveCfg = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{3D766268-7A60-4FFA-8097-06B49AAA31DB}.Release|Mixed Platforms.Build.0 = Debug|.NET
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal