diff options
author | Brad King <brad.king@kitware.com> | 2017-01-16 20:24:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-10 15:19:54 (GMT) |
commit | 895b89046601e61f6fb76bf17c5306ea102b9bf6 (patch) | |
tree | 3687de0f5d88b6990208afeecabc4614cc9c9998 /Modules/CompilerId | |
parent | a650dbb280859bdbadb9a7bba5636955190ec18a (diff) | |
download | CMake-895b89046601e61f6fb76bf17c5306ea102b9bf6.zip CMake-895b89046601e61f6fb76bf17c5306ea102b9bf6.tar.gz CMake-895b89046601e61f6fb76bf17c5306ea102b9bf6.tar.bz2 |
VS: Add more placeholders to compiler id detection project file template
Diffstat (limited to 'Modules/CompilerId')
-rw-r--r-- | Modules/CompilerId/VS-10.vcxproj.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Modules/CompilerId/VS-10.vcxproj.in b/Modules/CompilerId/VS-10.vcxproj.in index a900482..6b9b361 100644 --- a/Modules/CompilerId/VS-10.vcxproj.in +++ b/Modules/CompilerId/VS-10.vcxproj.in @@ -25,6 +25,9 @@ <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + @id_Import_props@ + </ImportGroup> <PropertyGroup> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|@id_platform@'">.\</OutDir> @@ -44,9 +47,11 @@ <DebugInformationFormat> </DebugInformationFormat> </ClCompile> + @id_ItemDefinitionGroup_entry@ <Link> <GenerateDebugInformation>false</GenerateDebugInformation> <SubSystem>Console</SubSystem> + @id_Link_AdditionalDependencies@ </Link> <PostBuildEvent> <Command>@id_PostBuildEvent_Command@</Command> @@ -56,4 +61,7 @@ <@id_compile@ Include="@id_src@" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + @id_Import_targets@ + </ImportGroup> </Project> |