|
42 | 42 | <Configuration>Debug</Configuration>
|
43 | 43 | <Platform Condition="'$(Platform)' == ''">Win32</Platform>
|
44 | 44 | <RootNamespace>Ext4Fsd</RootNamespace>
|
45 |
| - <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion> |
| 45 | + <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> |
46 | 46 | </PropertyGroup>
|
47 | 47 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
49 | 49 | <TargetVersion>Windows10</TargetVersion>
|
50 | 50 | <UseDebugLibraries>true</UseDebugLibraries>
|
51 | 51 | <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
52 |
| - <ConfigurationType>Driver</ConfigurationType> |
53 | 52 | <DriverType>WDM</DriverType>
|
54 | 53 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
55 | 54 | <Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
| 55 | + <ConfigurationType>Driver</ConfigurationType> |
| 56 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
56 | 57 | </PropertyGroup>
|
57 | 58 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
58 | 59 | <TargetVersion>Windows10</TargetVersion>
|
59 | 60 | <UseDebugLibraries>false</UseDebugLibraries>
|
60 | 61 | <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
61 |
| - <ConfigurationType>Driver</ConfigurationType> |
62 | 62 | <DriverType>WDM</DriverType>
|
63 | 63 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
64 | 64 | <Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
| 65 | + <ConfigurationType>Driver</ConfigurationType> |
| 66 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
65 | 67 | </PropertyGroup>
|
66 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
67 | 69 | <TargetVersion>Windows10</TargetVersion>
|
|
71 | 73 | <DriverType>WDM</DriverType>
|
72 | 74 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
73 | 75 | <Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
| 76 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
74 | 77 | </PropertyGroup>
|
75 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
76 | 79 | <TargetVersion>Windows10</TargetVersion>
|
|
80 | 83 | <DriverType>WDM</DriverType>
|
81 | 84 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
82 | 85 | <Driver_SpectreMitigation>false</Driver_SpectreMitigation>
|
| 86 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
83 | 87 | </PropertyGroup>
|
84 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
85 | 89 | <TargetVersion>Windows10</TargetVersion>
|
|
88 | 92 | <ConfigurationType>Driver</ConfigurationType>
|
89 | 93 | <DriverType>WDM</DriverType>
|
90 | 94 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
| 95 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
91 | 96 | </PropertyGroup>
|
92 | 97 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
93 | 98 | <TargetVersion>Windows10</TargetVersion>
|
|
96 | 101 | <ConfigurationType>Driver</ConfigurationType>
|
97 | 102 | <DriverType>WDM</DriverType>
|
98 | 103 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
| 104 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
99 | 105 | </PropertyGroup>
|
100 | 106 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
101 | 107 | <TargetVersion>Windows10</TargetVersion>
|
|
104 | 110 | <ConfigurationType>Driver</ConfigurationType>
|
105 | 111 | <DriverType>WDM</DriverType>
|
106 | 112 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
| 113 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
107 | 114 | </PropertyGroup>
|
108 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
|
109 | 116 | <TargetVersion>Windows10</TargetVersion>
|
|
112 | 119 | <ConfigurationType>Driver</ConfigurationType>
|
113 | 120 | <DriverType>WDM</DriverType>
|
114 | 121 | <ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
| 122 | + <DriverTargetPlatform>Windows Driver</DriverTargetPlatform> |
115 | 123 | </PropertyGroup>
|
116 | 124 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
117 | 125 | <ImportGroup Label="ExtensionSettings">
|
118 | 126 | </ImportGroup>
|
119 | 127 | <ImportGroup Label="PropertySheets">
|
120 | 128 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
121 | 129 | </ImportGroup>
|
| 130 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 131 | + <Import Project="PropertySheet.props" /> |
| 132 | + </ImportGroup> |
| 133 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
| 134 | + <Import Project="PropertySheet.props" /> |
| 135 | + </ImportGroup> |
| 136 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 137 | + <Import Project="PropertySheet.props" /> |
| 138 | + </ImportGroup> |
| 139 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
| 140 | + <Import Project="PropertySheet.props" /> |
| 141 | + </ImportGroup> |
| 142 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 143 | + <Import Project="PropertySheet.props" /> |
| 144 | + </ImportGroup> |
| 145 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
| 146 | + <Import Project="PropertySheet.props" /> |
| 147 | + </ImportGroup> |
| 148 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
| 149 | + <Import Project="PropertySheet.props" /> |
| 150 | + </ImportGroup> |
| 151 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 152 | + <Import Project="PropertySheet.props" /> |
| 153 | + </ImportGroup> |
122 | 154 | <PropertyGroup Label="UserMacros" />
|
123 | 155 | <PropertyGroup />
|
124 | 156 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
359 | 391 | <ItemGroup>
|
360 | 392 | <ResourceCompile Include="Ext4Fsd.rc" />
|
361 | 393 | </ItemGroup>
|
362 |
| - <ItemGroup> |
363 |
| - <Inf Include="Ext2Fsd.inf" /> |
364 |
| - </ItemGroup> |
365 | 394 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
366 | 395 | <ImportGroup Label="ExtensionTargets">
|
367 | 396 | </ImportGroup>
|
|
0 commit comments