Skip to content

VS: Fix deploy content in .csproj files

Wil Stark requested to merge wilstark/cmake:vs_deploy_content_fix into master

Default source files tagged with VS_COPY_TO_OUT_DIR to be 'Content' node and not 'None' in .csproj files as VS only honors PreserveNewest and Always values on 'Content' nodes.

Edited by Brad King

Merge request reports