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 >{47A5CFDC-C244-45A6-9830-38CB303CB495}</ProjectGuid >
32+ <Keyword >StaticLibrary</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.uwp.staticlib</ProjectName >
39+ <PlatformToolset >v140</PlatformToolset >
40+ <ConfigurationType >StaticLibrary</ConfigurationType >
41+ <OutDir >$(OutDir)\$(MsBuildProjectName)</OutDir >
42+ <WindowsTargetPlatformVersion >10.0.10240.0</WindowsTargetPlatformVersion >
43+ <WindowsTargetPlatformMinVersion >10.0.10240.0</WindowsTargetPlatformMinVersion >
44+ </PropertyGroup >
45+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
47+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Config.Definitions.props" />
48+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Release.Product.Settings" />
49+ <ImportGroup Label =" ExtensionSettings" >
50+ </ImportGroup >
51+ <ImportGroup Label =" Shared" >
52+ <Import Project =" ..\common.vcxitems" Label =" Shared" />
53+ <Import Project =" ..\winrt.vcxitems" Label =" Shared" />
54+ </ImportGroup >
55+ <ImportGroup Label =" PropertySheets" >
56+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57+ </ImportGroup >
58+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
59+ <DebugFileSuffix >d</DebugFileSuffix >
60+ </PropertyGroup >
61+ <PropertyGroup >
62+ <TargetName >lib$(CppRestBaseFileName)140$(DebugFileSuffix)_uwp_$(CppRestSDKVersionFileSuffix)</TargetName >
63+ </PropertyGroup >
64+ <PropertyGroup Label =" UserMacros" />
65+ <PropertyGroup />
66+ <PropertyGroup >
67+ <GenerateManifest >false</GenerateManifest >
68+ <IgnoreImportLibrary >false</IgnoreImportLibrary >
69+ </PropertyGroup >
70+ <ItemDefinitionGroup >
71+ <ClCompile >
72+ <PreprocessorDefinitions >_NO_ASYNCRTIMP;_NO_PPLXIMP;_USRDLL;%(PreprocessorDefinitions);</PreprocessorDefinitions >
73+ <PrecompiledHeader >Use</PrecompiledHeader >
74+ <CompileAsWinRT >true</CompileAsWinRT >
75+ <AdditionalIncludeDirectories >$(CasablancaIncludeDir);$(CasablancaSrcDir)\pch;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
76+ <PrecompiledHeader >Use</PrecompiledHeader >
77+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
78+ <AdditionalOptions >-Zm250 /bigobj %(AdditionalOptions)</AdditionalOptions >
79+ <WholeProgramOptimization Condition =" '$(Configuration)'=='Release'" >true</WholeProgramOptimization >
80+ </ClCompile >
81+ <Link >
82+ <SubSystem >Console</SubSystem >
83+ <IgnoreAllDefaultLibraries >false</IgnoreAllDefaultLibraries >
84+ <LinkTimeCodeGeneration Condition =" '$(Configuration)'=='Release'" >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
85+ <GenerateWindowsMetadata >false</GenerateWindowsMetadata >
86+ </Link >
87+ </ItemDefinitionGroup >
88+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
89+ <ItemDefinitionGroup >
90+ <PostBuildEvent >
91+ <Command >copy /Y $(OutDir)\* $(OutDir)..\
92+ exit 0</Command >
93+ <Message >Copying $(TargetName).winrt binaries to OutDir and removing appcontainer flag</Message >
94+ </PostBuildEvent >
95+ <Lib >
96+ <TargetMachine Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >MachineX86</TargetMachine >
97+ </Lib >
98+ <Lib >
99+ <TargetMachine Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >MachineX86</TargetMachine >
100+ </Lib >
101+ <Lib >
102+ <TargetMachine Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >MachineX64</TargetMachine >
103+ </Lib >
104+ <Lib >
105+ <TargetMachine Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >MachineX64</TargetMachine >
106+ </Lib >
107+ </ItemDefinitionGroup >
108+ <ImportGroup Label =" ExtensionTargets" >
109+ </ImportGroup >
110+ </Project >
0 commit comments