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>{D3065ADB-8820-4CC7-9B6C-9510833961A3}</ProjectGuid> 23 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> 24 </PropertyGroup> 25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Release|Win32'">.\x86\Release_derb\</OutDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release_derb\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug_derb\</OutDir> 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug_derb\</IntDir> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release_derb\</OutDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release_derb\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 81 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug_derb\</OutDir> 82 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug_derb\</IntDir> 83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 84 </PropertyGroup> 85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 86 <CustomBuildStep> 87 <Command>copy "$(TargetPath)" ..\..\..\bin 88 </Command> 89 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 90 </CustomBuildStep> 91 <Midl> 92 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <MkTypLibCompatible>true</MkTypLibCompatible> 94 <SuppressStartupBanner>true</SuppressStartupBanner> 95 <TargetEnvironment>Win32</TargetEnvironment> 96 <TypeLibraryName>.\x86\Release_derb/derb.tlb</TypeLibraryName> 97 </Midl> 98 <ClCompile> 99 <AdditionalIncludeDirectories>..\..\i18n;..\..\common;..\toolutil;..\..\io;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 100 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 101 <StringPooling>true</StringPooling> 102 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 103 <FunctionLevelLinking>true</FunctionLevelLinking> 104 <DisableLanguageExtensions>true</DisableLanguageExtensions> 105 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 106 <PrecompiledHeaderOutputFile>.\x86\Release_derb/derb.pch</PrecompiledHeaderOutputFile> 107 <AssemblerListingLocation>.\x86\Release_derb/</AssemblerListingLocation> 108 <ObjectFileName>.\x86\Release_derb/</ObjectFileName> 109 <ProgramDataBaseFileName>.\x86\Release_derb/</ProgramDataBaseFileName> 110 <WarningLevel>Level3</WarningLevel> 111 <SuppressStartupBanner>true</SuppressStartupBanner> 112 <CompileAs>Default</CompileAs> 113 </ClCompile> 114 <ResourceCompile> 115 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 116 <Culture>0x0409</Culture> 117 </ResourceCompile> 118 <Link> 119 <OutputFile>.\x86\Release_derb/derb.exe</OutputFile> 120 <SuppressStartupBanner>true</SuppressStartupBanner> 121 <ProgramDatabaseFile>.\x86\Release_derb/derb.pdb</ProgramDatabaseFile> 122 <SubSystem>Console</SubSystem> 123 <RandomizedBaseAddress>false</RandomizedBaseAddress> 124 <DataExecutionPrevention> 125 </DataExecutionPrevention> 126 </Link> 127 </ItemDefinitionGroup> 128 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 129 <CustomBuildStep> 130 <Command>copy "$(TargetPath)" ..\..\..\bin 131 </Command> 132 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 133 </CustomBuildStep> 134 <Midl> 135 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 136 <MkTypLibCompatible>true</MkTypLibCompatible> 137 <SuppressStartupBanner>true</SuppressStartupBanner> 138 <TargetEnvironment>Win32</TargetEnvironment> 139 <TypeLibraryName>.\x86\Debug_derb/derb.tlb</TypeLibraryName> 140 </Midl> 141 <ClCompile> 142 <Optimization>Disabled</Optimization> 143 <AdditionalIncludeDirectories>..\..\i18n;..\..\common;..\toolutil;..\..\io;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 144 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 145 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 146 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 147 <BufferSecurityCheck>true</BufferSecurityCheck> 148 <DisableLanguageExtensions>true</DisableLanguageExtensions> 149 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 150 <PrecompiledHeaderOutputFile>.\x86\Debug_derb/derb.pch</PrecompiledHeaderOutputFile> 151 <AssemblerListingLocation>.\x86\Debug_derb/</AssemblerListingLocation> 152 <ObjectFileName>.\x86\Debug_derb/</ObjectFileName> 153 <ProgramDataBaseFileName>.\x86\Debug_derb/</ProgramDataBaseFileName> 154 <WarningLevel>Level3</WarningLevel> 155 <SuppressStartupBanner>true</SuppressStartupBanner> 156 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 157 <CompileAs>Default</CompileAs> 158 </ClCompile> 159 <ResourceCompile> 160 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 161 <Culture>0x0409</Culture> 162 </ResourceCompile> 163 <Link> 164 <OutputFile>.\x86\Debug_derb/derb.exe</OutputFile> 165 <SuppressStartupBanner>true</SuppressStartupBanner> 166 <GenerateDebugInformation>true</GenerateDebugInformation> 167 <ProgramDatabaseFile>.\x86\Debug_derb/derb.pdb</ProgramDatabaseFile> 168 <SubSystem>Console</SubSystem> 169 <RandomizedBaseAddress>false</RandomizedBaseAddress> 170 <DataExecutionPrevention> 171 </DataExecutionPrevention> 172 </Link> 173 </ItemDefinitionGroup> 174 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 175 <CustomBuildStep> 176 <Command>copy "$(TargetPath)" ..\..\..\bin64 177 </Command> 178 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 179 </CustomBuildStep> 180 <Midl> 181 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 182 <MkTypLibCompatible>true</MkTypLibCompatible> 183 <SuppressStartupBanner>true</SuppressStartupBanner> 184 <TargetEnvironment>X64</TargetEnvironment> 185 <TypeLibraryName>.\x64\Release_derb/derb.tlb</TypeLibraryName> 186 </Midl> 187 <ClCompile> 188 <AdditionalIncludeDirectories>..\..\i18n;..\..\common;..\toolutil;..\..\io;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 189 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 190 <StringPooling>true</StringPooling> 191 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 192 <FunctionLevelLinking>true</FunctionLevelLinking> 193 <DisableLanguageExtensions>true</DisableLanguageExtensions> 194 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 195 <PrecompiledHeaderOutputFile>.\x64\Release_derb/derb.pch</PrecompiledHeaderOutputFile> 196 <AssemblerListingLocation>.\x64\Release_derb/</AssemblerListingLocation> 197 <ObjectFileName>.\x64\Release_derb/</ObjectFileName> 198 <ProgramDataBaseFileName>.\x64\Release_derb/</ProgramDataBaseFileName> 199 <WarningLevel>Level3</WarningLevel> 200 <SuppressStartupBanner>true</SuppressStartupBanner> 201 <CompileAs>Default</CompileAs> 202 </ClCompile> 203 <ResourceCompile> 204 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 205 <Culture>0x0409</Culture> 206 </ResourceCompile> 207 <Link> 208 <OutputFile>.\x64\Release_derb/derb.exe</OutputFile> 209 <SuppressStartupBanner>true</SuppressStartupBanner> 210 <ProgramDatabaseFile>.\x64\Release_derb/derb.pdb</ProgramDatabaseFile> 211 <SubSystem>Console</SubSystem> 212 <TargetMachine>MachineX64</TargetMachine> 213 </Link> 214 </ItemDefinitionGroup> 215 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 216 <CustomBuildStep> 217 <Command>copy "$(TargetPath)" ..\..\..\bin64 218 </Command> 219 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 220 </CustomBuildStep> 221 <Midl> 222 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 223 <MkTypLibCompatible>true</MkTypLibCompatible> 224 <SuppressStartupBanner>true</SuppressStartupBanner> 225 <TargetEnvironment>X64</TargetEnvironment> 226 <TypeLibraryName>.\x64\Debug_derb/derb.tlb</TypeLibraryName> 227 </Midl> 228 <ClCompile> 229 <Optimization>Disabled</Optimization> 230 <AdditionalIncludeDirectories>..\..\i18n;..\..\common;..\toolutil;..\..\io;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 231 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 232 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 233 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 234 <BufferSecurityCheck>true</BufferSecurityCheck> 235 <DisableLanguageExtensions>true</DisableLanguageExtensions> 236 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 237 <PrecompiledHeaderOutputFile>.\x64\Debug_derb/derb.pch</PrecompiledHeaderOutputFile> 238 <AssemblerListingLocation>.\x64\Debug_derb/</AssemblerListingLocation> 239 <ObjectFileName>.\x64\Debug_derb/</ObjectFileName> 240 <ProgramDataBaseFileName>.\x64\Debug_derb/</ProgramDataBaseFileName> 241 <WarningLevel>Level3</WarningLevel> 242 <SuppressStartupBanner>true</SuppressStartupBanner> 243 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 244 <CompileAs>Default</CompileAs> 245 </ClCompile> 246 <ResourceCompile> 247 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 248 <Culture>0x0409</Culture> 249 </ResourceCompile> 250 <Link> 251 <OutputFile>.\x64\Debug_derb/derb.exe</OutputFile> 252 <SuppressStartupBanner>true</SuppressStartupBanner> 253 <GenerateDebugInformation>true</GenerateDebugInformation> 254 <ProgramDatabaseFile>.\x64\Debug_derb/derb.pdb</ProgramDatabaseFile> 255 <SubSystem>Console</SubSystem> 256 <TargetMachine>MachineX64</TargetMachine> 257 </Link> 258 </ItemDefinitionGroup> 259 <ItemGroup> 260 <ClCompile Include="derb.cpp" /> 261 </ItemGroup> 262 <ItemGroup> 263 <ProjectReference Include="..\..\common\common.vcxproj"> 264 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 265 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 266 </ProjectReference> 267 <ProjectReference Include="..\..\i18n\i18n.vcxproj"> 268 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 269 </ProjectReference> 270 <ProjectReference Include="..\..\io\io.vcxproj"> 271 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project> 272 <Private>true</Private> 273 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 274 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 275 <LinkLibraryDependencies>true</LinkLibraryDependencies> 276 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 277 </ProjectReference> 278 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 279 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 280 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 281 </ProjectReference> 282 </ItemGroup> 283 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 284 <ImportGroup Label="ExtensionTargets"> 285 </ImportGroup> 286 </Project> 287