[BACK]Return to rogue4.vcxproj CVS log [TXT][DIR] Up to [contributed] / early-roguelike / rogue4

Annotation of early-roguelike/rogue4/rogue4.vcxproj, Revision 1.1.1.1

1.1       rubenllo    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="Release|Win32">
                      9:       <Configuration>Release</Configuration>
                     10:       <Platform>Win32</Platform>
                     11:     </ProjectConfiguration>
                     12:     <ProjectConfiguration Include="Debug|x64">
                     13:       <Configuration>Debug</Configuration>
                     14:       <Platform>x64</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>{E36D1F88-95A9-425B-A538-AAADDD34FE1E}</ProjectGuid>
                     23:     <RootNamespace>rogue4</RootNamespace>
                     24:     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
                     25:   </PropertyGroup>
                     26:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
                     27:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
                     28:     <ConfigurationType>Application</ConfigurationType>
                     29:     <UseDebugLibraries>true</UseDebugLibraries>
                     30:     <PlatformToolset>v140</PlatformToolset>
                     31:     <CharacterSet>MultiByte</CharacterSet>
                     32:   </PropertyGroup>
                     33:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
                     34:     <ConfigurationType>Application</ConfigurationType>
                     35:     <UseDebugLibraries>false</UseDebugLibraries>
                     36:     <PlatformToolset>v140</PlatformToolset>
                     37:     <WholeProgramOptimization>true</WholeProgramOptimization>
                     38:     <CharacterSet>MultiByte</CharacterSet>
                     39:   </PropertyGroup>
                     40:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
                     41:     <ConfigurationType>Application</ConfigurationType>
                     42:     <UseDebugLibraries>true</UseDebugLibraries>
                     43:     <PlatformToolset>v140</PlatformToolset>
                     44:     <CharacterSet>MultiByte</CharacterSet>
                     45:   </PropertyGroup>
                     46:   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
                     47:     <ConfigurationType>Application</ConfigurationType>
                     48:     <UseDebugLibraries>false</UseDebugLibraries>
                     49:     <PlatformToolset>v140</PlatformToolset>
                     50:     <WholeProgramOptimization>true</WholeProgramOptimization>
                     51:     <CharacterSet>MultiByte</CharacterSet>
                     52:   </PropertyGroup>
                     53:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
                     54:   <ImportGroup Label="ExtensionSettings">
                     55:   </ImportGroup>
                     56:   <ImportGroup Label="Shared">
                     57:   </ImportGroup>
                     58:   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
                     59:     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
                     60:   </ImportGroup>
                     61:   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
                     62:     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
                     63:   </ImportGroup>
                     64:   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
                     65:     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
                     66:   </ImportGroup>
                     67:   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
                     68:     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
                     69:   </ImportGroup>
                     70:   <PropertyGroup Label="UserMacros" />
                     71:   <PropertyGroup />
                     72:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
                     73:     <ClCompile>
                     74:       <WarningLevel>Level3</WarningLevel>
                     75:       <Optimization>Disabled</Optimization>
                     76:       <SDLCheck>true</SDLCheck>
                     77:       <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories>
                     78:       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue4.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions>
                     79:       <PreprocessToFile>false</PreprocessToFile>
                     80:     </ClCompile>
                     81:     <Link>
                     82:       <GenerateDebugInformation>true</GenerateDebugInformation>
                     83:       <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories>
                     84:       <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies>
                     85:     </Link>
                     86:   </ItemDefinitionGroup>
                     87:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
                     88:     <ClCompile>
                     89:       <WarningLevel>Level3</WarningLevel>
                     90:       <Optimization>Disabled</Optimization>
                     91:       <SDLCheck>true</SDLCheck>
                     92:       <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories>
                     93:       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue4.scr";LOGFILE="rogue4.log";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions>
                     94:     </ClCompile>
                     95:     <Link>
                     96:       <GenerateDebugInformation>true</GenerateDebugInformation>
                     97:       <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories>
                     98:       <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies>
                     99:     </Link>
                    100:   </ItemDefinitionGroup>
                    101:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
                    102:     <ClCompile>
                    103:       <WarningLevel>Level3</WarningLevel>
                    104:       <Optimization>MaxSpeed</Optimization>
                    105:       <FunctionLevelLinking>true</FunctionLevelLinking>
                    106:       <IntrinsicFunctions>true</IntrinsicFunctions>
                    107:       <SDLCheck>true</SDLCheck>
                    108:       <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories>
                    109:       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue4.scr";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions>
                    110:     </ClCompile>
                    111:     <Link>
                    112:       <GenerateDebugInformation>true</GenerateDebugInformation>
                    113:       <EnableCOMDATFolding>true</EnableCOMDATFolding>
                    114:       <OptimizeReferences>true</OptimizeReferences>
                    115:       <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories>
                    116:       <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies>
                    117:     </Link>
                    118:   </ItemDefinitionGroup>
                    119:   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
                    120:     <ClCompile>
                    121:       <WarningLevel>Level3</WarningLevel>
                    122:       <Optimization>MaxSpeed</Optimization>
                    123:       <FunctionLevelLinking>true</FunctionLevelLinking>
                    124:       <IntrinsicFunctions>true</IntrinsicFunctions>
                    125:       <SDLCheck>true</SDLCheck>
                    126:       <AdditionalIncludeDirectories>..\pdcurses</AdditionalIncludeDirectories>
                    127:       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;SCOREFILE="rogue4.scr";LOGFILE="rogue4.log";SAVEDIR=".";%(PreprocessorDefinitions)</PreprocessorDefinitions>
                    128:     </ClCompile>
                    129:     <Link>
                    130:       <GenerateDebugInformation>true</GenerateDebugInformation>
                    131:       <EnableCOMDATFolding>true</EnableCOMDATFolding>
                    132:       <OptimizeReferences>true</OptimizeReferences>
                    133:       <AdditionalLibraryDirectories>..\pdcurses</AdditionalLibraryDirectories>
                    134:       <AdditionalDependencies>pdcurses.lib;%(AdditionalDependencies)</AdditionalDependencies>
                    135:     </Link>
                    136:   </ItemDefinitionGroup>
                    137:   <ItemGroup>
                    138:     <ClCompile Include="armor.c" />
                    139:     <ClCompile Include="chase.c" />
                    140:     <ClCompile Include="command.c" />
                    141:     <ClCompile Include="daemon.c" />
                    142:     <ClCompile Include="daemons.c" />
                    143:     <ClCompile Include="extern.c" />
                    144:     <ClCompile Include="fight.c" />
                    145:     <ClCompile Include="init.c" />
                    146:     <ClCompile Include="io.c" />
                    147:     <ClCompile Include="list.c" />
                    148:     <ClCompile Include="mach_dep.c" />
                    149:     <ClCompile Include="main.c" />
                    150:     <ClCompile Include="mdport.c" />
                    151:     <ClCompile Include="misc.c" />
                    152:     <ClCompile Include="monsters.c" />
                    153:     <ClCompile Include="move.c" />
                    154:     <ClCompile Include="new_level.c" />
                    155:     <ClCompile Include="options.c" />
                    156:     <ClCompile Include="pack.c" />
                    157:     <ClCompile Include="passages.c" />
                    158:     <ClCompile Include="potions.c" />
                    159:     <ClCompile Include="rings.c" />
                    160:     <ClCompile Include="rip.c" />
                    161:     <ClCompile Include="rooms.c" />
                    162:     <ClCompile Include="save.c" />
                    163:     <ClCompile Include="scrolls.c" />
                    164:     <ClCompile Include="state.c" />
                    165:     <ClCompile Include="sticks.c" />
                    166:     <ClCompile Include="things.c" />
                    167:     <ClCompile Include="vers.c" />
                    168:     <ClCompile Include="weapons.c" />
                    169:     <ClCompile Include="wizard.c" />
                    170:     <ClCompile Include="xcrypt.c" />
                    171:   </ItemGroup>
                    172:   <ItemGroup>
                    173:     <ClInclude Include="extern.h" />
                    174:     <ClInclude Include="rogue.h" />
                    175:   </ItemGroup>
                    176:   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
                    177:   <ImportGroup Label="ExtensionTargets">
                    178:   </ImportGroup>
                    179: </Project>

CVSweb