File tree 3 files changed +13
-8
lines changed
3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 70
70
<PlatformToolset Condition =" '$(VisualStudioVersion)' != '14.0'" >v141_xp</PlatformToolset >
71
71
<PlatformToolset Condition =" '$(VisualStudioVersion)' == '14.0'" >v140_xp</PlatformToolset >
72
72
</PropertyGroup >
73
- <Import Project =" User.props" Condition =" exists('User.props')" />
74
73
<PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
75
74
<UseDebugLibraries >true</UseDebugLibraries >
76
75
</PropertyGroup >
101
100
</ImportGroup >
102
101
<ImportGroup Label =" PropertySheets" >
103
102
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
103
+ <Import Project =" User.props" Condition =" exists('User.props')" />
104
104
</ImportGroup >
105
105
<PropertyGroup Label =" UserMacros" />
106
106
<PropertyGroup >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!-- NOTE: You can copy this file to User.props to override some standard settings -->
3
- <!-- NOTE: Don't add the copy User.props to source control!!! -->
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
4
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
5
- <PropertyGroup Label =" Configuration " >
6
- <PlatformToolset >v142</ PlatformToolset > <!-- VS2019 -- >
3
+ <PropertyGroup Label =" UserMacros " >
4
+ <BOOST_ROOT >C:\boost\boost_1_73_0</ BOOST_ROOT >
7
5
</PropertyGroup >
8
- </Project >
6
+ <PropertyGroup />
7
+ <ItemDefinitionGroup />
8
+ <ItemGroup >
9
+ <BuildMacro Include =" BOOST_ROOT" >
10
+ <Value >$(BOOST_ROOT)</Value >
11
+ </BuildMacro >
12
+ </ItemGroup >
13
+ </Project >
Original file line number Diff line number Diff line change 31
31
<CharacterSet >Unicode</CharacterSet >
32
32
<UseOfMfc >false</UseOfMfc >
33
33
</PropertyGroup >
34
- <Import Project =" ..\..\User.props" Condition =" exists('..\..\User.props')" />
35
34
<PropertyGroup Condition =" '$(Configuration)'=='Debug'" Label =" Configuration" >
36
35
<UseDebugLibraries >true</UseDebugLibraries >
37
36
</PropertyGroup >
46
45
</ImportGroup >
47
46
<ImportGroup Label =" PropertySheets" >
48
47
<Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
48
+ <Import Project =" ..\..\User.props" Condition =" exists('..\..\User.props')" />
49
49
</ImportGroup >
50
50
<PropertyGroup Label =" UserMacros" />
51
51
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments