summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cryptest.vcxproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 39e0b4e4..33e1a553 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -191,6 +191,13 @@
</PreBuildEvent>
</ItemDefinitionGroup>
+ <!-- Target for Appvoyer -->
+ <!-- The rule copies cryptest.exe to the project -->
+ <!-- root directory so it can be executed in place -->
+ <Target Name="CopyCryptestToRoot">
+ <Exec Command="copy $(Platform)\Output\$(Configuration)\cryptest.exe ."/>
+ </Target>
+
<!-- Source Files -->
<ItemGroup>
<ClCompile Include="adhoc.cpp" />