1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project DefaultTargets =" Build" ToolsVersion =" 14 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4 .0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<ItemGroup Label =" ProjectConfigurations" >
4
4
<ProjectConfiguration Include =" Debug|ARM" >
5
5
<Configuration >Debug</Configuration >
27
27
</ProjectConfiguration >
28
28
</ItemGroup >
29
29
<PropertyGroup Label =" Globals" >
30
+ <VCTargetsPath Condition =" '$(VCTargetsPath11)' != '' and '$(VSVersion)' == '' and '$(VisualStudioVersion)' == ''" >$(VCTargetsPath11)</VCTargetsPath >
30
31
<ProjectGuid >{45A68926-B2BC-4B18-89B2-A0F5CA5BA45F}</ProjectGuid >
31
32
<Keyword >Win32Proj</Keyword >
32
33
<ProjectName >pplx_win8_verification</ProjectName >
42
43
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
43
44
<ConfigurationType >DynamicLibrary</ConfigurationType >
44
45
<UseDebugLibraries >true</UseDebugLibraries >
45
- <PlatformToolset >v140 </PlatformToolset >
46
+ <PlatformToolset >v110 </PlatformToolset >
46
47
</PropertyGroup >
47
48
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM'" Label =" Configuration" >
48
49
<ConfigurationType >DynamicLibrary</ConfigurationType >
49
50
<UseDebugLibraries >true</UseDebugLibraries >
50
- <PlatformToolset >v140 </PlatformToolset >
51
+ <PlatformToolset >v110 </PlatformToolset >
51
52
</PropertyGroup >
52
53
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
53
54
<ConfigurationType >DynamicLibrary</ConfigurationType >
54
55
<UseDebugLibraries >true</UseDebugLibraries >
55
- <PlatformToolset >v140 </PlatformToolset >
56
+ <PlatformToolset >v110 </PlatformToolset >
56
57
</PropertyGroup >
57
58
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
58
59
<ConfigurationType >DynamicLibrary</ConfigurationType >
59
60
<UseDebugLibraries >false</UseDebugLibraries >
60
61
<WholeProgramOptimization >true</WholeProgramOptimization >
61
- <PlatformToolset >v140 </PlatformToolset >
62
+ <PlatformToolset >v110 </PlatformToolset >
62
63
</PropertyGroup >
63
64
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|ARM'" Label =" Configuration" >
64
65
<ConfigurationType >DynamicLibrary</ConfigurationType >
65
66
<UseDebugLibraries >false</UseDebugLibraries >
66
67
<WholeProgramOptimization >true</WholeProgramOptimization >
67
- <PlatformToolset >v140 </PlatformToolset >
68
+ <PlatformToolset >v110 </PlatformToolset >
68
69
</PropertyGroup >
69
70
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
70
71
<ConfigurationType >DynamicLibrary</ConfigurationType >
71
72
<UseDebugLibraries >false</UseDebugLibraries >
72
73
<WholeProgramOptimization >true</WholeProgramOptimization >
73
- <PlatformToolset >v140 </PlatformToolset >
74
+ <PlatformToolset >v110 </PlatformToolset >
74
75
</PropertyGroup >
75
76
<PropertyGroup >
76
77
<GenerateProjectSpecificOutputFolder >false</GenerateProjectSpecificOutputFolder >
118
119
<ItemDefinitionGroup >
119
120
<ClCompile >
120
121
<PrecompiledHeader >Use</PrecompiledHeader >
121
- <PreprocessorDefinitions >_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
122
+ <PreprocessorDefinitions >WINAPI_FAMILY=WINAPI_PARTITION_APP; _USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions >
122
123
<AdditionalUsingDirectories >$(WindowsSDKDir)\References\CommonConfiguration\Neutral;$(VSInstallDir)\vc\vcpackages;$(AdditionalUsingDirectories)</AdditionalUsingDirectories >
123
124
<AdditionalIncludeDirectories >$(CasablancaIncludeDir);$(CommonTestIncludeDir)</AdditionalIncludeDirectories >
124
125
<AdditionalOptions >/bigobj %(AdditionalOptions)</AdditionalOptions >
167
168
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
168
169
<ImportGroup Label =" ExtensionTargets" >
169
170
</ImportGroup >
170
- </Project >
171
+ </Project >
0 commit comments