Skip to content

Commit

Permalink
'~'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoto-Cocoa committed Apr 29, 2017
1 parent 21c61e7 commit 1b40de4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion osu!petit Server Switcher/osu!petit Server Switcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
<SignManifests>false</SignManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down Expand Up @@ -145,6 +145,9 @@
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"C:\Program Files (x86)\Windows Kits\8.1\bin\x86\signtool.exe" sign /f "J:\Certificates\osu!petit_code_shortpass.pfx" /p petit /v "$(ProjectDir)obj\$(ConfigurationName)\$(TargetFileName)"</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.
<Target Name="BeforeBuild">
Expand Down

0 comments on commit 1b40de4

Please sign in to comment.