Skip to content

Commit 9805867

Browse files
committed
Merge branch 'irp81'
2 parents 6e2a49c + 2b8c82b commit 9805867

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

irpmndrv/irpmndrv.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,31 +121,37 @@
121121
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
122122
<TimeStampServer>http://time.certum.pl</TimeStampServer>
123123
<DiagnosticMode>true</DiagnosticMode>
124+
<EnableInf2cat>false</EnableInf2cat>
124125
</PropertyGroup>
125126
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126127
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
127128
<TimeStampServer>http://time.certum.pl</TimeStampServer>
128129
<DiagnosticMode>true</DiagnosticMode>
130+
<EnableInf2cat>false</EnableInf2cat>
129131
</PropertyGroup>
130132
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP|Win32'">
131133
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
132134
<TimeStampServer>http://time.certum.pl</TimeStampServer>
133135
<DiagnosticMode>true</DiagnosticMode>
136+
<EnableInf2cat>false</EnableInf2cat>
134137
</PropertyGroup>
135138
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
136139
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
137140
<TimeStampServer>http://time.certum.pl</TimeStampServer>
138141
<DiagnosticMode>true</DiagnosticMode>
142+
<EnableInf2cat>false</EnableInf2cat>
139143
</PropertyGroup>
140144
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
141145
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
142146
<TimeStampServer>http://time.certum.pl</TimeStampServer>
143147
<DiagnosticMode>true</DiagnosticMode>
148+
<EnableInf2cat>false</EnableInf2cat>
144149
</PropertyGroup>
145150
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP|x64'">
146151
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
147152
<TimeStampServer>http://time.certum.pl</TimeStampServer>
148153
<DiagnosticMode>true</DiagnosticMode>
154+
<EnableInf2cat>false</EnableInf2cat>
149155
</PropertyGroup>
150156
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
151157
<DriverSign>

kbase/kbase.vcxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,26 +120,32 @@
120120
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
121121
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
122122
<TargetExt>.dll</TargetExt>
123+
<EnableInf2cat>false</EnableInf2cat>
123124
</PropertyGroup>
124125
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
125126
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
126127
<TargetExt>.dll</TargetExt>
128+
<EnableInf2cat>false</EnableInf2cat>
127129
</PropertyGroup>
128130
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP|Win32'">
129131
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
130132
<TargetExt>.dll</TargetExt>
133+
<EnableInf2cat>false</EnableInf2cat>
131134
</PropertyGroup>
132135
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
133136
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
134137
<TargetExt>.dll</TargetExt>
138+
<EnableInf2cat>false</EnableInf2cat>
135139
</PropertyGroup>
136140
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
137141
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
138142
<TargetExt>.dll</TargetExt>
143+
<EnableInf2cat>false</EnableInf2cat>
139144
</PropertyGroup>
140145
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP|x64'">
141146
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
142147
<TargetExt>.dll</TargetExt>
148+
<EnableInf2cat>false</EnableInf2cat>
143149
</PropertyGroup>
144150
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
145151
<ClCompile>

libregman/libregman.vcxproj

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,24 @@
137137
<Import Project="..\Kernel.props" />
138138
</ImportGroup>
139139
<PropertyGroup Label="UserMacros" />
140-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
141-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
142-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP|Win32'" />
143-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
144-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
140+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
141+
<EnableInf2cat>false</EnableInf2cat>
142+
</PropertyGroup>
143+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144+
<EnableInf2cat>false</EnableInf2cat>
145+
</PropertyGroup>
146+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP|Win32'">
147+
<EnableInf2cat>false</EnableInf2cat>
148+
</PropertyGroup>
149+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
150+
<EnableInf2cat>false</EnableInf2cat>
151+
</PropertyGroup>
152+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153+
<EnableInf2cat>false</EnableInf2cat>
154+
</PropertyGroup>
155+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='XP|x64'">
156+
<EnableInf2cat>false</EnableInf2cat>
157+
</PropertyGroup>
145158
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
146159
<ClCompile>
147160
<SupportJustMyCode>false</SupportJustMyCode>

0 commit comments

Comments
 (0)