| 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>{63166CEB-02CC-472C-B3B7-E6C559939BDA}</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\</OutDir> | |
| 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Re
lease\</IntDir> | |
| 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
>false</LinkIncremental> | |
| 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele
ase\</OutDir> | |
| 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Rele
ase\</IntDir> | |
| 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">f
alse</LinkIncremental> | |
| 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu
g\</OutDir> | |
| 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debu
g\</IntDir> | |
| 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\
</OutDir> | |
| 76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\
</IntDir> | |
| 77 </PropertyGroup> | |
| 78 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32
'"> | |
| 79 <Midl> | |
| 80 <TypeLibraryName>.\x86\Release/ugrep.tlb</TypeLibraryName> | |
| 81 <HeaderFileName> | |
| 82 </HeaderFileName> | |
| 83 </Midl> | |
| 84 <ClCompile> | |
| 85 <Optimization>MaxSpeed</Optimization> | |
| 86 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> | |
| 87 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector
ies)</AdditionalIncludeDirectories> | |
| 88 <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces
sorDefinitions)</PreprocessorDefinitions> | |
| 89 <StringPooling>true</StringPooling> | |
| 90 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 91 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 92 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
| 93 <PrecompiledHeader> | |
| 94 </PrecompiledHeader> | |
| 95 <PrecompiledHeaderOutputFile>.\x86\Release/ugrep.pch</PrecompiledHeaderOut
putFile> | |
| 96 <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
| 97 <ObjectFileName>.\x86\Release/</ObjectFileName> | |
| 98 <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
| 99 <WarningLevel>Level3</WarningLevel> | |
| 100 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 101 <CompileAs>Default</CompileAs> | |
| 102 </ClCompile> | |
| 103 <ResourceCompile> | |
| 104 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> | |
| 105 <Culture>0x0409</Culture> | |
| 106 </ResourceCompile> | |
| 107 <Link> | |
| 108 <AdditionalOptions>/FIXED:NO %(AdditionalOptions)</AdditionalOptions> | |
| 109 <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</Add
itionalDependencies> | |
| 110 <OutputFile>.\x86\Release/ugrep.exe</OutputFile> | |
| 111 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 112 <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories> | |
| 113 <ProgramDatabaseFile>.\x86\Release/ugrep.pdb</ProgramDatabaseFile> | |
| 114 <SubSystem>Console</SubSystem> | |
| 115 <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
| 116 <DataExecutionPrevention> | |
| 117 </DataExecutionPrevention> | |
| 118 <TargetMachine>MachineX86</TargetMachine> | |
| 119 </Link> | |
| 120 </ItemDefinitionGroup> | |
| 121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"
> | |
| 122 <Midl> | |
| 123 <TargetEnvironment>X64</TargetEnvironment> | |
| 124 <TypeLibraryName>.\x64\Release/ugrep.tlb</TypeLibraryName> | |
| 125 <HeaderFileName> | |
| 126 </HeaderFileName> | |
| 127 </Midl> | |
| 128 <ClCompile> | |
| 129 <Optimization>MaxSpeed</Optimization> | |
| 130 <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> | |
| 131 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector
ies)</AdditionalIncludeDirectories> | |
| 132 <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre
processorDefinitions)</PreprocessorDefinitions> | |
| 133 <StringPooling>true</StringPooling> | |
| 134 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
| 135 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 136 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
| 137 <PrecompiledHeader> | |
| 138 </PrecompiledHeader> | |
| 139 <PrecompiledHeaderOutputFile>.\x64\Release/ugrep.pch</PrecompiledHeaderOut
putFile> | |
| 140 <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
| 141 <ObjectFileName>.\x64\Release/</ObjectFileName> | |
| 142 <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
| 143 <WarningLevel>Level3</WarningLevel> | |
| 144 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 145 <CompileAs>Default</CompileAs> | |
| 146 </ClCompile> | |
| 147 <ResourceCompile> | |
| 148 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> | |
| 149 <Culture>0x0409</Culture> | |
| 150 </ResourceCompile> | |
| 151 <Link> | |
| 152 <AdditionalOptions>/FIXED:NO %(AdditionalOptions)</AdditionalOptions> | |
| 153 <AdditionalDependencies>icuuc.lib;icuin.lib;%(AdditionalDependencies)</Add
itionalDependencies> | |
| 154 <OutputFile>.\x64\Release/ugrep.exe</OutputFile> | |
| 155 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 156 <AdditionalLibraryDirectories>../../../lib64;%(AdditionalLibraryDirectorie
s)</AdditionalLibraryDirectories> | |
| 157 <ProgramDatabaseFile>.\x64\Release/ugrep.pdb</ProgramDatabaseFile> | |
| 158 <SubSystem>Console</SubSystem> | |
| 159 <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
| 160 <DataExecutionPrevention> | |
| 161 </DataExecutionPrevention> | |
| 162 <TargetMachine>MachineX64</TargetMachine> | |
| 163 </Link> | |
| 164 </ItemDefinitionGroup> | |
| 165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"
> | |
| 166 <Midl> | |
| 167 <TypeLibraryName>.\x86\Debug/ugrep.tlb</TypeLibraryName> | |
| 168 <HeaderFileName> | |
| 169 </HeaderFileName> | |
| 170 </Midl> | |
| 171 <ClCompile> | |
| 172 <Optimization>Disabled</Optimization> | |
| 173 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector
ies)</AdditionalIncludeDirectories> | |
| 174 <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Preproces
sorDefinitions)</PreprocessorDefinitions> | |
| 175 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 176 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 177 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
| 178 <PrecompiledHeader> | |
| 179 </PrecompiledHeader> | |
| 180 <PrecompiledHeaderOutputFile>.\x86\Debug/ugrep.pch</PrecompiledHeaderOutpu
tFile> | |
| 181 <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
| 182 <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
| 183 <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
| 184 <WarningLevel>Level3</WarningLevel> | |
| 185 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 186 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
| 187 <CompileAs>Default</CompileAs> | |
| 188 </ClCompile> | |
| 189 <ResourceCompile> | |
| 190 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> | |
| 191 <Culture>0x0409</Culture> | |
| 192 </ResourceCompile> | |
| 193 <Link> | |
| 194 <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</A
dditionalDependencies> | |
| 195 <OutputFile>.\x86\Debug/ugrep.exe</OutputFile> | |
| 196 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 197 <AdditionalLibraryDirectories>../../../lib;%(AdditionalLibraryDirectories)
</AdditionalLibraryDirectories> | |
| 198 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 199 <ProgramDatabaseFile>.\x86\Debug/ugrep.pdb</ProgramDatabaseFile> | |
| 200 <SubSystem>Console</SubSystem> | |
| 201 <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
| 202 <DataExecutionPrevention> | |
| 203 </DataExecutionPrevention> | |
| 204 <TargetMachine>MachineX86</TargetMachine> | |
| 205 </Link> | |
| 206 </ItemDefinitionGroup> | |
| 207 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
| 208 <Midl> | |
| 209 <TargetEnvironment>X64</TargetEnvironment> | |
| 210 <TypeLibraryName>.\x64\Debug/ugrep.tlb</TypeLibraryName> | |
| 211 <HeaderFileName> | |
| 212 </HeaderFileName> | |
| 213 </Midl> | |
| 214 <ClCompile> | |
| 215 <Optimization>Disabled</Optimization> | |
| 216 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirector
ies)</AdditionalIncludeDirectories> | |
| 217 <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(Pre
processorDefinitions)</PreprocessorDefinitions> | |
| 218 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
| 219 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
| 220 <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
| 221 <PrecompiledHeader> | |
| 222 </PrecompiledHeader> | |
| 223 <PrecompiledHeaderOutputFile>.\x64\Debug/ugrep.pch</PrecompiledHeaderOutpu
tFile> | |
| 224 <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
| 225 <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
| 226 <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
| 227 <WarningLevel>Level3</WarningLevel> | |
| 228 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 229 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
| 230 <CompileAs>Default</CompileAs> | |
| 231 </ClCompile> | |
| 232 <ResourceCompile> | |
| 233 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDe
finitions> | |
| 234 <Culture>0x0409</Culture> | |
| 235 </ResourceCompile> | |
| 236 <Link> | |
| 237 <AdditionalDependencies>icuucd.lib;icuind.lib;%(AdditionalDependencies)</A
dditionalDependencies> | |
| 238 <OutputFile>.\x64\Debug/ugrep.exe</OutputFile> | |
| 239 <SuppressStartupBanner>true</SuppressStartupBanner> | |
| 240 <AdditionalLibraryDirectories>../../../lib64;%(AdditionalLibraryDirectorie
s)</AdditionalLibraryDirectories> | |
| 241 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 242 <ProgramDatabaseFile>.\x64\Debug/ugrep.pdb</ProgramDatabaseFile> | |
| 243 <SubSystem>Console</SubSystem> | |
| 244 <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
| 245 <DataExecutionPrevention> | |
| 246 </DataExecutionPrevention> | |
| 247 <TargetMachine>MachineX64</TargetMachine> | |
| 248 </Link> | |
| 249 </ItemDefinitionGroup> | |
| 250 <ItemGroup> | |
| 251 <ClCompile Include="ugrep.cpp"> | |
| 252 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Di
sabled</Optimization> | |
| 253 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='
Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 254 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug
|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 255 <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|Win3
2'">EnableFastChecks</BasicRuntimeChecks> | |
| 256 <Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Disa
bled</Optimization> | |
| 257 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='
Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 258 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug
|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 259 <BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Debug|x64'
">EnableFastChecks</BasicRuntimeChecks> | |
| 260 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
MaxSpeed</Optimization> | |
| 261 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='
Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 262 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Relea
se|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 263 <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Ma
xSpeed</Optimization> | |
| 264 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='
Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
| 265 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Relea
se|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
| 266 </ClCompile> | |
| 267 </ItemGroup> | |
| 268 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 269 <ImportGroup Label="ExtensionTargets"> | |
| 270 </ImportGroup> | |
| 271 </Project> | |
| OLD | NEW |