source: trunk/Utilities/WrapText/WrapText.vcxproj @ 43

Last change on this file since 43 was 43, checked in by roman, 12 years ago
File size: 16.2 KB
Line 
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="Development Release Trace|Win32">
9      <Configuration>Development Release Trace</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release Trace|Win32">
13      <Configuration>Release Trace</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|Win32">
17      <Configuration>Release</Configuration>
18      <Platform>Win32</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{D5F58BC2-453A-4C4E-888E-9C7C511D8FD4}</ProjectGuid>
23    <Keyword>AtlProj</Keyword>
24  </PropertyGroup>
25  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <UseDebugLibraries>true</UseDebugLibraries>
29    <UseOfAtl>Dynamic</UseOfAtl>
30    <CharacterSet>Unicode</CharacterSet>
31  </PropertyGroup>
32  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33    <ConfigurationType>Application</ConfigurationType>
34    <UseDebugLibraries>false</UseDebugLibraries>
35    <UseOfAtl>Static</UseOfAtl>
36    <CharacterSet>Unicode</CharacterSet>
37    <WholeProgramOptimization>true</WholeProgramOptimization>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="Configuration">
40    <ConfigurationType>Application</ConfigurationType>
41    <UseDebugLibraries>false</UseDebugLibraries>
42    <UseOfAtl>Static</UseOfAtl>
43    <CharacterSet>Unicode</CharacterSet>
44    <WholeProgramOptimization>true</WholeProgramOptimization>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'" Label="Configuration">
47    <ConfigurationType>Application</ConfigurationType>
48    <UseDebugLibraries>false</UseDebugLibraries>
49    <UseOfAtl>Static</UseOfAtl>
50    <CharacterSet>Unicode</CharacterSet>
51    <WholeProgramOptimization>true</WholeProgramOptimization>
52  </PropertyGroup>
53  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54  <ImportGroup Label="ExtensionSettings">
55  </ImportGroup>
56  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58  </ImportGroup>
59  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61  </ImportGroup>
62  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="PropertySheets">
63    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64  </ImportGroup>
65  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'" Label="PropertySheets">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67  </ImportGroup>
68  <PropertyGroup Label="UserMacros" />
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70    <IgnoreImportLibrary>true</IgnoreImportLibrary>
71    <LinkIncremental>true</LinkIncremental>
72    <OutDir>$(SolutionDir)..\_Bin\$(Configuration)\</OutDir>
73    <IntDir>$(SolutionDir)..\_Bin\$(Configuration)\$(ProjectName)\</IntDir>
74    <IncludePath>$(IncludePath)</IncludePath>
75  </PropertyGroup>
76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
77    <IgnoreImportLibrary>true</IgnoreImportLibrary>
78    <LinkIncremental>false</LinkIncremental>
79    <OutDir>$(SolutionDir)..\_Bin\$(Configuration)\</OutDir>
80    <IntDir>$(SolutionDir)..\_Bin\$(Configuration)\$(ProjectName)\</IntDir>
81    <IncludePath>$(IncludePath)</IncludePath>
82  </PropertyGroup>
83  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
84    <IgnoreImportLibrary>true</IgnoreImportLibrary>
85    <LinkIncremental>false</LinkIncremental>
86    <OutDir>$(SolutionDir)..\_Bin\$(Configuration)\</OutDir>
87    <IntDir>$(SolutionDir)..\_Bin\$(Configuration)\$(ProjectName)\</IntDir>
88    <IncludePath>$(IncludePath)</IncludePath>
89  </PropertyGroup>
90  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
91    <IgnoreImportLibrary>true</IgnoreImportLibrary>
92    <LinkIncremental>false</LinkIncremental>
93    <OutDir>$(SolutionDir)..\_Bin\$(Configuration)\</OutDir>
94    <IntDir>$(SolutionDir)..\_Bin\$(Configuration)\$(ProjectName)\</IntDir>
95    <IncludePath>$(IncludePath)</IncludePath>
96  </PropertyGroup>
97  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98    <ClCompile>
99      <PrecompiledHeader>Use</PrecompiledHeader>
100      <WarningLevel>Level3</WarningLevel>
101      <Optimization>Disabled</Optimization>
102      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103    </ClCompile>
104    <Midl>
105      <MkTypLibCompatible>false</MkTypLibCompatible>
106      <TargetEnvironment>Win32</TargetEnvironment>
107      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108      <HeaderFileName>WrapText_i.h</HeaderFileName>
109      <InterfaceIdentifierFileName>WrapText_i.c</InterfaceIdentifierFileName>
110      <ProxyFileName>WrapText_p.c</ProxyFileName>
111      <GenerateStublessProxies>true</GenerateStublessProxies>
112      <TypeLibraryName>$(IntDir)WrapText.tlb</TypeLibraryName>
113      <DllDataFileName>
114      </DllDataFileName>
115      <ValidateAllParameters>true</ValidateAllParameters>
116    </Midl>
117    <ResourceCompile>
118      <Culture>0x0409</Culture>
119      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
120      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121    </ResourceCompile>
122    <Link>
123      <SubSystem>Windows</SubSystem>
124      <GenerateDebugInformation>true</GenerateDebugInformation>
125    </Link>
126    <PostBuildEvent>
127      <Message>Performing registration</Message>
128      <Command>"$(TargetPath)" /RegServer</Command>
129    </PostBuildEvent>
130  </ItemDefinitionGroup>
131  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132    <ClCompile>
133      <PrecompiledHeader>Use</PrecompiledHeader>
134      <WarningLevel>Level3</WarningLevel>
135      <Optimization>Full</Optimization>
136      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
138      <IntrinsicFunctions>true</IntrinsicFunctions>
139      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
140      <OmitFramePointers>true</OmitFramePointers>
141      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
142      <WholeProgramOptimization>true</WholeProgramOptimization>
143      <StringPooling>true</StringPooling>
144      <ExceptionHandling>Async</ExceptionHandling>
145      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
146    </ClCompile>
147    <Midl>
148      <MkTypLibCompatible>false</MkTypLibCompatible>
149      <TargetEnvironment>Win32</TargetEnvironment>
150      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151      <HeaderFileName>WrapText_i.h</HeaderFileName>
152      <InterfaceIdentifierFileName>WrapText_i.c</InterfaceIdentifierFileName>
153      <ProxyFileName>WrapText_p.c</ProxyFileName>
154      <GenerateStublessProxies>true</GenerateStublessProxies>
155      <TypeLibraryName>$(IntDir)WrapText.tlb</TypeLibraryName>
156      <DllDataFileName>
157      </DllDataFileName>
158      <ValidateAllParameters>true</ValidateAllParameters>
159    </Midl>
160    <ResourceCompile>
161      <Culture>0x0409</Culture>
162      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
163      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
164    </ResourceCompile>
165    <Link>
166      <SubSystem>Windows</SubSystem>
167      <GenerateDebugInformation>true</GenerateDebugInformation>
168      <EnableCOMDATFolding>true</EnableCOMDATFolding>
169      <OptimizeReferences>true</OptimizeReferences>
170      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
171    </Link>
172    <PostBuildEvent>
173      <Message>Performing registration</Message>
174      <Command>"$(TargetPath)" /RegServer</Command>
175    </PostBuildEvent>
176  </ItemDefinitionGroup>
177  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
178    <ClCompile>
179      <PrecompiledHeader>Use</PrecompiledHeader>
180      <WarningLevel>Level3</WarningLevel>
181      <Optimization>Full</Optimization>
182      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_TRACE=1;_TRACELEVEL=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>
183      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
184      <IntrinsicFunctions>true</IntrinsicFunctions>
185      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
186      <OmitFramePointers>true</OmitFramePointers>
187      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
188      <WholeProgramOptimization>true</WholeProgramOptimization>
189      <StringPooling>true</StringPooling>
190      <ExceptionHandling>Async</ExceptionHandling>
191      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
192    </ClCompile>
193    <Midl>
194      <MkTypLibCompatible>false</MkTypLibCompatible>
195      <TargetEnvironment>Win32</TargetEnvironment>
196      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
197      <HeaderFileName>WrapText_i.h</HeaderFileName>
198      <InterfaceIdentifierFileName>WrapText_i.c</InterfaceIdentifierFileName>
199      <ProxyFileName>WrapText_p.c</ProxyFileName>
200      <GenerateStublessProxies>true</GenerateStublessProxies>
201      <TypeLibraryName>$(IntDir)WrapText.tlb</TypeLibraryName>
202      <DllDataFileName>
203      </DllDataFileName>
204      <ValidateAllParameters>true</ValidateAllParameters>
205    </Midl>
206    <ResourceCompile>
207      <Culture>0x0409</Culture>
208      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
209      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
210    </ResourceCompile>
211    <Link>
212      <SubSystem>Windows</SubSystem>
213      <GenerateDebugInformation>true</GenerateDebugInformation>
214      <EnableCOMDATFolding>true</EnableCOMDATFolding>
215      <OptimizeReferences>true</OptimizeReferences>
216      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
217    </Link>
218    <PostBuildEvent>
219      <Message>Performing registration</Message>
220      <Command>"$(TargetPath)" /RegServer</Command>
221    </PostBuildEvent>
222  </ItemDefinitionGroup>
223  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
224    <ClCompile>
225      <PrecompiledHeader>Use</PrecompiledHeader>
226      <WarningLevel>Level3</WarningLevel>
227      <Optimization>Full</Optimization>
228      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_TRACE=1;_TRACELEVEL=4;_DEVELOPMENT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
229      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
230      <IntrinsicFunctions>true</IntrinsicFunctions>
231      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
232      <OmitFramePointers>true</OmitFramePointers>
233      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
234      <WholeProgramOptimization>true</WholeProgramOptimization>
235      <StringPooling>true</StringPooling>
236      <ExceptionHandling>Async</ExceptionHandling>
237      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
238    </ClCompile>
239    <Midl>
240      <MkTypLibCompatible>false</MkTypLibCompatible>
241      <TargetEnvironment>Win32</TargetEnvironment>
242      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
243      <HeaderFileName>WrapText_i.h</HeaderFileName>
244      <InterfaceIdentifierFileName>WrapText_i.c</InterfaceIdentifierFileName>
245      <ProxyFileName>WrapText_p.c</ProxyFileName>
246      <GenerateStublessProxies>true</GenerateStublessProxies>
247      <TypeLibraryName>$(IntDir)WrapText.tlb</TypeLibraryName>
248      <DllDataFileName>
249      </DllDataFileName>
250      <ValidateAllParameters>true</ValidateAllParameters>
251    </Midl>
252    <ResourceCompile>
253      <Culture>0x0409</Culture>
254      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
255      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
256    </ResourceCompile>
257    <Link>
258      <SubSystem>Windows</SubSystem>
259      <GenerateDebugInformation>true</GenerateDebugInformation>
260      <EnableCOMDATFolding>true</EnableCOMDATFolding>
261      <OptimizeReferences>true</OptimizeReferences>
262      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
263    </Link>
264    <PostBuildEvent>
265      <Message>Performing registration</Message>
266      <Command>"$(TargetPath)" /RegServer</Command>
267    </PostBuildEvent>
268  </ItemDefinitionGroup>
269  <ItemGroup>
270    <ClCompile Include="WrapText.cpp" />
271    <ClCompile Include="WrapText_i.c">
272      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
273      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
274      </PrecompiledHeader>
275      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
276      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">false</CompileAsManaged>
277      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">false</CompileAsManaged>
278      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
279      </PrecompiledHeader>
280      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
281      </PrecompiledHeader>
282      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
283      </PrecompiledHeader>
284    </ClCompile>
285    <ClCompile Include="stdafx.cpp">
286      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
287      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
288      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">Create</PrecompiledHeader>
289      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">Create</PrecompiledHeader>
290    </ClCompile>
291  </ItemGroup>
292  <ItemGroup>
293    <ClInclude Include="BlackList-ObsoleteKeys-20100717.h" />
294    <ClInclude Include="BlackList-ObsoleteKeys-20110728.h" />
295    <ClInclude Include="BlackList-ObsoleteKeys-20111026.h" />
296    <ClInclude Include="BlackList.h" />
297    <ClInclude Include="MainDialog.h" />
298    <ClInclude Include="Resource.h" />
299    <ClInclude Include="WrapText_i.h" />
300    <ClInclude Include="stdafx.h" />
301    <ClInclude Include="targetver.h" />
302    <ClInclude Include="WhiteList-Evidence-LegacyKeys-20100316.h" />
303    <ClInclude Include="WhiteList.h" />
304  </ItemGroup>
305  <ItemGroup>
306    <ResourceCompile Include="WrapText.rc" />
307  </ItemGroup>
308  <ItemGroup>
309    <None Include="Information.ico" />
310    <None Include="Module.ico" />
311    <None Include="ReadMe.txt" />
312    <None Include="WrapText.rgs" />
313  </ItemGroup>
314  <ItemGroup>
315    <Midl Include="WrapText.idl" />
316  </ItemGroup>
317  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
318  <ImportGroup Label="ExtensionTargets">
319  </ImportGroup>
320</Project>
Note: See TracBrowser for help on using the repository browser.