summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* VS: Set default language in generated Windows Phone and Store projectsRobert Goulet2015-01-291-0/+2
* VS: Add missing newlines to .vcxproj generationRobert Goulet2015-01-291-2/+2
* VS: Add source file property to set extra hlsl shader flagsRobert Goulet2015-01-281-0/+13
* Add 'ANDROID_API_MIN' target property to set Android Target MIN APIDmitry Polyanitsa2014-12-171-0/+6
* VS: Inherit target-level "-wd" flags in source files (#15284)Brad King2014-12-041-0/+5
* Merge topic 'vs-hlsl-typo'Brad King2014-12-041-1/+1
|\
| * VS: Fix typo in VS_SHADER_MODEL lookup commentBrad King2014-12-031-1/+1
* | Merge topic 'vs-phone-store-deployment-location'Brad King2014-12-041-0/+15
|\ \
| * | VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-031-0/+15
| |/
* | Merge topic 'fix-wince-unicode-entry-point'Brad King2014-12-031-2/+16
|\ \
| * | VS, WINCE: Fix entry point for Unicode buildsPascal Bach2014-12-031-2/+16
* | | Merge topic 'vs-hlsl-settings'Brad King2014-12-031-1/+26
|\ \ \ | | |/ | |/|
| * | VS: Add source file properties to set the hlsl shader entry point and modelCedric Perthuis2014-12-031-1/+26
| |/
* | Merge topic 'vs-check-phone-store-tools'Brad King2014-11-181-1/+2
|\ \
| * | VS: Do not produce WinMD file for OBJECT libraries (#15228)Gilles Khouzam2014-11-171-1/+2
| |/
* | Merge topic 'fix-vs2015-warnings'Brad King2014-11-171-2/+2
|\ \
| * | cmVisualStudio10TargetGenerator: fix a narrowing warningBen Boeckel2014-11-131-2/+2
| |/
* | VS: Change Nsight Tegra 2.0 Project Revision Number from 8 to 9Dmitry Polyanitsa2014-11-131-2/+2
|/
* Merge topic 'vs-nsight-tegra-generator'Brad King2014-09-301-3/+152
|\
| * VS: Generate Nsight Tegra project revision numberBrad King2014-09-301-3/+26
| * VS: Map Nsight Tegra file types in .vcxproj filesBrad King2014-09-301-1/+23
| * VS: Generate ANDROID_GUI executables as app packagesBrad King2014-09-301-1/+52
| * Add 'ANDROID_API' target property to set Android Target APIBrad King2014-09-301-0/+6
| * VS: Teach vcxproj generation about the Tegra-Android platformBrad King2014-09-291-3/+50
* | Merge topic 'vs-minor-cleanups'Brad King2014-09-291-1/+5
|\ \ | |/
| * VS: Drop GenerateManifest from .vcxproj files for non-MS toolsBrad King2014-09-291-0/+4
| * VS: Use case-insensitive check for hlsl,jpg,png,xml file extensionsBrad King2014-09-291-1/+1
* | VS, WINCE: Only set EntryPointSymbol for executablesPascal Bach2014-09-221-2/+8
* | VS: Add Certificates to .vcxproj filesGilles Khouzam2014-09-191-0/+4
|/
* VS: Teach VS >= 10 generator about Windows CEPascal Bach2014-09-151-2/+18
* Merge topic 'vs-windows-apps'Brad King2014-09-021-11/+652
|\
| * VS: Do not compile C sources as WinRT (#15100)Brad King2014-09-021-1/+14
| * VS: Mark Windows Phone and Store targets as App ContainersGilles Khouzam2014-09-021-3/+541
| * VS: Always ignore ole32 on Windows Phone 8.0Gilles Khouzam2014-08-211-0/+7
| * VS: Generate Windows Metadata for WinRT componentsGilles Khouzam2014-08-211-0/+27
| * VS: Generate Windows Phone and Windows Store projects as UnicodeGilles Khouzam2014-08-211-0/+2
| * VS: Add VS_WINRT_COMPONENT property to enable CompileAsWinRTGilles Khouzam2014-08-211-1/+26
| * VS: Handle .pfx files explicitly in generatorGilles Khouzam2014-08-211-0/+29
| * VS: Handle AppxManifest sources explicitly in generatorGilles Khouzam2014-08-211-5/+5
| * VS: Set Window Phone/Store app type in CMake-generated targetsBrad King2014-08-211-1/+1
| * VS: Mark CMake-generated targets as Utility in .vcxproj filesBrad King2014-08-211-1/+1
* | Merge topic 'vs-masm'Brad King2014-08-221-1/+93
|\ \
| * | VS: Populate MASM tool build settings in .vcxproj filesBrad King2014-08-131-0/+92
| * | VS: Fix ASM_MASM support in VS >= 10Brad King2014-08-131-1/+1
* | | Merge topic 'vs-refactor-includes'Brad King2014-08-191-20/+24
|\ \ \ | |/ / | | / | |/ |/|
| * VS: Refactor include directory generation in .vcxproj filesBrad King2014-08-131-18/+19
| * VS: Refactor include directory slash conversionBrad King2014-08-131-3/+6
* | VS: Add a source file property to set the hlsl shader typeBrad King2014-08-121-0/+17
* | VS: Add a source file property to mark content for Windows App deploymentBrad King2014-08-121-0/+40
* | VS: Re-arrange WriteExtraSource to support tool configurationBrad King2014-08-121-1/+13
|/