diff options
| author | 5an7y-Microsoft <[email protected]> | 2026-08-27 14:05:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-08-27 14:05:08 -0700 |
| commit | f17f4ea91d6c3eafd26d950d40f1df462e0e0844 (patch) | |
| tree | 816bdc32ba394c0efbba16f0882ad3781238eb49 | |
| parent | 11d2025758653d530be96d3dc0817a3757d00e0f (diff) | |
Remove DriverTargetPlatform from MediaSource.vcxprojuser/jvalesmena/media-source-fix
Removed DriverTargetPlatform setting from project file.
| -rw-r--r-- | general/SimpleMediaSource/MediaSource/MediaSource.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj index dee4adb3..57b4d840 100644 --- a/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj +++ b/general/SimpleMediaSource/MediaSource/MediaSource.vcxproj @@ -36,7 +36,6 @@ <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>WindowsApplicationForDrivers10.0</PlatformToolset> <CharacterSet>Unicode</CharacterSet> - <DriverTargetPlatform>Universal</DriverTargetPlatform> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> @@ -197,4 +196,4 @@ </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets" /> -</Project>
\ No newline at end of file +</Project> |
