OSDN Git Service

Plugins: Update *.vcxproj
[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|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     <ProjectName>IgnoreCommentsC</ProjectName>
23     <ProjectGuid>{32000226-A923-40A5-B60A-6C4402869C43}</ProjectGuid>
24     <RootNamespace>IgnoreCommentsC</RootNamespace>
25     <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)' == '15'">7.0</WindowsTargetPlatformVersion>
26     <WindowsTargetPlatformVersion Condition="'$(VisualStudioVersion)' == '16'">$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
27   </PropertyGroup>
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
30     <ConfigurationType>DynamicLibrary</ConfigurationType>
31     <UseOfMfc>false</UseOfMfc>
32     <UseOfAtl>Static</UseOfAtl>
33     <CharacterSet>Unicode</CharacterSet>
34     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141_xp</PlatformToolset>
35     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'" Label="Configuration">
46     <ConfigurationType>DynamicLibrary</ConfigurationType>
47     <UseOfMfc>false</UseOfMfc>
48     <CharacterSet>Unicode</CharacterSet>
49     <UseOfAtl>Static</UseOfAtl>
50     <PlatformToolset Condition="'$(VisualStudioVersion)' == '15'">v141_xp</PlatformToolset>
51     <PlatformToolset Condition="'$(VisualStudioVersion)' == '16'">v142</PlatformToolset>
52   </PropertyGroup>
53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
62   <ImportGroup Label="ExtensionSettings">
63   </ImportGroup>
64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
67   </ImportGroup>
68   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
71   </ImportGroup>
72   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
73     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
75   </ImportGroup>
76   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
77     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
78     <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
79   </ImportGroup>
80   <PropertyGroup Label="UserMacros" />
81   <PropertyGroup>
82     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
83     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</OutDir>
84     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
85     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
86     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
87     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
88     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
89     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</OutDir>
90     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
91     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
92     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
93     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
94     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
95   </PropertyGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
97     <Midl>
98       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
99       <HeaderFileName>
100       </HeaderFileName>
101     </Midl>
102     <ClCompile>
103       <Optimization>MaxSpeed</Optimization>
104       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
105       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
106       <StringPooling>true</StringPooling>
107       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
108       <FunctionLevelLinking>true</FunctionLevelLinking>
109       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
110       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
111       <ObjectFileName>$(IntDir)</ObjectFileName>
112       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
113       <WarningLevel>Level3</WarningLevel>
114       <SuppressStartupBanner>true</SuppressStartupBanner>
115       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
116     </ClCompile>
117     <ResourceCompile>
118       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
119       <Culture>0x040c</Culture>
120     </ResourceCompile>
121     <Link>
122       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
123       <SuppressStartupBanner>true</SuppressStartupBanner>
124       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
125       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
126       <SubSystem>Windows</SubSystem>
127       <RandomizedBaseAddress>false</RandomizedBaseAddress>
128       <DataExecutionPrevention>
129       </DataExecutionPrevention>
130       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
131       <TargetMachine>MachineX86</TargetMachine>
132     </Link>
133     <Bscmake>
134       <SuppressStartupBanner>true</SuppressStartupBanner>
135       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
136     </Bscmake>
137   </ItemDefinitionGroup>
138   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
139     <Midl>
140       <TargetEnvironment>X64</TargetEnvironment>
141       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
142       <HeaderFileName>
143       </HeaderFileName>
144     </Midl>
145     <ClCompile>
146       <Optimization>MaxSpeed</Optimization>
147       <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
148       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149       <StringPooling>true</StringPooling>
150       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
151       <FunctionLevelLinking>true</FunctionLevelLinking>
152       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
153       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
154       <ObjectFileName>$(IntDir)</ObjectFileName>
155       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
156       <WarningLevel>Level3</WarningLevel>
157       <SuppressStartupBanner>true</SuppressStartupBanner>
158     </ClCompile>
159     <ResourceCompile>
160       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161       <Culture>0x040c</Culture>
162     </ResourceCompile>
163     <Link>
164       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
165       <SuppressStartupBanner>true</SuppressStartupBanner>
166       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
167       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
168       <SubSystem>Windows</SubSystem>
169       <RandomizedBaseAddress>false</RandomizedBaseAddress>
170       <DataExecutionPrevention>
171       </DataExecutionPrevention>
172       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
173       <TargetMachine>MachineX64</TargetMachine>
174     </Link>
175     <Bscmake>
176       <SuppressStartupBanner>true</SuppressStartupBanner>
177       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
178     </Bscmake>
179   </ItemDefinitionGroup>
180   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
181     <Midl>
182       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
183       <HeaderFileName>
184       </HeaderFileName>
185     </Midl>
186     <ClCompile>
187       <Optimization>Disabled</Optimization>
188       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
189       <MinimalRebuild>true</MinimalRebuild>
190       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
191       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
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       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
199       <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet>
200     </ClCompile>
201     <ResourceCompile>
202       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
203       <Culture>0x040c</Culture>
204     </ResourceCompile>
205     <Link>
206       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
207       <SuppressStartupBanner>true</SuppressStartupBanner>
208       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
209       <GenerateDebugInformation>true</GenerateDebugInformation>
210       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
211       <SubSystem>Windows</SubSystem>
212       <RandomizedBaseAddress>false</RandomizedBaseAddress>
213       <DataExecutionPrevention>
214       </DataExecutionPrevention>
215       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
216       <TargetMachine>MachineX86</TargetMachine>
217     </Link>
218     <Bscmake>
219       <SuppressStartupBanner>true</SuppressStartupBanner>
220       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
221     </Bscmake>
222   </ItemDefinitionGroup>
223   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
224     <Midl>
225       <TargetEnvironment>X64</TargetEnvironment>
226       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
227       <HeaderFileName>
228       </HeaderFileName>
229     </Midl>
230     <ClCompile>
231       <Optimization>Disabled</Optimization>
232       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
233       <MinimalRebuild>true</MinimalRebuild>
234       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
235       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
236       <PrecompiledHeaderOutputFile>$(IntDir)$(TargetName).pch</PrecompiledHeaderOutputFile>
237       <AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
238       <ObjectFileName>$(IntDir)</ObjectFileName>
239       <ProgramDataBaseFileName>$(IntDir)vc$(PlatformToolsetVersion).pdb</ProgramDataBaseFileName>
240       <WarningLevel>Level3</WarningLevel>
241       <SuppressStartupBanner>true</SuppressStartupBanner>
242       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
243     </ClCompile>
244     <ResourceCompile>
245       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
246       <Culture>0x040c</Culture>
247     </ResourceCompile>
248     <Link>
249       <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
250       <SuppressStartupBanner>true</SuppressStartupBanner>
251       <ModuleDefinitionFile>.\IgnoreCommentsC.def</ModuleDefinitionFile>
252       <GenerateDebugInformation>true</GenerateDebugInformation>
253       <ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
254       <SubSystem>Windows</SubSystem>
255       <RandomizedBaseAddress>false</RandomizedBaseAddress>
256       <DataExecutionPrevention>
257       </DataExecutionPrevention>
258       <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary>
259       <TargetMachine>MachineX64</TargetMachine>
260     </Link>
261     <Bscmake>
262       <SuppressStartupBanner>true</SuppressStartupBanner>
263       <OutputFile>$(OutDir)$(ProjectName).bsc</OutputFile>
264     </Bscmake>
265   </ItemDefinitionGroup>
266   <ItemGroup>
267     <ClCompile Include="IgnoreCommentsC.cpp">
268       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
269     </ClCompile>
270     <ClCompile Include="StdAfx.cpp">
271       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
272     </ClCompile>
273     <ClCompile Include="WinMergeScript.cpp">
274       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
275     </ClCompile>
276   </ItemGroup>
277   <ItemGroup>
278     <None Include="IgnoreCommentsC.def" />
279   </ItemGroup>
280   <ItemGroup>
281     <Midl Include="IgnoreCommentsC.idl">
282       <GenerateStublessProxies>true</GenerateStublessProxies>
283       <TypeLibraryName>$(OutDir)$(ProjectName).tlb</TypeLibraryName>
284       <HeaderFileName>IgnoreCommentsC.h</HeaderFileName>
285       <InterfaceIdentifierFileName>IgnoreCommentsC_i.c</InterfaceIdentifierFileName>
286     </Midl>
287   </ItemGroup>
288   <ItemGroup>
289     <ResourceCompile Include="IgnoreCommentsC.rc">
290       <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
291       <AdditionalIncludeDirectories>$(OUTDIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
292     </ResourceCompile>
293   </ItemGroup>
294   <ItemGroup>
295     <ClInclude Include="Resource.h" />
296     <ClInclude Include="StdAfx.h" />
297     <ClInclude Include="typeinfoex.h" />
298     <ClInclude Include="WinMergeScript.h" />
299   </ItemGroup>
300   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
301   <ImportGroup Label="ExtensionTargets">
302   </ImportGroup>
303 </Project>