Added protection step to post-build commands.

This commit is contained in:
spacy51 2008-05-20 13:05:31 +00:00
parent cbe0cf7bbc
commit efc8b56965
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Version="9,00"
Name="VisualBoyAdvance"
ProjectGUID="{6D4C5EC8-933F-4C05-A1BF-498E658576DF}"
RootNamespace="VBA"
@ -236,7 +236,9 @@
/>
<Tool
Name="VCPostBuildEventTool"
ExcludedFromBuild="true"
Description="Signing executable..."
CommandLine="protect.exe $(TargetPath)"
ExcludedFromBuild="false"
/>
</Configuration>
</Configurations>