summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-04-15 02:36:03 -0400
committerJeffrey Walton <noloader@gmail.com>2017-04-15 02:36:03 -0400
commit556e3610e875c985da34308c7886ca850f51a909 (patch)
tree4584397f29edab8def64c7bfca5f15612a27c393 /cryptest.vcxproj
parent163f8febe6742f289d9cd1e2aaeb11f06a541dd4 (diff)
downloadcryptopp-git-556e3610e875c985da34308c7886ca850f51a909.tar.gz
Add CopyCryptestToRoot target
Also see https://www.cryptopp.com/wiki/MSBuild_(Command_Line)#CopyCryptestToRoot
Diffstat (limited to 'cryptest.vcxproj')
-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" />