]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/Icinga2SetupAgent.csproj
Merge branch 'support/2.7'
[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="ServiceStatus.cs">
121       <SubType>Form</SubType>
122     </Compile>
123     <Compile Include="ServiceStatus.Designer.cs">
124       <DependentUpon>ServiceStatus.cs</DependentUpon>
125     </Compile>
126     <Compile Include="SetupWizard.cs">
127       <SubType>Form</SubType>
128     </Compile>
129     <Compile Include="SetupWizard.Designer.cs">
130       <DependentUpon>SetupWizard.cs</DependentUpon>
131     </Compile>
132     <Compile Include="EndpointInputBox.cs">
133       <SubType>Form</SubType>
134     </Compile>
135     <Compile Include="EndpointInputBox.Designer.cs">
136       <DependentUpon>EndpointInputBox.cs</DependentUpon>
137     </Compile>
138     <Compile Include="Program.cs" />
139     <Compile Include="Properties\AssemblyInfo.cs" />
140     <EmbeddedResource Include="ServiceStatus.resx">
141       <DependentUpon>ServiceStatus.cs</DependentUpon>
142     </EmbeddedResource>
143     <EmbeddedResource Include="SetupWizard.resx">
144       <DependentUpon>SetupWizard.cs</DependentUpon>
145     </EmbeddedResource>
146     <EmbeddedResource Include="EndpointInputBox.resx">
147       <DependentUpon>EndpointInputBox.cs</DependentUpon>
148     </EmbeddedResource>
149     <EmbeddedResource Include="Properties\Resources.resx">
150       <Generator>ResXFileCodeGenerator</Generator>
151       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
152       <SubType>Designer</SubType>
153     </EmbeddedResource>
154     <Compile Include="Properties\Resources.Designer.cs">
155       <AutoGen>True</AutoGen>
156       <DependentUpon>Resources.resx</DependentUpon>
157       <DesignTime>True</DesignTime>
158     </Compile>
159     <None Include="app.manifest" />
160     <None Include="Properties\Settings.settings">
161       <Generator>SettingsSingleFileGenerator</Generator>
162       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
163     </None>
164     <Compile Include="Properties\Settings.Designer.cs">
165       <AutoGen>True</AutoGen>
166       <DependentUpon>Settings.settings</DependentUpon>
167       <DesignTimeSharedInput>True</DesignTimeSharedInput>
168     </Compile>
169   </ItemGroup>
170   <ItemGroup>
171     <None Include="App.config" />
172   </ItemGroup>
173   <ItemGroup>
174     <None Include="icinga-banner.png" />
175   </ItemGroup>
176   <ItemGroup>
177     <Content Include="icinga.ico" />
178   </ItemGroup>
179   <ItemGroup>
180     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
181       <Visible>False</Visible>
182       <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
183       <Install>true</Install>
184     </BootstrapperPackage>
185     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
186       <Visible>False</Visible>
187       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
188       <Install>false</Install>
189     </BootstrapperPackage>
190     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
191       <Visible>False</Visible>
192       <ProductName>.NET Framework 3.5 SP1</ProductName>
193       <Install>false</Install>
194     </BootstrapperPackage>
195   </ItemGroup>
196   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
197   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
198        Other similar extension points exist, see Microsoft.Common.targets.
199   <Target Name="BeforeBuild">
200   </Target>
201   <Target Name="AfterBuild">
202   </Target>
203   -->
204 </Project>