]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/Icinga2SetupAgent.csproj
Merge pull request #7073 from Icinga/feature/docs-development-macos-windows
[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>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|Win32' ">
69     <PlatformTarget>x86</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|Win32' ">
79     <PlatformTarget>x86</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|Win32' ">
88     <PlatformTarget>x86</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|Win32' ">
97     <PlatformTarget>x86</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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
106     <PlatformTarget>x64</PlatformTarget>
107     <DebugSymbols>true</DebugSymbols>
108     <DebugType>full</DebugType>
109     <Optimize>false</Optimize>
110     <OutputPath>bin\Debug\</OutputPath>
111     <DefineConstants>DEBUG;TRACE</DefineConstants>
112     <ErrorReport>prompt</ErrorReport>
113     <WarningLevel>4</WarningLevel>
114   </PropertyGroup>
115   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
116     <PlatformTarget>x64</PlatformTarget>
117     <DebugType>pdbonly</DebugType>
118     <Optimize>true</Optimize>
119     <OutputPath>bin\Release\</OutputPath>
120     <DefineConstants>TRACE</DefineConstants>
121     <ErrorReport>prompt</ErrorReport>
122     <WarningLevel>4</WarningLevel>
123   </PropertyGroup>
124   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'RelWithDebInfo|x64' ">
125     <PlatformTarget>x64</PlatformTarget>
126     <DebugType>pdbonly</DebugType>
127     <Optimize>true</Optimize>
128     <OutputPath>bin\RelWithDebInfo\</OutputPath>
129     <DefineConstants>TRACE</DefineConstants>
130     <ErrorReport>prompt</ErrorReport>
131     <WarningLevel>4</WarningLevel>
132   </PropertyGroup>
133   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'MinSizeRel|x64' ">
134     <PlatformTarget>x64</PlatformTarget>
135     <DebugType>pdbonly</DebugType>
136     <Optimize>true</Optimize>
137     <OutputPath>bin\MinSizeRel\</OutputPath>
138     <DefineConstants>TRACE</DefineConstants>
139     <ErrorReport>prompt</ErrorReport>
140     <WarningLevel>4</WarningLevel>
141   </PropertyGroup>
142   <PropertyGroup>
143     <ApplicationIcon>icinga.ico</ApplicationIcon>
144   </PropertyGroup>
145   <PropertyGroup>
146     <ApplicationManifest>app.manifest</ApplicationManifest>
147   </PropertyGroup>
148   <ItemGroup>
149     <Reference Include="System" />
150     <Reference Include="System.Data" />
151     <Reference Include="System.Drawing" />
152     <Reference Include="System.ServiceProcess" />
153     <Reference Include="System.Windows.Forms" />
154     <Reference Include="System.Xml" />
155   </ItemGroup>
156   <ItemGroup>
157     <Compile Include="GlobalZonesInputBox.cs">
158       <SubType>Form</SubType>
159     </Compile>
160     <Compile Include="GlobalZonesInputBox.Designer.cs">
161       <DependentUpon>GlobalZonesInputBox.cs</DependentUpon>
162     </Compile>
163     <Compile Include="ServiceStatus.cs">
164       <SubType>Form</SubType>
165     </Compile>
166     <Compile Include="ServiceStatus.Designer.cs">
167       <DependentUpon>ServiceStatus.cs</DependentUpon>
168     </Compile>
169     <Compile Include="SetupWizard.cs">
170       <SubType>Form</SubType>
171     </Compile>
172     <Compile Include="SetupWizard.Designer.cs">
173       <DependentUpon>SetupWizard.cs</DependentUpon>
174     </Compile>
175     <Compile Include="EndpointInputBox.cs">
176       <SubType>Form</SubType>
177     </Compile>
178     <Compile Include="EndpointInputBox.Designer.cs">
179       <DependentUpon>EndpointInputBox.cs</DependentUpon>
180     </Compile>
181     <Compile Include="Program.cs" />
182     <Compile Include="Properties\AssemblyInfo.cs" />
183     <EmbeddedResource Include="GlobalZonesInputBox.resx">
184       <DependentUpon>GlobalZonesInputBox.cs</DependentUpon>
185     </EmbeddedResource>
186     <EmbeddedResource Include="ServiceStatus.resx">
187       <DependentUpon>ServiceStatus.cs</DependentUpon>
188     </EmbeddedResource>
189     <EmbeddedResource Include="SetupWizard.resx">
190       <DependentUpon>SetupWizard.cs</DependentUpon>
191     </EmbeddedResource>
192     <EmbeddedResource Include="EndpointInputBox.resx">
193       <DependentUpon>EndpointInputBox.cs</DependentUpon>
194     </EmbeddedResource>
195     <EmbeddedResource Include="Properties\Resources.resx">
196       <Generator>ResXFileCodeGenerator</Generator>
197       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
198       <SubType>Designer</SubType>
199     </EmbeddedResource>
200     <Compile Include="Properties\Resources.Designer.cs">
201       <AutoGen>True</AutoGen>
202       <DependentUpon>Resources.resx</DependentUpon>
203       <DesignTime>True</DesignTime>
204     </Compile>
205     <None Include="app.manifest" />
206     <None Include="Properties\Settings.settings">
207       <Generator>SettingsSingleFileGenerator</Generator>
208       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
209     </None>
210     <Compile Include="Properties\Settings.Designer.cs">
211       <AutoGen>True</AutoGen>
212       <DependentUpon>Settings.settings</DependentUpon>
213       <DesignTimeSharedInput>True</DesignTimeSharedInput>
214     </Compile>
215   </ItemGroup>
216   <ItemGroup>
217     <None Include="App.config" />
218   </ItemGroup>
219   <ItemGroup>
220     <None Include="icinga-banner.png" />
221   </ItemGroup>
222   <ItemGroup>
223     <Content Include="icinga.ico" />
224   </ItemGroup>
225   <ItemGroup>
226     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
227       <Visible>False</Visible>
228       <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
229       <Install>true</Install>
230     </BootstrapperPackage>
231     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
232       <Visible>False</Visible>
233       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
234       <Install>false</Install>
235     </BootstrapperPackage>
236     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
237       <Visible>False</Visible>
238       <ProductName>.NET Framework 3.5 SP1</ProductName>
239       <Install>false</Install>
240     </BootstrapperPackage>
241   </ItemGroup>
242   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
243   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
244        Other similar extension points exist, see Microsoft.Common.targets.
245   <Target Name="BeforeBuild">
246   </Target>
247   <Target Name="AfterBuild">
248   </Target>
249   -->
250 </Project>