[BACK]Return to bigkey.vcxproj.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tests / system / 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/tests/system/win32/Attic/bigkey.vcxproj.in between version 1.1.1.2 and 1.1.1.2.4.1

version 1.1.1.2, 2019/01/09 16:48:16 version 1.1.1.2.4.1, 2019/10/17 19:34:18
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>{61F9D673-EB5C-47A5-8907-24E034C75EF8}</ProjectGuid>      <ProjectGuid>{61F9D673-EB5C-47A5-8907-24E034C75EF8}</ProjectGuid>
     <Keyword>Win32Proj</Keyword>      <Keyword>Win32Proj</Keyword>
     <RootNamespace>bigkey</RootNamespace>      <RootNamespace>bigkey</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  
changed lines
  Added in v.1.1.1.2.4.1

CVSweb <webmaster@jp.NetBSD.org>