]> granicus.if.org Git - icinga2/blob - lib/icinga/icinga.vcxproj
Implemented notification request messages, notifications dictionary for hosts/service...
[icinga2] / lib / icinga / icinga.vcxproj
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|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <ItemGroup>
22     <ClCompile Include="checkresultmessage.cpp" />
23     <ClCompile Include="cib.cpp" />
24     <ClCompile Include="externalcommandprocessor.cpp" />
25     <ClCompile Include="host.cpp" />
26     <ClCompile Include="hostgroup.cpp" />
27     <ClCompile Include="i2-icinga.cpp">
28       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
29       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
30       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
31       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
32     </ClCompile>
33     <ClCompile Include="icingaapplication.cpp" />
34     <ClCompile Include="macroprocessor.cpp" />
35     <ClCompile Include="notification.cpp" />
36     <ClCompile Include="notificationrequestmessage.cpp" />
37     <ClCompile Include="pluginchecktask.cpp" />
38     <ClCompile Include="nullchecktask.cpp" />
39     <ClCompile Include="pluginnotificationtask.cpp" />
40     <ClCompile Include="service-notification.cpp" />
41     <ClCompile Include="service.cpp" />
42     <ClCompile Include="service-comment.cpp" />
43     <ClCompile Include="service-downtime.cpp" />
44     <ClCompile Include="servicegroup.cpp" />
45   </ItemGroup>
46   <ItemGroup>
47     <ClInclude Include="checkresultmessage.h" />
48     <ClInclude Include="cib.h" />
49     <ClInclude Include="externalcommandprocessor.h" />
50     <ClInclude Include="host.h" />
51     <ClInclude Include="hostgroup.h" />
52     <ClInclude Include="i2-icinga.h" />
53     <ClInclude Include="icingaapplication.h" />
54     <ClInclude Include="macroprocessor.h" />
55     <ClInclude Include="notification.h" />
56     <ClInclude Include="notificationrequestmessage.h" />
57     <ClInclude Include="pluginchecktask.h" />
58     <ClInclude Include="nullchecktask.h" />
59     <ClInclude Include="pluginnotificationtask.h" />
60     <ClInclude Include="service.h" />
61     <ClInclude Include="servicegroup.h" />
62   </ItemGroup>
63   <PropertyGroup Label="Globals">
64     <ProjectGuid>{C1FC77E1-04A4-481B-A78B-2F7AF489C2F8}</ProjectGuid>
65     <Keyword>Win32Proj</Keyword>
66     <RootNamespace>icinga</RootNamespace>
67     <ProjectName>icinga</ProjectName>
68   </PropertyGroup>
69   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
70   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
71     <ConfigurationType>DynamicLibrary</ConfigurationType>
72     <UseDebugLibraries>true</UseDebugLibraries>
73     <CharacterSet>MultiByte</CharacterSet>
74   </PropertyGroup>
75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
76     <ConfigurationType>DynamicLibrary</ConfigurationType>
77     <UseDebugLibraries>true</UseDebugLibraries>
78     <CharacterSet>MultiByte</CharacterSet>
79   </PropertyGroup>
80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
81     <ConfigurationType>DynamicLibrary</ConfigurationType>
82     <UseDebugLibraries>false</UseDebugLibraries>
83     <WholeProgramOptimization>true</WholeProgramOptimization>
84     <CharacterSet>MultiByte</CharacterSet>
85   </PropertyGroup>
86   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
87     <ConfigurationType>DynamicLibrary</ConfigurationType>
88     <UseDebugLibraries>false</UseDebugLibraries>
89     <WholeProgramOptimization>true</WholeProgramOptimization>
90     <CharacterSet>MultiByte</CharacterSet>
91   </PropertyGroup>
92   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
93   <ImportGroup Label="ExtensionSettings">
94   </ImportGroup>
95   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
96     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
97   </ImportGroup>
98   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
99     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
100   </ImportGroup>
101   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
102     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
103   </ImportGroup>
104   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
105     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
106   </ImportGroup>
107   <PropertyGroup Label="UserMacros" />
108   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
109     <LinkIncremental>true</LinkIncremental>
110     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
111     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
112     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
113     <IntDir>$(Platform)\$(Configuration)\</IntDir>
114   </PropertyGroup>
115   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
116     <LinkIncremental>true</LinkIncremental>
117     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
118     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
119     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
120     <IntDir>$(Platform)\$(Configuration)\</IntDir>
121   </PropertyGroup>
122   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
123     <LinkIncremental>false</LinkIncremental>
124     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
125     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
126     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
127     <IntDir>$(Platform)\$(Configuration)\</IntDir>
128   </PropertyGroup>
129   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
130     <LinkIncremental>false</LinkIncremental>
131     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
132     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
133     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
134     <IntDir>$(Platform)\$(Configuration)\</IntDir>
135   </PropertyGroup>
136   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
137     <ClCompile>
138       <PrecompiledHeader>Use</PrecompiledHeader>
139       <Optimization>Disabled</Optimization>
140       <PreprocessorDefinitions>WIN32;I2_ICINGA_BUILD;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141       <WarningLevel>Level3</WarningLevel>
142       <MinimalRebuild>false</MinimalRebuild>
143       <PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
144       <MultiProcessorCompilation>true</MultiProcessorCompilation>
145     </ClCompile>
146     <Link>
147       <SubSystem>Console</SubSystem>
148       <GenerateDebugInformation>true</GenerateDebugInformation>
149       <AdditionalDependencies>base.lib;remoting.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
150     </Link>
151   </ItemDefinitionGroup>
152   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
153     <ClCompile>
154       <PrecompiledHeader>Use</PrecompiledHeader>
155       <Optimization>Disabled</Optimization>
156       <PreprocessorDefinitions>WIN32;I2_ICINGA_BUILD;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157       <WarningLevel>Level3</WarningLevel>
158       <MinimalRebuild>false</MinimalRebuild>
159       <PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
160       <MultiProcessorCompilation>true</MultiProcessorCompilation>
161     </ClCompile>
162     <Link>
163       <SubSystem>Console</SubSystem>
164       <GenerateDebugInformation>true</GenerateDebugInformation>
165       <AdditionalDependencies>base.lib;remoting.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
166     </Link>
167   </ItemDefinitionGroup>
168   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
169     <ClCompile>
170       <PrecompiledHeader>Use</PrecompiledHeader>
171       <Optimization>MaxSpeed</Optimization>
172       <FunctionLevelLinking>true</FunctionLevelLinking>
173       <IntrinsicFunctions>true</IntrinsicFunctions>
174       <PreprocessorDefinitions>WIN32;I2_ICINGA_BUILD;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
176       <WarningLevel>Level3</WarningLevel>
177       <MinimalRebuild>false</MinimalRebuild>
178       <PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
179       <MultiProcessorCompilation>true</MultiProcessorCompilation>
180     </ClCompile>
181     <Link>
182       <SubSystem>Console</SubSystem>
183       <GenerateDebugInformation>true</GenerateDebugInformation>
184       <EnableCOMDATFolding>true</EnableCOMDATFolding>
185       <OptimizeReferences>true</OptimizeReferences>
186       <AdditionalDependencies>base.lib;remoting.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
187     </Link>
188   </ItemDefinitionGroup>
189   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
190     <ClCompile>
191       <PrecompiledHeader>Use</PrecompiledHeader>
192       <Optimization>MaxSpeed</Optimization>
193       <FunctionLevelLinking>true</FunctionLevelLinking>
194       <IntrinsicFunctions>true</IntrinsicFunctions>
195       <PreprocessorDefinitions>WIN32;I2_ICINGA_BUILD;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
196       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
197       <WarningLevel>Level3</WarningLevel>
198       <MinimalRebuild>false</MinimalRebuild>
199       <PrecompiledHeaderFile>i2-icinga.h</PrecompiledHeaderFile>
200       <MultiProcessorCompilation>true</MultiProcessorCompilation>
201     </ClCompile>
202     <Link>
203       <SubSystem>Console</SubSystem>
204       <GenerateDebugInformation>true</GenerateDebugInformation>
205       <EnableCOMDATFolding>true</EnableCOMDATFolding>
206       <OptimizeReferences>true</OptimizeReferences>
207       <AdditionalDependencies>base.lib;remoting.lib;config.lib;%(AdditionalDependencies)</AdditionalDependencies>
208     </Link>
209   </ItemDefinitionGroup>
210   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
211   <ImportGroup Label="ExtensionTargets">
212   </ImportGroup>
213 </Project>