cd d:\software\XS3D\Development\Samples\Cpp\KSJDemoCpp :: 编译 Release x64 版本 MSBuild KSJDemoCpp.sln /p:ConfigurationRelease /p:Platformx64 :: 或者编译 Debug x64 版本 MSBuild KSJDemoCpp.sln /p:ConfigurationDebug /p:Platformx64 :: 编译 Release x86 版本 MSBuild KSJDemoCpp.sln /p:ConfigurationRelease /p:PlatformWin32
只用 Build Tools 完全可以编译生成可执行文件
cd d:\software\XS3D\Development\Samples\Cpp\KSJDemoCpp :: 编译 Release x64 版本 MSBuild KSJDemoCpp.sln /p:ConfigurationRelease /p:Platformx64 :: 或者编译 Debug x64 版本 MSBuild KSJDemoCpp.sln /p:ConfigurationDebug /p:Platformx64 :: 编译 Release x86 版本 MSBuild KSJDemoCpp.sln /p:ConfigurationRelease /p:PlatformWin32