|
25 | 25 | <Configuration>Debug (2.7)</Configuration>
|
26 | 26 | <Platform>x64</Platform>
|
27 | 27 | </ProjectConfiguration>
|
28 |
| - <ProjectConfiguration Include="Debug (3.1)|x64"> |
29 |
| - <Configuration>Debug (3.1)</Configuration> |
30 |
| - <Platform>x64</Platform> |
31 |
| - </ProjectConfiguration> |
32 | 28 | <ProjectConfiguration Include="Debug (3.2)|x64">
|
33 | 29 | <Configuration>Debug (3.2)</Configuration>
|
34 | 30 | <Platform>x64</Platform>
|
|
57 | 53 | <Configuration>Release (2.7)</Configuration>
|
58 | 54 | <Platform>x64</Platform>
|
59 | 55 | </ProjectConfiguration>
|
60 |
| - <ProjectConfiguration Include="Release (3.1)|x64"> |
61 |
| - <Configuration>Release (3.1)</Configuration> |
62 |
| - <Platform>x64</Platform> |
63 |
| - </ProjectConfiguration> |
64 | 56 | <ProjectConfiguration Include="Release (3.2)|x64">
|
65 | 57 | <Configuration>Release (3.2)</Configuration>
|
66 | 58 | <Platform>x64</Platform>
|
|
104 | 96 | <CharacterSet>Unicode</CharacterSet>
|
105 | 97 | <PlatformToolset>v143</PlatformToolset>
|
106 | 98 | </PropertyGroup>
|
107 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.1)|x64'" Label="Configuration"> |
108 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
109 |
| - <UseDebugLibraries>true</UseDebugLibraries> |
110 |
| - <CharacterSet>Unicode</CharacterSet> |
111 |
| - <PlatformToolset>v143</PlatformToolset> |
112 |
| - </PropertyGroup> |
113 | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.2)|x64'" Label="Configuration">
|
114 | 100 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
115 | 101 | <UseDebugLibraries>true</UseDebugLibraries>
|
|
152 | 138 | <CharacterSet>Unicode</CharacterSet>
|
153 | 139 | <PlatformToolset>v143</PlatformToolset>
|
154 | 140 | </PropertyGroup>
|
155 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.1)|x64'" Label="Configuration"> |
156 |
| - <ConfigurationType>DynamicLibrary</ConfigurationType> |
157 |
| - <UseDebugLibraries>false</UseDebugLibraries> |
158 |
| - <CharacterSet>Unicode</CharacterSet> |
159 |
| - <PlatformToolset>v143</PlatformToolset> |
160 |
| - </PropertyGroup> |
161 | 141 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.2)|x64'" Label="Configuration">
|
162 | 142 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
163 | 143 | <UseDebugLibraries>false</UseDebugLibraries>
|
|
205 | 185 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
206 | 186 | <LocalDebuggerCommandArguments>-RubyStartup "$(SolutionDir)Ruby\launch_sketchup.rb" -RubyStartupArg "$(Configuration):$(PlatformTarget)"</LocalDebuggerCommandArguments>
|
207 | 187 | </PropertyGroup>
|
208 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.1)|x64'"> |
209 |
| - <LocalDebuggerCommand>$(ProgramW6432)\SketchUp\SketchUp 2017\SketchUp.exe</LocalDebuggerCommand> |
210 |
| - <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
211 |
| - <LocalDebuggerCommandArguments>-RubyStartup "$(SolutionDir)Ruby\launch_sketchup.rb" -RubyStartupArg "$(Configuration):$(PlatformTarget)"</LocalDebuggerCommandArguments> |
212 |
| - </PropertyGroup> |
213 | 188 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.2)|x64'">
|
214 | 189 | <LocalDebuggerCommand>$(ProgramW6432)\SketchUp\SketchUp 2017\SketchUp.exe</LocalDebuggerCommand>
|
215 | 190 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
240 | 215 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
241 | 216 | <LocalDebuggerCommandArguments>-RubyStartup "$(SolutionDir)Ruby\launch_sketchup.rb" -RubyStartupArg "$(Configuration):$(PlatformTarget)"</LocalDebuggerCommandArguments>
|
242 | 217 | </PropertyGroup>
|
243 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.1)|x64'"> |
244 |
| - <LocalDebuggerCommand>$(ProgramW6432)\SketchUp\SketchUp 2017\SketchUp.exe</LocalDebuggerCommand> |
245 |
| - <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
246 |
| - <LocalDebuggerCommandArguments>-RubyStartup "$(SolutionDir)Ruby\launch_sketchup.rb" -RubyStartupArg "$(Configuration):$(PlatformTarget)"</LocalDebuggerCommandArguments> |
247 |
| - </PropertyGroup> |
248 | 218 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.2)|x64'">
|
249 | 219 | <LocalDebuggerCommand>$(ProgramW6432)\SketchUp\SketchUp 2017\SketchUp.exe</LocalDebuggerCommand>
|
250 | 220 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
278 | 248 | <Import Project="..\RubyExtension.props" />
|
279 | 249 | <Import Project="..\Ruby 2.7 (x64).props" />
|
280 | 250 | </ImportGroup>
|
281 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.1)|x64'" Label="PropertySheets"> |
282 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
283 |
| - <Import Project="..\RubyExtension.props" /> |
284 |
| - <Import Project="..\Ruby 3.1 (x64).props" /> |
285 |
| - </ImportGroup> |
286 | 251 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.2)|x64'" Label="PropertySheets">
|
287 | 252 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
288 | 253 | <Import Project="..\RubyExtension.props" />
|
|
318 | 283 | <Import Project="..\RubyExtension.props" />
|
319 | 284 | <Import Project="..\Ruby 2.7 (x64).props" />
|
320 | 285 | </ImportGroup>
|
321 |
| - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.1)|x64'" Label="PropertySheets"> |
322 |
| - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
323 |
| - <Import Project="..\RubyExtension.props" /> |
324 |
| - <Import Project="..\Ruby 3.1 (x64).props" /> |
325 |
| - </ImportGroup> |
326 | 286 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.2)|x64'" Label="PropertySheets">
|
327 | 287 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
328 | 288 | <Import Project="..\RubyExtension.props" />
|
|
357 | 317 | <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
|
358 | 318 | <IntDir>$(Configuration)\$(Platform)\</IntDir>
|
359 | 319 | </PropertyGroup>
|
360 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.1)|x64'"> |
361 |
| - <LinkIncremental>true</LinkIncremental> |
362 |
| - <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> |
363 |
| - <IntDir>$(Configuration)\$(Platform)\</IntDir> |
364 |
| - </PropertyGroup> |
365 | 320 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.2)|x64'">
|
366 | 321 | <LinkIncremental>true</LinkIncremental>
|
367 | 322 | <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
|
|
393 | 348 | <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
|
394 | 349 | <IntDir>$(Configuration)\$(Platform)\</IntDir>
|
395 | 350 | </PropertyGroup>
|
396 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.1)|x64'"> |
397 |
| - <LinkIncremental>false</LinkIncremental> |
398 |
| - <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir> |
399 |
| - <IntDir>$(Configuration)\$(Platform)\</IntDir> |
400 |
| - </PropertyGroup> |
401 | 351 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.2)|x64'">
|
402 | 352 | <LinkIncremental>false</LinkIncremental>
|
403 | 353 | <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
|
|
501 | 451 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
502 | 452 | </ResourceCompile>
|
503 | 453 | </ItemDefinitionGroup>
|
504 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.1)|x64'"> |
505 |
| - <ClCompile> |
506 |
| - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
507 |
| - <Optimization>Disabled</Optimization> |
508 |
| - <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
509 |
| - </ClCompile> |
510 |
| - <Link> |
511 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
512 |
| - </Link> |
513 |
| - <Midl> |
514 |
| - <MkTypLibCompatible>false</MkTypLibCompatible> |
515 |
| - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
516 |
| - </Midl> |
517 |
| - <ResourceCompile> |
518 |
| - <Culture>0x0409</Culture> |
519 |
| - <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
520 |
| - <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
521 |
| - </ResourceCompile> |
522 |
| - </ItemDefinitionGroup> |
523 | 454 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug (3.2)|x64'">
|
524 | 455 | <ClCompile>
|
525 | 456 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
683 | 614 | <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
684 | 615 | </ResourceCompile>
|
685 | 616 | </ItemDefinitionGroup>
|
686 |
| - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.1)|x64'"> |
687 |
| - <ClCompile> |
688 |
| - <PrecompiledHeader>NotUsing</PrecompiledHeader> |
689 |
| - <Optimization>MaxSpeed</Optimization> |
690 |
| - <FunctionLevelLinking>true</FunctionLevelLinking> |
691 |
| - <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
692 |
| - <IntrinsicFunctions>true</IntrinsicFunctions> |
693 |
| - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
694 |
| - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
695 |
| - </ClCompile> |
696 |
| - <Link> |
697 |
| - <GenerateDebugInformation>true</GenerateDebugInformation> |
698 |
| - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
699 |
| - <OptimizeReferences>true</OptimizeReferences> |
700 |
| - </Link> |
701 |
| - <Midl> |
702 |
| - <MkTypLibCompatible>false</MkTypLibCompatible> |
703 |
| - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
704 |
| - </Midl> |
705 |
| - <ResourceCompile> |
706 |
| - <Culture>0x0409</Culture> |
707 |
| - <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
708 |
| - <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
709 |
| - </ResourceCompile> |
710 |
| - </ItemDefinitionGroup> |
711 | 617 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release (3.2)|x64'">
|
712 | 618 | <ClCompile>
|
713 | 619 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
0 commit comments