summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-08-24 18:24:46 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-08-24 18:24:46 (GMT)
commita9a3b3b8972d741d1607e25b1ee5739742e9cb6c (patch)
treeaf078e5e6ffa8b29f9ccb53bdcaa49dbdedec682 /Source
parented01420c2337bd641a62d6ae5e7d81eb81d41cac (diff)
parent4c9ae472ecb1a2b8e8ce0b115d0f54bf5f875fb1 (diff)
downloadCMake-a9a3b3b8972d741d1607e25b1ee5739742e9cb6c.zip
CMake-a9a3b3b8972d741d1607e25b1ee5739742e9cb6c.tar.gz
CMake-a9a3b3b8972d741d1607e25b1ee5739742e9cb6c.tar.bz2
Merge topic 'VS11-WinRT-project-issue-12930'
4c9ae47 VS11: Rename 'Immersive' to 'WindowsAppContainer' (#12930)
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index 53b6a9b..c62cc61 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -413,7 +413,8 @@ void cmVisualStudio10TargetGenerator::WriteProjectConfigurationValues()
}
if(this->Target->GetPropertyAsBool("VS_WINRT_EXTENSIONS"))
{
- this->WriteString("<Immersive>true</Immersive>\n", 2);
+ this->WriteString("<WindowsAppContainer>true"
+ "</WindowsAppContainer>\n", 2);
}
this->WriteString("</PropertyGroup>\n", 1);
}