summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorWil Stark <wil_stark@keysight.com>2018-12-06 20:04:41 (GMT)
committerWil Stark <wil_stark@keysight.com>2018-12-07 17:01:32 (GMT)
commitb5b63da0883bdd3487e7a3b423acbdd5b582326a (patch)
treee2dddd42b07a90c31df267e28c991b6a0c11a48e /Source/cmVisualStudio10TargetGenerator.cxx
parent81bea69bd1d52977c3782d26560f34563394f487 (diff)
downloadCMake-b5b63da0883bdd3487e7a3b423acbdd5b582326a.zip
CMake-b5b63da0883bdd3487e7a3b423acbdd5b582326a.tar.gz
CMake-b5b63da0883bdd3487e7a3b423acbdd5b582326a.tar.bz2
VS: Fix Deploy content in .csproj files
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx
index 7d7defc..e4ee184 100644
--- a/Source/cmVisualStudio10TargetGenerator.cxx
+++ b/Source/cmVisualStudio10TargetGenerator.cxx
@@ -1680,6 +1680,7 @@ void cmVisualStudio10TargetGenerator::WriteExtraSource(Elem& e1,
subType = "Designer";
}
if (const char* c = sf->GetProperty("VS_COPY_TO_OUT_DIR")) {
+ tool = "Content";
copyToOutDir = c;
toolHasSettings = true;
}