0024147: Update of CSharp sample
[occt.git] / samples / CSharp / msvc.bat
index 04e512e..ce3f0e1 100644 (file)
@@ -1,7 +1,7 @@
 call "%~dp0..\..\env.bat" %1 %2 %3
 
 if ["%CASDEB%"] == [""] (
-  call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0IE\IE.sln"
+  call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Release "%~dp0\CSharp.sln"
 ) else (
-  call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% "%~dp0IE\IE.sln"
+  call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% Debug "%~dp0\CSharp.sln"
 )
\ No newline at end of file