• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/platforms/Windows/MSVC10/libs/libGeoIP/
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="Release|Win32">
9      <Configuration>Release</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectGuid>{8CA0F896-7689-4CE0-9D16-99C9C83847E1}</ProjectGuid>
15    <RootNamespace>libGeoIP</RootNamespace>
16    <Keyword>Win32Proj</Keyword>
17  </PropertyGroup>
18  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20    <ConfigurationType>StaticLibrary</ConfigurationType>
21    <CharacterSet>MultiByte</CharacterSet>
22    <WholeProgramOptimization>true</WholeProgramOptimization>
23  </PropertyGroup>
24  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25    <ConfigurationType>StaticLibrary</ConfigurationType>
26    <CharacterSet>Unicode</CharacterSet>
27  </PropertyGroup>
28  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29  <ImportGroup Label="ExtensionSettings">
30  </ImportGroup>
31  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
32    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33  </ImportGroup>
34  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36  </ImportGroup>
37  <PropertyGroup Label="UserMacros" />
38  <PropertyGroup>
39    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
40    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
41    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
42    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
43    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
44  </PropertyGroup>
45  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46    <ClCompile>
47      <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
48      <Optimization>Disabled</Optimization>
49      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
50      <PreprocessorDefinitions>WIN32;_DEBUG;__DEBUG__;_LIB;USE_WX_EXTENSIONS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
51      <ExceptionHandling>Async</ExceptionHandling>
52      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
53      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
54      <PrecompiledHeader>
55      </PrecompiledHeader>
56      <WarningLevel>Level3</WarningLevel>
57      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
58    </ClCompile>
59  </ItemDefinitionGroup>
60  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61    <ClCompile>
62      <AdditionalOptions>/MP %(AdditionalOptions)</AdditionalOptions>
63      <Optimization>Full</Optimization>
64      <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
65      <PreprocessorDefinitions>WIN32;_LIB;USE_WX_EXTENSIONS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
66      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
67      <PrecompiledHeader>
68      </PrecompiledHeader>
69      <WarningLevel>Level3</WarningLevel>
70      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
71    </ClCompile>
72  </ItemDefinitionGroup>
73  <ItemGroup>
74    <ClCompile Include="GeoIP_X.c" />
75  </ItemGroup>
76  <ItemGroup>
77    <ClInclude Include="GeoIP.h" />
78    <ClInclude Include="GeoIP_X.hpp" />
79  </ItemGroup>
80  <ItemGroup>
81    <CustomBuild Include="GeoIP.cmd">
82      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">create dummy files</Message>
83      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">GeoIP.cmd
84</Command>
85      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">GeoIP_X.c;%(Outputs)</Outputs>
86      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">create dummy files</Message>
87      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">GeoIP.cmd
88</Command>
89      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">GeoIP_X.c;%(Outputs)</Outputs>
90    </CustomBuild>
91  </ItemGroup>
92  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93  <ImportGroup Label="ExtensionTargets">
94  </ImportGroup>
95</Project>