]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | <?xml version="1.0" encoding="utf-8"?>\r |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r | |
3 | <ItemGroup Label="ProjectConfigurations">\r | |
4 | <ProjectConfiguration Include="Debug|Win32">\r | |
5 | <Configuration>Debug</Configuration>\r | |
6 | <Platform>Win32</Platform>\r | |
7 | </ProjectConfiguration>\r | |
8 | <ProjectConfiguration Include="Debug|x64">\r | |
9 | <Configuration>Debug</Configuration>\r | |
10 | <Platform>x64</Platform>\r | |
11 | </ProjectConfiguration>\r | |
12 | <ProjectConfiguration Include="Release|Win32">\r | |
13 | <Configuration>Release</Configuration>\r | |
14 | <Platform>Win32</Platform>\r | |
15 | </ProjectConfiguration>\r | |
16 | <ProjectConfiguration Include="Release|x64">\r | |
17 | <Configuration>Release</Configuration>\r | |
18 | <Platform>x64</Platform>\r | |
19 | </ProjectConfiguration>\r | |
20 | </ItemGroup>\r | |
21 | <PropertyGroup Label="Globals">\r | |
22 | <ProjectGuid>{62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}</ProjectGuid>\r | |
23 | <Keyword>Win32Proj</Keyword>\r | |
24 | </PropertyGroup>\r | |
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r | |
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r | |
27 | <ConfigurationType>Application</ConfigurationType>\r | |
28 | <UseOfMfc>false</UseOfMfc>\r | |
29 | <CharacterSet>MultiByte</CharacterSet>\r | |
30 | </PropertyGroup>\r | |
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r | |
32 | <ConfigurationType>Application</ConfigurationType>\r | |
33 | <UseOfMfc>false</UseOfMfc>\r | |
34 | <CharacterSet>MultiByte</CharacterSet>\r | |
35 | </PropertyGroup>\r | |
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r | |
37 | <ConfigurationType>Application</ConfigurationType>\r | |
38 | <UseOfMfc>false</UseOfMfc>\r | |
39 | <CharacterSet>MultiByte</CharacterSet>\r | |
40 | </PropertyGroup>\r | |
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r | |
42 | <ConfigurationType>Application</ConfigurationType>\r | |
43 | <UseOfMfc>false</UseOfMfc>\r | |
44 | <CharacterSet>MultiByte</CharacterSet>\r | |
45 | </PropertyGroup>\r | |
46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r | |
47 | <ImportGroup Label="ExtensionSettings">\r | |
48 | </ImportGroup>\r | |
49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r | |
50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
51 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r | |
52 | </ImportGroup>\r | |
53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r | |
54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
55 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r | |
56 | </ImportGroup>\r | |
57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r | |
58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
59 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r | |
60 | </ImportGroup>\r | |
61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r | |
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r | |
63 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />\r | |
64 | </ImportGroup>\r | |
65 | <PropertyGroup Label="UserMacros" />\r | |
66 | <PropertyGroup>\r | |
67 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r | |
68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release\</OutDir>\r | |
69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">x86\Release\</IntDir>\r | |
70 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>\r | |
71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</OutDir>\r | |
72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">x86\Debug\</IntDir>\r | |
73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>\r | |
74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir>\r | |
75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir>\r | |
76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>\r | |
77 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir>\r | |
78 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir>\r | |
79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>\r | |
80 | </PropertyGroup>\r | |
81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r | |
82 | <CustomBuildStep>\r | |
83 | <Command>copy "$(TargetPath)" ..\..\..\bin\r | |
84 | </Command>\r | |
85 | <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>\r | |
86 | </CustomBuildStep>\r | |
87 | <ClCompile>\r | |
88 | <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
89 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
90 | <StringPooling>true</StringPooling>\r | |
91 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r | |
92 | <FunctionLevelLinking>true</FunctionLevelLinking>\r | |
93 | <DisableLanguageExtensions>true</DisableLanguageExtensions>\r | |
94 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r | |
95 | <PrecompiledHeaderOutputFile>x86\Release/icupkg.pch</PrecompiledHeaderOutputFile>\r | |
96 | <AssemblerListingLocation>x86\Release/</AssemblerListingLocation>\r | |
97 | <ObjectFileName>x86\Release/</ObjectFileName>\r | |
98 | <ProgramDataBaseFileName>x86\Release/</ProgramDataBaseFileName>\r | |
99 | <WarningLevel>Level4</WarningLevel>\r | |
100 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
101 | <CompileAs>Default</CompileAs>\r | |
102 | </ClCompile>\r | |
103 | <ResourceCompile>\r | |
104 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
105 | </ResourceCompile>\r | |
106 | <Link>\r | |
107 | <OutputFile>$(OutDir)icupkg.exe</OutputFile>\r | |
108 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
109 | <ProgramDatabaseFile>x86\Release/icupkg.pdb</ProgramDatabaseFile>\r | |
110 | <SubSystem>Console</SubSystem>\r | |
111 | <RandomizedBaseAddress>false</RandomizedBaseAddress>\r | |
112 | <DataExecutionPrevention>\r | |
113 | </DataExecutionPrevention>\r | |
114 | </Link>\r | |
115 | </ItemDefinitionGroup>\r | |
116 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r | |
117 | <CustomBuildStep>\r | |
118 | <Command>copy "$(TargetPath)" ..\..\..\bin\r | |
119 | </Command>\r | |
120 | <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>\r | |
121 | </CustomBuildStep>\r | |
122 | <ClCompile>\r | |
123 | <Optimization>Disabled</Optimization>\r | |
124 | <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
125 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
126 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r | |
127 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r | |
128 | <BufferSecurityCheck>true</BufferSecurityCheck>\r | |
129 | <DisableLanguageExtensions>true</DisableLanguageExtensions>\r | |
130 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r | |
131 | <PrecompiledHeaderOutputFile>Debug/icupkg.pch</PrecompiledHeaderOutputFile>\r | |
132 | <AssemblerListingLocation>Debug/</AssemblerListingLocation>\r | |
133 | <ObjectFileName>Debug/</ObjectFileName>\r | |
134 | <ProgramDataBaseFileName>Debug/</ProgramDataBaseFileName>\r | |
135 | <BrowseInformation>true</BrowseInformation>\r | |
136 | <WarningLevel>Level4</WarningLevel>\r | |
137 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
138 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r | |
139 | <CompileAs>Default</CompileAs>\r | |
140 | </ClCompile>\r | |
141 | <ResourceCompile>\r | |
142 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
143 | </ResourceCompile>\r | |
144 | <Link>\r | |
145 | <OutputFile>$(OutDir)icupkg.exe</OutputFile>\r | |
146 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
147 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
148 | <ProgramDatabaseFile>$(OutDir)icupkg.pdb</ProgramDatabaseFile>\r | |
149 | <SubSystem>Console</SubSystem>\r | |
150 | <RandomizedBaseAddress>false</RandomizedBaseAddress>\r | |
151 | <DataExecutionPrevention>\r | |
152 | </DataExecutionPrevention>\r | |
153 | </Link>\r | |
154 | </ItemDefinitionGroup>\r | |
155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r | |
156 | <CustomBuildStep>\r | |
157 | <Command>copy "$(TargetPath)" ..\..\..\bin64\r | |
158 | </Command>\r | |
159 | <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>\r | |
160 | </CustomBuildStep>\r | |
161 | <Midl>\r | |
162 | <TargetEnvironment>X64</TargetEnvironment>\r | |
163 | </Midl>\r | |
164 | <ClCompile>\r | |
165 | <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
166 | <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
167 | <StringPooling>true</StringPooling>\r | |
168 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>\r | |
169 | <FunctionLevelLinking>true</FunctionLevelLinking>\r | |
170 | <DisableLanguageExtensions>true</DisableLanguageExtensions>\r | |
171 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r | |
172 | <PrecompiledHeaderOutputFile>x64\Release/icupkg.pch</PrecompiledHeaderOutputFile>\r | |
173 | <AssemblerListingLocation>x64\Release/</AssemblerListingLocation>\r | |
174 | <ObjectFileName>x64\Release/</ObjectFileName>\r | |
175 | <ProgramDataBaseFileName>x64\Release/</ProgramDataBaseFileName>\r | |
176 | <WarningLevel>Level4</WarningLevel>\r | |
177 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
178 | <CompileAs>Default</CompileAs>\r | |
179 | </ClCompile>\r | |
180 | <ResourceCompile>\r | |
181 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
182 | </ResourceCompile>\r | |
183 | <Link>\r | |
184 | <OutputFile>$(OutDir)icupkg.exe</OutputFile>\r | |
185 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
186 | <ProgramDatabaseFile>x64\Release/icupkg.pdb</ProgramDatabaseFile>\r | |
187 | <SubSystem>Console</SubSystem>\r | |
188 | <TargetMachine>MachineX64</TargetMachine>\r | |
189 | </Link>\r | |
190 | </ItemDefinitionGroup>\r | |
191 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r | |
192 | <CustomBuildStep>\r | |
193 | <Command>copy "$(TargetPath)" ..\..\..\bin64\r | |
194 | </Command>\r | |
195 | <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>\r | |
196 | </CustomBuildStep>\r | |
197 | <Midl>\r | |
198 | <TargetEnvironment>X64</TargetEnvironment>\r | |
199 | </Midl>\r | |
200 | <ClCompile>\r | |
201 | <Optimization>Disabled</Optimization>\r | |
202 | <AdditionalIncludeDirectories>..\..\common;..\toolutil;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r | |
203 | <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
204 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r | |
205 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r | |
206 | <BufferSecurityCheck>true</BufferSecurityCheck>\r | |
207 | <DisableLanguageExtensions>true</DisableLanguageExtensions>\r | |
208 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>\r | |
209 | <PrecompiledHeaderOutputFile>Debug/icupkg.pch</PrecompiledHeaderOutputFile>\r | |
210 | <AssemblerListingLocation>Debug/</AssemblerListingLocation>\r | |
211 | <ObjectFileName>Debug/</ObjectFileName>\r | |
212 | <ProgramDataBaseFileName>Debug/</ProgramDataBaseFileName>\r | |
213 | <BrowseInformation>true</BrowseInformation>\r | |
214 | <WarningLevel>Level4</WarningLevel>\r | |
215 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
216 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r | |
217 | <CompileAs>Default</CompileAs>\r | |
218 | </ClCompile>\r | |
219 | <ResourceCompile>\r | |
220 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r | |
221 | </ResourceCompile>\r | |
222 | <Link>\r | |
223 | <OutputFile>$(OutDir)icupkg.exe</OutputFile>\r | |
224 | <SuppressStartupBanner>true</SuppressStartupBanner>\r | |
225 | <GenerateDebugInformation>true</GenerateDebugInformation>\r | |
226 | <ProgramDatabaseFile>$(OutDir)icupkg.pdb</ProgramDatabaseFile>\r | |
227 | <SubSystem>Console</SubSystem>\r | |
228 | <TargetMachine>MachineX64</TargetMachine>\r | |
229 | </Link>\r | |
230 | </ItemDefinitionGroup>\r | |
231 | <ItemGroup>\r | |
232 | <ClCompile Include="icupkg.cpp" />\r | |
233 | </ItemGroup>\r | |
234 | <ItemGroup>\r | |
235 | <ProjectReference Include="..\..\common\common.vcxproj">\r | |
236 | <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project>\r | |
237 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r | |
238 | </ProjectReference>\r | |
239 | <ProjectReference Include="..\toolutil\toolutil.vcxproj">\r | |
240 | <Project>{6b231032-3cb5-4eed-9210-810d666a23a0}</Project>\r | |
241 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r | |
242 | </ProjectReference>\r | |
243 | </ItemGroup>\r | |
244 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r | |
245 | <ImportGroup Label="ExtensionTargets">\r | |
246 | </ImportGroup>\r | |
247 | </Project> |