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

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>

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>