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