source: trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite.vcxproj

Last change on this file was 47, checked in by roman, 12 years ago
File size: 23.5 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="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release Trace|Win32">
13      <Configuration>Release Trace</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release Trace|x64">
17      <Configuration>Release Trace</Configuration>
18      <Platform>x64</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    <ProjectGuid>{033A5918-5C27-4634-BB3F-5B5AA2798192}</ProjectGuid>
31    <Keyword>AtlProj</Keyword>
32  </PropertyGroup>
33  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35    <ConfigurationType>DynamicLibrary</ConfigurationType>
36    <UseDebugLibraries>true</UseDebugLibraries>
37    <UseOfAtl>Dynamic</UseOfAtl>
38    <CharacterSet>Unicode</CharacterSet>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41    <ConfigurationType>DynamicLibrary</ConfigurationType>
42    <UseDebugLibraries>true</UseDebugLibraries>
43    <UseOfAtl>Dynamic</UseOfAtl>
44    <CharacterSet>Unicode</CharacterSet>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
47    <ConfigurationType>DynamicLibrary</ConfigurationType>
48    <UseDebugLibraries>false</UseDebugLibraries>
49    <UseOfAtl>Static</UseOfAtl>
50    <CharacterSet>Unicode</CharacterSet>
51    <WholeProgramOptimization>true</WholeProgramOptimization>
52  </PropertyGroup>
53  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
54    <ConfigurationType>DynamicLibrary</ConfigurationType>
55    <UseDebugLibraries>false</UseDebugLibraries>
56    <UseOfAtl>Static</UseOfAtl>
57    <CharacterSet>Unicode</CharacterSet>
58    <WholeProgramOptimization>true</WholeProgramOptimization>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="Configuration">
61    <ConfigurationType>DynamicLibrary</ConfigurationType>
62    <UseDebugLibraries>false</UseDebugLibraries>
63    <UseOfAtl>Static</UseOfAtl>
64    <CharacterSet>Unicode</CharacterSet>
65    <WholeProgramOptimization>true</WholeProgramOptimization>
66  </PropertyGroup>
67  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'" Label="Configuration">
68    <ConfigurationType>DynamicLibrary</ConfigurationType>
69    <UseDebugLibraries>false</UseDebugLibraries>
70    <UseOfAtl>Static</UseOfAtl>
71    <CharacterSet>Unicode</CharacterSet>
72    <WholeProgramOptimization>true</WholeProgramOptimization>
73  </PropertyGroup>
74  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
75  <ImportGroup Label="ExtensionSettings">
76  </ImportGroup>
77  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
79  </ImportGroup>
80  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
81    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
82  </ImportGroup>
83  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
85  </ImportGroup>
86  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
87    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88  </ImportGroup>
89  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'" Label="PropertySheets">
90    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
91  </ImportGroup>
92  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'" Label="PropertySheets">
93    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
94  </ImportGroup>
95  <PropertyGroup Label="UserMacros" />
96  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
97    <IgnoreImportLibrary>true</IgnoreImportLibrary>
98    <LinkIncremental>true</LinkIncremental>
99    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
100    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
101  </PropertyGroup>
102  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103    <IgnoreImportLibrary>true</IgnoreImportLibrary>
104    <LinkIncremental>true</LinkIncremental>
105    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
106    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
107  </PropertyGroup>
108  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
109    <IgnoreImportLibrary>true</IgnoreImportLibrary>
110    <LinkIncremental>false</LinkIncremental>
111    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
112    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
113  </PropertyGroup>
114  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
115    <IgnoreImportLibrary>true</IgnoreImportLibrary>
116    <LinkIncremental>false</LinkIncremental>
117    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
118    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
119  </PropertyGroup>
120  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
121    <IgnoreImportLibrary>true</IgnoreImportLibrary>
122    <LinkIncremental>false</LinkIncremental>
123    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
124    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
125  </PropertyGroup>
126  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
127    <IgnoreImportLibrary>true</IgnoreImportLibrary>
128    <LinkIncremental>false</LinkIncremental>
129    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
130    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
131  </PropertyGroup>
132  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
133    <ClCompile>
134      <PrecompiledHeader>Use</PrecompiledHeader>
135      <WarningLevel>Level3</WarningLevel>
136      <Optimization>Disabled</Optimization>
137      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138    </ClCompile>
139    <Midl>
140      <MkTypLibCompatible>false</MkTypLibCompatible>
141      <TargetEnvironment>Win32</TargetEnvironment>
142      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143      <HeaderFileName>MaxMindGeoLite_i.h</HeaderFileName>
144      <InterfaceIdentifierFileName>MaxMindGeoLite_i.c</InterfaceIdentifierFileName>
145      <ProxyFileName>MaxMindGeoLite_p.c</ProxyFileName>
146      <GenerateStublessProxies>true</GenerateStublessProxies>
147      <TypeLibraryName>$(IntDir)MaxMindGeoLite.tlb</TypeLibraryName>
148      <DllDataFileName>
149      </DllDataFileName>
150      <ValidateAllParameters>true</ValidateAllParameters>
151    </Midl>
152    <ResourceCompile>
153      <Culture>0x0409</Culture>
154      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
155      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156    </ResourceCompile>
157    <Link>
158      <SubSystem>Windows</SubSystem>
159      <ModuleDefinitionFile>.\MaxMindGeoLite.def</ModuleDefinitionFile>
160      <GenerateDebugInformation>true</GenerateDebugInformation>
161      <RegisterOutput>true</RegisterOutput>
162    </Link>
163  </ItemDefinitionGroup>
164  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
165    <ClCompile>
166      <PrecompiledHeader>Use</PrecompiledHeader>
167      <WarningLevel>Level3</WarningLevel>
168      <Optimization>Disabled</Optimization>
169      <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170    </ClCompile>
171    <Midl>
172      <MkTypLibCompatible>false</MkTypLibCompatible>
173      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
174      <HeaderFileName>MaxMindGeoLite_i.h</HeaderFileName>
175      <InterfaceIdentifierFileName>MaxMindGeoLite_i.c</InterfaceIdentifierFileName>
176      <ProxyFileName>MaxMindGeoLite_p.c</ProxyFileName>
177      <GenerateStublessProxies>true</GenerateStublessProxies>
178      <TypeLibraryName>$(IntDir)MaxMindGeoLite.tlb</TypeLibraryName>
179      <DllDataFileName>
180      </DllDataFileName>
181    </Midl>
182    <ResourceCompile>
183      <Culture>0x0409</Culture>
184      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
185      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186    </ResourceCompile>
187    <Link>
188      <SubSystem>Windows</SubSystem>
189      <ModuleDefinitionFile>.\MaxMindGeoLite.def</ModuleDefinitionFile>
190      <GenerateDebugInformation>true</GenerateDebugInformation>
191      <RegisterOutput>true</RegisterOutput>
192    </Link>
193  </ItemDefinitionGroup>
194  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
195    <ClCompile>
196      <PrecompiledHeader>Use</PrecompiledHeader>
197      <WarningLevel>Level3</WarningLevel>
198      <Optimization>Full</Optimization>
199      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
200      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
201      <IntrinsicFunctions>true</IntrinsicFunctions>
202      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
203      <OmitFramePointers>true</OmitFramePointers>
204      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
205      <WholeProgramOptimization>true</WholeProgramOptimization>
206      <StringPooling>true</StringPooling>
207      <ExceptionHandling>Async</ExceptionHandling>
208      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
209    </ClCompile>
210    <Midl>
211      <MkTypLibCompatible>false</MkTypLibCompatible>
212      <TargetEnvironment>Win32</TargetEnvironment>
213      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
214      <HeaderFileName>MaxMindGeoLite_i.h</HeaderFileName>
215      <InterfaceIdentifierFileName>MaxMindGeoLite_i.c</InterfaceIdentifierFileName>
216      <ProxyFileName>MaxMindGeoLite_p.c</ProxyFileName>
217      <GenerateStublessProxies>true</GenerateStublessProxies>
218      <TypeLibraryName>$(IntDir)MaxMindGeoLite.tlb</TypeLibraryName>
219      <DllDataFileName>
220      </DllDataFileName>
221      <ValidateAllParameters>true</ValidateAllParameters>
222    </Midl>
223    <ResourceCompile>
224      <Culture>0x0409</Culture>
225      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
226      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
227    </ResourceCompile>
228    <Link>
229      <SubSystem>Windows</SubSystem>
230      <ModuleDefinitionFile>.\MaxMindGeoLite.def</ModuleDefinitionFile>
231      <GenerateDebugInformation>true</GenerateDebugInformation>
232      <EnableCOMDATFolding>true</EnableCOMDATFolding>
233      <OptimizeReferences>true</OptimizeReferences>
234      <RegisterOutput>true</RegisterOutput>
235      <DelayLoadDLLs>version.dll;dbghelp.dll</DelayLoadDLLs>
236    </Link>
237  </ItemDefinitionGroup>
238  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
239    <ClCompile>
240      <PrecompiledHeader>Use</PrecompiledHeader>
241      <WarningLevel>Level3</WarningLevel>
242      <Optimization>Full</Optimization>
243      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
244      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
245      <IntrinsicFunctions>true</IntrinsicFunctions>
246      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
247      <OmitFramePointers>true</OmitFramePointers>
248      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
249      <WholeProgramOptimization>true</WholeProgramOptimization>
250      <StringPooling>true</StringPooling>
251      <ExceptionHandling>Async</ExceptionHandling>
252      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
253    </ClCompile>
254    <Midl>
255      <MkTypLibCompatible>false</MkTypLibCompatible>
256      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
257      <HeaderFileName>MaxMindGeoLite_i.h</HeaderFileName>
258      <InterfaceIdentifierFileName>MaxMindGeoLite_i.c</InterfaceIdentifierFileName>
259      <ProxyFileName>MaxMindGeoLite_p.c</ProxyFileName>
260      <GenerateStublessProxies>true</GenerateStublessProxies>
261      <TypeLibraryName>$(IntDir)MaxMindGeoLite.tlb</TypeLibraryName>
262      <DllDataFileName>
263      </DllDataFileName>
264    </Midl>
265    <ResourceCompile>
266      <Culture>0x0409</Culture>
267      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
268      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
269    </ResourceCompile>
270    <Link>
271      <SubSystem>Windows</SubSystem>
272      <ModuleDefinitionFile>.\MaxMindGeoLite.def</ModuleDefinitionFile>
273      <GenerateDebugInformation>true</GenerateDebugInformation>
274      <EnableCOMDATFolding>true</EnableCOMDATFolding>
275      <OptimizeReferences>true</OptimizeReferences>
276      <RegisterOutput>true</RegisterOutput>
277      <DelayLoadDLLs>version.dll;dbghelp.dll</DelayLoadDLLs>
278    </Link>
279  </ItemDefinitionGroup>
280  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
281    <ClCompile>
282      <PrecompiledHeader>Use</PrecompiledHeader>
283      <WarningLevel>Level3</WarningLevel>
284      <Optimization>Full</Optimization>
285      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions);_TRACE=1;_TRACELEVEL=4</PreprocessorDefinitions>
286      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
287      <IntrinsicFunctions>true</IntrinsicFunctions>
288      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
289      <OmitFramePointers>true</OmitFramePointers>
290      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
291      <WholeProgramOptimization>true</WholeProgramOptimization>
292      <StringPooling>true</StringPooling>
293      <ExceptionHandling>Async</ExceptionHandling>
294      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
295    </ClCompile>
296    <Midl>
297      <MkTypLibCompatible>false</MkTypLibCompatible>
298      <TargetEnvironment>Win32</TargetEnvironment>
299      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
300      <HeaderFileName>MaxMindGeoLite_i.h</HeaderFileName>
301      <InterfaceIdentifierFileName>MaxMindGeoLite_i.c</InterfaceIdentifierFileName>
302      <ProxyFileName>MaxMindGeoLite_p.c</ProxyFileName>
303      <GenerateStublessProxies>true</GenerateStublessProxies>
304      <TypeLibraryName>$(IntDir)MaxMindGeoLite.tlb</TypeLibraryName>
305      <DllDataFileName>
306      </DllDataFileName>
307      <ValidateAllParameters>true</ValidateAllParameters>
308    </Midl>
309    <ResourceCompile>
310      <Culture>0x0409</Culture>
311      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
312      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
313    </ResourceCompile>
314    <Link>
315      <SubSystem>Windows</SubSystem>
316      <ModuleDefinitionFile>.\MaxMindGeoLite.def</ModuleDefinitionFile>
317      <GenerateDebugInformation>true</GenerateDebugInformation>
318      <EnableCOMDATFolding>true</EnableCOMDATFolding>
319      <OptimizeReferences>true</OptimizeReferences>
320      <RegisterOutput>true</RegisterOutput>
321      <DelayLoadDLLs>version.dll;dbghelp.dll</DelayLoadDLLs>
322    </Link>
323  </ItemDefinitionGroup>
324  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
325    <ClCompile>
326      <PrecompiledHeader>Use</PrecompiledHeader>
327      <WarningLevel>Level3</WarningLevel>
328      <Optimization>Full</Optimization>
329      <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions);_TRACE=1;_TRACELEVEL=4</PreprocessorDefinitions>
330      <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
331      <IntrinsicFunctions>true</IntrinsicFunctions>
332      <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
333      <OmitFramePointers>true</OmitFramePointers>
334      <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
335      <WholeProgramOptimization>true</WholeProgramOptimization>
336      <StringPooling>true</StringPooling>
337      <ExceptionHandling>Async</ExceptionHandling>
338      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
339    </ClCompile>
340    <Midl>
341      <MkTypLibCompatible>false</MkTypLibCompatible>
342      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
343      <HeaderFileName>MaxMindGeoLite_i.h</HeaderFileName>
344      <InterfaceIdentifierFileName>MaxMindGeoLite_i.c</InterfaceIdentifierFileName>
345      <ProxyFileName>MaxMindGeoLite_p.c</ProxyFileName>
346      <GenerateStublessProxies>true</GenerateStublessProxies>
347      <TypeLibraryName>$(IntDir)MaxMindGeoLite.tlb</TypeLibraryName>
348      <DllDataFileName>
349      </DllDataFileName>
350    </Midl>
351    <ResourceCompile>
352      <Culture>0x0409</Culture>
353      <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
354      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
355    </ResourceCompile>
356    <Link>
357      <SubSystem>Windows</SubSystem>
358      <ModuleDefinitionFile>.\MaxMindGeoLite.def</ModuleDefinitionFile>
359      <GenerateDebugInformation>true</GenerateDebugInformation>
360      <EnableCOMDATFolding>true</EnableCOMDATFolding>
361      <OptimizeReferences>true</OptimizeReferences>
362      <RegisterOutput>true</RegisterOutput>
363      <DelayLoadDLLs>version.dll;dbghelp.dll</DelayLoadDLLs>
364    </Link>
365  </ItemDefinitionGroup>
366  <ItemGroup>
367    <ClCompile Include="dllmain.cpp">
368      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
369      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
370      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
371      </PrecompiledHeader>
372      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
373      </PrecompiledHeader>
374      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
375      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
376      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">false</CompileAsManaged>
377      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">false</CompileAsManaged>
378      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
379      </PrecompiledHeader>
380      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
381      </PrecompiledHeader>
382      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
383      </PrecompiledHeader>
384      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
385      </PrecompiledHeader>
386    </ClCompile>
387    <ClCompile Include="MaxMindGeoLite.cpp" />
388    <ClCompile Include="MaxMindGeoLite_i.c">
389      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</CompileAsManaged>
390      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</CompileAsManaged>
391      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
392      </PrecompiledHeader>
393      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
394      </PrecompiledHeader>
395      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</CompileAsManaged>
396      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</CompileAsManaged>
397      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">false</CompileAsManaged>
398      <CompileAsManaged Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">false</CompileAsManaged>
399      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
400      </PrecompiledHeader>
401      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
402      </PrecompiledHeader>
403      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">
404      </PrecompiledHeader>
405      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">
406      </PrecompiledHeader>
407    </ClCompile>
408    <ClCompile Include="Location.cpp" />
409    <ClCompile Include="stdafx.cpp">
410      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
411      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
412      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
413      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
414      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|Win32'">Create</PrecompiledHeader>
415      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release Trace|x64'">Create</PrecompiledHeader>
416    </ClCompile>
417  </ItemGroup>
418  <ItemGroup>
419    <ClInclude Include="dllmain.h" />
420    <ClInclude Include="MaxMindGeoLite_i.h" />
421    <ClInclude Include="Location.h" />
422    <ClInclude Include="Resource.h" />
423    <ClInclude Include="stdafx.h" />
424    <ClInclude Include="targetver.h" />
425  </ItemGroup>
426  <ItemGroup>
427    <ResourceCompile Include="MaxMindGeoLite.rc" />
428  </ItemGroup>
429  <ItemGroup>
430    <None Include="MaxMindGeoLite.def" />
431    <None Include="MaxMindGeoLite.rgs" />
432    <None Include="Locations.rgs" />
433    <None Include="ReadMe.txt" />
434  </ItemGroup>
435  <ItemGroup>
436    <Midl Include="MaxMindGeoLite.idl" />
437  </ItemGroup>
438  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
439  <ImportGroup Label="ExtensionTargets">
440  </ImportGroup>
441</Project>
Note: See TracBrowser for help on using the repository browser.