From d4ca8fb2bd8c6e6a84bce2b7f91142f325e3d489 Mon Sep 17 00:00:00 2001 From: Gilles Khouzam Date: Thu, 18 Sep 2014 14:14:54 -0700 Subject: [PATCH] VS: Add Certificates to .vcxproj files After certificates were moved into their own category in cmGeneratorTarget, that category was not added for output by the VS 10 generator. Add it now. --- Source/cmVisualStudio10TargetGenerator.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index 4b5c83f68..fc8fccdd8 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx @@ -1330,6 +1330,10 @@ void cmVisualStudio10TargetGenerator::WriteAllSources() this->GeneratorTarget->GetAppManifest(manifestSources, ""); this->WriteSources("AppxManifest", manifestSources); + std::vector certificateSources; + this->GeneratorTarget->GetCertificates(certificateSources, ""); + this->WriteSources("None", certificateSources); + std::vector externalObjects; this->GeneratorTarget->GetExternalObjects(externalObjects, ""); for(std::vector::iterator