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** - [x] [--rootDir](https://github.com/Microsoft/TypeScript/pull/2772) - [x] [--noEmitHelpers](https://github.com/Microsoft/TypeScript/pull/2901) - [x] [--inlineSourceMap](https://github.com/Microsoft/TypeScript/pull/2484) - [x] [--inlineSources](https://github.com/Microsoft/TypeScript/pull/2484) - [x] [--newLine](https://github.com/Microsoft/TypeScript/pull/2921) - [x] [--separateCompilation](https://github.com/Microsoft/TypeScript/pull/2550) - [x] [--emitDecoratorMetadata](https://github.com/Microsoft/TypeScript/pull/2589) **VS 2015** - [x] [--rootDir](https://github.com/Microsoft/TypeScript/pull/2772) - [x] [--noEmitHelpers](https://github.com/Microsoft/TypeScript/pull/2901) - [x] [--inlineSourceMap](https://github.com/Microsoft/TypeScript/pull/2484) - [x] [--inlineSources](https://github.com/Microsoft/TypeScript/pull/2484) - [x] [--newLine](https://github.com/Microsoft/TypeScript/pull/2921) - [x] [--separateCompilation](https://github.com/Microsoft/TypeScript/pull/2550) - [x] [--emitDecoratorMetadata](https://github.com/Microsoft/TypeScript/pull/2589) > Note: `separateCompilation` flag name could change based on the design meeting discussion for #2499