Jeffrey Walton 2017-04-15 02:36:03 -04:00
parent 163f8febe6
commit 556e3610e8
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 7 additions and 0 deletions

View File

@ -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" />