]>
Commit | Line | Data |
---|---|---|
2ca993e8 | 1 | <?xml version="1.0" encoding="utf-8"?> |
f3c0d7a5 | 2 | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
0f5d89e8 A |
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>{97521D06-EC47-45D4-8BD0-9E16B3F93B2A}</ProjectGuid> | |
8 | </PropertyGroup> | |
9 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
0f5d89e8 | 10 | <PropertyGroup Label="Configuration"> |
2ca993e8 A |
11 | <ConfigurationType>Application</ConfigurationType> |
12 | <UseOfMfc>false</UseOfMfc> | |
13 | <CharacterSet>MultiByte</CharacterSet> | |
2ca993e8 A |
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 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</OutDir> | |
41 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
42 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
43 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
44 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
45 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
46 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
47 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
48 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
49 | </PropertyGroup> | |
0f5d89e8 A |
50 | <!-- Options that are common to *all* configurations --> |
51 | <ItemDefinitionGroup> | |
52 | <ClCompile> | |
53 | <PreprocessorDefinitions>WINVER=0x0601;_WIN32_WINNT=0x0601;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
54 | </ClCompile> | |
55 | </ItemDefinitionGroup> | |
2ca993e8 A |
56 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
57 | <CustomBuildStep> | |
58 | <Command>copy "$(TargetPath)" ..\..\..\bin | |
59 | </Command> | |
60 | <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> | |
61 | </CustomBuildStep> | |
62 | <Midl> | |
63 | <TypeLibraryName>.\x86\Release/genrb.tlb</TypeLibraryName> | |
64 | </Midl> | |
65 | <ClCompile> | |
66 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
2ca993e8 A |
67 | <StringPooling>true</StringPooling> |
68 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
69 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
70 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
71 | <PrecompiledHeaderOutputFile>.\x86\Release/genrb.pch</PrecompiledHeaderOutputFile> | |
72 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
73 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
74 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
75 | <WarningLevel>Level3</WarningLevel> | |
76 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
77 | <CompileAs>Default</CompileAs> | |
0f5d89e8 A |
78 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
79 | <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
2ca993e8 A |
80 | </ClCompile> |
81 | <ResourceCompile> | |
82 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
83 | <Culture>0x0409</Culture> | |
84 | </ResourceCompile> | |
85 | <Link> | |
86 | <OutputFile>.\x86\Release/genrb.exe</OutputFile> | |
87 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
0f5d89e8 A |
88 | <AdditionalDependencies>icuuc.lib;icuin.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> |
89 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
90 | <ProgramDatabaseFile>.\x86\Release/genrb.pdb</ProgramDatabaseFile> |
91 | <SubSystem>Console</SubSystem> | |
92 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
93 | <DataExecutionPrevention> | |
94 | </DataExecutionPrevention> | |
95 | </Link> | |
96 | </ItemDefinitionGroup> | |
97 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
98 | <CustomBuildStep> | |
99 | <Command>copy "$(TargetPath)" ..\..\..\bin | |
100 | </Command> | |
101 | <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs> | |
102 | </CustomBuildStep> | |
103 | <Midl> | |
104 | <TypeLibraryName>.\x86\Debug/genrb.tlb</TypeLibraryName> | |
105 | </Midl> | |
106 | <ClCompile> | |
107 | <Optimization>Disabled</Optimization> | |
108 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
2ca993e8 A |
109 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
110 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
111 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
112 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
113 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
114 | <PrecompiledHeaderOutputFile>.\x86\Debug/genrb.pch</PrecompiledHeaderOutputFile> | |
115 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
116 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
117 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
118 | <BrowseInformation>true</BrowseInformation> | |
119 | <WarningLevel>Level3</WarningLevel> | |
120 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
121 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
122 | <CompileAs>Default</CompileAs> | |
0f5d89e8 A |
123 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
124 | <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
2ca993e8 A |
125 | </ClCompile> |
126 | <ResourceCompile> | |
127 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
128 | <Culture>0x0409</Culture> | |
129 | </ResourceCompile> | |
130 | <Link> | |
131 | <OutputFile>.\x86\Debug/genrb.exe</OutputFile> | |
132 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
0f5d89e8 A |
133 | <AdditionalDependencies>icuucd.lib;icuind.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> |
134 | <AdditionalLibraryDirectories>..\..\..\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
135 | <GenerateDebugInformation>true</GenerateDebugInformation> |
136 | <ProgramDatabaseFile>.\x86\Debug/genrb.pdb</ProgramDatabaseFile> | |
137 | <SubSystem>Console</SubSystem> | |
138 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
139 | <DataExecutionPrevention> | |
140 | </DataExecutionPrevention> | |
141 | </Link> | |
142 | </ItemDefinitionGroup> | |
143 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
144 | <CustomBuildStep> | |
145 | <Command>copy "$(TargetPath)" ..\..\..\bin64 | |
146 | </Command> | |
147 | <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> | |
148 | </CustomBuildStep> | |
149 | <Midl> | |
150 | <TargetEnvironment>X64</TargetEnvironment> | |
151 | <TypeLibraryName>.\x64\Release/genrb.tlb</TypeLibraryName> | |
152 | </Midl> | |
153 | <ClCompile> | |
154 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
2ca993e8 A |
155 | <StringPooling>true</StringPooling> |
156 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
157 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
158 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
159 | <PrecompiledHeaderOutputFile>.\x64\Release/genrb.pch</PrecompiledHeaderOutputFile> | |
160 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
161 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
162 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
163 | <WarningLevel>Level3</WarningLevel> | |
164 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
165 | <CompileAs>Default</CompileAs> | |
0f5d89e8 A |
166 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
167 | <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
2ca993e8 A |
168 | </ClCompile> |
169 | <ResourceCompile> | |
170 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
171 | <Culture>0x0409</Culture> | |
172 | </ResourceCompile> | |
173 | <Link> | |
174 | <OutputFile>.\x64\Release/genrb.exe</OutputFile> | |
175 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
0f5d89e8 A |
176 | <AdditionalDependencies>icuuc.lib;icuin.lib;icutu.lib;%(AdditionalDependencies)</AdditionalDependencies> |
177 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
178 | <ProgramDatabaseFile>.\x64\Release/genrb.pdb</ProgramDatabaseFile> |
179 | <SubSystem>Console</SubSystem> | |
180 | <TargetMachine>MachineX64</TargetMachine> | |
181 | </Link> | |
182 | </ItemDefinitionGroup> | |
183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
184 | <CustomBuildStep> | |
185 | <Command>copy "$(TargetPath)" ..\..\..\bin64 | |
186 | </Command> | |
187 | <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs> | |
188 | </CustomBuildStep> | |
189 | <Midl> | |
190 | <TargetEnvironment>X64</TargetEnvironment> | |
191 | <TypeLibraryName>.\x64\Debug/genrb.tlb</TypeLibraryName> | |
192 | </Midl> | |
193 | <ClCompile> | |
194 | <Optimization>Disabled</Optimization> | |
195 | <AdditionalIncludeDirectories>..\..\..\include;..\..\common;..\toolutil;..\..\i18n;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
2ca993e8 A |
196 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
197 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
198 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
199 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
200 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
201 | <PrecompiledHeaderOutputFile>.\x64\Debug/genrb.pch</PrecompiledHeaderOutputFile> | |
202 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
203 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
204 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
205 | <BrowseInformation>true</BrowseInformation> | |
206 | <WarningLevel>Level3</WarningLevel> | |
207 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
208 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
209 | <CompileAs>Default</CompileAs> | |
0f5d89e8 A |
210 | <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> |
211 | <MultiProcessorCompilation>true</MultiProcessorCompilation> | |
2ca993e8 A |
212 | </ClCompile> |
213 | <ResourceCompile> | |
214 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
215 | <Culture>0x0409</Culture> | |
216 | </ResourceCompile> | |
217 | <Link> | |
218 | <OutputFile>.\x64\Debug/genrb.exe</OutputFile> | |
219 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
0f5d89e8 A |
220 | <AdditionalDependencies>icuucd.lib;icuind.lib;icutud.lib;%(AdditionalDependencies)</AdditionalDependencies> |
221 | <AdditionalLibraryDirectories>..\..\..\lib64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | |
2ca993e8 A |
222 | <GenerateDebugInformation>true</GenerateDebugInformation> |
223 | <ProgramDatabaseFile>.\x64\Debug/genrb.pdb</ProgramDatabaseFile> | |
224 | <SubSystem>Console</SubSystem> | |
225 | <TargetMachine>MachineX64</TargetMachine> | |
226 | </Link> | |
227 | </ItemDefinitionGroup> | |
228 | <ItemGroup> | |
229 | <ClCompile Include="errmsg.c" /> | |
230 | <ClCompile Include="genrb.cpp" /> | |
231 | <ClCompile Include="parse.cpp"> | |
232 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
233 | </ClCompile> | |
234 | <ClCompile Include="prscmnts.cpp"> | |
235 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
236 | </ClCompile> | |
237 | <ClCompile Include="rbutil.c" /> | |
238 | <ClCompile Include="read.c" /> | |
239 | <ClCompile Include="reslist.cpp"> | |
240 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
241 | </ClCompile> | |
242 | <ClCompile Include="rle.c" /> | |
243 | <ClCompile Include="ustr.c" /> | |
244 | <ClCompile Include="wrtjava.cpp"> | |
245 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
246 | </ClCompile> | |
247 | <ClCompile Include="wrtxml.cpp"> | |
248 | <DisableLanguageExtensions>false</DisableLanguageExtensions> | |
249 | </ClCompile> | |
250 | </ItemGroup> | |
251 | <ItemGroup> | |
252 | <ClInclude Include="errmsg.h" /> | |
253 | <ClInclude Include="genrb.h" /> | |
254 | <ClInclude Include="parse.h" /> | |
255 | <ClInclude Include="prscmnts.h" /> | |
256 | <ClInclude Include="rbutil.h" /> | |
257 | <ClInclude Include="read.h" /> | |
258 | <ClInclude Include="reslist.h" /> | |
259 | <ClInclude Include="rle.h" /> | |
260 | <ClInclude Include="ustr.h" /> | |
261 | </ItemGroup> | |
2ca993e8 A |
262 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
263 | <ImportGroup Label="ExtensionTargets"> | |
264 | </ImportGroup> | |
0f5d89e8 | 265 | </Project> |