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