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/SimpleMediaSource/MediaSource | |
| parent | 7bb4625b2183f45587c7748e7a8b8fd5e65338fd (diff) | |
Reset to correct toolsetGerritsMSFTSimpleMediaPlayerCompilerUpdate
Use WindowsApplicationForDrivers and WindowsUserModeDriver to access WDF
Diffstat (limited to 'general/SimpleMediaSource/MediaSource')
| -rw-r--r-- | general/SimpleMediaSource/MediaSource/MediaSource.vcxproj | 2 |
1 files changed, 1 insertions, 1 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"> |
