]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/Icinga2SetupAgent.csproj
Merge pull request #6503 from peteeckel/fix/reduce-loglevel-plugin-env-6460
[icinga2] / agent / windows-setup-agent / Icinga2SetupAgent.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
7     <ProjectGuid>{A86F1159-66E8-4BDB-BF28-A2BDAF76517C}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Icinga</RootNamespace>
11     <AssemblyName>Icinga2SetupAgent</AssemblyName>
12     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <TargetFrameworkProfile />
15     <PublishUrl>publish\</PublishUrl>
16     <Install>true</Install>
17     <InstallFrom>Disk</InstallFrom>
18     <UpdateEnabled>false</UpdateEnabled>
19     <UpdateMode>Foreground</UpdateMode>
20     <UpdateInterval>7</UpdateInterval>
21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22     <UpdatePeriodically>false</UpdatePeriodically>
23     <UpdateRequired>false</UpdateRequired>
24     <MapFileExtensions>true</MapFileExtensions>
25     <ApplicationRevision>0</ApplicationRevision>
26     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27     <IsWebBootstrapper>false</IsWebBootstrapper>
28     <UseApplicationTrust>false</UseApplicationTrust>
29     <BootstrapperEnabled>true</BootstrapperEnabled>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
32     <PlatformTarget>x86</PlatformTarget>
33     <DebugSymbols>true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>false</Optimize>
36     <OutputPath>bin\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <ErrorReport>prompt</ErrorReport>
39     <WarningLevel>4</WarningLevel>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42     <PlatformTarget>x86</PlatformTarget>
43     <DebugType>pdbonly</DebugType>
44     <Optimize>true</Optimize>
45     <OutputPath>bin\Release\</OutputPath>
46     <DefineConstants>TRACE</DefineConstants>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>4</WarningLevel>
49   </PropertyGroup>
50   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RelWithDebInfo|x86' ">
51     <PlatformTarget>x86</PlatformTarget>
52     <DebugType>pdbonly</DebugType>
53     <Optimize>true</Optimize>
54     <OutputPath>bin\RelWithDebInfo\</OutputPath>
55     <DefineConstants>TRACE</DefineConstants>
56     <ErrorReport>prompt</ErrorReport>
57     <WarningLevel>4</WarningLevel>
58   </PropertyGroup>
59   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MinSizeRel|x86' ">
60     <PlatformTarget>x86</PlatformTarget>
61     <DebugType>pdbonly</DebugType>
62     <Optimize>true</Optimize>
63     <OutputPath>bin\MinSizeRel\</OutputPath>
64     <DefineConstants>TRACE</DefineConstants>
65     <ErrorReport>prompt</ErrorReport>
66     <WarningLevel>4</WarningLevel>
67   </PropertyGroup>
68   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
69     <PlatformTarget>x64</PlatformTarget>
70     <DebugSymbols>true</DebugSymbols>
71     <DebugType>full</DebugType>
72     <Optimize>false</Optimize>
73     <OutputPath>bin\Debug\</OutputPath>
74     <DefineConstants>DEBUG;TRACE</DefineConstants>
75     <ErrorReport>prompt</ErrorReport>
76     <WarningLevel>4</WarningLevel>
77   </PropertyGroup>
78   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
79     <PlatformTarget>x64</PlatformTarget>
80     <DebugType>pdbonly</DebugType>
81     <Optimize>true</Optimize>
82     <OutputPath>bin\Release\</OutputPath>
83     <DefineConstants>TRACE</DefineConstants>
84     <ErrorReport>prompt</ErrorReport>
85     <WarningLevel>4</WarningLevel>
86   </PropertyGroup>
87   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RelWithDebInfo|x64' ">
88     <PlatformTarget>x64</PlatformTarget>
89     <DebugType>pdbonly</DebugType>
90     <Optimize>true</Optimize>
91     <OutputPath>bin\RelWithDebInfo\</OutputPath>
92     <DefineConstants>TRACE</DefineConstants>
93     <ErrorReport>prompt</ErrorReport>
94     <WarningLevel>4</WarningLevel>
95   </PropertyGroup>
96   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MinSizeRel|x64' ">
97     <PlatformTarget>x64</PlatformTarget>
98     <DebugType>pdbonly</DebugType>
99     <Optimize>true</Optimize>
100     <OutputPath>bin\MinSizeRel\</OutputPath>
101     <DefineConstants>TRACE</DefineConstants>
102     <ErrorReport>prompt</ErrorReport>
103     <WarningLevel>4</WarningLevel>
104   </PropertyGroup>
105   <PropertyGroup>
106     <ApplicationIcon>icinga.ico</ApplicationIcon>
107   </PropertyGroup>
108   <PropertyGroup>
109     <ApplicationManifest>app.manifest</ApplicationManifest>
110   </PropertyGroup>
111   <ItemGroup>
112     <Reference Include="System" />
113     <Reference Include="System.Data" />
114     <Reference Include="System.Drawing" />
115     <Reference Include="System.ServiceProcess" />
116     <Reference Include="System.Windows.Forms" />
117     <Reference Include="System.Xml" />
118   </ItemGroup>
119   <ItemGroup>
120     <Compile Include="GlobalZonesInputBox.cs">
121       <SubType>Form</SubType>
122     </Compile>
123     <Compile Include="GlobalZonesInputBox.Designer.cs">
124       <DependentUpon>GlobalZonesInputBox.cs</DependentUpon>
125     </Compile>
126     <Compile Include="ServiceStatus.cs">
127       <SubType>Form</SubType>
128     </Compile>
129     <Compile Include="ServiceStatus.Designer.cs">
130       <DependentUpon>ServiceStatus.cs</DependentUpon>
131     </Compile>
132     <Compile Include="SetupWizard.cs">
133       <SubType>Form</SubType>
134     </Compile>
135     <Compile Include="SetupWizard.Designer.cs">
136       <DependentUpon>SetupWizard.cs</DependentUpon>
137     </Compile>
138     <Compile Include="EndpointInputBox.cs">
139       <SubType>Form</SubType>
140     </Compile>
141     <Compile Include="EndpointInputBox.Designer.cs">
142       <DependentUpon>EndpointInputBox.cs</DependentUpon>
143     </Compile>
144     <Compile Include="Program.cs" />
145     <Compile Include="Properties\AssemblyInfo.cs" />
146     <EmbeddedResource Include="GlobalZonesInputBox.resx">
147       <DependentUpon>GlobalZonesInputBox.cs</DependentUpon>
148     </EmbeddedResource>
149     <EmbeddedResource Include="ServiceStatus.resx">
150       <DependentUpon>ServiceStatus.cs</DependentUpon>
151     </EmbeddedResource>
152     <EmbeddedResource Include="SetupWizard.resx">
153       <DependentUpon>SetupWizard.cs</DependentUpon>
154     </EmbeddedResource>
155     <EmbeddedResource Include="EndpointInputBox.resx">
156       <DependentUpon>EndpointInputBox.cs</DependentUpon>
157     </EmbeddedResource>
158     <EmbeddedResource Include="Properties\Resources.resx">
159       <Generator>ResXFileCodeGenerator</Generator>
160       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
161       <SubType>Designer</SubType>
162     </EmbeddedResource>
163     <Compile Include="Properties\Resources.Designer.cs">
164       <AutoGen>True</AutoGen>
165       <DependentUpon>Resources.resx</DependentUpon>
166       <DesignTime>True</DesignTime>
167     </Compile>
168     <None Include="app.manifest" />
169     <None Include="Properties\Settings.settings">
170       <Generator>SettingsSingleFileGenerator</Generator>
171       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
172     </None>
173     <Compile Include="Properties\Settings.Designer.cs">
174       <AutoGen>True</AutoGen>
175       <DependentUpon>Settings.settings</DependentUpon>
176       <DesignTimeSharedInput>True</DesignTimeSharedInput>
177     </Compile>
178   </ItemGroup>
179   <ItemGroup>
180     <None Include="App.config" />
181   </ItemGroup>
182   <ItemGroup>
183     <None Include="icinga-banner.png" />
184   </ItemGroup>
185   <ItemGroup>
186     <Content Include="icinga.ico" />
187   </ItemGroup>
188   <ItemGroup>
189     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
190       <Visible>False</Visible>
191       <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
192       <Install>true</Install>
193     </BootstrapperPackage>
194     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
195       <Visible>False</Visible>
196       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
197       <Install>false</Install>
198     </BootstrapperPackage>
199     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
200       <Visible>False</Visible>
201       <ProductName>.NET Framework 3.5 SP1</ProductName>
202       <Install>false</Install>
203     </BootstrapperPackage>
204   </ItemGroup>
205   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
206   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
207        Other similar extension points exist, see Microsoft.Common.targets.
208   <Target Name="BeforeBuild">
209   </Target>
210   <Target Name="AfterBuild">
211   </Target>
212   -->
213 </Project>