2012-03-28 13:24:49 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="application.cpp" />
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ClCompile Include="component.cpp" />
|
|
|
|
|
<ClCompile Include="condvar.cpp" />
|
2012-04-04 10:04:38 +02:00
|
|
|
|
<ClCompile Include="configcollection.cpp" />
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ClCompile Include="confighive.cpp" />
|
|
|
|
|
<ClCompile Include="configobject.cpp" />
|
2012-04-18 15:22:25 +02:00
|
|
|
|
<ClCompile Include="dictionary.cpp" />
|
2012-04-03 13:01:00 +02:00
|
|
|
|
<ClCompile Include="exception.cpp" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClCompile Include="fifo.cpp" />
|
|
|
|
|
<ClCompile Include="memory.cpp" />
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ClCompile Include="mutex.cpp" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClCompile Include="object.cpp" />
|
|
|
|
|
<ClCompile Include="socket.cpp" />
|
|
|
|
|
<ClCompile Include="tcpclient.cpp" />
|
|
|
|
|
<ClCompile Include="tcpserver.cpp" />
|
|
|
|
|
<ClCompile Include="tcpsocket.cpp" />
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ClCompile Include="thread.cpp" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClCompile Include="timer.cpp" />
|
2012-04-24 14:02:15 +02:00
|
|
|
|
<ClCompile Include="tlsclient.cpp" />
|
2012-04-02 10:26:38 +02:00
|
|
|
|
<ClCompile Include="unix.cpp" />
|
2012-04-22 16:45:31 +02:00
|
|
|
|
<ClCompile Include="utility.cpp" />
|
2012-04-18 15:22:25 +02:00
|
|
|
|
<ClCompile Include="variant.cpp" />
|
2012-04-02 10:29:08 +02:00
|
|
|
|
<ClCompile Include="win32.cpp" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="application.h" />
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ClInclude Include="component.h" />
|
|
|
|
|
<ClInclude Include="condvar.h" />
|
2012-04-04 10:04:38 +02:00
|
|
|
|
<ClInclude Include="configcollection.h" />
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ClInclude Include="confighive.h" />
|
|
|
|
|
<ClInclude Include="configobject.h" />
|
2012-04-03 15:47:32 +02:00
|
|
|
|
<ClInclude Include="cxx11-compat.h" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClInclude Include="delegate.h" />
|
2012-04-18 15:22:25 +02:00
|
|
|
|
<ClInclude Include="dictionary.h" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClInclude Include="event.h" />
|
2012-04-03 13:01:00 +02:00
|
|
|
|
<ClInclude Include="exception.h" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClInclude Include="fifo.h" />
|
|
|
|
|
<ClInclude Include="i2-base.h" />
|
|
|
|
|
<ClInclude Include="memory.h" />
|
|
|
|
|
<ClInclude Include="object.h" />
|
|
|
|
|
<ClInclude Include="socket.h" />
|
|
|
|
|
<ClInclude Include="tcpclient.h" />
|
|
|
|
|
<ClInclude Include="tcpserver.h" />
|
|
|
|
|
<ClInclude Include="tcpsocket.h" />
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ClInclude Include="thread.h" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClInclude Include="timer.h" />
|
2012-04-24 14:02:15 +02:00
|
|
|
|
<ClInclude Include="tlsclient.h" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClInclude Include="unix.h" />
|
2012-04-22 16:45:31 +02:00
|
|
|
|
<ClInclude Include="utility.h" />
|
2012-04-18 15:22:25 +02:00
|
|
|
|
<ClInclude Include="variant.h" />
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ClInclude Include="win32.h" />
|
|
|
|
|
</ItemGroup>
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="mutex.h" />
|
|
|
|
|
</ItemGroup>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{9C92DA90-FD53-43A9-A244-90F2E8AF9677}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2012-03-31 16:03:42 +02:00
|
|
|
|
<RootNamespace>icinga</RootNamespace>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2012-04-06 08:56:52 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2012-03-31 15:18:09 +02:00
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
2012-04-06 08:56:52 +02:00
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2012-05-09 10:15:51 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<IncludePath>$(SolutionDir)\mmatch;$(IncludePath)</IncludePath>
|
2012-05-09 12:19:58 +02:00
|
|
|
|
<LibraryPath>$(OutDir);$(LibraryPath)</LibraryPath>
|
2012-05-09 10:15:51 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<IncludePath>$(SolutionDir)\mmatch;$(IncludePath)</IncludePath>
|
2012-05-09 12:19:58 +02:00
|
|
|
|
<LibraryPath>$(OutDir);$(LibraryPath)</LibraryPath>
|
2012-05-09 10:15:51 +02:00
|
|
|
|
</PropertyGroup>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
2012-04-06 08:56:52 +02:00
|
|
|
|
<PreprocessorDefinitions>_WINDLL;I2_BASE_BUILD;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
2012-05-09 12:19:58 +02:00
|
|
|
|
<AdditionalDependencies>ws2_32.lib;shlwapi.lib;mmatch.lib;libeay32MTd.lib;ssleay32MTd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
2012-04-02 13:09:33 +02:00
|
|
|
|
<AdditionalDependencies>ws2_32.lib;shlwapi.lib</AdditionalDependencies>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2012-04-06 08:56:52 +02:00
|
|
|
|
<PreprocessorDefinitions>_WINDLL;I2_BASE_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2012-04-13 13:10:35 +02:00
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2012-05-09 12:19:58 +02:00
|
|
|
|
<AdditionalDependencies>ws2_32.lib;shlwapi.lib;mmatch.lib;libeay32MT.lib;ssleay32MT.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</Link>
|
|
|
|
|
<Lib>
|
2012-04-02 13:09:33 +02:00
|
|
|
|
<AdditionalDependencies>ws2_32.lib;shlwapi.lib</AdditionalDependencies>
|
2012-03-28 13:24:49 +02:00
|
|
|
|
</Lib>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|