diff options
author | Gilles Khouzam <gillesk@microsoft.com> | 2014-07-31 17:22:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-07-31 18:09:03 (GMT) |
commit | 709cebde66a4251e1a1ed7a90c072f06be691bee (patch) | |
tree | 1a1c5ccd9b0880ba1614e5452a721faf7f63ca51 /Source/cmVisualStudio10TargetGenerator.h | |
parent | 72395ab23eee5ed7ff5a8800632869d6ef66f805 (diff) | |
download | CMake-709cebde66a4251e1a1ed7a90c072f06be691bee.zip CMake-709cebde66a4251e1a1ed7a90c072f06be691bee.tar.gz CMake-709cebde66a4251e1a1ed7a90c072f06be691bee.tar.bz2 |
VS: Generate WindowsPhone and WindowsStore application types
Generate the ApplicationType and ApplicationTypeRevision elements in
.vcxproj files.
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 7436372..2bbdb8c 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -91,6 +91,7 @@ private: void WriteCustomCommand(cmSourceFile const* sf); void WriteGroups(); void WriteProjectReferences(); + void WriteApplicationTypeSettings(); bool OutputSourceSpecificFlags(cmSourceFile const* source); void AddLibraries(cmComputeLinkInformation& cli, std::vector<std::string>& libVec); |