Merge topic 'vs_deploy_content_fix'

b5b63da088 VS: Fix Deploy content in .csproj files

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2713
This commit is contained in:
Brad King
2018-12-13 15:03:46 +00:00
committed by Kitware Robot
4 changed files with 96 additions and 0 deletions

View File

@@ -1681,6 +1681,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;
}