mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +00:00
[idd] all: update to sdk 10.0.26100 and iddcx 1.10
This commit is contained in:
parent
5b07286c65
commit
db1dda00c8
@ -88,7 +88,7 @@
|
|||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
|
<Platform Condition="'$(Platform)' == ''">Win32</Platform>
|
||||||
<RootNamespace>LGIdd</RootNamespace>
|
<RootNamespace>LGIdd</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
|
<PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset>
|
||||||
@ -159,7 +159,7 @@
|
|||||||
<UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
|
<UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
|
||||||
<IndirectDisplayDriver>true</IndirectDisplayDriver>
|
<IndirectDisplayDriver>true</IndirectDisplayDriver>
|
||||||
<IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
|
<IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
|
||||||
<IDDCX_VERSION_MINOR>9</IDDCX_VERSION_MINOR>
|
<IDDCX_VERSION_MINOR>10</IDDCX_VERSION_MINOR>
|
||||||
<Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
|
<Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
|
||||||
<UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
|
<UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
|
||||||
<UMDF_MINIMUM_VERSION_REQUIRED>25</UMDF_MINIMUM_VERSION_REQUIRED>
|
<UMDF_MINIMUM_VERSION_REQUIRED>25</UMDF_MINIMUM_VERSION_REQUIRED>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
<UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
|
<UMDF_VERSION_MAJOR>2</UMDF_VERSION_MAJOR>
|
||||||
<IndirectDisplayDriver>true</IndirectDisplayDriver>
|
<IndirectDisplayDriver>true</IndirectDisplayDriver>
|
||||||
<IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
|
<IDDCX_VERSION_MAJOR>1</IDDCX_VERSION_MAJOR>
|
||||||
<IDDCX_VERSION_MINOR>9</IDDCX_VERSION_MINOR>
|
<IDDCX_VERSION_MINOR>10</IDDCX_VERSION_MINOR>
|
||||||
<Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
|
<Driver_SpectreMitigation>Spectre</Driver_SpectreMitigation>
|
||||||
<UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
|
<UMDF_VERSION_MINOR>25</UMDF_VERSION_MINOR>
|
||||||
<UMDF_MINIMUM_VERSION_REQUIRED>25</UMDF_MINIMUM_VERSION_REQUIRED>
|
<UMDF_MINIMUM_VERSION_REQUIRED>25</UMDF_MINIMUM_VERSION_REQUIRED>
|
||||||
|
@ -52,9 +52,6 @@
|
|||||||
<ClInclude Include="CIVSHMEM.h">
|
<ClInclude Include="CIVSHMEM.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
<ClInclude Include="CDebug.h">
|
|
||||||
<Filter>Header Files</Filter>
|
|
||||||
</ClInclude>
|
|
||||||
<ClInclude Include="CPlatformInfo.h">
|
<ClInclude Include="CPlatformInfo.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
@ -79,6 +76,10 @@
|
|||||||
<ClInclude Include="CFrameBufferPool.h">
|
<ClInclude Include="CFrameBufferPool.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="$(SolutionDir)/LGCommon/*.h" />
|
||||||
|
<ClInclude Include="CPipeServer.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="Device.cpp">
|
<ClCompile Include="Device.cpp">
|
||||||
@ -99,9 +100,6 @@
|
|||||||
<ClCompile Include="CIVSHMEM.cpp">
|
<ClCompile Include="CIVSHMEM.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="CDebug.cpp">
|
|
||||||
<Filter>Source Files</Filter>
|
|
||||||
</ClCompile>
|
|
||||||
<ClCompile Include="CPlatformInfo.cpp">
|
<ClCompile Include="CPlatformInfo.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
@ -126,5 +124,9 @@
|
|||||||
<ClCompile Include="CFrameBufferPool.cpp">
|
<ClCompile Include="CFrameBufferPool.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="$(SolutionDir)LGCommon/*.cpp" />
|
||||||
|
<ClCompile Include="CPipeServer.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
@ -24,7 +24,7 @@
|
|||||||
<Keyword>Win32Proj</Keyword>
|
<Keyword>Win32Proj</Keyword>
|
||||||
<ProjectGuid>{0045d7ad-3f26-4b87-81cb-78d18839596d}</ProjectGuid>
|
<ProjectGuid>{0045d7ad-3f26-4b87-81cb-78d18839596d}</ProjectGuid>
|
||||||
<RootNamespace>LGIddHelper</RootNamespace>
|
<RootNamespace>LGIddHelper</RootNamespace>
|
||||||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
|
@ -19,9 +19,15 @@
|
|||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="$(SolutionDir)LGCommon\*.cpp" />
|
<ClCompile Include="$(SolutionDir)LGCommon\*.cpp" />
|
||||||
|
<ClCompile Include="CPipeClient.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<CLInclude Include="$(SolutionDir)LGCommon\*.h" />
|
<CLInclude Include="$(SolutionDir)LGCommon\*.h" />
|
||||||
|
<ClInclude Include="CPipeClient.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user