VS: Generate Nsight Tegra project revision number

Nsight Tegra 2.0 will be revision '8'.  Generate this revision number
and add a NsightTegraUpgradeOnceWithoutPrompt element to tell newer
versions not to prompt when upgrading the generated project file.
This commit is contained in:
Brad King
2014-09-26 14:57:30 -04:00
parent 5365c9ac37
commit 69e198dc3f
4 changed files with 34 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ private:
std::string Name;
bool MSTools;
bool NsightTegra;
int NsightTegraVersion[4];
bool TargetCompileAsWinRT;
cmGlobalVisualStudio10Generator* GlobalGenerator;
cmGeneratedFileStream* BuildFileStream;