20
20
</ItemGroup >
21
21
<PropertyGroup Label =" Globals" >
22
22
<ProjectGuid >{913088F6-37C0-4195-80E9-548C7C5303CB}</ProjectGuid >
23
+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
23
24
</PropertyGroup >
24
25
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
26
27
<ConfigurationType >Application</ConfigurationType >
27
28
<UseOfMfc >false</UseOfMfc >
28
29
<CharacterSet >MultiByte</CharacterSet >
30
+ <PlatformToolset >v142</PlatformToolset >
29
31
</PropertyGroup >
30
32
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
31
33
<ConfigurationType >Application</ConfigurationType >
32
34
<UseOfMfc >false</UseOfMfc >
33
35
<CharacterSet >MultiByte</CharacterSet >
36
+ <PlatformToolset >v142</PlatformToolset >
34
37
</PropertyGroup >
35
38
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36
39
<ConfigurationType >Application</ConfigurationType >
37
40
<UseOfMfc >false</UseOfMfc >
38
41
<CharacterSet >MultiByte</CharacterSet >
42
+ <PlatformToolset >v142</PlatformToolset >
39
43
</PropertyGroup >
40
44
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
41
45
<ConfigurationType >Application</ConfigurationType >
42
46
<UseOfMfc >false</UseOfMfc >
43
47
<CharacterSet >MultiByte</CharacterSet >
48
+ <PlatformToolset >v142</PlatformToolset >
44
49
</PropertyGroup >
45
50
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
46
51
<ImportGroup Label =" ExtensionSettings" >
64
69
<PropertyGroup Label =" UserMacros" />
65
70
<PropertyGroup >
66
71
<_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
67
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >..\cpputest_build\</OutDir >
68
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >..\cpputest_build\</OutDir >
69
- <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >..\cpputest_build\Release\$(ProjectName)\</IntDir >
70
- <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >..\cpputest_build\Release\$(ProjectName)\</IntDir >
72
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >..\cpputest_build\x86\ </OutDir >
73
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >..\cpputest_build\x64\ </OutDir >
74
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >..\cpputest_build\Release\x86\ $(ProjectName)\</IntDir >
75
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >..\cpputest_build\Release\x64\ $(ProjectName)\</IntDir >
71
76
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >false</LinkIncremental >
72
77
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >false</LinkIncremental >
73
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >..\cpputest_build\</OutDir >
74
- <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >..\cpputest_build\</OutDir >
75
- <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >..\cpputest_build\Debug\$(ProjectName)\</IntDir >
76
- <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >..\cpputest_build\Debug\$(ProjectName)\</IntDir >
78
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >..\cpputest_build\x86\ </OutDir >
79
+ <OutDir Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >..\cpputest_build\x64\ </OutDir >
80
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >..\cpputest_build\Debug\x86\ $(ProjectName)\</IntDir >
81
+ <IntDir Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >..\cpputest_build\Debug\x64\ $(ProjectName)\</IntDir >
77
82
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >true</LinkIncremental >
78
83
<LinkIncremental Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >true</LinkIncremental >
79
84
</PropertyGroup >
319
324
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
320
325
<ImportGroup Label =" ExtensionTargets" >
321
326
</ImportGroup >
322
- </Project >
327
+ </Project >
0 commit comments