Removed preview pane

Simplified the PR by removing the (as yet unused) preview pane.
This commit is contained in:
Carl Woffenden
2019-10-05 11:38:24 +02:00
parent 582d8c8488
commit a88ff8b9ac
5 changed files with 1 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
# Windows Previewers for Basis Universal
Build using Visual Studio from 2012 onwards (building with 2017 onwards needs the [optional MFC and ATL support adding](https://developercommunity.visualstudio.com/comments/11241/view.html) used for the details pane). Enable from an Administrator console using `regsvr32 previewers.dll` (and remove using `regsvr32 /u previewers.dll`).
Build using Visual Studio from 2012 onwards. Enable from an Administrator console using `regsvr32 previewers.dll` (and remove using `regsvr32 /u previewers.dll`).
![Icon and preview pane](preview.png)

Binary file not shown.

View File

@@ -182,9 +182,6 @@
</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="preview.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>

View File

@@ -38,9 +38,4 @@
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="preview.rc">
<Filter>res</Filter>
</ResourceCompile>
</ItemGroup>
</Project>

Binary file not shown.