|
22 | 22 | <ProjectGuid>{1C4D4501-EB39-45C8-BED0-609A978E823F}</ProjectGuid> |
23 | 23 | <RootNamespace>SketchUpNET</RootNamespace> |
24 | 24 | <ProjectName>SketchUpNET</ProjectName> |
25 | | - <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> |
| 25 | + <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion> |
26 | 26 | </PropertyGroup> |
27 | 27 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
28 | 28 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
35 | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
36 | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
37 | 37 | <UseDebugLibraries>true</UseDebugLibraries> |
38 | | - <PlatformToolset>v140</PlatformToolset> |
| 38 | + <PlatformToolset>v142</PlatformToolset> |
39 | 39 | <CharacterSet>Unicode</CharacterSet> |
40 | 40 | <CLRSupport>true</CLRSupport> |
41 | 41 | </PropertyGroup> |
|
49 | 49 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
50 | 50 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
51 | 51 | <UseDebugLibraries>false</UseDebugLibraries> |
52 | | - <PlatformToolset>v141</PlatformToolset> |
| 52 | + <PlatformToolset>v142</PlatformToolset> |
53 | 53 | <WholeProgramOptimization>true</WholeProgramOptimization> |
54 | 54 | <CharacterSet>Unicode</CharacterSet> |
55 | 55 | <CLRSupport>Safe</CLRSupport> |
|
100 | 100 | <Link> |
101 | 101 | <GenerateDebugInformation>true</GenerateDebugInformation> |
102 | 102 | <AdditionalLibraryDirectories>..\API;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
103 | | - <AdditionalDependencies>slapi.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 103 | + <AdditionalDependencies>SketchUpAPI.lib;%(AdditionalDependencies)</AdditionalDependencies> |
104 | 104 | </Link> |
105 | 105 | <ProjectReference> |
106 | 106 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> |
|
0 commit comments