Move PostBuildEvent to the sodium.props file

This commit is contained in:
Frank Denis
2013-10-21 20:25:04 -07:00
parent d29dcf44ca
commit dbc06c3136
2 changed files with 8 additions and 26 deletions
+1 -25
View File
@@ -187,12 +187,6 @@
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>$(SolutionDir)/test/default/wintest.bat $(Configuration)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Run the test suite</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDLL|Win32'">
<ClCompile>
@@ -209,12 +203,6 @@
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>$(SolutionDir)/test/default/wintest.bat $(Configuration)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Run the test suite</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
@@ -266,12 +254,6 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>$(SolutionDir)/test/default/wintest.bat $(Configuration)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Run the test suite</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDLL|Win32'">
<ClCompile>
@@ -293,12 +275,6 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>$(SolutionDir)/test/default/wintest.bat $(Configuration)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Run the test suite</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
@@ -529,4 +505,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
+7 -1
View File
@@ -14,6 +14,12 @@
<PreBuildEvent>
<Message>Process .in files</Message>
</PreBuildEvent>
<PostBuildEvent>
<Command>$(SolutionDir)/test/default/wintest.bat $(Configuration)</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>Run the test suite</Message>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />
</Project>
</Project>