1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\version.props" />
4
+ <ItemGroup Label =" ProjectConfigurations" >
5
+ <ProjectConfiguration Include =" Debug|ARM" >
6
+ <Configuration >Debug</Configuration >
7
+ <Platform >ARM</Platform >
8
+ </ProjectConfiguration >
9
+ <ProjectConfiguration Include =" Debug|Win32" >
10
+ <Configuration >Debug</Configuration >
11
+ <Platform >Win32</Platform >
12
+ </ProjectConfiguration >
13
+ <ProjectConfiguration Include =" Debug|x64" >
14
+ <Configuration >Debug</Configuration >
15
+ <Platform >x64</Platform >
16
+ </ProjectConfiguration >
17
+ <ProjectConfiguration Include =" Release|ARM" >
18
+ <Configuration >Release</Configuration >
19
+ <Platform >ARM</Platform >
20
+ </ProjectConfiguration >
21
+ <ProjectConfiguration Include =" Release|Win32" >
22
+ <Configuration >Release</Configuration >
23
+ <Platform >Win32</Platform >
24
+ </ProjectConfiguration >
25
+ <ProjectConfiguration Include =" Release|x64" >
26
+ <Configuration >Release</Configuration >
27
+ <Platform >x64</Platform >
28
+ </ProjectConfiguration >
29
+ </ItemGroup >
30
+ <PropertyGroup Label =" Globals" >
31
+ <ProjectGuid >{36d79e79-7e9e-4b3a-88a3-9f9b295c80b9}</ProjectGuid >
32
+ <Keyword >DynamicLibrary</Keyword >
33
+ <DefaultLanguage >en-US</DefaultLanguage >
34
+ <MinimumVisualStudioVersion >14.0</MinimumVisualStudioVersion >
35
+ <AppContainerApplication >true</AppContainerApplication >
36
+ <ApplicationType >Windows Store</ApplicationType >
37
+ <ApplicationTypeRevision >8.2</ApplicationTypeRevision >
38
+ <ProjectName >cpprestsdk140.uap</ProjectName >
39
+ <PlatformToolset >v140</PlatformToolset >
40
+ <ConfigurationType >DynamicLibrary</ConfigurationType >
41
+ </PropertyGroup >
42
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
43
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
44
+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Config.Definitions.props" />
45
+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Release.Product.Settings" />
46
+ <ImportGroup Label =" ExtensionSettings" >
47
+ </ImportGroup >
48
+ <ImportGroup Label =" Shared" >
49
+ <Import Project =" ..\common.vcxitems" Label =" Shared" />
50
+ <Import Project =" ..\winrt.vcxitems" Label =" Shared" />
51
+ </ImportGroup >
52
+ <ImportGroup Label =" PropertySheets" >
53
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
54
+ </ImportGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
56
+ <DebugFileSuffix >d</DebugFileSuffix >
57
+ </PropertyGroup >
58
+ <PropertyGroup >
59
+ <TargetName >$(CppRestBaseFileName)140$(DebugFileSuffix)_uap_$(CppRestSDKVersionFileSuffix)</TargetName >
60
+ </PropertyGroup >
61
+ <PropertyGroup Label =" UserMacros" />
62
+ <PropertyGroup />
63
+ <PropertyGroup >
64
+ <GenerateManifest >false</GenerateManifest >
65
+ <IgnoreImportLibrary >false</IgnoreImportLibrary >
66
+ </PropertyGroup >
67
+ <ItemDefinitionGroup >
68
+ <ClCompile >
69
+ <PreprocessorDefinitions >WINAPI_FAMILY=WINAPI_PARTITION_APP;_ASYNCRT_EXPORT;_PPLX_EXPORT;_USRDLL;%(PreprocessorDefinitions);</PreprocessorDefinitions >
70
+ <PrecompiledHeader >Use</PrecompiledHeader >
71
+ <CompileAsWinRT >true</CompileAsWinRT >
72
+ <AdditionalIncludeDirectories >$(CasablancaIncludeDir);$(CasablancaSrcDir)\pch;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
73
+ <PrecompiledHeader >Use</PrecompiledHeader >
74
+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
75
+ <AdditionalOptions >-Zm250 /bigobj %(AdditionalOptions)</AdditionalOptions >
76
+ <WholeProgramOptimization Condition =" '$(Configuration)'=='Release'" >true</WholeProgramOptimization >
77
+ </ClCompile >
78
+ <Link >
79
+ <SubSystem >Console</SubSystem >
80
+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
81
+ <LinkTimeCodeGeneration Condition =" '$(Configuration)'=='Release'" >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
82
+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
83
+ </Link >
84
+ </ItemDefinitionGroup >
85
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
86
+ <ImportGroup Label =" ExtensionTargets" >
87
+ </ImportGroup >
88
+ </Project >
0 commit comments