17db96d56Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?> 27db96d56Sopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 37db96d56Sopenharmony_ci <ItemGroup Label="ProjectConfigurations"> 47db96d56Sopenharmony_ci <ProjectConfiguration Include="Debug|Win32"> 57db96d56Sopenharmony_ci <Configuration>Debug</Configuration> 67db96d56Sopenharmony_ci <Platform>Win32</Platform> 77db96d56Sopenharmony_ci </ProjectConfiguration> 87db96d56Sopenharmony_ci <ProjectConfiguration Include="Release|Win32"> 97db96d56Sopenharmony_ci <Configuration>Release</Configuration> 107db96d56Sopenharmony_ci <Platform>Win32</Platform> 117db96d56Sopenharmony_ci </ProjectConfiguration> 127db96d56Sopenharmony_ci <ProjectConfiguration Include="PGInstrument|Win32"> 137db96d56Sopenharmony_ci <Configuration>PGInstrument</Configuration> 147db96d56Sopenharmony_ci <Platform>Win32</Platform> 157db96d56Sopenharmony_ci </ProjectConfiguration> 167db96d56Sopenharmony_ci <ProjectConfiguration Include="PGInstrument|x64"> 177db96d56Sopenharmony_ci <Configuration>PGInstrument</Configuration> 187db96d56Sopenharmony_ci <Platform>x64</Platform> 197db96d56Sopenharmony_ci </ProjectConfiguration> 207db96d56Sopenharmony_ci <ProjectConfiguration Include="PGUpdate|Win32"> 217db96d56Sopenharmony_ci <Configuration>PGUpdate</Configuration> 227db96d56Sopenharmony_ci <Platform>Win32</Platform> 237db96d56Sopenharmony_ci </ProjectConfiguration> 247db96d56Sopenharmony_ci <ProjectConfiguration Include="PGUpdate|x64"> 257db96d56Sopenharmony_ci <Configuration>PGUpdate</Configuration> 267db96d56Sopenharmony_ci <Platform>x64</Platform> 277db96d56Sopenharmony_ci </ProjectConfiguration> 287db96d56Sopenharmony_ci <ProjectConfiguration Include="Debug|x64"> 297db96d56Sopenharmony_ci <Configuration>Debug</Configuration> 307db96d56Sopenharmony_ci <Platform>x64</Platform> 317db96d56Sopenharmony_ci </ProjectConfiguration> 327db96d56Sopenharmony_ci <ProjectConfiguration Include="Release|x64"> 337db96d56Sopenharmony_ci <Configuration>Release</Configuration> 347db96d56Sopenharmony_ci <Platform>x64</Platform> 357db96d56Sopenharmony_ci </ProjectConfiguration> 367db96d56Sopenharmony_ci <ProjectConfiguration Include="Release|ARM64"> 377db96d56Sopenharmony_ci <Configuration>Release</Configuration> 387db96d56Sopenharmony_ci <Platform>ARM64</Platform> 397db96d56Sopenharmony_ci </ProjectConfiguration> 407db96d56Sopenharmony_ci </ItemGroup> 417db96d56Sopenharmony_ci <PropertyGroup Label="Globals"> 427db96d56Sopenharmony_ci <ProjectGuid>{7E85ECCF-A72C-4DA4-9E52-884508E80BA1}</ProjectGuid> 437db96d56Sopenharmony_ci <RootNamespace>tk</RootNamespace> 447db96d56Sopenharmony_ci </PropertyGroup> 457db96d56Sopenharmony_ci 467db96d56Sopenharmony_ci <Import Project="python.props" /> 477db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 487db96d56Sopenharmony_ci <Import Project="tcltk.props" /> 497db96d56Sopenharmony_ci 507db96d56Sopenharmony_ci <PropertyGroup Label="Configuration"> 517db96d56Sopenharmony_ci <ConfigurationType>Makefile</ConfigurationType> 527db96d56Sopenharmony_ci <OutDir>$(tcltkDir)</OutDir> 537db96d56Sopenharmony_ci <TargetPath>$(OutDir)bin\$(tkDLLName)</TargetPath> 547db96d56Sopenharmony_ci </PropertyGroup> 557db96d56Sopenharmony_ci 567db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 577db96d56Sopenharmony_ci 587db96d56Sopenharmony_ci <PropertyGroup> 597db96d56Sopenharmony_ci <TkOpts>msvcrt</TkOpts> 607db96d56Sopenharmony_ci <TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts> 617db96d56Sopenharmony_ci <TkDirs>BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs> 627db96d56Sopenharmony_ci <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> 637db96d56Sopenharmony_ci <WarningsFlags>WARNINGS="-W3 -wd4244 -wd4267 -wd4311 -wd4312 -wd4334"</WarningsFlags> 647db96d56Sopenharmony_ci <NMakeBuildCommandLine>setlocal 657db96d56Sopenharmony_ciset VCINSTALLDIR=$(VCInstallDir) 667db96d56Sopenharmony_cicd /D "$(tkDir)win" 677db96d56Sopenharmony_cinmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" all 687db96d56Sopenharmony_cinmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" install-binaries install-libraries 697db96d56Sopenharmony_cicopy /Y ..\license.terms "$(OutDir)\tklicense.terms" 707db96d56Sopenharmony_ci</NMakeBuildCommandLine> 717db96d56Sopenharmony_ci </PropertyGroup> 727db96d56Sopenharmony_ci <ItemGroup> 737db96d56Sopenharmony_ci <ProjectReference Include="tcl.vcxproj"> 747db96d56Sopenharmony_ci <Project>{b5fd6f1d-129e-4bff-9340-03606fac7283}</Project> 757db96d56Sopenharmony_ci <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 767db96d56Sopenharmony_ci </ProjectReference> 777db96d56Sopenharmony_ci </ItemGroup> 787db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 797db96d56Sopenharmony_ci 807db96d56Sopenharmony_ci <Target Name="Clean" /> 817db96d56Sopenharmony_ci 827db96d56Sopenharmony_ci <Target Name="ResolveAssemblyReferences" /> 837db96d56Sopenharmony_ci</Project>