新增C# CONSOLE测试DLL功能.
This commit is contained in:
+7
-1
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user