]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/Icinga2SetupAgent.csproj
Fix warning for the Icinga top banner name
[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)' == '' ">x64</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>v4.6</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     <Prefer32Bit>false</Prefer32Bit>
41   </PropertyGroup>
42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
43     <PlatformTarget>x86</PlatformTarget>
44     <DebugType>pdbonly</DebugType>
45     <Optimize>true</Optimize>
46     <OutputPath>bin\Release\</OutputPath>
47     <DefineConstants>TRACE</DefineConstants>
48     <ErrorReport>prompt</ErrorReport>
49     <WarningLevel>4</WarningLevel>
50     <Prefer32Bit>false</Prefer32Bit>
51   </PropertyGroup>
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RelWithDebInfo|x86' ">
53     <PlatformTarget>x86</PlatformTarget>
54     <DebugType>pdbonly</DebugType>
55     <Optimize>true</Optimize>
56     <OutputPath>bin\RelWithDebInfo\</OutputPath>
57     <DefineConstants>TRACE</DefineConstants>
58     <ErrorReport>prompt</ErrorReport>
59     <WarningLevel>4</WarningLevel>
60     <Prefer32Bit>false</Prefer32Bit>
61   </PropertyGroup>
62   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MinSizeRel|x86' ">
63     <PlatformTarget>x86</PlatformTarget>
64     <DebugType>pdbonly</DebugType>
65     <Optimize>true</Optimize>
66     <OutputPath>bin\MinSizeRel\</OutputPath>
67     <DefineConstants>TRACE</DefineConstants>
68     <ErrorReport>prompt</ErrorReport>
69     <WarningLevel>4</WarningLevel>
70     <Prefer32Bit>false</Prefer32Bit>
71   </PropertyGroup>
72   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' ">
73     <PlatformTarget>x86</PlatformTarget>
74     <DebugSymbols>true</DebugSymbols>
75     <DebugType>full</DebugType>
76     <Optimize>false</Optimize>
77     <OutputPath>bin\Debug\</OutputPath>
78     <DefineConstants>DEBUG;TRACE</DefineConstants>
79     <ErrorReport>prompt</ErrorReport>
80     <WarningLevel>4</WarningLevel>
81     <Prefer32Bit>false</Prefer32Bit>
82   </PropertyGroup>
83   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
84     <PlatformTarget>x86</PlatformTarget>
85     <DebugType>pdbonly</DebugType>
86     <Optimize>true</Optimize>
87     <OutputPath>bin\Release\</OutputPath>
88     <DefineConstants>TRACE</DefineConstants>
89     <ErrorReport>prompt</ErrorReport>
90     <WarningLevel>4</WarningLevel>
91     <Prefer32Bit>false</Prefer32Bit>
92   </PropertyGroup>
93   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RelWithDebInfo|Win32' ">
94     <PlatformTarget>x86</PlatformTarget>
95     <DebugType>pdbonly</DebugType>
96     <Optimize>true</Optimize>
97     <OutputPath>bin\RelWithDebInfo\</OutputPath>
98     <DefineConstants>TRACE</DefineConstants>
99     <ErrorReport>prompt</ErrorReport>
100     <WarningLevel>4</WarningLevel>
101     <Prefer32Bit>false</Prefer32Bit>
102   </PropertyGroup>
103   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MinSizeRel|Win32' ">
104     <PlatformTarget>x86</PlatformTarget>
105     <DebugType>pdbonly</DebugType>
106     <Optimize>true</Optimize>
107     <OutputPath>bin\MinSizeRel\</OutputPath>
108     <DefineConstants>TRACE</DefineConstants>
109     <ErrorReport>prompt</ErrorReport>
110     <WarningLevel>4</WarningLevel>
111     <Prefer32Bit>false</Prefer32Bit>
112   </PropertyGroup>
113   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
114     <PlatformTarget>x64</PlatformTarget>
115     <DebugSymbols>true</DebugSymbols>
116     <DebugType>full</DebugType>
117     <Optimize>false</Optimize>
118     <OutputPath>bin\Debug\</OutputPath>
119     <DefineConstants>DEBUG;TRACE</DefineConstants>
120     <ErrorReport>prompt</ErrorReport>
121     <WarningLevel>4</WarningLevel>
122     <Prefer32Bit>false</Prefer32Bit>
123   </PropertyGroup>
124   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
125     <PlatformTarget>x64</PlatformTarget>
126     <DebugType>pdbonly</DebugType>
127     <Optimize>true</Optimize>
128     <OutputPath>bin\Release\</OutputPath>
129     <DefineConstants>TRACE</DefineConstants>
130     <ErrorReport>prompt</ErrorReport>
131     <WarningLevel>4</WarningLevel>
132     <Prefer32Bit>false</Prefer32Bit>
133   </PropertyGroup>
134   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RelWithDebInfo|x64' ">
135     <PlatformTarget>x64</PlatformTarget>
136     <DebugType>pdbonly</DebugType>
137     <Optimize>true</Optimize>
138     <OutputPath>bin\RelWithDebInfo\</OutputPath>
139     <DefineConstants>TRACE</DefineConstants>
140     <ErrorReport>prompt</ErrorReport>
141     <WarningLevel>4</WarningLevel>
142     <Prefer32Bit>false</Prefer32Bit>
143   </PropertyGroup>
144   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MinSizeRel|x64' ">
145     <PlatformTarget>x64</PlatformTarget>
146     <DebugType>pdbonly</DebugType>
147     <Optimize>true</Optimize>
148     <OutputPath>bin\MinSizeRel\</OutputPath>
149     <DefineConstants>TRACE</DefineConstants>
150     <ErrorReport>prompt</ErrorReport>
151     <WarningLevel>4</WarningLevel>
152     <Prefer32Bit>false</Prefer32Bit>
153   </PropertyGroup>
154   <PropertyGroup>
155     <ApplicationIcon>icinga.ico</ApplicationIcon>
156   </PropertyGroup>
157   <PropertyGroup>
158     <ApplicationManifest>app.manifest</ApplicationManifest>
159   </PropertyGroup>
160   <ItemGroup>
161     <Reference Include="System" />
162     <Reference Include="System.Data" />
163     <Reference Include="System.Drawing" />
164     <Reference Include="System.ServiceProcess" />
165     <Reference Include="System.Windows.Forms" />
166     <Reference Include="System.Xml" />
167   </ItemGroup>
168   <ItemGroup>
169     <Compile Include="GlobalZonesInputBox.cs">
170       <SubType>Form</SubType>
171     </Compile>
172     <Compile Include="GlobalZonesInputBox.Designer.cs">
173       <DependentUpon>GlobalZonesInputBox.cs</DependentUpon>
174     </Compile>
175     <Compile Include="ServiceStatus.cs">
176       <SubType>Form</SubType>
177     </Compile>
178     <Compile Include="ServiceStatus.Designer.cs">
179       <DependentUpon>ServiceStatus.cs</DependentUpon>
180     </Compile>
181     <Compile Include="SetupWizard.cs">
182       <SubType>Form</SubType>
183     </Compile>
184     <Compile Include="SetupWizard.Designer.cs">
185       <DependentUpon>SetupWizard.cs</DependentUpon>
186     </Compile>
187     <Compile Include="EndpointInputBox.cs">
188       <SubType>Form</SubType>
189     </Compile>
190     <Compile Include="EndpointInputBox.Designer.cs">
191       <DependentUpon>EndpointInputBox.cs</DependentUpon>
192     </Compile>
193     <Compile Include="Program.cs" />
194     <Compile Include="Properties\AssemblyInfo.cs" />
195     <EmbeddedResource Include="GlobalZonesInputBox.resx">
196       <DependentUpon>GlobalZonesInputBox.cs</DependentUpon>
197     </EmbeddedResource>
198     <EmbeddedResource Include="ServiceStatus.resx">
199       <DependentUpon>ServiceStatus.cs</DependentUpon>
200     </EmbeddedResource>
201     <EmbeddedResource Include="SetupWizard.resx">
202       <DependentUpon>SetupWizard.cs</DependentUpon>
203     </EmbeddedResource>
204     <EmbeddedResource Include="EndpointInputBox.resx">
205       <DependentUpon>EndpointInputBox.cs</DependentUpon>
206     </EmbeddedResource>
207     <EmbeddedResource Include="Properties\Resources.resx">
208       <Generator>ResXFileCodeGenerator</Generator>
209       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
210       <SubType>Designer</SubType>
211     </EmbeddedResource>
212     <Compile Include="Properties\Resources.Designer.cs">
213       <AutoGen>True</AutoGen>
214       <DependentUpon>Resources.resx</DependentUpon>
215       <DesignTime>True</DesignTime>
216     </Compile>
217     <None Include="app.manifest" />
218     <None Include="Properties\Settings.settings">
219       <Generator>SettingsSingleFileGenerator</Generator>
220       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
221     </None>
222     <Compile Include="Properties\Settings.Designer.cs">
223       <AutoGen>True</AutoGen>
224       <DependentUpon>Settings.settings</DependentUpon>
225       <DesignTimeSharedInput>True</DesignTimeSharedInput>
226     </Compile>
227   </ItemGroup>
228   <ItemGroup>
229     <None Include="App.config" />
230   </ItemGroup>
231   <ItemGroup>
232     <None Include="icinga-banner.png" />
233   </ItemGroup>
234   <ItemGroup>
235     <Content Include="icinga.ico" />
236   </ItemGroup>
237   <ItemGroup>
238     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
239       <Visible>False</Visible>
240       <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
241       <Install>true</Install>
242     </BootstrapperPackage>
243     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
244       <Visible>False</Visible>
245       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
246       <Install>false</Install>
247     </BootstrapperPackage>
248     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
249       <Visible>False</Visible>
250       <ProductName>.NET Framework 3.5 SP1</ProductName>
251       <Install>false</Install>
252     </BootstrapperPackage>
253   </ItemGroup>
254   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
255   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
256        Other similar extension points exist, see Microsoft.Common.targets.
257   <Target Name="BeforeBuild">
258   </Target>
259   <Target Name="AfterBuild">
260   </Target>
261   -->
262 </Project>