]>
Commit | Line | Data |
---|---|---|
2ca993e8 A |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.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>{37FC2C7F-1904-4811-8955-2F478830EAD1}</ProjectGuid> | |
23 | <RootNamespace>layoutex</RootNamespace> | |
24 | </PropertyGroup> | |
25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
27 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
28 | <UseOfMfc>false</UseOfMfc> | |
29 | <CharacterSet>MultiByte</CharacterSet> | |
30 | </PropertyGroup> | |
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
32 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
33 | <UseOfMfc>false</UseOfMfc> | |
34 | <CharacterSet>MultiByte</CharacterSet> | |
35 | </PropertyGroup> | |
36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | |
37 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
38 | <UseOfMfc>false</UseOfMfc> | |
39 | <CharacterSet>MultiByte</CharacterSet> | |
40 | </PropertyGroup> | |
41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
42 | <ConfigurationType>DynamicLibrary</ConfigurationType> | |
43 | <UseOfMfc>false</UseOfMfc> | |
44 | <CharacterSet>MultiByte</CharacterSet> | |
45 | </PropertyGroup> | |
46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
47 | <ImportGroup Label="ExtensionSettings"> | |
48 | </ImportGroup> | |
49 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
51 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
52 | </ImportGroup> | |
53 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
55 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
56 | </ImportGroup> | |
57 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | |
58 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
59 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
60 | </ImportGroup> | |
61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
63 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | |
64 | </ImportGroup> | |
65 | <PropertyGroup Label="UserMacros" /> | |
66 | <PropertyGroup> | |
67 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
68 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\..\lib\</OutDir> | |
69 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\x86\Release\</IntDir> | |
70 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
71 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\..\lib\</OutDir> | |
72 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\x86\Debug\</IntDir> | |
73 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
74 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</OutDir> | |
75 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\x64\Release\</IntDir> | |
76 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> | |
77 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</OutDir> | |
78 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\x64\Debug\</IntDir> | |
79 | <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> | |
80 | </PropertyGroup> | |
81 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
82 | <Midl> | |
83 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
84 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
85 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
86 | <TargetEnvironment>Win32</TargetEnvironment> | |
87 | <TypeLibraryName>.\..\..\lib\iculx.tlb</TypeLibraryName> | |
88 | </Midl> | |
89 | <ClCompile> | |
90 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
91 | <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
92 | <StringPooling>true</StringPooling> | |
93 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
94 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
95 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
96 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
97 | <PrecompiledHeaderOutputFile>.\x86\Release/layoutex.pch</PrecompiledHeaderOutputFile> | |
98 | <AssemblerListingLocation>.\x86\Release/</AssemblerListingLocation> | |
99 | <ObjectFileName>.\x86\Release/</ObjectFileName> | |
100 | <ProgramDataBaseFileName>.\x86\Release/</ProgramDataBaseFileName> | |
101 | <WarningLevel>Level3</WarningLevel> | |
102 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
103 | <CompileAs>Default</CompileAs> | |
104 | </ClCompile> | |
105 | <ResourceCompile> | |
106 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
107 | <Culture>0x0409</Culture> | |
108 | </ResourceCompile> | |
109 | <Link> | |
110 | <OutputFile>..\..\bin\iculx57.dll</OutputFile> | |
111 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
112 | <ProgramDatabaseFile>.\..\..\lib\iculx.pdb</ProgramDatabaseFile> | |
113 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
114 | <BaseAddress>0x4ac80000</BaseAddress> | |
115 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
116 | <DataExecutionPrevention> | |
117 | </DataExecutionPrevention> | |
118 | <ImportLibrary>..\..\lib\iculx.lib</ImportLibrary> | |
119 | </Link> | |
120 | </ItemDefinitionGroup> | |
121 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
122 | <Midl> | |
123 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
124 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
125 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
126 | <TargetEnvironment>Win32</TargetEnvironment> | |
127 | <TypeLibraryName>.\..\..\lib\iculxd.tlb</TypeLibraryName> | |
128 | </Midl> | |
129 | <ClCompile> | |
130 | <Optimization>Disabled</Optimization> | |
131 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
132 | <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
133 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
134 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
135 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
136 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
137 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
138 | <PrecompiledHeaderOutputFile>.\x86\Debug/layoutex.pch</PrecompiledHeaderOutputFile> | |
139 | <AssemblerListingLocation>.\x86\Debug/</AssemblerListingLocation> | |
140 | <ObjectFileName>.\x86\Debug/</ObjectFileName> | |
141 | <ProgramDataBaseFileName>.\x86\Debug/</ProgramDataBaseFileName> | |
142 | <BrowseInformation>true</BrowseInformation> | |
143 | <WarningLevel>Level3</WarningLevel> | |
144 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
145 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
146 | <CompileAs>Default</CompileAs> | |
147 | </ClCompile> | |
148 | <ResourceCompile> | |
149 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
150 | <Culture>0x0409</Culture> | |
151 | </ResourceCompile> | |
152 | <Link> | |
153 | <OutputFile>..\..\bin\iculx57d.dll</OutputFile> | |
154 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
155 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
156 | <ProgramDatabaseFile>.\..\..\lib\iculxd.pdb</ProgramDatabaseFile> | |
157 | <BaseAddress>0x4ac80000</BaseAddress> | |
158 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | |
159 | <DataExecutionPrevention> | |
160 | </DataExecutionPrevention> | |
161 | <ImportLibrary>..\..\lib\iculxd.lib</ImportLibrary> | |
162 | </Link> | |
163 | </ItemDefinitionGroup> | |
164 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
165 | <Midl> | |
166 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
167 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
168 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
169 | <TargetEnvironment>X64</TargetEnvironment> | |
170 | <TypeLibraryName>.\..\..\lib64\iculx.tlb</TypeLibraryName> | |
171 | </Midl> | |
172 | <ClCompile> | |
173 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
174 | <PreprocessorDefinitions>WIN64;WIN32;NDEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
175 | <StringPooling>true</StringPooling> | |
176 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
177 | <FunctionLevelLinking>true</FunctionLevelLinking> | |
178 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
179 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
180 | <PrecompiledHeaderOutputFile>.\x64\Release/layoutex.pch</PrecompiledHeaderOutputFile> | |
181 | <AssemblerListingLocation>.\x64\Release/</AssemblerListingLocation> | |
182 | <ObjectFileName>.\x64\Release/</ObjectFileName> | |
183 | <ProgramDataBaseFileName>.\x64\Release/</ProgramDataBaseFileName> | |
184 | <WarningLevel>Level3</WarningLevel> | |
185 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
186 | <CompileAs>Default</CompileAs> | |
187 | </ClCompile> | |
188 | <ResourceCompile> | |
189 | <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
190 | <Culture>0x0409</Culture> | |
191 | </ResourceCompile> | |
192 | <Link> | |
193 | <OutputFile>..\..\bin64\iculx57.dll</OutputFile> | |
194 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
195 | <ProgramDatabaseFile>.\..\..\lib64\iculx.pdb</ProgramDatabaseFile> | |
196 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
197 | <BaseAddress>0x4ac80000</BaseAddress> | |
198 | <ImportLibrary>..\..\lib64\iculx.lib</ImportLibrary> | |
199 | <TargetMachine>MachineX64</TargetMachine> | |
200 | </Link> | |
201 | </ItemDefinitionGroup> | |
202 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | |
203 | <Midl> | |
204 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
205 | <MkTypLibCompatible>true</MkTypLibCompatible> | |
206 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
207 | <TargetEnvironment>X64</TargetEnvironment> | |
208 | <TypeLibraryName>.\..\..\lib64\iculxd.tlb</TypeLibraryName> | |
209 | </Midl> | |
210 | <ClCompile> | |
211 | <Optimization>Disabled</Optimization> | |
212 | <AdditionalIncludeDirectories>..\..\include;..\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
213 | <PreprocessorDefinitions>WIN64;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;U_LAYOUTEX_IMPLEMENTATION;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
214 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | |
215 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | |
216 | <BufferSecurityCheck>true</BufferSecurityCheck> | |
217 | <DisableLanguageExtensions>true</DisableLanguageExtensions> | |
218 | <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> | |
219 | <PrecompiledHeaderOutputFile>.\x64\Debug/layoutex.pch</PrecompiledHeaderOutputFile> | |
220 | <AssemblerListingLocation>.\x64\Debug/</AssemblerListingLocation> | |
221 | <ObjectFileName>.\x64\Debug/</ObjectFileName> | |
222 | <ProgramDataBaseFileName>.\x64\Debug/</ProgramDataBaseFileName> | |
223 | <BrowseInformation>true</BrowseInformation> | |
224 | <WarningLevel>Level3</WarningLevel> | |
225 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
226 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | |
227 | <CompileAs>Default</CompileAs> | |
228 | </ClCompile> | |
229 | <ResourceCompile> | |
230 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
231 | <Culture>0x0409</Culture> | |
232 | </ResourceCompile> | |
233 | <Link> | |
234 | <OutputFile>..\..\bin64\iculx57d.dll</OutputFile> | |
235 | <SuppressStartupBanner>true</SuppressStartupBanner> | |
236 | <GenerateDebugInformation>true</GenerateDebugInformation> | |
237 | <ProgramDatabaseFile>.\..\..\lib64\iculxd.pdb</ProgramDatabaseFile> | |
238 | <BaseAddress>0x4ac80000</BaseAddress> | |
239 | <ImportLibrary>..\..\lib64\iculxd.lib</ImportLibrary> | |
240 | <TargetMachine>MachineX64</TargetMachine> | |
241 | </Link> | |
242 | </ItemDefinitionGroup> | |
243 | <ItemGroup> | |
244 | <ClCompile Include="LXUtilities.cpp" /> | |
245 | <ClCompile Include="ParagraphLayout.cpp" /> | |
246 | <ClCompile Include="playout.cpp"> | |
247 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> | |
248 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> | |
249 | </ClCompile> | |
250 | <ClCompile Include="plruns.cpp"> | |
251 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> | |
252 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> | |
253 | </ClCompile> | |
254 | <ClCompile Include="RunArrays.cpp"> | |
255 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</DisableLanguageExtensions> | |
256 | <DisableLanguageExtensions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</DisableLanguageExtensions> | |
257 | </ClCompile> | |
258 | </ItemGroup> | |
259 | <ItemGroup> | |
260 | <ClInclude Include="LXUtilities.h" /> | |
261 | <CustomBuild Include="layout\ParagraphLayout.h"> | |
262 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout | |
263 | </Command> | |
264 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
265 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout | |
266 | </Command> | |
267 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
268 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout | |
269 | </Command> | |
270 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
271 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout | |
272 | </Command> | |
273 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
274 | </CustomBuild> | |
275 | <CustomBuild Include="layout\playout.h"> | |
276 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout | |
277 | </Command> | |
278 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
279 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout | |
280 | </Command> | |
281 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
282 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout | |
283 | </Command> | |
284 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
285 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout | |
286 | </Command> | |
287 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
288 | </CustomBuild> | |
289 | <CustomBuild Include="layout\plruns.h"> | |
290 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout | |
291 | </Command> | |
292 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
293 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout | |
294 | </Command> | |
295 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
296 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout | |
297 | </Command> | |
298 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
299 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout | |
300 | </Command> | |
301 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
302 | </CustomBuild> | |
303 | <CustomBuild Include="layout\RunArrays.h"> | |
304 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout | |
305 | </Command> | |
306 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
307 | <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout | |
308 | </Command> | |
309 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
310 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout | |
311 | </Command> | |
312 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
313 | <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout | |
314 | </Command> | |
315 | <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\include\layout\%(Filename)%(Extension);%(Outputs)</Outputs> | |
316 | </CustomBuild> | |
317 | </ItemGroup> | |
318 | <ItemGroup> | |
319 | <ResourceCompile Include="layoutex.rc"> | |
320 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\common</AdditionalIncludeDirectories> | |
321 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\common</AdditionalIncludeDirectories> | |
322 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\common</AdditionalIncludeDirectories> | |
323 | <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\common</AdditionalIncludeDirectories> | |
324 | </ResourceCompile> | |
325 | </ItemGroup> | |
326 | <ItemGroup> | |
327 | <ProjectReference Include="..\common\common.vcxproj"> | |
328 | <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> | |
329 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
330 | </ProjectReference> | |
331 | <ProjectReference Include="..\layout\layout.vcxproj"> | |
332 | <Project>{c920062a-0647-4553-a3b2-37c58065664b}</Project> | |
333 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly> | |
334 | </ProjectReference> | |
335 | </ItemGroup> | |
336 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
337 | <ImportGroup Label="ExtensionTargets"> | |
338 | </ImportGroup> | |
729e4ab9 | 339 | </Project> |