]> granicus.if.org Git - icinga2/blob - components/livestatus/livestatus.vcxproj
b3fc251c76eec4b222574c51810590ef85de95fc
[icinga2] / components / livestatus / livestatus.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     <ClInclude Include="andfilter.h" />
23     <ClInclude Include="attributefilter.h" />
24     <ClInclude Include="column.h" />
25     <ClInclude Include="combinerfilter.h" />
26     <ClInclude Include="commentstable.h" />
27     <ClInclude Include="contactgroupstable.h" />
28     <ClInclude Include="contactstable.h" />
29     <ClInclude Include="downtimestable.h" />
30     <ClInclude Include="filter.h" />
31     <ClInclude Include="hoststable.h" />
32     <ClInclude Include="i2-livestatus.h" />
33     <ClInclude Include="component.h" />
34     <ClInclude Include="connection.h" />
35     <ClInclude Include="negatefilter.h" />
36     <ClInclude Include="orfilter.h" />
37     <ClInclude Include="query.h" />
38     <ClInclude Include="servicestable.h" />
39     <ClInclude Include="statustable.h" />
40     <ClInclude Include="table.h" />
41   </ItemGroup>
42   <ItemGroup>
43     <ClCompile Include="andfilter.cpp" />
44     <ClCompile Include="attributefilter.cpp" />
45     <ClCompile Include="column.cpp" />
46     <ClCompile Include="combinerfilter.cpp" />
47     <ClCompile Include="commentstable.cpp" />
48     <ClCompile Include="component.cpp" />
49     <ClCompile Include="connection.cpp" />
50     <ClCompile Include="contactgroupstable.cpp" />
51     <ClCompile Include="contactstable.cpp" />
52     <ClCompile Include="downtimestable.cpp" />
53     <ClCompile Include="filter.cpp" />
54     <ClCompile Include="hoststable.cpp" />
55     <ClCompile Include="livestatus-type.cpp" />
56     <ClCompile Include="negatefilter.cpp" />
57     <ClCompile Include="orfilter.cpp" />
58     <ClCompile Include="query.cpp" />
59     <ClCompile Include="servicestable.cpp" />
60     <ClCompile Include="statustable.cpp" />
61     <ClCompile Include="table.cpp" />
62   </ItemGroup>
63   <ItemGroup>
64     <CustomBuild Include="livestatus-type.conf">
65       <FileType>Document</FileType>
66       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
67       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Preparing config fragment for embedding</Message>
68       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
69       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Preparing config fragment for embedding</Message>
70       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
71       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Preparing config fragment for embedding</Message>
72       <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">"$(SolutionDir)$(Platform)\$(Configuration)\mkembedconfig.exe" "%(Identity)" "%(Filename).cpp"</Command>
73       <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Preparing config fragment for embedding</Message>
74       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Filename).cpp;%(Outputs)</Outputs>
75       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename).cpp;%(Outputs)</Outputs>
76       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(Filename).cpp;%(Outputs)</Outputs>
77       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(Filename).cpp;%(Outputs)</Outputs>
78     </CustomBuild>
79   </ItemGroup>
80   <PropertyGroup Label="Globals">
81     <ProjectGuid>{950E8743-BB34-4F8A-99EC-C87E8FC0EB3F}</ProjectGuid>
82     <Keyword>Win32Proj</Keyword>
83     <RootNamespace>livestatus</RootNamespace>
84   </PropertyGroup>
85   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
86   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
87     <ConfigurationType>DynamicLibrary</ConfigurationType>
88     <UseDebugLibraries>true</UseDebugLibraries>
89     <CharacterSet>MultiByte</CharacterSet>
90   </PropertyGroup>
91   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
92     <ConfigurationType>DynamicLibrary</ConfigurationType>
93     <UseDebugLibraries>true</UseDebugLibraries>
94     <CharacterSet>MultiByte</CharacterSet>
95   </PropertyGroup>
96   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
97     <ConfigurationType>DynamicLibrary</ConfigurationType>
98     <UseDebugLibraries>false</UseDebugLibraries>
99     <WholeProgramOptimization>true</WholeProgramOptimization>
100     <CharacterSet>MultiByte</CharacterSet>
101   </PropertyGroup>
102   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
103     <ConfigurationType>DynamicLibrary</ConfigurationType>
104     <UseDebugLibraries>false</UseDebugLibraries>
105     <WholeProgramOptimization>true</WholeProgramOptimization>
106     <CharacterSet>MultiByte</CharacterSet>
107   </PropertyGroup>
108   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
109   <ImportGroup Label="ExtensionSettings">
110   </ImportGroup>
111   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
112     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
113   </ImportGroup>
114   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
115     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
116   </ImportGroup>
117   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
119   </ImportGroup>
120   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
121     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
122   </ImportGroup>
123   <PropertyGroup Label="UserMacros" />
124   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125     <LinkIncremental>true</LinkIncremental>
126     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
127     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
128     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
129     <IntDir>$(Platform)\$(Configuration)\</IntDir>
130   </PropertyGroup>
131   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
132     <LinkIncremental>true</LinkIncremental>
133     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
134     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
135     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
136     <IntDir>$(Platform)\$(Configuration)\</IntDir>
137   </PropertyGroup>
138   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
139     <LinkIncremental>false</LinkIncremental>
140     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
141     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
142     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
143     <IntDir>$(Platform)\$(Configuration)\</IntDir>
144   </PropertyGroup>
145   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
146     <LinkIncremental>false</LinkIncremental>
147     <IncludePath>$(SolutionDir)\lib\base;$(SolutionDir)\lib\remoting;$(SolutionDir)\lib\icinga;$(SolutionDir)\lib\config;$(IncludePath)</IncludePath>
148     <LibraryPath>$(SolutionDir)$(Platform)\$(Configuration)\;$(LibraryPath)</LibraryPath>
149     <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
150     <IntDir>$(Platform)\$(Configuration)\</IntDir>
151   </PropertyGroup>
152   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
153     <ClCompile>
154       <Optimization>Disabled</Optimization>
155       <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
156       <WarningLevel>Level3</WarningLevel>
157       <MinimalRebuild>false</MinimalRebuild>
158       <MultiProcessorCompilation>true</MultiProcessorCompilation>
159     </ClCompile>
160     <Link>
161       <SubSystem>Windows</SubSystem>
162       <GenerateDebugInformation>true</GenerateDebugInformation>
163       <AdditionalDependencies>base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies)</AdditionalDependencies>
164     </Link>
165   </ItemDefinitionGroup>
166   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
167     <ClCompile>
168       <Optimization>Disabled</Optimization>
169       <PreprocessorDefinitions>_DEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
170       <WarningLevel>Level3</WarningLevel>
171       <MinimalRebuild>false</MinimalRebuild>
172       <MultiProcessorCompilation>true</MultiProcessorCompilation>
173     </ClCompile>
174     <Link>
175       <SubSystem>Windows</SubSystem>
176       <GenerateDebugInformation>true</GenerateDebugInformation>
177       <AdditionalDependencies>base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies)</AdditionalDependencies>
178     </Link>
179   </ItemDefinitionGroup>
180   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
181     <ClCompile>
182       <Optimization>MaxSpeed</Optimization>
183       <FunctionLevelLinking>true</FunctionLevelLinking>
184       <IntrinsicFunctions>true</IntrinsicFunctions>
185       <PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
186       <WarningLevel>Level3</WarningLevel>
187       <MinimalRebuild>false</MinimalRebuild>
188       <MultiProcessorCompilation>true</MultiProcessorCompilation>
189     </ClCompile>
190     <Link>
191       <SubSystem>Windows</SubSystem>
192       <GenerateDebugInformation>true</GenerateDebugInformation>
193       <EnableCOMDATFolding>true</EnableCOMDATFolding>
194       <OptimizeReferences>true</OptimizeReferences>
195       <AdditionalDependencies>base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies)</AdditionalDependencies>
196     </Link>
197   </ItemDefinitionGroup>
198   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
199     <ClCompile>
200       <Optimization>MaxSpeed</Optimization>
201       <FunctionLevelLinking>true</FunctionLevelLinking>
202       <IntrinsicFunctions>true</IntrinsicFunctions>
203       <PreprocessorDefinitions>NDEBUG;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
204       <WarningLevel>Level3</WarningLevel>
205       <MinimalRebuild>false</MinimalRebuild>
206       <MultiProcessorCompilation>true</MultiProcessorCompilation>
207     </ClCompile>
208     <Link>
209       <SubSystem>Windows</SubSystem>
210       <GenerateDebugInformation>true</GenerateDebugInformation>
211       <EnableCOMDATFolding>true</EnableCOMDATFolding>
212       <OptimizeReferences>true</OptimizeReferences>
213       <AdditionalDependencies>base.lib;config.lib;remoting.lib;icinga.lib;%(AdditionalDependencies)</AdditionalDependencies>
214     </Link>
215   </ItemDefinitionGroup>
216   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
217   <ImportGroup Label="ExtensionTargets">
218   </ImportGroup>
219 </Project>