From dbc06c31369d269bf370637f89bfd6d6836d063d Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 21 Oct 2013 20:25:04 -0700 Subject: [PATCH] Move PostBuildEvent to the sodium.props file --- libsodium.vcxproj | 26 +------------------------- msvc-scripts/sodium.props | 8 +++++++- 2 files changed, 8 insertions(+), 26 deletions(-) diff --git a/libsodium.vcxproj b/libsodium.vcxproj index 83dadac8..520e6dec 100644 --- a/libsodium.vcxproj +++ b/libsodium.vcxproj @@ -187,12 +187,6 @@ Console true - - $(SolutionDir)/test/default/wintest.bat $(Configuration) - - - Run the test suite - @@ -209,12 +203,6 @@ Console true - - $(SolutionDir)/test/default/wintest.bat $(Configuration) - - - Run the test suite - @@ -266,12 +254,6 @@ true true - - $(SolutionDir)/test/default/wintest.bat $(Configuration) - - - Run the test suite - @@ -293,12 +275,6 @@ true true - - $(SolutionDir)/test/default/wintest.bat $(Configuration) - - - Run the test suite - @@ -529,4 +505,4 @@ - \ No newline at end of file + diff --git a/msvc-scripts/sodium.props b/msvc-scripts/sodium.props index c3d53e0f..be711ec9 100644 --- a/msvc-scripts/sodium.props +++ b/msvc-scripts/sodium.props @@ -14,6 +14,12 @@ Process .in files + + $(SolutionDir)/test/default/wintest.bat $(Configuration) + + + Run the test suite + - \ No newline at end of file +