重构代码:移除项目内snk文件,使用统一的snk文件link file
This commit is contained in:
parent
342d8c020b
commit
66a0f92c23
|
@ -198,6 +198,9 @@
|
||||||
<Content Include="fonts\fontawesome-webfont.woff" />
|
<Content Include="fonts\fontawesome-webfont.woff" />
|
||||||
<Content Include="fonts\fontawesome-webfont.ttf" />
|
<Content Include="fonts\fontawesome-webfont.ttf" />
|
||||||
<Content Include="fonts\fontawesome-webfont.eot" />
|
<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" />
|
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
|
||||||
<Content Include="Scripts\jquery-3.1.1.js" />
|
<Content Include="Scripts\jquery-3.1.1.js" />
|
||||||
<Content Include="Scripts\jquery-3.1.1.min.js" />
|
<Content Include="Scripts\jquery-3.1.1.min.js" />
|
||||||
|
@ -290,7 +293,6 @@
|
||||||
<Content Include="Views\Shared\_Normal.cshtml" />
|
<Content Include="Views\Shared\_Normal.cshtml" />
|
||||||
<Content Include="Views\Shared\_Admin.cshtml" />
|
<Content Include="Views\Shared\_Admin.cshtml" />
|
||||||
<Content Include="Views\Admin\Index.cshtml" />
|
<Content Include="Views\Admin\Index.cshtml" />
|
||||||
<Content Include="Longbow.Utility.snk" />
|
|
||||||
<Content Include="Views\Shared\_Default.cshtml" />
|
<Content Include="Views\Shared\_Default.cshtml" />
|
||||||
<Content Include="Views\Admin\Users.cshtml" />
|
<Content Include="Views\Admin\Users.cshtml" />
|
||||||
<Content Include="Views\_ViewStart.cshtml" />
|
<Content Include="Views\_ViewStart.cshtml" />
|
||||||
|
@ -350,7 +352,7 @@
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AssemblyOriginatorKeyFile>Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<DelaySign>true</DelaySign>
|
<DelaySign>true</DelaySign>
|
||||||
|
|
Binary file not shown.
|
@ -33,7 +33,7 @@
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AssemblyOriginatorKeyFile>Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<DelaySign>true</DelaySign>
|
<DelaySign>true</DelaySign>
|
||||||
|
@ -80,8 +80,10 @@
|
||||||
<Compile Include="UserHelper.cs" />
|
<Compile Include="UserHelper.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="..\..\Keys\Longbow.Utility.snk">
|
||||||
|
<Link>Longbow.Utility.snk</Link>
|
||||||
|
</None>
|
||||||
<None Include="ClassDiagram1.cd" />
|
<None Include="ClassDiagram1.cd" />
|
||||||
<None Include="Longbow.Utility.snk" />
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue