mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-09-13 22:18:16 +00:00
Removed preview pane
Simplified the PR by removing the (as yet unused) preview pane.
This commit is contained in:
@@ -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`).
|
||||
|
||||

|
||||
|
||||
|
||||
Binary file not shown.
@@ -182,9 +182,6 @@
|
||||
</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="preview.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
||||
@@ -38,9 +38,4 @@
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="preview.rc">
|
||||
<Filter>res</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Binary file not shown.
Reference in New Issue
Block a user