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>{B5FD6F1D-129E-4BFF-9340-03606FAC7283}</ProjectGuid>
437db96d56Sopenharmony_ci  </PropertyGroup>
447db96d56Sopenharmony_ci
457db96d56Sopenharmony_ci  <Import Project="python.props" />
467db96d56Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
477db96d56Sopenharmony_ci  <Import Project="tcltk.props" />
487db96d56Sopenharmony_ci  
497db96d56Sopenharmony_ci  <PropertyGroup Label="Configuration">
507db96d56Sopenharmony_ci    <ConfigurationType>Makefile</ConfigurationType>
517db96d56Sopenharmony_ci    <OutDir>$(tcltkDir)</OutDir>
527db96d56Sopenharmony_ci    <TargetPath>$(OutDir)bin\$(tclDLLName)</TargetPath>
537db96d56Sopenharmony_ci  </PropertyGroup>
547db96d56Sopenharmony_ci  
557db96d56Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
567db96d56Sopenharmony_ci  
577db96d56Sopenharmony_ci  <PropertyGroup>
587db96d56Sopenharmony_ci    <TclOpts>msvcrt</TclOpts>
597db96d56Sopenharmony_ci    <TclOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TclOpts>
607db96d56Sopenharmony_ci    <TclDirs>BUILDDIRTOP="$(BuildDirTop)" INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TclDirs>
617db96d56Sopenharmony_ci    <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags>
627db96d56Sopenharmony_ci    <WarningsFlags>WARNINGS="-W3 -wd4311 -wd4312"</WarningsFlags>
637db96d56Sopenharmony_ci    <NMakeBuildCommandLine>setlocal
647db96d56Sopenharmony_ciset VCINSTALLDIR=$(VCInstallDir)
657db96d56Sopenharmony_cicd /D "$(tclDir)win"
667db96d56Sopenharmony_cinmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" core shell dlls
677db96d56Sopenharmony_cinmake -f makefile.vc MACHINE=$(TclMachine) OPTS=$(TclOpts) $(TclDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" install-binaries install-libraries
687db96d56Sopenharmony_cicopy /Y ..\license.terms "$(OutDir)\tcllicense.terms"
697db96d56Sopenharmony_ci</NMakeBuildCommandLine>
707db96d56Sopenharmony_ci  </PropertyGroup>
717db96d56Sopenharmony_ci
727db96d56Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
737db96d56Sopenharmony_ci
747db96d56Sopenharmony_ci  <Target Name="Clean" />
757db96d56Sopenharmony_ci  
767db96d56Sopenharmony_ci  <Target Name="ResolveAssemblyReferences" />
777db96d56Sopenharmony_ci</Project>