File tree 8 files changed +11
-13
lines changed
MiniProfiler.EntityFramework
MiniProfiler.Storage.SqlServer
8 files changed +11
-13
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 6
6
<OutputType >Library</OutputType >
7
7
<OutputPath >bin\$(Configuration)\</OutputPath >
8
8
<SignAssembly >true</SignAssembly >
9
- <AssemblyOriginatorKeyFile >..\MiniProfiler \miniprofiler.snk</AssemblyOriginatorKeyFile >
9
+ <AssemblyOriginatorKeyFile >..\.. \miniprofiler.snk</AssemblyOriginatorKeyFile >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<Compile Include =" **\*.cs" Exclude =" obj\**\*.cs" />
13
13
<None Include =" App.config" />
14
- <None Include =" miniprofiler.snk" />
15
14
</ItemGroup >
16
15
<ItemGroup >
17
16
<ProjectReference Include =" ..\MiniProfiler.Shared\MiniProfiler.Shared.csproj" />
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard1.5</TargetFramework >
5
5
<AssemblyName >MiniProfiler.MongoDB</AssemblyName >
6
6
<OutputType >Library</OutputType >
7
- <OutputPath >bin\</OutputPath >
7
+ <OutputPath >bin\$(Configuration)\ </OutputPath >
8
8
<SignAssembly >true</SignAssembly >
9
- <AssemblyOriginatorKeyFile >..\MiniProfiler \miniprofiler.snk</AssemblyOriginatorKeyFile >
9
+ <AssemblyOriginatorKeyFile >..\.. \miniprofiler.snk</AssemblyOriginatorKeyFile >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<Compile Include =" **\*.cs" />
Original file line number Diff line number Diff line change 4
4
<TargetFramework >net45</TargetFramework >
5
5
<AssemblyName >MiniProfiler.Mvc</AssemblyName >
6
6
<OutputType >Library</OutputType >
7
- <OutputPath >bin\</OutputPath >
7
+ <OutputPath >bin\$(Configuration)\ </OutputPath >
8
8
<SignAssembly >true</SignAssembly >
9
- <AssemblyOriginatorKeyFile >..\MiniProfiler \miniprofiler.snk</AssemblyOriginatorKeyFile >
9
+ <AssemblyOriginatorKeyFile >..\.. \miniprofiler.snk</AssemblyOriginatorKeyFile >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<ProjectReference Include =" ..\MiniProfiler\MiniProfiler.csproj" />
Original file line number Diff line number Diff line change 6
6
<OutputType >Library</OutputType >
7
7
<OutputPath >bin\$(Configuration)\</OutputPath >
8
8
<SignAssembly >false</SignAssembly >
9
- <AssemblyOriginatorKeyFile >..\MiniProfiler \miniprofiler.snk</AssemblyOriginatorKeyFile >
9
+ <AssemblyOriginatorKeyFile >..\.. \miniprofiler.snk</AssemblyOriginatorKeyFile >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<Compile Include =" **\*.cs" />
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net45;netstandard1.5</TargetFrameworks >
5
5
<AssemblyName >MiniProfiler.Shared</AssemblyName >
6
6
<OutputType >Library</OutputType >
7
- <OutputPath >bin\</OutputPath >
7
+ <OutputPath >bin\$(Configuration)\ </OutputPath >
8
8
<SignAssembly >true</SignAssembly >
9
- <AssemblyOriginatorKeyFile >..\MiniProfiler \miniprofiler.snk</AssemblyOriginatorKeyFile >
9
+ <AssemblyOriginatorKeyFile >..\.. \miniprofiler.snk</AssemblyOriginatorKeyFile >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<Compile Include =" **\*.cs" />
Original file line number Diff line number Diff line change 4
4
<TargetFrameworks >net45;netstandard1.5</TargetFrameworks >
5
5
<AssemblyName >MiniProfiler.Storage.SqlServer</AssemblyName >
6
6
<OutputType >Library</OutputType >
7
- <OutputPath >bin\</OutputPath >
7
+ <OutputPath >bin\$(Configuration)\ </OutputPath >
8
8
<SignAssembly >true</SignAssembly >
9
- <AssemblyOriginatorKeyFile >..\MiniProfiler \miniprofiler.snk</AssemblyOriginatorKeyFile >
9
+ <AssemblyOriginatorKeyFile >..\.. \miniprofiler.snk</AssemblyOriginatorKeyFile >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<Compile Include =" **\*.cs" />
Original file line number Diff line number Diff line change 6
6
<OutputType >Library</OutputType >
7
7
<OutputPath >bin\$(Configuration)\</OutputPath >
8
8
<SignAssembly >true</SignAssembly >
9
- <AssemblyOriginatorKeyFile >miniprofiler.snk</AssemblyOriginatorKeyFile >
9
+ <AssemblyOriginatorKeyFile >..\..\ miniprofiler.snk</AssemblyOriginatorKeyFile >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
12
<Reference Include =" Microsoft.CSharp" />
23
23
</ItemGroup >
24
24
<ItemGroup >
25
25
<Compile Include =" **/*.cs" />
26
- <None Include =" miniprofiler.snk" />
27
26
<EmbeddedResource Include =" ui\includes.tmpl" />
28
27
<EmbeddedResource Include =" ui\README.md" />
29
28
<EmbeddedResource Include =" ui\include.partial.html" />
You can’t perform that action at this time.
0 commit comments