更新工程:移除Build Event,移动snk文件到项目工程内

This commit is contained in:
Argo-MacBookPro 2018-05-19 21:19:13 +08:00
parent 2ac267bdff
commit e1a088aed9
3 changed files with 8 additions and 6 deletions

View File

@ -198,7 +198,7 @@
<Content Include="fonts\fontawesome-webfont.woff" />
<Content Include="fonts\fontawesome-webfont.ttf" />
<Content Include="fonts\fontawesome-webfont.eot" />
<Content Include="..\..\Keys\Longbow.Utility.snk">
<Content Include="..\Keys\Longbow.Utility.snk">
<Link>Longbow.Utility.snk</Link>
</Content>
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
@ -351,7 +351,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>false</DelaySign>
@ -378,7 +378,8 @@
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>cscript /Nologo $(SolutionDir)Scripts\Publish.vbs $(TargetDir) $(TargetName) $(TargetExt) $(SolutionDir) $(OutDir) $(ConfigurationName)</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

View File

@ -33,7 +33,7 @@
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>..\Keys\Longbow.Utility.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>false</DelaySign>
@ -79,14 +79,15 @@
<Compile Include="UserHelper.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\Keys\Longbow.Utility.snk">
<None Include="..\Keys\Longbow.Utility.snk">
<Link>Longbow.Utility.snk</Link>
</None>
<None Include="ClassDiagram1.cd" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>cscript /Nologo $(SolutionDir)Scripts\Publish.vbs $(TargetDir) $(TargetName) $(TargetExt) $(SolutionDir) $(OutDir) $(ConfigurationName)</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

BIN
Keys/Longbow.Utility.snk Normal file

Binary file not shown.