2020-04-21 12:01:21 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {985B3F2F-CEED-4C0A-A249-69257E719145}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > commonmdflag</RootNamespace>
2020-05-26 22:00:09 +08:00
<WindowsTargetPlatformVersion > 10.0.17134.0</WindowsTargetPlatformVersion>
2020-04-21 12:01:21 +08:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
2020-05-13 11:52:02 +08:00
<SpectreMitigation > Spectre</SpectreMitigation>
2020-04-21 12:01:21 +08:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
2020-05-13 11:52:02 +08:00
<SpectreMitigation > Spectre</SpectreMitigation>
2020-04-21 12:01:21 +08:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-05-26 22:00:09 +08:00
<ConformanceMode > false</ConformanceMode>
2020-05-05 05:40:32 +08:00
<LanguageStandard > stdcpplatest</LanguageStandard>
2020-06-22 22:00:39 +08:00
<AdditionalIncludeDirectories > inc;telemetry;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2020-04-21 12:01:21 +08:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2020-05-26 22:00:09 +08:00
<ConformanceMode > false</ConformanceMode>
2020-05-05 05:40:32 +08:00
<LanguageStandard > stdcpplatest</LanguageStandard>
2020-06-22 22:00:39 +08:00
<AdditionalIncludeDirectories > inc;telemetry;../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2020-04-21 12:01:21 +08:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
2020-05-25 15:59:05 +08:00
<ItemDefinitionGroup Condition= "'$(CIBuild)'!='true'" >
<ClCompile >
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
2020-07-28 22:20:01 +08:00
<MultiProcessorCompilation Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > true</MultiProcessorCompilation>
<MultiProcessorCompilation Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</MultiProcessorCompilation>
2020-05-25 15:59:05 +08:00
</ClCompile>
2020-05-26 22:42:04 +08:00
</ItemDefinitionGroup>
2020-04-21 12:01:21 +08:00
<ItemGroup >
2020-05-05 05:40:32 +08:00
<ClInclude Include= "..\common.h" />
2020-04-21 12:01:21 +08:00
<ClInclude Include= "..\keyboard_layout.h" />
<ClInclude Include= "..\keyboard_layout_impl.h" />
2020-07-22 03:01:59 +08:00
<ClInclude Include= "..\os-detect.h" />
2020-05-05 05:40:32 +08:00
<ClInclude Include= "..\pch.h" />
2020-04-24 08:11:02 +08:00
<ClInclude Include= "..\two_way_pipe_message_ipc.h" />
<ClInclude Include= "..\two_way_pipe_message_ipc_impl.h" />
2020-04-21 12:01:21 +08:00
</ItemGroup>
<ItemGroup >
2020-05-05 05:40:32 +08:00
<ClCompile Include= "..\common.cpp" />
2020-04-21 12:01:21 +08:00
<ClCompile Include= "..\keyboard_layout.cpp" />
2020-07-22 03:01:59 +08:00
<ClCompile Include= "..\os-detect.cpp" />
2020-05-26 22:42:04 +08:00
<ClCompile Include= "..\pch.cpp" >
2020-05-25 15:59:05 +08:00
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
</ClCompile>
2020-04-24 08:11:02 +08:00
<ClCompile Include= "..\two_way_pipe_message_ipc.cpp" />
2020-04-21 12:01:21 +08:00
</ItemGroup>
2020-05-08 03:02:37 +08:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2020-04-21 12:01:21 +08:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2020-10-20 06:44:57 +08:00
<Import Project= "..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2020-04-21 12:01:21 +08:00
</ImportGroup>
2020-05-08 03:02:37 +08:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2020-10-20 06:44:57 +08:00
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.200902.2\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2020-05-08 03:02:37 +08:00
</Target>
2020-04-21 12:01:21 +08:00
</Project>