[BACK]Return to checkconf.vcxproj.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / check / win32

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/bin/check/win32/Attic/checkconf.vcxproj.in between version 1.1.1.2.2.2 and 1.1.1.2.2.3

version 1.1.1.2.2.2, 2019/06/10 22:02:57 version 1.1.1.2.2.3, 2020/04/13 08:02:34
Line 1 
Line 1 
 ï»¿¼?xml version="1.0" encoding="utf-8"?>  ï»¿¼?xml version="1.0" encoding="utf-8"?>
 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Project DefaultTargets="Build" ToolsVersion="@TOOLS_VERSION@" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup Label="ProjectConfigurations">    <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|@PLATFORM@">      <ProjectConfiguration Include="Debug|@PLATFORM@">
       <Configuration>Debug</Configuration>        <Configuration>Debug</Configuration>
Line 14 
Line 14 
     <ProjectGuid>{03A96113-CB14-43AA-AEB2-48950E3915C5}</ProjectGuid>      <ProjectGuid>{03A96113-CB14-43AA-AEB2-48950E3915C5}</ProjectGuid>
     <Keyword>Win32Proj</Keyword>      <Keyword>Win32Proj</Keyword>
     <RootNamespace>checkconf</RootNamespace>      <RootNamespace>checkconf</RootNamespace>
       @WINDOWS_TARGET_PLATFORM_VERSION@
   </PropertyGroup>    </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|@PLATFORM@'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>      <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>true</UseDebugLibraries>      <UseDebugLibraries>true</UseDebugLibraries>
     <CharacterSet>MultiByte</CharacterSet>      <CharacterSet>MultiByte</CharacterSet>
       @PLATFORM_TOOLSET@
   </PropertyGroup>    </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|@PLATFORM@'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>      <ConfigurationType>Application</ConfigurationType>
     <UseDebugLibraries>false</UseDebugLibraries>      <UseDebugLibraries>false</UseDebugLibraries>
     <WholeProgramOptimization>true</WholeProgramOptimization>      <WholeProgramOptimization>true</WholeProgramOptimization>
     <CharacterSet>MultiByte</CharacterSet>      <CharacterSet>MultiByte</CharacterSet>
       @PLATFORM_TOOLSET@
   </PropertyGroup>    </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />    <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
   <ImportGroup Label="ExtensionSettings">    <ImportGroup Label="ExtensionSettings">

Legend:
Removed from v.1.1.1.2.2.2  
changed lines
  Added in v.1.1.1.2.2.3

CVSweb <webmaster@jp.NetBSD.org>