mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
VS: Generate WindowsPhone and WindowsStore application types
Generate the ApplicationType and ApplicationTypeRevision elements in .vcxproj files.
This commit is contained in:
committed by
Brad King
parent
72395ab23e
commit
709cebde66
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user