VS: Fix wrong appxManifest if OUTPUT_NAME != target name

Fixes #24416
This commit is contained in:
Sergey Markelov
2023-02-15 20:23:37 -07:00
parent 37f068083b
commit 74e0b5d9f5
2 changed files with 17 additions and 10 deletions

View File

@@ -117,6 +117,7 @@ private:
std::vector<std::string> GetIncludes(std::string const& config,
std::string const& lang) const;
std::string GetTargetOutputName() const;
bool ComputeClOptions();
bool ComputeClOptions(std::string const& configName);