mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[idd] initial indirect driver with Looking Glass monitor
This commit is contained in:
		
							
								
								
									
										292
									
								
								idd/LGIdd/LGIdd.vcxproj
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										292
									
								
								idd/LGIdd/LGIdd.vcxproj
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,292 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
			
		||||
  <ItemGroup Label="ProjectConfigurations">
 | 
			
		||||
    <ProjectConfiguration Include="Debug|Win32">
 | 
			
		||||
      <Configuration>Debug</Configuration>
 | 
			
		||||
      <Platform>Win32</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
    <ProjectConfiguration Include="Release|Win32">
 | 
			
		||||
      <Configuration>Release</Configuration>
 | 
			
		||||
      <Platform>Win32</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
    <ProjectConfiguration Include="Debug|x64">
 | 
			
		||||
      <Configuration>Debug</Configuration>
 | 
			
		||||
      <Platform>x64</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
    <ProjectConfiguration Include="Release|x64">
 | 
			
		||||
      <Configuration>Release</Configuration>
 | 
			
		||||
      <Platform>x64</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
    <ProjectConfiguration Include="Debug|ARM">
 | 
			
		||||
      <Configuration>Debug</Configuration>
 | 
			
		||||
      <Platform>ARM</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
    <ProjectConfiguration Include="Release|ARM">
 | 
			
		||||
      <Configuration>Release</Configuration>
 | 
			
		||||
      <Platform>ARM</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
    <ProjectConfiguration Include="Debug|ARM64">
 | 
			
		||||
      <Configuration>Debug</Configuration>
 | 
			
		||||
      <Platform>ARM64</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
    <ProjectConfiguration Include="Release|ARM64">
 | 
			
		||||
      <Configuration>Release</Configuration>
 | 
			
		||||
      <Platform>ARM64</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <None Include="cpp.hint" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ClCompile Include="CIndirectDeviceContext.cpp" />
 | 
			
		||||
    <ClCompile Include="CIndirectMonitorContext.cpp" />
 | 
			
		||||
    <ClCompile Include="CSwapChainProcessor.cpp" />
 | 
			
		||||
    <ClCompile Include="Device.cpp" />
 | 
			
		||||
    <ClCompile Include="Direct3DDevice.cpp" />
 | 
			
		||||
    <ClCompile Include="Driver.cpp" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ClInclude Include="CIndirectMonitorContext.h" />
 | 
			
		||||
    <ClInclude Include="CSwapChainProcessor.h" />
 | 
			
		||||
    <ClInclude Include="Device.h" />
 | 
			
		||||
    <ClInclude Include="Direct3DDevice.h" />
 | 
			
		||||
    <ClInclude Include="Driver.h" />
 | 
			
		||||
    <ClInclude Include="CIndirectDeviceContext.h" />
 | 
			
		||||
    <ClInclude Include="Public.h" />
 | 
			
		||||
    <ClInclude Include="Trace.h" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Inf Include="LGIdd.inf" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <PropertyGroup Label="Globals">
 | 
			
		||||
    <ProjectGuid>{1CBF3DAA-0726-4F5F-88A2-04D95FB6591A}</ProjectGuid>
 | 
			
		||||
    <TemplateGuid>{32909489-7be5-497b-aafa-db6669d9b44b}</TemplateGuid>
 | 
			
		||||
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 | 
			
		||||
    <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
 | 
			
		||||
    <Configuration>Debug</Configuration>
 | 
			
		||||
    <Platform Condition="'$(Platform)' == ''">Win32</Platform>
 | 
			
		||||
    <RootNamespace>LGIdd</RootNamespace>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
 | 
			
		||||
    <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
 | 
			
		||||
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
			
		||||
    <DriverTargetPlatform>Universal</DriverTargetPlatform>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
    <Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
 | 
			
		||||
    <IndirectDisplayDriver>true</IndirectDisplayDriver>
 | 
			
		||||
    <IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
 | 
			
		||||
    <IDDCX_VERSION_MINOR>4</IDDCX_VERSION_MINOR>
 | 
			
		||||
    <UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
 | 
			
		||||
    <UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
    </UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
    <Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
 | 
			
		||||
    <IndirectDisplayDriver>true</IndirectDisplayDriver>
 | 
			
		||||
    <IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
 | 
			
		||||
    <IDDCX_VERSION_MINOR>4</IDDCX_VERSION_MINOR>
 | 
			
		||||
    <UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
 | 
			
		||||
    <UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
    </UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
    <IndirectDisplayDriver>true</IndirectDisplayDriver>
 | 
			
		||||
    <IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
 | 
			
		||||
    <IDDCX_VERSION_MINOR>4</IDDCX_VERSION_MINOR>
 | 
			
		||||
    <Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
 | 
			
		||||
    <UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
 | 
			
		||||
    <UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
    </UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
    <IndirectDisplayDriver>true</IndirectDisplayDriver>
 | 
			
		||||
    <IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
 | 
			
		||||
    <IDDCX_VERSION_MINOR>4</IDDCX_VERSION_MINOR>
 | 
			
		||||
    <Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
 | 
			
		||||
    <UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
 | 
			
		||||
    <UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
    </UMDF_MINIMUM_VERSION_REQUIRED>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>true</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
 | 
			
		||||
    <TargetVersion>Windows10</TargetVersion>
 | 
			
		||||
    <UseDebugLibraries>false</UseDebugLibraries>
 | 
			
		||||
    <UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
			
		||||
  <ImportGroup Label="ExtensionSettings">
 | 
			
		||||
  </ImportGroup>
 | 
			
		||||
  <ImportGroup Label="PropertySheets">
 | 
			
		||||
    <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)'=='Debug|Win32'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
    <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
    <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
    <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
    <Inf2CatUseLocalTime>true</Inf2CatUseLocalTime>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
 | 
			
		||||
    <DebuggerFlavor>DbgengRemoteDebugger</DebuggerFlavor>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
      <AdditionalOptions>/D_ATL_NO_WIN_SUPPORT /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=4 /IDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions)</AdditionalOptions>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <Link>
 | 
			
		||||
      <AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib;avrt.lib</AdditionalDependencies>
 | 
			
		||||
    </Link>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
      <AdditionalOptions>/D_ATL_NO_WIN_SUPPORT /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=4 /IDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions)</AdditionalOptions>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <Link>
 | 
			
		||||
      <AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib;avrt.lib</AdditionalDependencies>
 | 
			
		||||
    </Link>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
      <AdditionalOptions>/D_ATL_NO_WIN_SUPPORT /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=4 /IDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions)</AdditionalOptions>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <Link>
 | 
			
		||||
      <AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib;avrt.lib</AdditionalDependencies>
 | 
			
		||||
    </Link>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
      <AdditionalOptions>/D_ATL_NO_WIN_SUPPORT /DIDDCX_VERSION_MAJOR=1 /DIDDCX_VERSION_MINOR=4 /IDDCX_MINIMUM_VERSION_REQUIRED=4 %(AdditionalOptions)</AdditionalOptions>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
    <Link>
 | 
			
		||||
      <AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib;avrt.lib</AdditionalDependencies>
 | 
			
		||||
    </Link>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
 | 
			
		||||
    <ClCompile>
 | 
			
		||||
      <WppEnabled>true</WppEnabled>
 | 
			
		||||
      <WppRecorderEnabled>true</WppRecorderEnabled>
 | 
			
		||||
      <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData>
 | 
			
		||||
    </ClCompile>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <FilesToPackage Include="$(TargetPath)" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
			
		||||
  <ImportGroup Label="ExtensionTargets">
 | 
			
		||||
  </ImportGroup>
 | 
			
		||||
</Project>
 | 
			
		||||
		Reference in New Issue
	
	Block a user