Skip to content

Commit 03ee6e8

Browse files
committed
changing incorrect namespace.
1 parent 23b235b commit 03ee6e8

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5-
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6-
</PropertyGroup>
7-
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8-
<PropertyGroup Label="Globals">
9-
<ProjectGuid>e1b8b885-436f-480d-851a-c466e07dd6c8</ProjectGuid>
10-
<RootNamespace>AspNet.Plus.Infrastructure.ExceptionInterceptHandler</RootNamespace>
11-
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12-
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14-
</PropertyGroup>
15-
<ItemGroup>
16-
<Content Include="..\..\header\AspNet.Plus.licenseheader">
17-
<Link>AspNet.Plus.licenseheader</Link>
18-
</Content>
19-
<Content Include="..\..\header\VersionInfo.cs">
20-
<Link>Properties\VersionInfo.cs</Link>
21-
</Content>
22-
</ItemGroup>
23-
<PropertyGroup>
24-
<SchemaVersion>2.0</SchemaVersion>
25-
</PropertyGroup>
26-
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
27-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8+
<PropertyGroup Label="Globals">
9+
<ProjectGuid>e1b8b885-436f-480d-851a-c466e07dd6c8</ProjectGuid>
10+
<RootNamespace>AspNet.Plus.Logging.ReflectInsight</RootNamespace>
11+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
12+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
13+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
14+
</PropertyGroup>
15+
<ItemGroup>
16+
<Content Include="..\..\header\AspNet.Plus.licenseheader">
17+
<Link>AspNet.Plus.licenseheader</Link>
18+
</Content>
19+
<Content Include="..\..\header\VersionInfo.cs">
20+
<Link>Properties\VersionInfo.cs</Link>
21+
</Content>
22+
</ItemGroup>
23+
<PropertyGroup>
24+
<SchemaVersion>2.0</SchemaVersion>
25+
</PropertyGroup>
26+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
27+
</Project>

0 commit comments

Comments
 (0)