Add CopyCryptestToRoot target
Also see https://www.cryptopp.com/wiki/MSBuild_(Command_Line)#CopyCryptestToRootpull/402/head
parent
163f8febe6
commit
556e3610e8
|
|
@ -191,6 +191,13 @@
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
</ItemDefinitionGroup>
|
</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 -->
|
<!-- Source Files -->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="adhoc.cpp" />
|
<ClCompile Include="adhoc.cpp" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue