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