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