新增C# CONSOLE测试DLL功能.

This commit is contained in:
TAO Cheng
2014-05-15 15:40:00 +08:00
parent 58b492b6fb
commit e59a15b060
12 changed files with 318 additions and 5 deletions
@@ -59,7 +59,9 @@
</Link>
<PostBuildEvent>
<Command>xcopy "$(OutDir)\MachineInterfaceDll.dll" ..\Debug\MachineInterface\*.* /D /F /Y
xcopy "$(OutDir)\MachineInterfaceDll.lib" ..\Debug\MachineInterface\*.* /D /F /Y</Command>
xcopy "$(OutDir)\MachineInterfaceDll.lib" ..\Debug\MachineInterface\*.* /D /F /Y
xcopy "$(OutDir)\MachineInterfaceDll.dll" ..\ConsoleTestDll\bin\Debug\*.* /D /F /Y
xcopy "$(OutDir)\MachineInterfaceDll.lib" ..\ConsoleTestDll\bin\Debug\*.* /D /F /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -79,6 +81,10 @@ xcopy "$(OutDir)\MachineInterfaceDll.lib" ..\Debug\MachineInterface\*.* /D /F /Y
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>..\..\..\..\..\..\..\ThirdParty\UsbSupport\LibUsb_Win\Lib\Msvc\libusb.lib</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>xcopy "$(OutDir)\MachineInterfaceDll.dll" ..\ConsoleTestDll\bin\Release\*.* /D /F /Y
xcopy "$(OutDir)\MachineInterfaceDll.lib" ..\ConsoleTestDll\bin\Release\*.* /D /F /Y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="ReadMe.txt" />