File tree 5 files changed +16
-13
lines changed
5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
- <wpf : ResourceDictionary xml : space =" preserve" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" xmlns : s =" clr-namespace:System;assembly=mscorlib" xmlns : ss =" urn:shemas-jetbrains-com:settings-storage-xaml" xmlns : wpf =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" >
1
+ <wpf : ResourceDictionary xml : space =" preserve" xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml" xmlns : s =" clr-namespace:System;assembly=mscorlib" xmlns : ss =" urn:shemas-jetbrains-com:settings-storage-xaml" xmlns : wpf =" http://schemas.microsoft.com/winfx/2006/xaml/presentation" >
2
2
<s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/ARRANGE_MODIFIER_IN_EXISTING_CODE/@EntryValue" >False</s : Boolean >
3
3
<s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/EXPLICIT_INTERNAL_MODIFIER/@EntryValue" >False</s : Boolean >
4
4
<s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/EXPLICIT_PRIVATE_MODIFIER/@EntryValue" >False</s : Boolean >
5
5
<s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_AROUND_MULTIPLICATIVE_OP/@EntryValue" >True</s : Boolean >
6
6
<s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_SIZEOF_PARENTHESES/@EntryValue" >False</s : Boolean >
7
7
<s : Boolean x : Key =" /Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_TYPEOF_PARENTHESES/@EntryValue" >False</s : Boolean >
8
8
<s : Boolean x : Key =" /Default/CodeStyle/CSharpUsing/AddImportsToDeepestScope/@EntryValue" >True</s : Boolean >
9
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EAddAccessorOwnerDeclarationBracesMigration/@EntryIndexedValue" >True</s : Boolean >
9
10
<s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue" >True</s : Boolean >
11
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateThisQualifierSettings/@EntryIndexedValue" >True</s : Boolean >
10
12
<s : String x : Key =" /Default/FilterSettingsManager/CoverageFilterXml/@EntryValue" >< data>< IncludeFilters />< ExcludeFilters />< /data> </s : String >
11
13
<s : String x : Key =" /Default/FilterSettingsManager/AttributeFilterXml/@EntryValue" >< data /> </s : String ></wpf : ResourceDictionary >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <!--
3
+ Visual Studio global web project settings.
4
+ -->
5
+ <VisualWebDeveloper >
6
+
7
+ <iisExpressSettings windowsAuthentication =" enabled" anonymousAuthentication =" enabled" useClassicPipelineMode =" false" />
8
+ </VisualWebDeveloper >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >NETFX 4.5 Debug</Configuration >
118
118
<Folder Include =" Properties\" />
119
119
</ItemGroup >
120
120
<ItemGroup >
121
- <EmbeddedResource Include =" mkmdb.vbs" >
121
+ <EmbeddedResource Include =" mkmdb.vbs" >
122
122
<LogicalName >Elmah.mkmdb.vbs</LogicalName >
123
123
</EmbeddedResource >
124
124
</ItemGroup >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >NETFX 4.5 Debug</Configuration >
Original file line number Diff line number Diff line change 1
- #region License, Terms and Author(s)
1
+ #region Copyright (c) 2004 Atif Aziz. All rights reserved.
2
2
//
3
3
// ELMAH - Error Logging Modules and Handlers for ASP.NET
4
- // Copyright (c) 2004-9 Atif Aziz. All rights reserved.
5
- //
6
- // Author(s):
7
- //
8
- // Atif Aziz, http://www.raboof.com
9
- // James Driscoll, mailto:[email protected]
4
+ // Copyright (c) 2004 Atif Aziz. All rights reserved.
10
5
//
11
6
// Licensed under the Apache License, Version 2.0 (the "License");
12
7
// you may not use this file except in compliance with the License.
22
17
//
23
18
#endregion
24
19
25
- [ assembly: Elmah . Scc ( "$Id: ConnectionStringHelper.cs 641 2009-06-01 17:38:40Z azizatif $" ) ]
26
-
27
20
namespace Elmah
28
21
{
29
22
#region Imports
You can’t perform that action at this time.
0 commit comments