252252 <IncludePath >$(BoostBase);$(PythonBase)\Include;$(ProjectDir)..\..\NppPlugin\include;$(PythonBase)\PC;$(IncludePath)</IncludePath >
253253 <LibraryPath >$(BoostPythonLibPath);$(PythonLibPathARM64);$(ProjectDir)..\..\NppPlugin\binarm64\release;$(LibraryPath)</LibraryPath >
254254 </PropertyGroup >
255+ <PropertyGroup Label =" Vcpkg" >
256+ <VcpkgEnableManifest >true</VcpkgEnableManifest >
257+ </PropertyGroup >
258+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
259+ <VcpkgUseStatic >true</VcpkgUseStatic >
260+ </PropertyGroup >
261+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >
262+ <VcpkgUseStatic >true</VcpkgUseStatic >
263+ </PropertyGroup >
264+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='DebugStartup|ARM64'" >
265+ <VcpkgUseStatic >true</VcpkgUseStatic >
266+ </PropertyGroup >
267+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='PythonDebug|ARM64'" >
268+ <VcpkgUseStatic >true</VcpkgUseStatic >
269+ </PropertyGroup >
270+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >
271+ <VcpkgUseStatic >true</VcpkgUseStatic >
272+ </PropertyGroup >
273+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
274+ <VcpkgUseStatic >true</VcpkgUseStatic >
275+ </PropertyGroup >
276+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='DebugStartup|Win32'" >
277+ <VcpkgUseStatic >true</VcpkgUseStatic >
278+ </PropertyGroup >
279+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='PythonDebug|Win32'" >
280+ <VcpkgUseStatic >true</VcpkgUseStatic >
281+ </PropertyGroup >
282+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
283+ <VcpkgUseStatic >true</VcpkgUseStatic >
284+ </PropertyGroup >
285+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
286+ <VcpkgUseStatic >true</VcpkgUseStatic >
287+ </PropertyGroup >
288+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='DebugStartup|x64'" >
289+ <VcpkgUseStatic >true</VcpkgUseStatic >
290+ </PropertyGroup >
291+ <PropertyGroup Label =" Vcpkg" Condition =" '$(Configuration)|$(Platform)'=='PythonDebug|x64'" >
292+ <VcpkgUseStatic >true</VcpkgUseStatic >
293+ </PropertyGroup >
255294 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
256295 <ClCompile >
257296 <PrecompiledHeader >NotUsing</PrecompiledHeader >
@@ -722,15 +761,4 @@ xcopy $(ProjectDir)..\python_tests\*.* "e:\notepadtest\unicode\plugins\config\py
722761 <ResourceCompile Include =" ..\res\PythonScriptVersion.rc" />
723762 </ItemGroup >
724763 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
725- <ImportGroup Label =" ExtensionTargets" >
726- <Import Project =" ..\..\packages\boost.1.87.0\build\boost.targets" Condition =" Exists('..\..\packages\boost.1.87.0\build\boost.targets')" />
727- <Import Project =" ..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets" Condition =" Exists('..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets')" />
728- </ImportGroup >
729- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
730- <PropertyGroup >
731- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
732- </PropertyGroup >
733- <Error Condition =" !Exists('..\..\packages\boost.1.87.0\build\boost.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\boost.1.87.0\build\boost.targets'))" />
734- <Error Condition =" !Exists('..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\boost_python312-vc143.1.87.0\build\boost_python312-vc143.targets'))" />
735- </Target >
736764</Project >
0 commit comments