Home | History | Annotate | Download | only in datefmt
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="14.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="Debug|x64">
      9       <Configuration>Debug</Configuration>
     10       <Platform>x64</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Release|Win32">
     13       <Configuration>Release</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16     <ProjectConfiguration Include="Release|x64">
     17       <Configuration>Release</Configuration>
     18       <Platform>x64</Platform>
     19     </ProjectConfiguration>
     20   </ItemGroup>
     21   <PropertyGroup Label="Globals">
     22     <ProjectGuid>{6D592DB7-B9C8-4B1B-A1C1-F9A9EB4FD4E4}</ProjectGuid>
     23     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
     24   </PropertyGroup>
     25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     27     <ConfigurationType>Application</ConfigurationType>
     28     <UseOfMfc>false</UseOfMfc>
     29     <CharacterSet>MultiByte</CharacterSet>
     30     <PlatformToolset>v140</PlatformToolset>
     31   </PropertyGroup>
     32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     33     <ConfigurationType>Application</ConfigurationType>
     34     <UseOfMfc>false</UseOfMfc>
     35     <CharacterSet>MultiByte</CharacterSet>
     36     <PlatformToolset>v140</PlatformToolset>
     37   </PropertyGroup>
     38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     39     <ConfigurationType>Application</ConfigurationType>
     40     <UseOfMfc>false</UseOfMfc>
     41     <CharacterSet>MultiByte</CharacterSet>
     42     <PlatformToolset>v140</PlatformToolset>
     43   </PropertyGroup>
     44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     45     <ConfigurationType>Application</ConfigurationType>
     46     <UseOfMfc>false</UseOfMfc>
     47     <CharacterSet>MultiByte</CharacterSet>
     48     <PlatformToolset>v140</PlatformToolset>
     49   </PropertyGroup>
     50   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     51   <ImportGroup Label="ExtensionSettings">
     52   </ImportGroup>
     53   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     54     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     55     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     56   </ImportGroup>
     57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     59     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     60   </ImportGroup>
     61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     63     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     64   </ImportGroup>
     65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     67     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     68   </ImportGroup>
     69   <PropertyGroup Label="UserMacros" />
     70   <PropertyGroup>
     71     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir>
     73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir>
     74     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>
     76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>
     77     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     78     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir>
     79     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir>
     80     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     81     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>
     82     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>
     83     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     84   </PropertyGroup>
     85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     86     <Midl>
     87       <TypeLibraryName>.\x86\Debug/datefmt.tlb</TypeLibraryName>
     88     </Midl>
     89     <ClCompile>
     90       <Optimization>Disabled</Optimization>
     91       <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     92       <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     93       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     94       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     95       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
     96       <PrecompiledHeader>
     97       </PrecompiledHeader>
     98       <PrecompiledHeaderOutputFile>.\x86\Debug/datefmt.pch</PrecompiledHeaderOutputFile>
     99       <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation>
    100       <ObjectFileName>.\x86\Debug/</ObjectFileName>
    101       <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName>
    102       <WarningLevel>Level3</WarningLevel>
    103       <SuppressStartupBanner>true</SuppressStartupBanner>
    104       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    105       <CompileAs>Default</CompileAs>
    106     </ClCompile>
    107     <ResourceCompile>
    108       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    109       <Culture>0x0409</Culture>
    110     </ResourceCompile>
    111     <Link>
    112       <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
    113       <OutputFile>.\x86\Debug/datefmt.exe</OutputFile>
    114       <SuppressStartupBanner>true</SuppressStartupBanner>
    115       <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    116       <GenerateDebugInformation>true</GenerateDebugInformation>
    117       <ProgramDatabaseFile>.\x86\Debug/datefmt.pdb</ProgramDatabaseFile>
    118       <SubSystem>Console</SubSystem>
    119       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    120       <DataExecutionPrevention>
    121       </DataExecutionPrevention>
    122     </Link>
    123   </ItemDefinitionGroup>
    124   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    125     <Midl>
    126       <TargetEnvironment>X64</TargetEnvironment>
    127       <TypeLibraryName>.\x64\Debug/datefmt.tlb</TypeLibraryName>
    128     </Midl>
    129     <ClCompile>
    130       <Optimization>Disabled</Optimization>
    131       <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    132       <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    133       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
    134       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    135       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    136       <PrecompiledHeader>
    137       </PrecompiledHeader>
    138       <PrecompiledHeaderOutputFile>.\x64\Debug/datefmt.pch</PrecompiledHeaderOutputFile>
    139       <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation>
    140       <ObjectFileName>.\x64\Debug/</ObjectFileName>
    141       <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName>
    142       <WarningLevel>Level3</WarningLevel>
    143       <SuppressStartupBanner>true</SuppressStartupBanner>
    144       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    145       <CompileAs>Default</CompileAs>
    146     </ClCompile>
    147     <ResourceCompile>
    148       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    149       <Culture>0x0409</Culture>
    150     </ResourceCompile>
    151     <Link>
    152       <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</AdditionalDependencies>
    153       <OutputFile>.\x64\Debug/datefmt.exe</OutputFile>
    154       <SuppressStartupBanner>true</SuppressStartupBanner>
    155       <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    156       <GenerateDebugInformation>true</GenerateDebugInformation>
    157       <ProgramDatabaseFile>.\x64\Debug/datefmt.pdb</ProgramDatabaseFile>
    158       <SubSystem>Console</SubSystem>
    159       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    160       <DataExecutionPrevention>
    161       </DataExecutionPrevention>
    162       <TargetMachine>MachineX64</TargetMachine>
    163     </Link>
    164   </ItemDefinitionGroup>
    165   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    166     <Midl>
    167       <TypeLibraryName>.\x86\Release/datefmt.tlb</TypeLibraryName>
    168     </Midl>
    169     <ClCompile>
    170       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    171       <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    172       <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    173       <StringPooling>true</StringPooling>
    174       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    175       <FunctionLevelLinking>true</FunctionLevelLinking>
    176       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    177       <PrecompiledHeader>
    178       </PrecompiledHeader>
    179       <PrecompiledHeaderOutputFile>.\x86\Release/datefmt.pch</PrecompiledHeaderOutputFile>
    180       <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation>
    181       <ObjectFileName>.\x86\Release/</ObjectFileName>
    182       <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName>
    183       <WarningLevel>Level3</WarningLevel>
    184       <SuppressStartupBanner>true</SuppressStartupBanner>
    185       <CompileAs>Default</CompileAs>
    186     </ClCompile>
    187     <ResourceCompile>
    188       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    189       <Culture>0x0409</Culture>
    190     </ResourceCompile>
    191     <Link>
    192       <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
    193       <OutputFile>.\x86\Release/datefmt.exe</OutputFile>
    194       <SuppressStartupBanner>true</SuppressStartupBanner>
    195       <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    196       <ProgramDatabaseFile>.\x86\Release/datefmt.pdb</ProgramDatabaseFile>
    197       <SubSystem>Console</SubSystem>
    198       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    199       <DataExecutionPrevention>
    200       </DataExecutionPrevention>
    201     </Link>
    202   </ItemDefinitionGroup>
    203   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    204     <Midl>
    205       <TargetEnvironment>X64</TargetEnvironment>
    206       <TypeLibraryName>.\x64\Release/datefmt.tlb</TypeLibraryName>
    207     </Midl>
    208     <ClCompile>
    209       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    210       <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    211       <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    212       <StringPooling>true</StringPooling>
    213       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    214       <FunctionLevelLinking>true</FunctionLevelLinking>
    215       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
    216       <PrecompiledHeader>
    217       </PrecompiledHeader>
    218       <PrecompiledHeaderOutputFile>.\x64\Release/datefmt.pch</PrecompiledHeaderOutputFile>
    219       <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation>
    220       <ObjectFileName>.\x64\Release/</ObjectFileName>
    221       <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName>
    222       <WarningLevel>Level3</WarningLevel>
    223       <SuppressStartupBanner>true</SuppressStartupBanner>
    224       <CompileAs>Default</CompileAs>
    225     </ClCompile>
    226     <ResourceCompile>
    227       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    228       <Culture>0x0409</Culture>
    229     </ResourceCompile>
    230     <Link>
    231       <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</AdditionalDependencies>
    232       <OutputFile>.\x64\Release/datefmt.exe</OutputFile>
    233       <SuppressStartupBanner>true</SuppressStartupBanner>
    234       <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    235       <ProgramDatabaseFile>.\x64\Release/datefmt.pdb</ProgramDatabaseFile>
    236       <SubSystem>Console</SubSystem>
    237       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    238       <DataExecutionPrevention>
    239       </DataExecutionPrevention>
    240       <TargetMachine>MachineX64</TargetMachine>
    241     </Link>
    242   </ItemDefinitionGroup>
    243   <ItemGroup>
    244     <ClCompile Include="main.cpp" />
    245     <ClCompile Include="util.cpp" />
    246   </ItemGroup>
    247   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    248   <ImportGroup Label="ExtensionTargets">
    249   </ImportGroup>
    250 </Project>
    251