Home | History | Annotate | Download | only in ufortune
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.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   </ItemGroup>
     13   <PropertyGroup Label="Globals">
     14     <ProjectGuid>{25F534DF-93C9-4853-A88E-DB7D8CF74042}</ProjectGuid>
     15     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
     16   </PropertyGroup>
     17   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     18   <PropertyGroup Label="Configuration">
     19     <ConfigurationType>Application</ConfigurationType>
     20     <UseOfMfc>false</UseOfMfc>
     21     <CharacterSet>MultiByte</CharacterSet>
     22     <PlatformToolset>v141</PlatformToolset>
     23   </PropertyGroup>
     24   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     25   <ImportGroup Label="ExtensionSettings">
     26   </ImportGroup>
     27   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     28     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     29     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     30   </ImportGroup>
     31   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     32     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     33     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
     34   </ImportGroup>
     35   <PropertyGroup Label="UserMacros" />
     36   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     37     <OutDir>.\x86\Debug\</OutDir>
     38     <IntDir>.\x86\Debug\</IntDir>
     39     <TargetName>$(ProjectName)</TargetName>
     40   </PropertyGroup>
     41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     42     <OutDir>.\x86\Release\</OutDir>
     43     <IntDir>.\x86\Release\</IntDir>
     44     <TargetName>$(ProjectName)</TargetName>
     45   </PropertyGroup>
     46   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     47     <Midl>
     48       <TypeLibraryName>.\x86\Debug/ufortune.tlb</TypeLibraryName>
     49     </Midl>
     50     <ClCompile>
     51       <Optimization>Disabled</Optimization>
     52       <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     53       <PreprocessorDefinitions>WINVER=0x0601;_WIN32_WINNT=0x0601;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     54       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     55       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     56       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
     57       <WarningLevel>Level3</WarningLevel>
     58       <SuppressStartupBanner>true</SuppressStartupBanner>
     59       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     60       <CompileAs>Default</CompileAs>
     61       <PrecompiledHeaderFile />
     62     </ClCompile>
     63     <ResourceCompile>
     64       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     65       <Culture>0x0409</Culture>
     66     </ResourceCompile>
     67     <Link>
     68       <AdditionalDependencies>icuucd.lib;resources\fortune_resources.lib;icuiod.lib;%(AdditionalDependencies)</AdditionalDependencies>
     69       <SuppressStartupBanner>true</SuppressStartupBanner>
     70       <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
     71       <GenerateDebugInformation>true</GenerateDebugInformation>
     72       <SubSystem>Console</SubSystem>
     73       <RandomizedBaseAddress>false</RandomizedBaseAddress>
     74       <DataExecutionPrevention>
     75       </DataExecutionPrevention>
     76     </Link>
     77   </ItemDefinitionGroup>
     78   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     79     <Midl>
     80       <TypeLibraryName>.\x86\Release/ufortune.tlb</TypeLibraryName>
     81     </Midl>
     82     <ClCompile>
     83       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
     84       <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     85       <PreprocessorDefinitions>WINVER=0x0601;_WIN32_WINNT=0x0601;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     86       <StringPooling>true</StringPooling>
     87       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     88       <FunctionLevelLinking>true</FunctionLevelLinking>
     89       <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
     90       <WarningLevel>Level3</WarningLevel>
     91       <SuppressStartupBanner>true</SuppressStartupBanner>
     92       <CompileAs>Default</CompileAs>
     93       <PrecompiledHeaderFile />
     94     </ClCompile>
     95     <ResourceCompile>
     96       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     97       <Culture>0x0409</Culture>
     98     </ResourceCompile>
     99     <Link>
    100       <AdditionalDependencies>icuuc.lib;resources\fortune_resources.lib;icuio.lib;%(AdditionalDependencies)</AdditionalDependencies>
    101       <SuppressStartupBanner>true</SuppressStartupBanner>
    102       <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    103       <SubSystem>Console</SubSystem>
    104       <RandomizedBaseAddress>false</RandomizedBaseAddress>
    105       <DataExecutionPrevention>
    106       </DataExecutionPrevention>
    107     </Link>
    108   </ItemDefinitionGroup>
    109   <ItemGroup>
    110     <ClCompile Include="ufortune.c" />
    111   </ItemGroup>
    112   <ItemGroup>
    113     <None Include="resources\es.txt" />
    114     <None Include="resources\res-file-list.txt" />
    115     <None Include="resources\root.txt" />
    116     <CustomBuild Include="resources\fortune_resources.mak">
    117       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cd resources
    118 nmake -f fortune_resources.mak CFG=x86\Debug
    119 copy Fortune_Resources.DLL "$(TargetDir)"
    120 </Command>
    121       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">resources\fortune_resources.DLL;%(Outputs)</Outputs>
    122       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cd resources
    123 nmake -f fortune_resources.mak CFG=x86\Release
    124 copy Fortune_Resources.DLL "$(TargetDir)"
    125 </Command>
    126       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">resources\fortune_resources.DLL;%(Outputs)</Outputs>
    127     </CustomBuild>
    128   </ItemGroup>
    129   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    130   <ImportGroup Label="ExtensionTargets">
    131   </ImportGroup>
    132 </Project>