-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathElmah.sln
70 lines (70 loc) · 3.77 KB
/
Elmah.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
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A240CA4F-E517-4493-9FD6-40F886ECF8DC}"
ProjectSection(SolutionItems) = preProject
samples\elmah.config = samples\elmah.config
samples\web.config = samples\web.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elmah.Tests", "tests\Elmah.Tests.csproj", "{8F619C74-74F2-48B5-A06B-780BD329DD43}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Demo", "http://localhost:51296", "{7CC1005D-2D8F-4B8A-9E82-DE8F03CE4861}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv3.5"
ProjectReferences = "{bf80cab4-f68d-40f6-b4e1-db6d47808eb7}|Elmah.dll;"
Debug.AspNetCompiler.VirtualPath = "/Demo"
Debug.AspNetCompiler.PhysicalPath = "samples\Demo\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\Demo\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/Demo"
Release.AspNetCompiler.PhysicalPath = "samples\Demo\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\Demo\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "samples\Demo\"
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{7B2D8924-47E9-4A77-B9BD-8F0E8A0557C1}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elmah.net-4.0", "src\Elmah\Elmah.net-4.0.csproj", "{270CE8D7-4EEB-4106-9D3E-A7DFDC642F85}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Elmah.net-4.5", "src\Elmah\Elmah.net-4.5.csproj", "{BF80CAB4-F68D-40F6-B4E1-DB6D47808EB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F619C74-74F2-48B5-A06B-780BD329DD43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F619C74-74F2-48B5-A06B-780BD329DD43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F619C74-74F2-48B5-A06B-780BD329DD43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F619C74-74F2-48B5-A06B-780BD329DD43}.Release|Any CPU.Build.0 = Release|Any CPU
{7CC1005D-2D8F-4B8A-9E82-DE8F03CE4861}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CC1005D-2D8F-4B8A-9E82-DE8F03CE4861}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CC1005D-2D8F-4B8A-9E82-DE8F03CE4861}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{7CC1005D-2D8F-4B8A-9E82-DE8F03CE4861}.Release|Any CPU.Build.0 = Debug|Any CPU
{270CE8D7-4EEB-4106-9D3E-A7DFDC642F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{270CE8D7-4EEB-4106-9D3E-A7DFDC642F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{270CE8D7-4EEB-4106-9D3E-A7DFDC642F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{270CE8D7-4EEB-4106-9D3E-A7DFDC642F85}.Release|Any CPU.Build.0 = Release|Any CPU
{BF80CAB4-F68D-40F6-B4E1-DB6D47808EB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF80CAB4-F68D-40F6-B4E1-DB6D47808EB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF80CAB4-F68D-40F6-B4E1-DB6D47808EB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF80CAB4-F68D-40F6-B4E1-DB6D47808EB7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal