Skip to content

Commit

Permalink
Remove a leftover reference to a deleted INF file
Browse files Browse the repository at this point in the history
  • Loading branch information
tandasat committed Jun 26, 2015
1 parent d325442 commit 471b5c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,6 @@
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|Win32'">true</ExcludedFromBuild>
</MASM>
</ItemGroup>
<ItemGroup>
<Inf Include="RemoteWriteMonitor.inf">
<FileType>Document</FileType>
</Inf>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
<Filter Include="Source Files\Arch\AMD64">
<UniqueIdentifier>{e6866ce5-f1d2-47bd-b2b5-763276207d0c}</UniqueIdentifier>
</Filter>
<Filter Include="Driver Files">
<UniqueIdentifier>{e4d054ab-4a31-4414-906e-2d5d2fda8606}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="check.cpp">
Expand Down Expand Up @@ -80,9 +77,4 @@
<Filter>Source Files\Arch\AMD64</Filter>
</MASM>
</ItemGroup>
<ItemGroup>
<Inf Include="RemoteWriteMonitor.inf">
<Filter>Driver Files</Filter>
</Inf>
</ItemGroup>
</Project>

0 comments on commit 471b5c5

Please sign in to comment.