OSDN Git Service

Add ARM64 support
[winmerge-jp/winmerge-jp.git] / Plugins / src_VCPP / IgnoreCommentsC / IgnoreCommentsC.vcxproj
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|ARM64">
5       <Configuration>Debug</Configuration>
6       <Platform>ARM64</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|Win32">
9       <Configuration>Debug</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Debug|x64">
13       <Configuration>Debug</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|ARM64">
17       <Configuration>Release</Configuration>
18       <Platform>ARM64</Platform>
19     </ProjectConfiguration>
20     <ProjectConfiguration Include="Release|Win32">
21       <Configuration>Release</Configuration>
22       <Platform>Win32</Platform>
23     </ProjectConfiguration>
24     <ProjectConfiguration Include="Release|x64">
25       <Configuration>Release</Configuration>
26       <Platform>x64</Platform>
27     </ProjectConfiguration>
28   </ItemGroup>
29   <PropertyGroup Label="Globals">
30     <ProjectName>IgnoreCommentsC</ProjectName>
31     <ProjectGuid>{32000226-A923-40A5-B60A-6C4402869C43}</ProjectGuid>
32     <RootNamespace>IgnoreCommentsC</RootNamespace>
33     <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)' == '15'">10.0.17763.0</WindowsTargetPlatformVersion>
34     <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)' == '16'">$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
35   </PropertyGroup>
36   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
38     <ConfigurationType>DynamicLibrary</ConfigurationType>
39     <UseOfMfc>false</UseOfMfc>
40     <UseOfAtl>Static</UseOfAtl>
41     <CharacterSet>Unicode</CharacterSet>
42     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141_xp</PlatformToolset>
43     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
46     <ConfigurationType>DynamicLibrary</ConfigurationType>
47     <UseOfMfc>false</UseOfMfc>
48     <UseOfAtl>Static</UseOfAtl>
49     <CharacterSet>Unicode</CharacterSet>
50     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141_xp</PlatformToolset>
51     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
52   </PropertyGroup>
53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
54     <ConfigurationType>DynamicLibrary</ConfigurationType>
55     <UseOfMfc>false</UseOfMfc>
56     <CharacterSet>Unicode</CharacterSet>
57     <UseOfAtl>Static</UseOfAtl>
58     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141_xp</PlatformToolset>
59     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
60   </PropertyGroup>
61   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
62     <ConfigurationType>DynamicLibrary</ConfigurationType>
63     <UseOfMfc>false</UseOfMfc>
64     <CharacterSet>Unicode</CharacterSet>
65     <UseOfAtl>Static</UseOfAtl>
66     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141</PlatformToolset>
67     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
68   </PropertyGroup>
69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
70     <ConfigurationType>DynamicLibrary</ConfigurationType>
71     <UseOfMfc>false</UseOfMfc>
72     <CharacterSet>Unicode</CharacterSet>
73     <UseOfAtl>Static</UseOfAtl>
74     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141_xp</PlatformToolset>
75     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
76   </PropertyGroup>
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
78     <ConfigurationType>DynamicLibrary</ConfigurationType>
79     <UseOfMfc>false</UseOfMfc>
80     <CharacterSet>Unicode</CharacterSet>
81     <UseOfAtl>Static</UseOfAtl>
82     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141</PlatformToolset>
83     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
84   </PropertyGroup>
85   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
86   <ImportGroup Label="ExtensionSettings">
87   </ImportGroup>
88   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
89     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
90     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
91   </ImportGroup>
92   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
93     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
95   </ImportGroup>
96   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
97     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
98     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
99   </ImportGroup>
100   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
101     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
102     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
103   </ImportGroup>
104   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
105     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
107   </ImportGroup>
108   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
109     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
110     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
111   </ImportGroup>
112   <PropertyGroup Label="UserMacros" />
113   <PropertyGroup>
114     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
115     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
116     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
117     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
118     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
119     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(Platform)\$(Configuration)\</OutDir>
120     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
121     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">$(Platform)\$(Configuration)\</IntDir>
122     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
123     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</LinkIncremental>
124     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</OutDir>
125     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
126     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
127     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
128     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(Platform)\$(Configuration)\</OutDir>
129     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
130     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">$(Platform)\$(Configuration)\</IntDir>
131     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
132     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">true</LinkIncremental>
133   </PropertyGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
135     <Midl>
136       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
137       <HeaderFileName>
138       </HeaderFileName>
139     </Midl>
140     <ClCompile>
141       <Optimization>MaxSpeed</Optimization>
142       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
143       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144       <StringPooling>true</StringPooling>
145       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
146       <FunctionLevelLinking>true</FunctionLevelLinking>
147       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
148       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
149       <ObjectFileName>$(IntDir)</ObjectFileName>
150       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
151       <WarningLevel>Level3</WarningLevel>
152       <SuppressStartupBanner>true</SuppressStartupBanner>
153       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
154     </ClCompile>
155     <ResourceCompile>
156       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157       <Culture>0x040c</Culture>
158     </ResourceCompile>
159     <Link>
160       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
161       <SuppressStartupBanner>true</SuppressStartupBanner>
162       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
163       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
164       <SubSystem>Windows</SubSystem>
165       <RandomizedBaseAddress>false</RandomizedBaseAddress>
166       <DataExecutionPrevention>
167       </DataExecutionPrevention>
168       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
169       <TargetMachine>MachineX86</TargetMachine>
170       <OptimizeReferences>true</OptimizeReferences>
171       <EnableCOMDATFolding>true</EnableCOMDATFolding>
172     </Link>
173     <Bscmake>
174       <SuppressStartupBanner>true</SuppressStartupBanner>
175       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
176     </Bscmake>
177   </ItemDefinitionGroup>
178   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
179     <Midl>
180       <TargetEnvironment>X64</TargetEnvironment>
181       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
182       <HeaderFileName>
183       </HeaderFileName>
184     </Midl>
185     <ClCompile>
186       <Optimization>MaxSpeed</Optimization>
187       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
188       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189       <StringPooling>true</StringPooling>
190       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
191       <FunctionLevelLinking>true</FunctionLevelLinking>
192       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
193       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
194       <ObjectFileName>$(IntDir)</ObjectFileName>
195       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
196       <WarningLevel>Level3</WarningLevel>
197       <SuppressStartupBanner>true</SuppressStartupBanner>
198     </ClCompile>
199     <ResourceCompile>
200       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
201       <Culture>0x040c</Culture>
202     </ResourceCompile>
203     <Link>
204       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
205       <SuppressStartupBanner>true</SuppressStartupBanner>
206       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
207       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
208       <SubSystem>Windows</SubSystem>
209       <RandomizedBaseAddress>false</RandomizedBaseAddress>
210       <DataExecutionPrevention>
211       </DataExecutionPrevention>
212       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
213       <TargetMachine>MachineX64</TargetMachine>
214       <OptimizeReferences>true</OptimizeReferences>
215       <EnableCOMDATFolding>true</EnableCOMDATFolding>
216     </Link>
217     <Bscmake>
218       <SuppressStartupBanner>true</SuppressStartupBanner>
219       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
220     </Bscmake>
221   </ItemDefinitionGroup>
222   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
223     <Midl>
224       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
225       <HeaderFileName>
226       </HeaderFileName>
227     </Midl>
228     <ClCompile>
229       <Optimization>MaxSpeed</Optimization>
230       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
231       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
232       <StringPooling>true</StringPooling>
233       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
234       <FunctionLevelLinking>true</FunctionLevelLinking>
235       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
236       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
237       <ObjectFileName>$(IntDir)</ObjectFileName>
238       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
239       <WarningLevel>Level3</WarningLevel>
240       <SuppressStartupBanner>true</SuppressStartupBanner>
241     </ClCompile>
242     <ResourceCompile>
243       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
244       <Culture>0x040c</Culture>
245     </ResourceCompile>
246     <Link>
247       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
248       <SuppressStartupBanner>true</SuppressStartupBanner>
249       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
250       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
251       <SubSystem>Windows</SubSystem>
252       <RandomizedBaseAddress>true</RandomizedBaseAddress>
253       <DataExecutionPrevention>
254       </DataExecutionPrevention>
255       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
256       <OptimizeReferences>true</OptimizeReferences>
257       <EnableCOMDATFolding>true</EnableCOMDATFolding>
258     </Link>
259     <Bscmake>
260       <SuppressStartupBanner>true</SuppressStartupBanner>
261       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
262     </Bscmake>
263   </ItemDefinitionGroup>
264   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
265     <Midl>
266       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
267       <HeaderFileName>
268       </HeaderFileName>
269     </Midl>
270     <ClCompile>
271       <Optimization>Disabled</Optimization>
272       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
273       <MinimalRebuild>true</MinimalRebuild>
274       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
275       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
276       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
277       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
278       <ObjectFileName>$(IntDir)</ObjectFileName>
279       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
280       <WarningLevel>Level3</WarningLevel>
281       <SuppressStartupBanner>true</SuppressStartupBanner>
282       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
283       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
284     </ClCompile>
285     <ResourceCompile>
286       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
287       <Culture>0x040c</Culture>
288     </ResourceCompile>
289     <Link>
290       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
291       <SuppressStartupBanner>true</SuppressStartupBanner>
292       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
293       <GenerateDebugInformation>true</GenerateDebugInformation>
294       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
295       <SubSystem>Windows</SubSystem>
296       <RandomizedBaseAddress>false</RandomizedBaseAddress>
297       <DataExecutionPrevention>
298       </DataExecutionPrevention>
299       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
300       <TargetMachine>MachineX86</TargetMachine>
301     </Link>
302     <Bscmake>
303       <SuppressStartupBanner>true</SuppressStartupBanner>
304       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
305     </Bscmake>
306   </ItemDefinitionGroup>
307   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
308     <Midl>
309       <TargetEnvironment>X64</TargetEnvironment>
310       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
311       <HeaderFileName>
312       </HeaderFileName>
313     </Midl>
314     <ClCompile>
315       <Optimization>Disabled</Optimization>
316       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
317       <MinimalRebuild>true</MinimalRebuild>
318       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
319       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
320       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
321       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
322       <ObjectFileName>$(IntDir)</ObjectFileName>
323       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
324       <WarningLevel>Level3</WarningLevel>
325       <SuppressStartupBanner>true</SuppressStartupBanner>
326       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
327     </ClCompile>
328     <ResourceCompile>
329       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
330       <Culture>0x040c</Culture>
331     </ResourceCompile>
332     <Link>
333       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
334       <SuppressStartupBanner>true</SuppressStartupBanner>
335       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
336       <GenerateDebugInformation>true</GenerateDebugInformation>
337       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
338       <SubSystem>Windows</SubSystem>
339       <RandomizedBaseAddress>false</RandomizedBaseAddress>
340       <DataExecutionPrevention>
341       </DataExecutionPrevention>
342       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
343       <TargetMachine>MachineX64</TargetMachine>
344     </Link>
345     <Bscmake>
346       <SuppressStartupBanner>true</SuppressStartupBanner>
347       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
348     </Bscmake>
349   </ItemDefinitionGroup>
350   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
351     <Midl>
352       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
353       <HeaderFileName>
354       </HeaderFileName>
355     </Midl>
356     <ClCompile>
357       <Optimization>Disabled</Optimization>
358       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
359       <MinimalRebuild>true</MinimalRebuild>
360       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
361       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
362       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
363       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
364       <ObjectFileName>$(IntDir)</ObjectFileName>
365       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
366       <WarningLevel>Level3</WarningLevel>
367       <SuppressStartupBanner>true</SuppressStartupBanner>
368       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
369     </ClCompile>
370     <ResourceCompile>
371       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
372       <Culture>0x040c</Culture>
373     </ResourceCompile>
374     <Link>
375       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
376       <SuppressStartupBanner>true</SuppressStartupBanner>
377       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
378       <GenerateDebugInformation>true</GenerateDebugInformation>
379       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
380       <SubSystem>Windows</SubSystem>
381       <RandomizedBaseAddress>true</RandomizedBaseAddress>
382       <DataExecutionPrevention>
383       </DataExecutionPrevention>
384       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
385     </Link>
386     <Bscmake>
387       <SuppressStartupBanner>true</SuppressStartupBanner>
388       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
389     </Bscmake>
390   </ItemDefinitionGroup>
391   <ItemGroup>
392     <ClCompile Include="IgnoreCommentsC.cpp">
393       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
394     </ClCompile>
395     <ClCompile Include="StdAfx.cpp">
396       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
397     </ClCompile>
398     <ClCompile Include="WinMergeScript.cpp">
399       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
400     </ClCompile>
401   </ItemGroup>
402   <ItemGroup>
403     <None Include="IgnoreCommentsC.def" />
404   </ItemGroup>
405   <ItemGroup>
406     <Midl Include="IgnoreCommentsC.idl">
407       <GenerateStublessProxies>true</GenerateStublessProxies>
408       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
409       <HeaderFileName>IgnoreCommentsC.h</HeaderFileName>
410       <InterfaceIdentifierFileName>IgnoreCommentsC_i.c</InterfaceIdentifierFileName>
411     </Midl>
412   </ItemGroup>
413   <ItemGroup>
414     <ResourceCompile Include="IgnoreCommentsC.rc">
415       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
416       <AdditionalIncludeDirectories>$(OUTDIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
417     </ResourceCompile>
418   </ItemGroup>
419   <ItemGroup>
420     <ClInclude Include="Resource.h" />
421     <ClInclude Include="StdAfx.h" />
422     <ClInclude Include="typeinfoex.h" />
423     <ClInclude Include="WinMergeScript.h" />
424   </ItemGroup>
425   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
426   <ImportGroup Label="ExtensionTargets">
427   </ImportGroup>
428 </Project>