OLD | NEW |
(Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso
ft.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 </PropertyGroup> |
| 30 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Lab
el="Configuration"> |
| 31 <ConfigurationType>Application</ConfigurationType> |
| 32 <UseOfMfc>false</UseOfMfc> |
| 33 <CharacterSet>MultiByte</CharacterSet> |
| 34 </PropertyGroup> |
| 35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="
Configuration"> |
| 36 <ConfigurationType>Application</ConfigurationType> |
| 37 <UseOfMfc>false</UseOfMfc> |
| 38 <CharacterSet>MultiByte</CharacterSet> |
| 39 </PropertyGroup> |
| 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label
="Configuration"> |
| 41 <ConfigurationType>Application</ConfigurationType> |
| 42 <UseOfMfc>false</UseOfMfc> |
| 43 <CharacterSet>MultiByte</CharacterSet> |
| 44 </PropertyGroup> |
| 45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 46 <ImportGroup Label="ExtensionSettings"> |
| 47 </ImportGroup> |
| 48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="
PropertySheets"> |
| 49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit
ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local
AppDataPlatform" /> |
| 50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| 51 </ImportGroup> |
| 52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label
="PropertySheets"> |
| 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit
ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local
AppDataPlatform" /> |
| 54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| 55 </ImportGroup> |
| 56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Pr
opertySheets"> |
| 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit
ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local
AppDataPlatform" /> |
| 58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| 59 </ImportGroup> |
| 60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="
PropertySheets"> |
| 61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit
ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local
AppDataPlatform" /> |
| 62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> |
| 63 </ImportGroup> |
| 64 <PropertyGroup Label="UserMacros" /> |
| 65 <PropertyGroup> |
| 66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
| 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re
lease_derb\</OutDir> |
| 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re
lease_derb\</IntDir> |
| 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
>false</LinkIncremental> |
| 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu
g_derb\</OutDir> |
| 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu
g_derb\</IntDir> |
| 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">t
rue</LinkIncremental> |
| 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele
ase_derb\</OutDir> |
| 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele
ase_derb\</IntDir> |
| 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f
alse</LinkIncremental> |
| 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug_
derb\</OutDir> |
| 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug_
derb\</IntDir> |
| 78 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">tru
e</LinkIncremental> |
| 79 </PropertyGroup> |
| 80 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32
'"> |
| 81 <CustomBuildStep> |
| 82 <Command>copy "$(TargetPath)" ..\..\..\bin |
| 83 </Command> |
| 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> |
| 85 </CustomBuildStep> |
| 86 <Midl> |
| 87 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 88 <MkTypLibCompatible>true</MkTypLibCompatible> |
| 89 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 90 <TargetEnvironment>Win32</TargetEnvironment> |
| 91 <TypeLibraryName>.\x86\Release_derb/derb.tlb</TypeLibraryName> |
| 92 </Midl> |
| 93 <ClCompile> |
| 94 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude
Directories)</AdditionalIncludeDirectories> |
| 95 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces
sorDefinitions)</PreprocessorDefinitions> |
| 96 <StringPooling>true</StringPooling> |
| 97 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 98 <FunctionLevelLinking>true</FunctionLevelLinking> |
| 99 <DisableLanguageExtensions>true</DisableLanguageExtensions> |
| 100 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
| 101 <PrecompiledHeaderOutputFile>.\x86\Release_derb/derb.pch</PrecompiledHeade
rOutputFile> |
| 102 <AssemblerListingLocation>.\x86\Release_derb/</AssemblerListingLocation> |
| 103 <ObjectFileName>.\x86\Release_derb/</ObjectFileName> |
| 104 <ProgramDataBaseFileName>.\x86\Release_derb/</ProgramDataBaseFileName> |
| 105 <WarningLevel>Level3</WarningLevel> |
| 106 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 107 <CompileAs>Default</CompileAs> |
| 108 </ClCompile> |
| 109 <ResourceCompile> |
| 110 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 111 <Culture>0x0409</Culture> |
| 112 </ResourceCompile> |
| 113 <Link> |
| 114 <OutputFile>.\x86\Release_derb/derb.exe</OutputFile> |
| 115 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 116 <ProgramDatabaseFile>.\x86\Release_derb/derb.pdb</ProgramDatabaseFile> |
| 117 <SubSystem>Console</SubSystem> |
| 118 <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 119 <DataExecutionPrevention> |
| 120 </DataExecutionPrevention> |
| 121 </Link> |
| 122 </ItemDefinitionGroup> |
| 123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
> |
| 124 <CustomBuildStep> |
| 125 <Command>copy "$(TargetPath)" ..\..\..\bin |
| 126 </Command> |
| 127 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> |
| 128 </CustomBuildStep> |
| 129 <Midl> |
| 130 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 131 <MkTypLibCompatible>true</MkTypLibCompatible> |
| 132 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 133 <TargetEnvironment>Win32</TargetEnvironment> |
| 134 <TypeLibraryName>.\x86\Debug_derb/derb.tlb</TypeLibraryName> |
| 135 </Midl> |
| 136 <ClCompile> |
| 137 <Optimization>Disabled</Optimization> |
| 138 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude
Directories)</AdditionalIncludeDirectories> |
| 139 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces
sorDefinitions)</PreprocessorDefinitions> |
| 140 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 141 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 142 <BufferSecurityCheck>true</BufferSecurityCheck> |
| 143 <DisableLanguageExtensions>true</DisableLanguageExtensions> |
| 144 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
| 145 <PrecompiledHeaderOutputFile>.\x86\Debug_derb/derb.pch</PrecompiledHeaderO
utputFile> |
| 146 <AssemblerListingLocation>.\x86\Debug_derb/</AssemblerListingLocation> |
| 147 <ObjectFileName>.\x86\Debug_derb/</ObjectFileName> |
| 148 <ProgramDataBaseFileName>.\x86\Debug_derb/</ProgramDataBaseFileName> |
| 149 <WarningLevel>Level3</WarningLevel> |
| 150 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 151 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
| 152 <CompileAs>Default</CompileAs> |
| 153 </ClCompile> |
| 154 <ResourceCompile> |
| 155 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 156 <Culture>0x0409</Culture> |
| 157 </ResourceCompile> |
| 158 <Link> |
| 159 <OutputFile>.\x86\Debug_derb/derb.exe</OutputFile> |
| 160 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 161 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 162 <ProgramDatabaseFile>.\x86\Debug_derb/derb.pdb</ProgramDatabaseFile> |
| 163 <SubSystem>Console</SubSystem> |
| 164 <RandomizedBaseAddress>false</RandomizedBaseAddress> |
| 165 <DataExecutionPrevention> |
| 166 </DataExecutionPrevention> |
| 167 </Link> |
| 168 </ItemDefinitionGroup> |
| 169 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
> |
| 170 <CustomBuildStep> |
| 171 <Command>copy "$(TargetPath)" ..\..\..\bin64 |
| 172 </Command> |
| 173 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> |
| 174 </CustomBuildStep> |
| 175 <Midl> |
| 176 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 177 <MkTypLibCompatible>true</MkTypLibCompatible> |
| 178 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 179 <TargetEnvironment>X64</TargetEnvironment> |
| 180 <TypeLibraryName>.\x64\Release_derb/derb.tlb</TypeLibraryName> |
| 181 </Midl> |
| 182 <ClCompile> |
| 183 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude
Directories)</AdditionalIncludeDirectories> |
| 184 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre
processorDefinitions)</PreprocessorDefinitions> |
| 185 <StringPooling>true</StringPooling> |
| 186 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 187 <FunctionLevelLinking>true</FunctionLevelLinking> |
| 188 <DisableLanguageExtensions>true</DisableLanguageExtensions> |
| 189 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
| 190 <PrecompiledHeaderOutputFile>.\x64\Release_derb/derb.pch</PrecompiledHeade
rOutputFile> |
| 191 <AssemblerListingLocation>.\x64\Release_derb/</AssemblerListingLocation> |
| 192 <ObjectFileName>.\x64\Release_derb/</ObjectFileName> |
| 193 <ProgramDataBaseFileName>.\x64\Release_derb/</ProgramDataBaseFileName> |
| 194 <WarningLevel>Level3</WarningLevel> |
| 195 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 196 <CompileAs>Default</CompileAs> |
| 197 </ClCompile> |
| 198 <ResourceCompile> |
| 199 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 200 <Culture>0x0409</Culture> |
| 201 </ResourceCompile> |
| 202 <Link> |
| 203 <OutputFile>.\x64\Release_derb/derb.exe</OutputFile> |
| 204 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 205 <ProgramDatabaseFile>.\x64\Release_derb/derb.pdb</ProgramDatabaseFile> |
| 206 <SubSystem>Console</SubSystem> |
| 207 <TargetMachine>MachineX64</TargetMachine> |
| 208 </Link> |
| 209 </ItemDefinitionGroup> |
| 210 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 211 <CustomBuildStep> |
| 212 <Command>copy "$(TargetPath)" ..\..\..\bin64 |
| 213 </Command> |
| 214 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> |
| 215 </CustomBuildStep> |
| 216 <Midl> |
| 217 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 218 <MkTypLibCompatible>true</MkTypLibCompatible> |
| 219 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 220 <TargetEnvironment>X64</TargetEnvironment> |
| 221 <TypeLibraryName>.\x64\Debug_derb/derb.tlb</TypeLibraryName> |
| 222 </Midl> |
| 223 <ClCompile> |
| 224 <Optimization>Disabled</Optimization> |
| 225 <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalInclude
Directories)</AdditionalIncludeDirectories> |
| 226 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre
processorDefinitions)</PreprocessorDefinitions> |
| 227 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
| 228 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
| 229 <BufferSecurityCheck>true</BufferSecurityCheck> |
| 230 <DisableLanguageExtensions>true</DisableLanguageExtensions> |
| 231 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> |
| 232 <PrecompiledHeaderOutputFile>.\x64\Debug_derb/derb.pch</PrecompiledHeaderO
utputFile> |
| 233 <AssemblerListingLocation>.\x64\Debug_derb/</AssemblerListingLocation> |
| 234 <ObjectFileName>.\x64\Debug_derb/</ObjectFileName> |
| 235 <ProgramDataBaseFileName>.\x64\Debug_derb/</ProgramDataBaseFileName> |
| 236 <WarningLevel>Level3</WarningLevel> |
| 237 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 238 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 239 <CompileAs>Default</CompileAs> |
| 240 </ClCompile> |
| 241 <ResourceCompile> |
| 242 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> |
| 243 <Culture>0x0409</Culture> |
| 244 </ResourceCompile> |
| 245 <Link> |
| 246 <OutputFile>.\x64\Debug_derb/derb.exe</OutputFile> |
| 247 <SuppressStartupBanner>true</SuppressStartupBanner> |
| 248 <GenerateDebugInformation>true</GenerateDebugInformation> |
| 249 <ProgramDatabaseFile>.\x64\Debug_derb/derb.pdb</ProgramDatabaseFile> |
| 250 <SubSystem>Console</SubSystem> |
| 251 <TargetMachine>MachineX64</TargetMachine> |
| 252 </Link> |
| 253 </ItemDefinitionGroup> |
| 254 <ItemGroup> |
| 255 <ClCompile Include="derb.c" /> |
| 256 </ItemGroup> |
| 257 <ItemGroup> |
| 258 <ProjectReference Include="..\..\common\common.vcxproj"> |
| 259 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> |
| 260 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 261 </ProjectReference> |
| 262 <ProjectReference Include="..\toolutil\toolutil.vcxproj"> |
| 263 <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> |
| 264 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
| 265 </ProjectReference> |
| 266 </ItemGroup> |
| 267 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 268 <ImportGroup Label="ExtensionTargets"> |
| 269 </ImportGroup> |
| 270 </Project> |
OLD | NEW |