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