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