]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | <?xml version="1.0" encoding="utf-8"?> |
0f5d89e8 A |
2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | <!-- The following import will include the 'default' configuration options for VS projects. --> | |
4 | <Import Project="..\allinone\Build.Windows.ProjectConfiguration.props" /> | |
5 | ||
2ca993e8 A |
6 | <PropertyGroup Label="Globals"> |
7 | <ProjectGuid>{203EC78A-0531-43F0-A636-285439BDE025}</ProjectGuid> | |
8 | </PropertyGroup> | |
9 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
0f5d89e8 | 10 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
11 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
12 | <UseOfMfc>false</UseOfMfc> | |
13 | <CharacterSet>MultiByte</CharacterSet> | |
14 | </PropertyGroup> | |
15 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
16 | <ImportGroup Label="ExtensionSettings"> | |
17 | </ImportGroup> | |
18 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
19 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
20 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
21 | </ImportGroup> | |
22 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
23 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
24 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
25 | </ImportGroup> | |
26 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
27 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
28 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
29 | </ImportGroup> | |
30 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
31 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
32 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
33 | </ImportGroup> | |
34 | <PropertyGroup Label="UserMacros" /> | |
35 | <PropertyGroup> | |
36 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
37 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</OutDir> | |
38 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
39 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
40 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest> | |
41 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
42 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
43 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest> | |
44 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
45 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
46 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
47 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</GenerateManifest> | |
48 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
49 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
50 | <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest> | |
51 | </PropertyGroup> | |
0f5d89e8 A |
52 | <!-- Options that are common to *all* project configurations --> |
53 | <ItemDefinitionGroup> | |
2ca993e8 A |
54 | <ClCompile> |
55 | <AdditionalIncludeDirectories>..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
0f5d89e8 | 56 | <PreprocessorDefinitions>STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
2ca993e8 | 57 | <DisableLanguageExtensions>true</DisableLanguageExtensions> |
2ca993e8 | 58 | <WarningLevel>Level3</WarningLevel> |
2ca993e8 A |
59 | <CompileAs>Default</CompileAs> |
60 | </ClCompile> | |
61 | <ResourceCompile> | |
0f5d89e8 | 62 | <PreprocessorDefinitions>STUBDATA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
2ca993e8 A |
63 | </ResourceCompile> |
64 | <PreLinkEvent> | |
65 | <Command>echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"</Command> | |
66 | </PreLinkEvent> | |
67 | <Link> | |
0f5d89e8 | 68 | <BaseAddress>0x4ad00000</BaseAddress> |
2ca993e8 A |
69 | <NoEntryPoint>true</NoEntryPoint> |
70 | <SetChecksum>true</SetChecksum> | |
2ca993e8 | 71 | <RandomizedBaseAddress>false</RandomizedBaseAddress> |
0f5d89e8 A |
72 | <TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration> |
73 | </Link> | |
74 | </ItemDefinitionGroup> | |
75 | <!-- Options that are common to all 'Debug' project configurations --> | |
76 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> | |
77 | <ClCompile> | |
78 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
79 | </ClCompile> | |
80 | </ItemDefinitionGroup> | |
81 | <!-- Options that are common to all 'Release' project configurations --> | |
82 | <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> | |
83 | <ClCompile> | |
84 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
85 | </ClCompile> | |
86 | </ItemDefinitionGroup> | |
87 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
88 | <Midl> | |
89 | <TypeLibraryName>.\x86\Release\icudt.tlb</TypeLibraryName> | |
90 | </Midl> | |
91 | <ClCompile> | |
92 | <ExceptionHandling> | |
93 | </ExceptionHandling> | |
94 | <PrecompiledHeaderOutputFile>.\x86\Release\stubdata.pch</PrecompiledHeaderOutputFile> | |
95 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
96 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
97 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
98 | </ClCompile> | |
99 | <Link> | |
100 | <OutputFile>..\..\bin\icudt62.dll</OutputFile> | |
101 | <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> | |
102 | <ProgramDatabaseFile>.\x86\Release\icudt.pdb</ProgramDatabaseFile> | |
2ca993e8 A |
103 | <DataExecutionPrevention> |
104 | </DataExecutionPrevention> | |
2ca993e8 A |
105 | <ImportLibrary>..\..\lib\icudt.lib</ImportLibrary> |
106 | </Link> | |
107 | </ItemDefinitionGroup> | |
108 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
109 | <Midl> | |
2ca993e8 A |
110 | <TypeLibraryName>.\x86\Debug/icudt.tlb</TypeLibraryName> |
111 | </Midl> | |
112 | <ClCompile> | |
2ca993e8 A |
113 | <PrecompiledHeaderOutputFile>.\x86\Debug/stubdata.pch</PrecompiledHeaderOutputFile> |
114 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
115 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
116 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
2ca993e8 | 117 | </ClCompile> |
2ca993e8 | 118 | <Link> |
0f5d89e8 | 119 | <OutputFile>..\..\bin\icudt62.dll</OutputFile> |
2ca993e8 | 120 | <ProgramDatabaseFile>.\x86\Debug/icudt.pdb</ProgramDatabaseFile> |
2ca993e8 A |
121 | <DataExecutionPrevention> |
122 | </DataExecutionPrevention> | |
2ca993e8 A |
123 | <ImportLibrary>..\..\lib\icudt.lib</ImportLibrary> |
124 | </Link> | |
125 | </ItemDefinitionGroup> | |
126 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
127 | <Midl> | |
2ca993e8 A |
128 | <TypeLibraryName>.\x64\Release\icudt.tlb</TypeLibraryName> |
129 | </Midl> | |
130 | <ClCompile> | |
2ca993e8 A |
131 | <ExceptionHandling> |
132 | </ExceptionHandling> | |
2ca993e8 A |
133 | <PrecompiledHeaderOutputFile>.\x64\Release\stubdata.pch</PrecompiledHeaderOutputFile> |
134 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
135 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
136 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
2ca993e8 | 137 | </ClCompile> |
2ca993e8 | 138 | <Link> |
0f5d89e8 | 139 | <OutputFile>..\..\bin64\icudt62.dll</OutputFile> |
2ca993e8 A |
140 | <IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries> |
141 | <ProgramDatabaseFile>.\x64\Release\icudt.pdb</ProgramDatabaseFile> | |
2ca993e8 | 142 | <ImportLibrary>..\..\lib64\icudt.lib</ImportLibrary> |
2ca993e8 A |
143 | </Link> |
144 | </ItemDefinitionGroup> | |
145 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
146 | <Midl> | |
2ca993e8 A |
147 | <TypeLibraryName>.\x64\Debug/icudt.tlb</TypeLibraryName> |
148 | </Midl> | |
149 | <ClCompile> | |
2ca993e8 A |
150 | <PrecompiledHeaderOutputFile>.\x64\Debug/stubdata.pch</PrecompiledHeaderOutputFile> |
151 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
152 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
153 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
2ca993e8 | 154 | </ClCompile> |
2ca993e8 | 155 | <Link> |
0f5d89e8 | 156 | <OutputFile>..\..\bin64\icudt62.dll</OutputFile> |
2ca993e8 | 157 | <ProgramDatabaseFile>.\x64\Debug/icudt.pdb</ProgramDatabaseFile> |
2ca993e8 | 158 | <ImportLibrary>..\..\lib64\icudt.lib</ImportLibrary> |
2ca993e8 A |
159 | </Link> |
160 | </ItemDefinitionGroup> | |
161 | <ItemGroup> | |
f3c0d7a5 | 162 | <ClCompile Include="stubdata.cpp" /> |
2ca993e8 A |
163 | </ItemGroup> |
164 | <ItemGroup> | |
165 | <ResourceCompile Include="..\data\misc\icudata.rc"> | |
0f5d89e8 | 166 | <AdditionalIncludeDirectories>../common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
2ca993e8 A |
167 | </ResourceCompile> |
168 | </ItemGroup> | |
169 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
170 | <ImportGroup Label="ExtensionTargets"> | |
171 | </ImportGroup> | |
172 | </Project> |