issue #1425: update vs10 proj configuration for TestLua

This commit is contained in:
mustime 2012-08-27 10:23:05 +08:00
parent 7f55980259
commit f641602e6e
1 changed files with 4 additions and 8 deletions

View File

@ -87,10 +87,8 @@
</DllDataFileName>
</Midl>
<PreBuildEvent>
<Command>
</Command>
<Message>
</Message>
<Command>xcopy $(SolutionDir)samples\TestCpp\Resources $(SolutionDir)samples\TestLua\Resources /e /Y</Command>
<Message>copy files from TestCpp to TestLua</Message>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -131,10 +129,8 @@
</DllDataFileName>
</Midl>
<PreBuildEvent>
<Command>
</Command>
<Message>
</Message>
<Command>xcopy $(SolutionDir)samples\TestCpp\Resources $(SolutionDir)samples\TestLua\Resources /e /Y</Command>
<Message>copy files from TestCpp to TestLua</Message>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>