VS: Change Nsight Tegra 2.0 Project Revision Number from 8 to 9

A hotfix to Nsight Tegra 2.0 needed to increase the project number.
Teach CMake to generate the newer number for this version.
This commit is contained in:
Dmitry Polyanitsa 2014-11-13 20:57:41 +03:00 committed by Brad King
parent 54ff77dc62
commit bb3c87f1da
1 changed files with 2 additions and 2 deletions

View File

@ -326,9 +326,9 @@ void cmVisualStudio10TargetGenerator::Generate()
this->WriteString("<PropertyGroup Label=\"NsightTegraProject\">\n", 1);
if(this->NsightTegraVersion[0] >= 2)
{
// Nsight Tegra 2.0 uses project revision 8.
// Nsight Tegra 2.0 uses project revision 9.
this->WriteString("<NsightTegraProjectRevisionNumber>"
"8"
"9"
"</NsightTegraProjectRevisionNumber>\n", 2);
// Tell newer versions to upgrade silently when loading.
this->WriteString("<NsightTegraUpgradeOnceWithoutPrompt>"