Closed
Description
We have added a set of new flags over the course of this release, we need to add MSBuild properties for them in VS 2013 and VS 2015 in .target files as well as in the project properties.
VS 2013
- --rootDir
- --noEmitHelpers
- --inlineSourceMap
- --inlineSources
- --newLine
- --separateCompilation
- --emitDecoratorMetadata
VS 2015
- --rootDir
- --noEmitHelpers
- --inlineSourceMap
- --inlineSources
- --newLine
- --separateCompilation
- --emitDecoratorMetadata
Note:
separateCompilation
flag name could change based on the design meeting discussion for #2499