diff options
| author | Gerrit Swaneveld <[email protected]> | 2026-06-10 11:48:06 -0700 |
|---|---|---|
| committer | Gerrit Swaneveld <[email protected]> | 2026-06-10 11:48:06 -0700 |
| commit | c877bfd2add28f8691758d72c97c43c8fc8062dd (patch) | |
| tree | 9657742328bb4aa320b2aa610c6f51f66a27a455 /general | |
| parent | 7bb4625b2183f45587c7748e7a8b8fd5e65338fd (diff) | |
Reset to correct toolsetGerritsMSFTSimpleMediaPlayerCompilerUpdate
Use WindowsApplicationForDrivers and WindowsUserModeDriver to access WDF
Diffstat (limited to 'general')
| -rw-r--r-- | general/SimpleMediaSource/MediaSource/MediaSource.vcxproj | 2 | ||||
| -rw-r--r-- | general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj index 02e1a0d7..dee4adb3 100644 --- a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj +++ b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj @@ -28,7 +28,7 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v145</PlatformToolset> + <PlatformToolset>WindowsApplicationForDrivers10.0</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> diff --git a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj index 422ac09a..7eaf2747 100644 --- a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj +++ b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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|x64"> @@ -61,7 +61,7 @@ <RootNamespace>SimpleMediaSourceDriver</RootNamespace> </PropertyGroup> <PropertyGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <PlatformToolset>v145</PlatformToolset> + <PlatformToolset>WindowsUserModeDriver10.0</PlatformToolset> <ConfigurationType>DynamicLibrary</ConfigurationType> <DriverTargetPlatform>Universal</DriverTargetPlatform> </PropertyGroup> @@ -127,6 +127,7 @@ <WppEnabled>true</WppEnabled> <WppRecorderEnabled>true</WppRecorderEnabled> <WppScanConfigurationData Condition="'%(ClCompile.ScanConfigurationData)' == ''">trace.h</WppScanConfigurationData> + <LanguageStandard>stdcpp20</LanguageStandard> </ClCompile> <Link> <AdditionalDependencies>%(AdditionalDependencies);OneCoreUAP.lib</AdditionalDependencies> |
