1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|Win32"> 5 <Configuration>Debug</Configuration> 6 <Platform>Win32</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Release|Win32"> 9 <Configuration>Release</Configuration> 10 <Platform>Win32</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="PGInstrument|Win32"> 13 <Configuration>PGInstrument</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="PGInstrument|x64"> 17 <Configuration>PGInstrument</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="PGUpdate|Win32"> 21 <Configuration>PGUpdate</Configuration> 22 <Platform>Win32</Platform> 23 </ProjectConfiguration> 24 <ProjectConfiguration Include="PGUpdate|x64"> 25 <Configuration>PGUpdate</Configuration> 26 <Platform>x64</Platform> 27 </ProjectConfiguration> 28 <ProjectConfiguration Include="Debug|x64"> 29 <Configuration>Debug</Configuration> 30 <Platform>x64</Platform> 31 </ProjectConfiguration> 32 <ProjectConfiguration Include="Release|x64"> 33 <Configuration>Release</Configuration> 34 <Platform>x64</Platform> 35 </ProjectConfiguration> 36 <ProjectConfiguration Include="Release|ARM64"> 37 <Configuration>Release</Configuration> 38 <Platform>ARM64</Platform> 39 </ProjectConfiguration> 40 </ItemGroup> 41 <PropertyGroup Label="Globals"> 42 <ProjectGuid>{7E85ECCF-A72C-4DA4-9E52-884508E80BA1}</ProjectGuid> 43 <RootNamespace>tk</RootNamespace> 44 </PropertyGroup> 45 46 <Import Project="python.props" /> 47 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 48 <Import Project="tcltk.props" /> 49 50 <PropertyGroup Label="Configuration"> 51 <ConfigurationType>Makefile</ConfigurationType> 52 <OutDir>$(tcltkDir)</OutDir> 53 <TargetPath>$(OutDir)bin\$(tkDLLName)</TargetPath> 54 </PropertyGroup> 55 56 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 57 58 <PropertyGroup> 59 <TkOpts>msvcrt</TkOpts> 60 <TkOpts Condition="$(Configuration) == 'Debug'">symbols,msvcrt</TkOpts> 61 <TkDirs>BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs> 62 <DebugFlags Condition="'$(Configuration)' == 'Debug'">DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags> 63 <WarningsFlags>WARNINGS="-W3 -wd4244 -wd4267 -wd4311 -wd4312 -wd4334"</WarningsFlags> 64 <NMakeBuildCommandLine>setlocal 65set VCINSTALLDIR=$(VCInstallDir) 66cd /D "$(tkDir)win" 67nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" all 68nmake /nologo -f makefile.vc RC=rc MACHINE=$(TclMachine) OPTS=$(TkOpts) $(TkDirs) $(DebugFlags) $(WarningsFlags) TCLSH_NATIVE="$(tclWin32Exe)" install-binaries install-libraries 69copy /Y ..\license.terms "$(OutDir)\tklicense.terms" 70</NMakeBuildCommandLine> 71 </PropertyGroup> 72 <ItemGroup> 73 <ProjectReference Include="tcl.vcxproj"> 74 <Project>{b5fd6f1d-129e-4bff-9340-03606fac7283}</Project> 75 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 76 </ProjectReference> 77 </ItemGroup> 78 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 79 80 <Target Name="Clean" /> 81 82 <Target Name="ResolveAssemblyReferences" /> 83</Project>