summaryrefslogtreecommitdiff
path: root/Templates/MSBuild
Commit message (Expand)AuthorAgeFilesLines
* VS: Fix /analyze:log flag mapping (#14858)Stephan Szabo2018-11-284-56/+16
* VS: Fix CSharp support for win32res: and win32icon: flagsStephan Szabo2018-11-285-10/+10
* Vs: remove /nowin32manifest from C# flags to enable default VS behaviorStephan Szabo2018-11-285-15/+30
* MSVC: Add support for ARM64 architectureStephan Szabo2018-11-281-0/+7
* VS: Fix MANIFESTUAC link flag map to .vcxproj elementsStephan Szabo2018-11-285-105/+20
* VS: Fix support for '/guard:cf' linker flagStephan Szabo2018-11-282-14/+0
* VS: Add v140 and v141 flag table entries for /DEBUG:NONE and /DEBUG:FULLStephan Szabo2018-11-282-0/+27
* VS: Map the link `/debug` to its IDE propertyStephan Szabo2018-11-285-22/+24
* VS: Fix /MANIFESTUAC:NO linker option mappingStephan Szabo2018-11-285-25/+5
* VS: Manually fix MASM flag table entriesStephan Szabo2018-11-284-20/+20
* VS: Add NASM fwin/felf switchesStephan Szabo2018-11-281-0/+14
* VS: Manually fix generated NASM flag tableStephan Szabo2018-11-281-6/+6
* VS: Add CUDA flag table entry for -maxrregcountStephan Szabo2018-11-281-0/+18
* VS: Add more CUDA flag table entriesStephan Szabo2018-11-281-0/+42
* VS: Select CUDA code generation architecturesStephan Szabo2018-11-281-0/+112
* VS: Select the CUDA runtime libraryStephan Szabo2018-11-281-0/+30
* VS: Place CUDA host compiler options in proper project file fieldsStephan Szabo2018-11-282-0/+167
* Add placeholder CUDA json flag tablesStephan Szabo2018-11-282-0/+4
* Add json flag tables for C#Stephan Szabo2018-11-285-0/+2835
* Add initial NASM flag table jsonStephan Szabo2018-11-281-0/+187
* Add CL, LIB, Link, MASM, RC flag jsonStephan Szabo2018-11-2822-0/+14513
* VS: Properly quote arguments in nasm.xmlDavid Benjamin2018-07-021-3/+3
* VS: Add support for ASM_NASM languageEvgeny Fimochkin2017-02-073-0/+168