1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/intl/icu/source/tools/gennorm2/gennorm2.vcxproj Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,266 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1.6 + <ItemGroup Label="ProjectConfigurations"> 1.7 + <ProjectConfiguration Include="Debug|Win32"> 1.8 + <Configuration>Debug</Configuration> 1.9 + <Platform>Win32</Platform> 1.10 + </ProjectConfiguration> 1.11 + <ProjectConfiguration Include="Debug|x64"> 1.12 + <Configuration>Debug</Configuration> 1.13 + <Platform>x64</Platform> 1.14 + </ProjectConfiguration> 1.15 + <ProjectConfiguration Include="Release|Win32"> 1.16 + <Configuration>Release</Configuration> 1.17 + <Platform>Win32</Platform> 1.18 + </ProjectConfiguration> 1.19 + <ProjectConfiguration Include="Release|x64"> 1.20 + <Configuration>Release</Configuration> 1.21 + <Platform>x64</Platform> 1.22 + </ProjectConfiguration> 1.23 + </ItemGroup> 1.24 + <PropertyGroup Label="Globals"> 1.25 + <ProjectGuid>{C7891A65-80AB-4245-912E-5F1E17B0E6C4}</ProjectGuid> 1.26 + <RootNamespace>gennorm2</RootNamespace> 1.27 + <Keyword>Win32Proj</Keyword> 1.28 + </PropertyGroup> 1.29 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 1.30 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.31 + <ConfigurationType>Application</ConfigurationType> 1.32 + <CharacterSet>Unicode</CharacterSet> 1.33 + </PropertyGroup> 1.34 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.35 + <ConfigurationType>Application</ConfigurationType> 1.36 + <CharacterSet>Unicode</CharacterSet> 1.37 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.38 + </PropertyGroup> 1.39 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.40 + <ConfigurationType>Application</ConfigurationType> 1.41 + <CharacterSet>Unicode</CharacterSet> 1.42 + </PropertyGroup> 1.43 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.44 + <ConfigurationType>Application</ConfigurationType> 1.45 + <CharacterSet>Unicode</CharacterSet> 1.46 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.47 + </PropertyGroup> 1.48 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.49 + <ImportGroup Label="ExtensionSettings"> 1.50 + </ImportGroup> 1.51 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 1.52 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.53 + </ImportGroup> 1.54 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 1.55 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.56 + </ImportGroup> 1.57 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 1.58 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.59 + </ImportGroup> 1.60 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 1.61 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.62 + </ImportGroup> 1.63 + <PropertyGroup Label="UserMacros" /> 1.64 + <PropertyGroup> 1.65 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 1.66 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> 1.67 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> 1.68 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 1.69 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> 1.70 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> 1.71 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 1.72 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> 1.73 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> 1.74 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 1.75 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> 1.76 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> 1.77 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 1.78 + </PropertyGroup> 1.79 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.80 + <CustomBuildStep> 1.81 + <Command>copy "$(TargetPath)" ..\..\..\bin 1.82 +</Command> 1.83 + <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 1.84 + </CustomBuildStep> 1.85 + <ClCompile> 1.86 + <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.87 + <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.88 + <Optimization>MaxSpeed</Optimization> 1.89 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.90 + <StringPooling>true</StringPooling> 1.91 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.92 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.93 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.94 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.95 + <PrecompiledHeaderOutputFile>.\x86\Release\gennorm2.pch</PrecompiledHeaderOutputFile> 1.96 + <AssemblerListingLocation>.\x86\Release\</AssemblerListingLocation> 1.97 + <ObjectFileName>.\x86\Release\</ObjectFileName> 1.98 + <ProgramDataBaseFileName>.\x86\Release\</ProgramDataBaseFileName> 1.99 + <WarningLevel>Level3</WarningLevel> 1.100 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.101 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.102 + <CompileAs>Default</CompileAs> 1.103 + </ClCompile> 1.104 + <ResourceCompile> 1.105 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.106 + <Culture>0x0409</Culture> 1.107 + </ResourceCompile> 1.108 + <Link> 1.109 + <OutputFile>.\x86\Release\gennorm2.exe</OutputFile> 1.110 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.111 + <ProgramDatabaseFile>.\x86\Release\gennorm2.pdb</ProgramDatabaseFile> 1.112 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.113 + <SubSystem>Console</SubSystem> 1.114 + <OptimizeReferences>true</OptimizeReferences> 1.115 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.116 + <TargetMachine>MachineX86</TargetMachine> 1.117 + <RandomizedBaseAddress>false</RandomizedBaseAddress> 1.118 + <DataExecutionPrevention>false</DataExecutionPrevention> 1.119 + </Link> 1.120 + </ItemDefinitionGroup> 1.121 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.122 + <CustomBuildStep> 1.123 + <Command>copy "$(TargetPath)" ..\..\..\bin 1.124 +</Command> 1.125 + <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> 1.126 + </CustomBuildStep> 1.127 + <ClCompile> 1.128 + <Optimization>Disabled</Optimization> 1.129 + <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.130 + <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.131 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.132 + <MinimalRebuild>true</MinimalRebuild> 1.133 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.134 + <StringPooling>true</StringPooling> 1.135 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1.136 + <BufferSecurityCheck>true</BufferSecurityCheck> 1.137 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.138 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.139 + <PrecompiledHeaderOutputFile>.\x86\Debug\gennorm2.pch</PrecompiledHeaderOutputFile> 1.140 + <AssemblerListingLocation>.\x86\Debug\</AssemblerListingLocation> 1.141 + <ObjectFileName>.\x86\Debug\</ObjectFileName> 1.142 + <ProgramDataBaseFileName>.\x86\Debug\</ProgramDataBaseFileName> 1.143 + <BrowseInformation>true</BrowseInformation> 1.144 + <WarningLevel>Level3</WarningLevel> 1.145 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.146 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 1.147 + <CompileAs>Default</CompileAs> 1.148 + </ClCompile> 1.149 + <ResourceCompile> 1.150 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.151 + <Culture>0x0409</Culture> 1.152 + </ResourceCompile> 1.153 + <Link> 1.154 + <OutputFile>.\x86\Debug\gennorm2.exe</OutputFile> 1.155 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.156 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.157 + <ProgramDatabaseFile>.\x86\Debug\gennorm2.pdb</ProgramDatabaseFile> 1.158 + <SubSystem>Console</SubSystem> 1.159 + <TargetMachine>MachineX86</TargetMachine> 1.160 + <RandomizedBaseAddress>false</RandomizedBaseAddress> 1.161 + <DataExecutionPrevention>false</DataExecutionPrevention> 1.162 + </Link> 1.163 + </ItemDefinitionGroup> 1.164 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.165 + <CustomBuildStep> 1.166 + <Command>copy "$(TargetPath)" ..\..\..\bin64 1.167 +</Command> 1.168 + <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 1.169 + </CustomBuildStep> 1.170 + <ClCompile> 1.171 + <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.172 + <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.173 + <Optimization>MaxSpeed</Optimization> 1.174 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.175 + <StringPooling>true</StringPooling> 1.176 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 1.177 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.178 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.179 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.180 + <PrecompiledHeaderOutputFile>.\x64\Release\gennorm2.pch</PrecompiledHeaderOutputFile> 1.181 + <AssemblerListingLocation>.\x64\Release\</AssemblerListingLocation> 1.182 + <ObjectFileName>.\x64\Release\</ObjectFileName> 1.183 + <ProgramDataBaseFileName>.\x64\Release\</ProgramDataBaseFileName> 1.184 + <WarningLevel>Level3</WarningLevel> 1.185 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 1.186 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.187 + <CompileAs>Default</CompileAs> 1.188 + </ClCompile> 1.189 + <ResourceCompile> 1.190 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.191 + <Culture>0x0409</Culture> 1.192 + </ResourceCompile> 1.193 + <Link> 1.194 + <OutputFile>.\x64\Release\gennorm2.exe</OutputFile> 1.195 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.196 + <ProgramDatabaseFile>.\x64\Release\gennorm2.pdb</ProgramDatabaseFile> 1.197 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.198 + <SubSystem>Console</SubSystem> 1.199 + <OptimizeReferences>true</OptimizeReferences> 1.200 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.201 + <TargetMachine>MachineX64</TargetMachine> 1.202 + <RandomizedBaseAddress>false</RandomizedBaseAddress> 1.203 + <DataExecutionPrevention>false</DataExecutionPrevention> 1.204 + </Link> 1.205 + </ItemDefinitionGroup> 1.206 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.207 + <CustomBuildStep> 1.208 + <Command>copy "$(TargetPath)" ..\..\..\bin64 1.209 +</Command> 1.210 + <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> 1.211 + </CustomBuildStep> 1.212 + <ClCompile> 1.213 + <Optimization>Disabled</Optimization> 1.214 + <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 1.215 + <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.216 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.217 + <MinimalRebuild>true</MinimalRebuild> 1.218 + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 1.219 + <StringPooling>true</StringPooling> 1.220 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 1.221 + <BufferSecurityCheck>true</BufferSecurityCheck> 1.222 + <DisableLanguageExtensions>false</DisableLanguageExtensions> 1.223 + <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> 1.224 + <PrecompiledHeaderOutputFile>.\x64\Debug\gennorm2.pch</PrecompiledHeaderOutputFile> 1.225 + <AssemblerListingLocation>.\x64\Debug\</AssemblerListingLocation> 1.226 + <ObjectFileName>.\x64\Debug\</ObjectFileName> 1.227 + <ProgramDataBaseFileName>.\x64\Debug\</ProgramDataBaseFileName> 1.228 + <BrowseInformation>true</BrowseInformation> 1.229 + <WarningLevel>Level3</WarningLevel> 1.230 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.231 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 1.232 + <CompileAs>Default</CompileAs> 1.233 + </ClCompile> 1.234 + <ResourceCompile> 1.235 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.236 + <Culture>0x0409</Culture> 1.237 + </ResourceCompile> 1.238 + <Link> 1.239 + <OutputFile>.\x64\Debug\gennorm2.exe</OutputFile> 1.240 + <SuppressStartupBanner>true</SuppressStartupBanner> 1.241 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.242 + <ProgramDatabaseFile>.\x64\Debug\gennorm2.pdb</ProgramDatabaseFile> 1.243 + <SubSystem>Console</SubSystem> 1.244 + <TargetMachine>MachineX64</TargetMachine> 1.245 + <RandomizedBaseAddress>false</RandomizedBaseAddress> 1.246 + <DataExecutionPrevention>false</DataExecutionPrevention> 1.247 + </Link> 1.248 + </ItemDefinitionGroup> 1.249 + <ItemGroup> 1.250 + <ClCompile Include="gennorm2.cpp" /> 1.251 + <ClCompile Include="n2builder.cpp" /> 1.252 + </ItemGroup> 1.253 + <ItemGroup> 1.254 + <ClInclude Include="n2builder.h" /> 1.255 + </ItemGroup> 1.256 + <ItemGroup> 1.257 + <ProjectReference Include="..\..\common\common.vcxproj"> 1.258 + <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 1.259 + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 1.260 + </ProjectReference> 1.261 + <ProjectReference Include="..\toolutil\toolutil.vcxproj"> 1.262 + <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project> 1.263 + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 1.264 + </ProjectReference> 1.265 + </ItemGroup> 1.266 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.267 + <ImportGroup Label="ExtensionTargets"> 1.268 + </ImportGroup> 1.269 +</Project>