icinga2/lib/icinga/icinga.vcxproj

261 lines
15 KiB
XML
Raw Normal View History

2012-03-31 16:29:53 +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>
2012-09-21 16:15:36 +02:00
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
2012-03-31 16:29:53 +02:00
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
2012-09-21 16:15:36 +02:00
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
2012-03-31 16:29:53 +02:00
</ItemGroup>
2012-04-13 11:45:09 +02:00
<ItemGroup>
<ClCompile Include="api.cpp" />
2013-08-20 08:29:38 +02:00
<ClCompile Include="checkcommand.cpp" />
2012-09-10 14:35:01 +02:00
<ClCompile Include="cib.cpp" />
2013-08-20 08:29:38 +02:00
<ClCompile Include="command.cpp" />
<ClCompile Include="compatutility.cpp" />
<ClCompile Include="eventcommand.cpp" />
2013-01-29 15:02:53 +01:00
<ClCompile Include="externalcommandprocessor.cpp" />
2012-09-10 14:35:01 +02:00
<ClCompile Include="host.cpp" />
<ClCompile Include="hostgroup.cpp" />
2013-03-12 15:35:51 +01:00
<ClCompile Include="icinga-type.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
</ClCompile>
2012-04-13 11:45:09 +02:00
<ClCompile Include="icingaapplication.cpp" />
<ClCompile Include="legacytimeperiod.cpp" />
2012-09-10 14:35:01 +02:00
<ClCompile Include="macroprocessor.cpp" />
<ClCompile Include="macroresolver.cpp" />
2013-02-09 11:42:22 +01:00
<ClCompile Include="notification.cpp" />
2013-08-20 08:29:38 +02:00
<ClCompile Include="notificationcommand.cpp" />
<ClCompile Include="nulleventtask.cpp" />
<ClCompile Include="perfdatawriter.cpp" />
<ClCompile Include="pluginchecktask.cpp" />
2012-09-10 14:35:01 +02:00
<ClCompile Include="nullchecktask.cpp" />
2013-08-20 08:29:38 +02:00
<ClCompile Include="plugineventtask.cpp" />
2013-02-09 11:42:22 +01:00
<ClCompile Include="pluginnotificationtask.cpp" />
2013-08-20 08:29:38 +02:00
<ClCompile Include="service-event.cpp" />
<ClCompile Include="service-flapping.cpp" />
<ClCompile Include="service-notification.cpp" />
2012-09-10 14:35:01 +02:00
<ClCompile Include="service.cpp" />
<ClCompile Include="service-check.cpp" />
<ClCompile Include="service-comment.cpp" />
<ClCompile Include="service-downtime.cpp" />
2012-09-10 14:35:01 +02:00
<ClCompile Include="servicegroup.cpp" />
2013-03-13 16:04:53 +01:00
<ClCompile Include="timeperiod.cpp" />
2013-02-24 08:26:10 +01:00
<ClCompile Include="user.cpp" />
2013-02-27 21:49:03 +01:00
<ClCompile Include="usergroup.cpp" />
2012-04-13 11:45:09 +02:00
</ItemGroup>
<ItemGroup>
<ClInclude Include="api.h" />
2013-08-20 08:29:38 +02:00
<ClInclude Include="checkcommand.h" />
2012-09-10 14:35:01 +02:00
<ClInclude Include="cib.h" />
2013-08-20 08:29:38 +02:00
<ClInclude Include="command.h" />
<ClInclude Include="compatutility.h" />
<ClInclude Include="eventcommand.h" />
2013-01-29 15:02:53 +01:00
<ClInclude Include="externalcommandprocessor.h" />
2012-09-10 14:35:01 +02:00
<ClInclude Include="host.h" />
<ClInclude Include="hostgroup.h" />
2012-04-13 11:45:09 +02:00
<ClInclude Include="i2-icinga.h" />
<ClInclude Include="icingaapplication.h" />
<ClInclude Include="legacytimeperiod.h" />
2012-09-10 14:35:01 +02:00
<ClInclude Include="macroprocessor.h" />
<ClInclude Include="macroresolver.h" />
2013-02-09 11:42:22 +01:00
<ClInclude Include="notification.h" />
2013-08-20 08:29:38 +02:00
<ClInclude Include="notificationcommand.h" />
<ClInclude Include="nulleventtask.h" />
<ClInclude Include="perfdatawriter.h" />
<ClInclude Include="pluginchecktask.h" />
2012-09-10 14:35:01 +02:00
<ClInclude Include="nullchecktask.h" />
2013-08-20 08:29:38 +02:00
<ClInclude Include="plugineventtask.h" />
2013-02-09 11:42:22 +01:00
<ClInclude Include="pluginnotificationtask.h" />
2012-09-10 14:35:01 +02:00
<ClInclude Include="service.h" />
<ClInclude Include="servicegroup.h" />
2013-03-13 16:04:53 +01:00
<ClInclude Include="timeperiod.h" />
2013-02-24 08:26:10 +01:00
<ClInclude Include="user.h" />
2013-02-27 21:49:03 +01:00
<ClInclude Include="usergroup.h" />
2012-04-13 11:45:09 +02:00
</ItemGroup>
2013-03-12 15:35:51 +01:00
<ItemGroup>
<CustomBuild Include="icinga-type.conf">
<FileType>Document</FileType>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Preparing config fragment for embedding</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Preparing config fragment for embedding</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Preparing config fragment for embedding</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Preparing config fragment for embedding</Message>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Filename).cpp;%(Outputs)</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename).cpp;%(Outputs)</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).cpp;%(Outputs)</Outputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).cpp;%(Outputs)</Outputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\tools\mkembedconfig\mkembedconfig.c</AdditionalInputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\tools\mkembedconfig\mkembedconfig.c</AdditionalInputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\tools\mkembedconfig\mkembedconfig.c</AdditionalInputs>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\tools\mkembedconfig\mkembedconfig.c</AdditionalInputs>
2013-03-12 15:35:51 +01:00
</CustomBuild>
</ItemGroup>
2012-03-31 16:29:53 +02:00
<PropertyGroup Label="Globals">
<ProjectGuid>{C1FC77E1-04A4-481B-A78B-2F7AF489C2F8}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>icinga</RootNamespace>
<ProjectName>icinga</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2012-04-13 11:45:09 +02:00
<ConfigurationType>DynamicLibrary</ConfigurationType>
2012-03-31 16:29:53 +02:00
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
2012-09-21 16:15:36 +02:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
2012-03-31 16:29:53 +02:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2012-04-13 11:45:09 +02:00
<ConfigurationType>DynamicLibrary</ConfigurationType>
2012-03-31 16:29:53 +02:00
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
2012-09-21 16:15:36 +02:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
2012-03-31 16:29:53 +02:00
<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>
2012-09-21 16:15:36 +02:00
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
2012-03-31 16:29:53 +02:00
<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>
2012-09-21 16:15:36 +02:00
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
2012-03-31 16:29:53 +02:00
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
2013-03-18 22:40:40 +01:00
<IncludePath>$(SolutionDir)\lib;$(IncludePath)</IncludePath>
2012-09-21 16:28:14 +02:00
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
2012-09-21 16:15:36 +02:00
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
2013-03-18 22:40:40 +01:00
<IncludePath>$(SolutionDir)\lib;$(IncludePath)</IncludePath>
2012-09-21 16:28:14 +02:00
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
2012-09-21 16:15:36 +02:00
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
2012-03-31 16:29:53 +02:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
2013-03-18 22:40:40 +01:00
<IncludePath>$(SolutionDir)\lib;$(IncludePath)</IncludePath>
2012-09-21 16:28:14 +02:00
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
2012-09-21 16:15:36 +02:00
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
2013-03-18 22:40:40 +01:00
<IncludePath>$(SolutionDir)\lib;$(IncludePath)</IncludePath>
2012-09-21 16:28:14 +02:00
<LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
2012-09-21 16:15:36 +02:00
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(Platform)\$(Configuration)\</IntDir>
2012-03-31 16:29:53 +02:00
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
2013-03-18 22:40:40 +01:00
<PrecompiledHeader>NotUsing</PrecompiledHeader>
2012-03-31 16:29:53 +02:00
<Optimization>Disabled</Optimization>
2013-03-12 19:49:24 +01:00
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;I2_ICINGA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-05-10 13:46:04 +02:00
<WarningLevel>Level3</WarningLevel>
2012-06-24 02:56:48 +02:00
<MinimalRebuild>false</MinimalRebuild>
<PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
2012-03-31 16:29:53 +02:00
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
2013-09-01 06:01:27 +02:00
<AdditionalDependencies>base.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
2012-03-31 16:29:53 +02:00
</Link>
</ItemDefinitionGroup>
2012-09-21 16:15:36 +02:00
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
2013-03-18 22:40:40 +01:00
<PrecompiledHeader>NotUsing</PrecompiledHeader>
2012-09-21 16:15:36 +02:00
<Optimization>Disabled</Optimization>
2013-03-12 19:49:24 +01:00
<PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;I2_ICINGA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-09-21 16:15:36 +02:00
<WarningLevel>Level3</WarningLevel>
<MinimalRebuild>false</MinimalRebuild>
<PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
2013-09-01 06:01:27 +02:00
<AdditionalDependencies>base.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
2012-09-21 16:15:36 +02:00
</Link>
</ItemDefinitionGroup>
2012-03-31 16:29:53 +02:00
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
2013-03-18 22:40:40 +01:00
<PrecompiledHeader>NotUsing</PrecompiledHeader>
2012-03-31 16:29:53 +02:00
<Optimization>MaxSpeed</Optimization>
2012-09-21 16:15:36 +02:00
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
2013-03-12 19:49:24 +01:00
<PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;I2_ICINGA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-09-21 16:15:36 +02:00
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<WarningLevel>Level3</WarningLevel>
<MinimalRebuild>false</MinimalRebuild>
<PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
2013-09-01 06:01:27 +02:00
<AdditionalDependencies>base.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
2012-09-21 16:15:36 +02:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
2013-03-18 22:40:40 +01:00
<PrecompiledHeader>NotUsing</PrecompiledHeader>
2012-09-21 16:15:36 +02:00
<Optimization>MaxSpeed</Optimization>
2012-03-31 16:29:53 +02:00
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
2013-03-12 19:49:24 +01:00
<PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;I2_ICINGA_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-04-13 13:10:35 +02:00
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
2012-05-10 13:46:04 +02:00
<WarningLevel>Level3</WarningLevel>
2012-06-24 02:56:48 +02:00
<MinimalRebuild>false</MinimalRebuild>
<PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
2012-03-31 16:29:53 +02:00
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
2013-09-01 06:01:27 +02:00
<AdditionalDependencies>base.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
2012-03-31 16:29:53 +02:00
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
2013-08-20 08:29:38 +02:00
</Project>