Skip to content

Commit

Permalink
Remap V7 SDK property pages to V8
Browse files Browse the repository at this point in the history
  • Loading branch information
dalefugier committed Jan 30, 2025
1 parent bb30df1 commit d6fb4d7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cpp/SampleAutomationClient/RhinoApplication.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard

#import "C:\\Program Files\\Rhino 7\\System\\Rhino.tlb" no_namespace
#import "C:\\Program Files\\Rhino 8\\System\\Rhino.tlb" no_namespace
// CRhinoApplication wrapper class

class CRhinoApplication : public COleDispatchDriver
Expand Down
2 changes: 1 addition & 1 deletion cpp/SampleAutomationClient/RhinoInterface.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Machine generated IDispatch wrapper class(es) created with Add Class from Typelib Wizard

#import "C:\\Program Files\\Rhino 7\\System\\Rhino.tlb" no_namespace
#import "C:\\Program Files\\Rhino 8\\System\\Rhino.tlb" no_namespace
// CRhinoInterface wrapper class

class CRhinoInterface : public COleDispatchDriver
Expand Down
2 changes: 1 addition & 1 deletion cpp/SampleAutomationClient/targetver.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
// Including SDKDDKVer.h defines the highest available Windows platform.
// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and
// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h.
#include "C:\Program Files\Rhino 7 SDK\Inc\rhinoSdkWindowsVersion.h"
#include "C:\Program Files\Rhino 8 SDK\Inc\rhinoSdkWindowsVersion.h"

#include <SDKDDKVer.h>
2 changes: 1 addition & 1 deletion cpp/SampleRdkMarmalade/MarmaladePlugIn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#pragma warning( pop )

// rhinoSdkPlugInDeclare.h defines the RHINO_PLUG_IN_DECLARE macro
#include "C:/Program Files/Rhino 7 SDK/Inc/rhinoSdkPlugInDeclare.h"
#include "C:/Program Files/Rhino 8 SDK/Inc/rhinoSdkPlugInDeclare.h"
RHINO_PLUG_IN_DECLARE

RHINO_PLUG_IN_DEVELOPER_ORGANIZATION(L"Robert McNeel & Associates");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
</PropertyGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="C:\Program Files\Rhino 7 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
<Import Project="C:\Program Files\Rhino 8 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="C:\Program Files\Rhino 7 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
<Import Project="C:\Program Files\Rhino 8 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
</ImportGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
</PropertyGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="C:\Program Files\Rhino 7 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
<Import Project="C:\Program Files\Rhino 8 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="C:\Program Files\Rhino 7 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
<Import Project="C:\Program Files\Rhino 8 SDK\PropertySheets\Rhino.Cpp.PlugInComponent.props" />
</ImportGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
Expand Down

0 comments on commit d6fb4d7

Please sign in to comment.