summaryrefslogtreecommitdiff
path: root/cryptest.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'cryptest.vcxproj')
-rw-r--r--cryptest.vcxproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/cryptest.vcxproj b/cryptest.vcxproj
index 2ac87d9a..90ef23ea 100644
--- a/cryptest.vcxproj
+++ b/cryptest.vcxproj
@@ -195,7 +195,10 @@
<!-- 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 $(SolutionDir)" />
+ <Exec Command="copy &quot;$(Platform)\Output\$(Configuration)\cryptest.exe&quot; &quot;$(SolutionDir)&quot;" />
+ </Target>
+ <Target Name="CopyToRoot">
+ <Exec Command="copy &quot;$(Platform)\Output\$(Configuration)\cryptest.exe&quot; &quot;$(SolutionDir)&quot;" />
</Target>
<!-- Source Files -->
<ItemGroup>