diff options
author | Wil Stark <wil_stark@keysight.com> | 2018-12-06 20:04:41 (GMT) |
---|---|---|
committer | Wil Stark <wil_stark@keysight.com> | 2018-12-07 17:01:32 (GMT) |
commit | b5b63da0883bdd3487e7a3b423acbdd5b582326a (patch) | |
tree | e2dddd42b07a90c31df267e28c991b6a0c11a48e /Source | |
parent | 81bea69bd1d52977c3782d26560f34563394f487 (diff) | |
download | CMake-b5b63da0883bdd3487e7a3b423acbdd5b582326a.zip CMake-b5b63da0883bdd3487e7a3b423acbdd5b582326a.tar.gz CMake-b5b63da0883bdd3487e7a3b423acbdd5b582326a.tar.bz2 |
VS: Fix Deploy content in .csproj files
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 1 |
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; } |