重构代码:移除项目内snk文件,使用统一的snk文件link file

This commit is contained in:
Argo-Surface 2017-05-09 12:42:20 +08:00
parent 342d8c020b
commit 66a0f92c23
4 changed files with 8 additions and 4 deletions

View File

@ -198,6 +198,9 @@
<Content Include="fonts\fontawesome-webfont.woff" />
<Content Include="fonts\fontawesome-webfont.ttf" />
<Content Include="fonts\fontawesome-webfont.eot" />
<Content Include="..\..\Keys\Longbow.Utility.snk">
<Link>Longbow.Utility.snk</Link>
</Content>
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
<Content Include="Scripts\jquery-3.1.1.js" />
<Content Include="Scripts\jquery-3.1.1.min.js" />
@ -290,7 +293,6 @@
<Content Include="Views\Shared\_Normal.cshtml" />
<Content Include="Views\Shared\_Admin.cshtml" />
<Content Include="Views\Admin\Index.cshtml" />
<Content Include="Longbow.Utility.snk" />
<Content Include="Views\Shared\_Default.cshtml" />
<Content Include="Views\Admin\Users.cshtml" />
<Content Include="Views\_ViewStart.cshtml" />
@ -350,7 +352,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Longbow.Utility.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>true</DelaySign>

Binary file not shown.

View File

@ -33,7 +33,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>Longbow.Utility.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>true</DelaySign>
@ -80,8 +80,10 @@
<Compile Include="UserHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Keys\Longbow.Utility.snk">
<Link>Longbow.Utility.snk</Link>
</None>
<None Include="ClassDiagram1.cd" />
<None Include="Longbow.Utility.snk" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>