|
43 | 43 | <PropertyGroup Label="Globals"> |
44 | 44 | <VCProjectVersion>17.0</VCProjectVersion> |
45 | 45 | <EnableManagedPackageReferenceSupport>true</EnableManagedPackageReferenceSupport> |
| 46 | + <UseIJWHost>true</UseIJWHost> |
46 | 47 | <ProjectGuid>{11EF8FFF-25DE-4ADB-A951-FA10A421FFE4}</ProjectGuid> |
47 | 48 | <Keyword>NetCoreCProj</Keyword> |
48 | 49 | <RootNamespace>VssApi</RootNamespace> |
49 | 50 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
50 | 51 | <TargetFramework>net8.0</TargetFramework> |
51 | 52 | <WindowsTargetPlatformMinVersion>7.0</WindowsTargetPlatformMinVersion> |
52 | 53 | </PropertyGroup> |
53 | | - <PropertyGroup> |
| 54 | + <!--<PropertyGroup> |
54 | 55 | <ProjectName>Vanara.PInvoke.VssApi</ProjectName> |
55 | 56 | <Description>PInvoke API (methods, structures and constants) imported from Windows Volume Shadow Copy Service (VssApi.dll).</Description> |
56 | 57 | <AssemblyTitle>$(AssemblyName)</AssemblyTitle> |
57 | 58 | <AssemblyName>Vanara.PInvoke.VssApi</AssemblyName> |
58 | 59 | <PackageId>$(AssemblyName)</PackageId> |
59 | 60 | <PackageTags>pinvoke;vanara;net-extensions;interop;VSS;VssApi;volume shadow copy service</PackageTags> |
60 | | - </PropertyGroup> |
| 61 | + </PropertyGroup>--> |
61 | 62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
62 | 63 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
63 | 64 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
64 | 65 | <UseDebugLibraries>true</UseDebugLibraries> |
65 | | - <PlatformToolset>v143</PlatformToolset> |
| 66 | + <PlatformToolset>v145</PlatformToolset> |
66 | 67 | <CLRSupport>NetCore</CLRSupport> |
67 | 68 | <CharacterSet>Unicode</CharacterSet> |
68 | 69 | </PropertyGroup> |
69 | 70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
70 | 71 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
71 | 72 | <UseDebugLibraries>false</UseDebugLibraries> |
72 | | - <PlatformToolset>v143</PlatformToolset> |
| 73 | + <PlatformToolset>v145</PlatformToolset> |
73 | 74 | <CLRSupport>NetCore</CLRSupport> |
74 | 75 | <CharacterSet>Unicode</CharacterSet> |
75 | 76 | </PropertyGroup> |
76 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
77 | 78 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
78 | 79 | <UseDebugLibraries>true</UseDebugLibraries> |
79 | | - <PlatformToolset>v143</PlatformToolset> |
| 80 | + <PlatformToolset>v145</PlatformToolset> |
80 | 81 | <CLRSupport>NetCore</CLRSupport> |
81 | 82 | <CharacterSet>Unicode</CharacterSet> |
82 | 83 | </PropertyGroup> |
83 | 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
84 | 85 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
85 | 86 | <UseDebugLibraries>false</UseDebugLibraries> |
86 | | - <PlatformToolset>v143</PlatformToolset> |
| 87 | + <PlatformToolset>v145</PlatformToolset> |
87 | 88 | <CLRSupport>NetCore</CLRSupport> |
88 | 89 | <CharacterSet>Unicode</CharacterSet> |
89 | 90 | </PropertyGroup> |
|
0 commit comments