mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user