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>{C5A3E7FB-9695-4B2E-960B-1D9F43F1E555}</ProjectGuid> 437db96d56Sopenharmony_ci <RootNamespace>tix</RootNamespace> 447db96d56Sopenharmony_ci <SupportSigning>true</SupportSigning> 457db96d56Sopenharmony_ci </PropertyGroup> 467db96d56Sopenharmony_ci 477db96d56Sopenharmony_ci <Import Project="python.props" /> 487db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 497db96d56Sopenharmony_ci <Import Project="tcltk.props" /> 507db96d56Sopenharmony_ci 517db96d56Sopenharmony_ci <PropertyGroup Label="Configuration"> 527db96d56Sopenharmony_ci <ConfigurationType>Makefile</ConfigurationType> 537db96d56Sopenharmony_ci <OutDir>$(tcltkDir)</OutDir> 547db96d56Sopenharmony_ci <TargetPath>$(tixDLLPath)</TargetPath> 557db96d56Sopenharmony_ci </PropertyGroup> 567db96d56Sopenharmony_ci 577db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 587db96d56Sopenharmony_ci 597db96d56Sopenharmony_ci <PropertyGroup> 607db96d56Sopenharmony_ci <TixDirs>BUILDDIRTOP="$(BuildDirTop)" TCL_DIR="$(tclDir.TrimEnd(`\`))" TK_DIR="$(tkDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))" TCLSH_EXE="$(tclWin32Exe)"</TixDirs> 617db96d56Sopenharmony_ci <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUG=1 NODEBUG=0 TCL_DBGX=g TK_DBGX=g</DebugFlags> 627db96d56Sopenharmony_ci <DebugFlags Condition="'$(Configuration)' != 'Debug'">DEBUG=0 NODEBUG=1</DebugFlags> 637db96d56Sopenharmony_ci <CFlags>-c -W3 -nologo -MD -wd4028 -wd4090 -wd4244 -wd4267 -wd4312</CFlags> 647db96d56Sopenharmony_ci <NMakeBuildCommandLine>setlocal 657db96d56Sopenharmony_ciset VCINSTALLDIR=$(VCInstallDir) 667db96d56Sopenharmony_cicd /D "$(tixDir)win" 677db96d56Sopenharmony_cinmake /nologo -f makefile.vc MACHINE=$(TclMachine) cflags="$(CFlags)" $(DebugFlags) $(TclShortVersions) $(TixDirs) all install 687db96d56Sopenharmony_cicopy /Y ..\license.terms "$(OutDir)\tixlicense.terms" 697db96d56Sopenharmony_ci</NMakeBuildCommandLine> 707db96d56Sopenharmony_ci <NMakeCleanCommandLine>rmdir /q/s "$(OutDir.TrimEnd(`\`))"</NMakeCleanCommandLine> 717db96d56Sopenharmony_ci </PropertyGroup> 727db96d56Sopenharmony_ci 737db96d56Sopenharmony_ci <Target Name="SignFiles" AfterTargets="Build" Condition="$(_SignCommand) != ''"> 747db96d56Sopenharmony_ci <ItemGroup> 757db96d56Sopenharmony_ci <FilesToSign Include="$(OutDir)\bin\*.exe" /> 767db96d56Sopenharmony_ci <FilesToSign Include="$(OutDir)\bin\*.dll" /> 777db96d56Sopenharmony_ci </ItemGroup> 787db96d56Sopenharmony_ci <Exec Command="$(_SignCommand) "%(FilesToSign.FullPath)"" ContinueOnError="true" /> 797db96d56Sopenharmony_ci </Target> 807db96d56Sopenharmony_ci 817db96d56Sopenharmony_ci <ItemGroup> 827db96d56Sopenharmony_ci <ProjectReference Include="tcl.vcxproj"> 837db96d56Sopenharmony_ci <Project>{b5fd6f1d-129e-4bff-9340-03606fac7283}</Project> 847db96d56Sopenharmony_ci <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 857db96d56Sopenharmony_ci </ProjectReference> 867db96d56Sopenharmony_ci <ProjectReference Include="tk.vcxproj"> 877db96d56Sopenharmony_ci <Project>{7e85eccf-a72c-4da4-9e52-884508e80ba1}</Project> 887db96d56Sopenharmony_ci <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 897db96d56Sopenharmony_ci </ProjectReference> 907db96d56Sopenharmony_ci </ItemGroup> 917db96d56Sopenharmony_ci 927db96d56Sopenharmony_ci <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 937db96d56Sopenharmony_ci 947db96d56Sopenharmony_ci <Target Name="Clean" /> 957db96d56Sopenharmony_ci <Target Name="CleanAll"> 967db96d56Sopenharmony_ci <RemoveDir Directories="$(OutDir)" /> 977db96d56Sopenharmony_ci <RemoveDir Directories="$(IntDir)" /> 987db96d56Sopenharmony_ci </Target> 997db96d56Sopenharmony_ci 1007db96d56Sopenharmony_ci <Target Name="ResolveAssemblyReferences" /> 1017db96d56Sopenharmony_ci</Project>