Skip to content

MSBuild container to compile C/C++ projects with Microsoft Visual Studio 2010

Notifications You must be signed in to change notification settings

cwuensch/VS2010

Repository files navigation

VS2010

For compiling Visual Studio C/C++ projects with Visual Studio 2010 compilers (Windows SDK 7.1, support for Windows XP).

Usage:

docker run --rm -v ${{ github.workspace }}:C:/source/ --workdir "C:/source" --entrypoint "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" cwuensch/vs2010:minimal /m /p:Configuration=Release /p:Platform=Win32 RecStrip_VS\RecStrip.sln

docker run --rm -v ${{ github.workspace }}:C:/source/ --workdir "C:/source" --entrypoint "cmd" cwuensch/vs2010:minimal /c "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /m /p:Configuration=Release /p:Platform=Win32 RecStrip_VS\RecStrip.sln && C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /m /p:Configuration=Release /p:Platform=x64 RecStrip_VS\RecStrip.sln"

About

MSBuild container to compile C/C++ projects with Microsoft Visual Studio 2010

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages