summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-07-13 20:58:24 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-07-13 20:58:24 (GMT)
commit11d42b3e8f17c2b99838045545ae82df54a80b98 (patch)
treee246736fdb03f8c0dd3cff46e1067aa81b103a72 /Source/cmVisualStudio10TargetGenerator.h
parent724275b26651b06ac5757a68ec8b25a430f5fdc8 (diff)
downloadCMake-11d42b3e8f17c2b99838045545ae82df54a80b98.zip
CMake-11d42b3e8f17c2b99838045545ae82df54a80b98.tar.gz
CMake-11d42b3e8f17c2b99838045545ae82df54a80b98.tar.bz2
ENH: almost all tests passing in vs 10, commit fixes preprocess and starts vs external project
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 81e15f8..7039cfb 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -85,6 +85,7 @@ private:
cmMakefile* Makefile;
std::string Platform;
std::string GUID;
+ std::string Name;
cmGlobalVisualStudio7Generator* GlobalGenerator;
cmGeneratedFileStream* BuildFileStream;
cmLocalVisualStudio7Generator* LocalGenerator;