|
@@ -94,7 +94,7 @@
|
|
|
/>
|
|
|
<Tool
|
|
|
Name="VCPostBuildEventTool"
|
|
|
- CommandLine="move *.cs ..\Assimp.NET_CS\"
|
|
|
+ CommandLine=""
|
|
|
/>
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
@@ -217,7 +217,7 @@
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCCustomBuildTool"
|
|
|
- CommandLine="echo Invoking SWIG...
echo on
swig.exe -c++ -csharp -cpperraswarn -outdir "$(SolutionDir)\Assimp.NET_CS" "$(InputPath)" 
@echo off
"
|
|
|
+ CommandLine="echo Invoking SWIG...
echo on
swig.exe -c++ -csharp -cpperraswarn -outdir "$(SolutionDir)\Assimp.NET_CS" "$(InputPath)"
@echo off
"
|
|
|
Outputs="$(InputName)_wrap.cxx"
|
|
|
/>
|
|
|
</FileConfiguration>
|
|
@@ -226,7 +226,7 @@
|
|
|
>
|
|
|
<Tool
|
|
|
Name="VCCustomBuildTool"
|
|
|
- CommandLine="echo Invoking SWIG...
echo on
swig.exe -c++ -csharp -cpperraswarn -outdir "$(SolutionDir)\Assimp.NET_CS" "$(InputPath)" 
@echo off
"
|
|
|
+ CommandLine="echo Invoking SWIG...
echo on
swig.exe -c++ -csharp -cpperraswarn -outdir "$(SolutionDir)\Assimp.NET_CS" "$(InputPath)"
@echo off
"
|
|
|
Outputs="$(InputName)_wrap.cxx"
|
|
|
/>
|
|
|
</FileConfiguration>
|