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