source: trunk/Utilities/GpsLocationConverter/GpsLocationConverter.vcxproj @ 29

Last change on this file since 29 was 28, checked in by roman, 12 years ago
File size: 15.9 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  </PropertyGroup>
75  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76    <IgnoreImportLibrary>true</IgnoreImportLibrary>
77    <LinkIncremental>false</LinkIncremental>
78    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
79    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
80  </PropertyGroup>
81  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
82    <IgnoreImportLibrary>true</IgnoreImportLibrary>
83    <LinkIncremental>false</LinkIncremental>
84    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
85    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
86  </PropertyGroup>
87  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
88    <IgnoreImportLibrary>true</IgnoreImportLibrary>
89    <LinkIncremental>false</LinkIncremental>
90    <OutDir>$(SolutionDir)_Bin\$(Configuration)\</OutDir>
91    <IntDir>$(SolutionDir)_Bin\$(Configuration)\$(ProjectName)\</IntDir>
92  </PropertyGroup>
93  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94    <ClCompile>
95      <PrecompiledHeader>Use</PrecompiledHeader>
96      <WarningLevel>Level3</WarningLevel>
97      <Optimization>Disabled</Optimization>
98      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99    </ClCompile>
100    <Midl>
101      <MkTypLibCompatible>false</MkTypLibCompatible>
102      <TargetEnvironment>Win32</TargetEnvironment>
103      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104      <HeaderFileName>GpsLocationConverter_i.h</HeaderFileName>
105      <InterfaceIdentifierFileName>GpsLocationConverter_i.c</InterfaceIdentifierFileName>
106      <ProxyFileName>GpsLocationConverter_p.c</ProxyFileName>
107      <GenerateStublessProxies>true</GenerateStublessProxies>
108      <TypeLibraryName>$(IntDir)GpsLocationConverter.tlb</TypeLibraryName>
109      <DllDataFileName>
110      </DllDataFileName>
111      <ValidateAllParameters>true</ValidateAllParameters>
112    </Midl>
113    <ResourceCompile>
114      <Culture>0x0409</Culture>
115      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
116      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117    </ResourceCompile>
118    <Link>
119      <SubSystem>Windows</SubSystem>
120      <GenerateDebugInformation>true</GenerateDebugInformation>
121    </Link>
122    <PostBuildEvent>
123      <Message>Performing registration</Message>
124      <Command>"$(TargetPath)" /RegServer</Command>
125    </PostBuildEvent>
126  </ItemDefinitionGroup>
127  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
128    <ClCompile>
129      <PrecompiledHeader>Use</PrecompiledHeader>
130      <WarningLevel>Level3</WarningLevel>
131      <Optimization>Full</Optimization>
132      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
134      <IntrinsicFunctions>true</IntrinsicFunctions>
135      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
136      <OmitFramePointers>true</OmitFramePointers>
137      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
138      <WholeProgramOptimization>true</WholeProgramOptimization>
139      <StringPooling>true</StringPooling>
140      <ExceptionHandling>Async</ExceptionHandling>
141      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
142    </ClCompile>
143    <Midl>
144      <MkTypLibCompatible>false</MkTypLibCompatible>
145      <TargetEnvironment>Win32</TargetEnvironment>
146      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
147      <HeaderFileName>GpsLocationConverter_i.h</HeaderFileName>
148      <InterfaceIdentifierFileName>GpsLocationConverter_i.c</InterfaceIdentifierFileName>
149      <ProxyFileName>GpsLocationConverter_p.c</ProxyFileName>
150      <GenerateStublessProxies>true</GenerateStublessProxies>
151      <TypeLibraryName>$(IntDir)GpsLocationConverter.tlb</TypeLibraryName>
152      <DllDataFileName>
153      </DllDataFileName>
154      <ValidateAllParameters>true</ValidateAllParameters>
155    </Midl>
156    <ResourceCompile>
157      <Culture>0x0409</Culture>
158      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
159      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160    </ResourceCompile>
161    <Link>
162      <SubSystem>Windows</SubSystem>
163      <GenerateDebugInformation>true</GenerateDebugInformation>
164      <EnableCOMDATFolding>true</EnableCOMDATFolding>
165      <OptimizeReferences>true</OptimizeReferences>
166      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
167    </Link>
168    <PostBuildEvent>
169      <Message>Performing registration</Message>
170      <Command>"$(TargetPath)" /RegServer</Command>
171    </PostBuildEvent>
172  </ItemDefinitionGroup>
173  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
174    <ClCompile>
175      <PrecompiledHeader>Use</PrecompiledHeader>
176      <WarningLevel>Level3</WarningLevel>
177      <Optimization>Full</Optimization>
178      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_TRACE=1;_TRACELEVEL=2;%(PreprocessorDefinitions)</PreprocessorDefinitions>
179      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
180      <IntrinsicFunctions>true</IntrinsicFunctions>
181      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
182      <OmitFramePointers>true</OmitFramePointers>
183      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
184      <WholeProgramOptimization>true</WholeProgramOptimization>
185      <StringPooling>true</StringPooling>
186      <ExceptionHandling>Async</ExceptionHandling>
187      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
188    </ClCompile>
189    <Midl>
190      <MkTypLibCompatible>false</MkTypLibCompatible>
191      <TargetEnvironment>Win32</TargetEnvironment>
192      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
193      <HeaderFileName>GpsLocationConverter_i.h</HeaderFileName>
194      <InterfaceIdentifierFileName>GpsLocationConverter_i.c</InterfaceIdentifierFileName>
195      <ProxyFileName>GpsLocationConverter_p.c</ProxyFileName>
196      <GenerateStublessProxies>true</GenerateStublessProxies>
197      <TypeLibraryName>$(IntDir)GpsLocationConverter.tlb</TypeLibraryName>
198      <DllDataFileName>
199      </DllDataFileName>
200      <ValidateAllParameters>true</ValidateAllParameters>
201    </Midl>
202    <ResourceCompile>
203      <Culture>0x0409</Culture>
204      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
205      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
206    </ResourceCompile>
207    <Link>
208      <SubSystem>Windows</SubSystem>
209      <GenerateDebugInformation>true</GenerateDebugInformation>
210      <EnableCOMDATFolding>true</EnableCOMDATFolding>
211      <OptimizeReferences>true</OptimizeReferences>
212      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
213    </Link>
214    <PostBuildEvent>
215      <Message>Performing registration</Message>
216      <Command>"$(TargetPath)" /RegServer</Command>
217    </PostBuildEvent>
218  </ItemDefinitionGroup>
219  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
220    <ClCompile>
221      <PrecompiledHeader>Use</PrecompiledHeader>
222      <WarningLevel>Level3</WarningLevel>
223      <Optimization>Full</Optimization>
224      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_TRACE=1;_TRACELEVEL=4;_DEVELOPMENT=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
225      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
226      <IntrinsicFunctions>true</IntrinsicFunctions>
227      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
228      <OmitFramePointers>true</OmitFramePointers>
229      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
230      <WholeProgramOptimization>true</WholeProgramOptimization>
231      <StringPooling>true</StringPooling>
232      <ExceptionHandling>Async</ExceptionHandling>
233      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
234    </ClCompile>
235    <Midl>
236      <MkTypLibCompatible>false</MkTypLibCompatible>
237      <TargetEnvironment>Win32</TargetEnvironment>
238      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
239      <HeaderFileName>GpsLocationConverter_i.h</HeaderFileName>
240      <InterfaceIdentifierFileName>GpsLocationConverter_i.c</InterfaceIdentifierFileName>
241      <ProxyFileName>GpsLocationConverter_p.c</ProxyFileName>
242      <GenerateStublessProxies>true</GenerateStublessProxies>
243      <TypeLibraryName>$(IntDir)GpsLocationConverter.tlb</TypeLibraryName>
244      <DllDataFileName>
245      </DllDataFileName>
246      <ValidateAllParameters>true</ValidateAllParameters>
247    </Midl>
248    <ResourceCompile>
249      <Culture>0x0409</Culture>
250      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
251      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
252    </ResourceCompile>
253    <Link>
254      <SubSystem>Windows</SubSystem>
255      <GenerateDebugInformation>true</GenerateDebugInformation>
256      <EnableCOMDATFolding>true</EnableCOMDATFolding>
257      <OptimizeReferences>true</OptimizeReferences>
258      <DelayLoadDLLs>dbghelp.dll</DelayLoadDLLs>
259    </Link>
260    <PostBuildEvent>
261      <Message>Performing registration</Message>
262      <Command>"$(TargetPath)" /RegServer</Command>
263    </PostBuildEvent>
264  </ItemDefinitionGroup>
265  <ItemGroup>
266    <ClCompile Include="GpsLocationConverter.cpp" />
267    <ClCompile Include="GpsLocationConverter_i.c">
268      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
269      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
270      </PrecompiledHeader>
271      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
272      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">false</CompileAsManaged>
273      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">false</CompileAsManaged>
274      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
275      </PrecompiledHeader>
276      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
277      </PrecompiledHeader>
278      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">
279      </PrecompiledHeader>
280    </ClCompile>
281    <ClCompile Include="stdafx.cpp">
282      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
283      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
284      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">Create</PrecompiledHeader>
285      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Development Release Trace|Win32'">Create</PrecompiledHeader>
286    </ClCompile>
287  </ItemGroup>
288  <ItemGroup>
289    <ClInclude Include="MainDialog.h" />
290    <ClInclude Include="Resource.h" />
291    <ClInclude Include="GpsLocationConverter_i.h" />
292    <ClInclude Include="stdafx.h" />
293    <ClInclude Include="targetver.h" />
294  </ItemGroup>
295  <ItemGroup>
296    <ResourceCompile Include="GpsLocationConverter.rc" />
297  </ItemGroup>
298  <ItemGroup>
299    <None Include="Information.ico" />
300    <None Include="Module.ico" />
301    <None Include="ReadMe.txt" />
302    <None Include="GpsLocationConverter.rgs" />
303  </ItemGroup>
304  <ItemGroup>
305    <Midl Include="GpsLocationConverter.idl" />
306  </ItemGroup>
307  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
308  <ImportGroup Label="ExtensionTargets">
309  </ImportGroup>
310</Project>
Note: See TracBrowser for help on using the repository browser.