mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 02:48:38 +00:00

Add a `VS_USER_PROPS_CXX` target property to set the user props file of the generated `.vcxproj` file to be something other than the default `$(UserRootDir)\\Microsoft.Cpp.$(Platform).user.props`.
6 lines
198 B
XML
6 lines
198 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
</PropertyGroup>
|
|
</Project>
|