This commit is contained in:
Perfare
2018-04-18 02:13:23 +08:00
parent de464dfe10
commit 17b986f5df
6 changed files with 22 additions and 4 deletions

View File

@@ -31,8 +31,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
<ApplicationIcon>Resources\as.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
@@ -275,6 +274,9 @@
<Name>AssetStudioUtility</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\as.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>xcopy /y "$(ProjectDir)Library" "$(TargetDir)"