]> granicus.if.org Git - icinga2/blob - agent/windows-setup-agent/Icinga2SetupAgent.csproj
Rename .csproj platform to match CMake targets
[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)' == '' ">Win32</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|Win32' ">
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|Win32' ">
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|Win32' ">
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|Win32' ">
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>
69     <ApplicationIcon>icinga.ico</ApplicationIcon>
70   </PropertyGroup>
71   <PropertyGroup>
72     <ApplicationManifest>app.manifest</ApplicationManifest>
73   </PropertyGroup>
74   <ItemGroup>
75     <Reference Include="System" />
76     <Reference Include="System.Data" />
77     <Reference Include="System.Drawing" />
78     <Reference Include="System.ServiceProcess" />
79     <Reference Include="System.Windows.Forms" />
80     <Reference Include="System.Xml" />
81   </ItemGroup>
82   <ItemGroup>
83     <Compile Include="AgentWizard.cs">
84       <SubType>Form</SubType>
85     </Compile>
86     <Compile Include="AgentWizard.Designer.cs">
87       <DependentUpon>AgentWizard.cs</DependentUpon>
88     </Compile>
89     <Compile Include="EndpointInputBox.cs">
90       <SubType>Form</SubType>
91     </Compile>
92     <Compile Include="EndpointInputBox.Designer.cs">
93       <DependentUpon>EndpointInputBox.cs</DependentUpon>
94     </Compile>
95     <Compile Include="Program.cs" />
96     <Compile Include="Properties\AssemblyInfo.cs" />
97     <EmbeddedResource Include="AgentWizard.resx">
98       <DependentUpon>AgentWizard.cs</DependentUpon>
99     </EmbeddedResource>
100     <EmbeddedResource Include="EndpointInputBox.resx">
101       <DependentUpon>EndpointInputBox.cs</DependentUpon>
102     </EmbeddedResource>
103     <EmbeddedResource Include="Properties\Resources.resx">
104       <Generator>ResXFileCodeGenerator</Generator>
105       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
106       <SubType>Designer</SubType>
107     </EmbeddedResource>
108     <Compile Include="Properties\Resources.Designer.cs">
109       <AutoGen>True</AutoGen>
110       <DependentUpon>Resources.resx</DependentUpon>
111       <DesignTime>True</DesignTime>
112     </Compile>
113     <None Include="app.manifest" />
114     <None Include="Properties\Settings.settings">
115       <Generator>SettingsSingleFileGenerator</Generator>
116       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
117     </None>
118     <Compile Include="Properties\Settings.Designer.cs">
119       <AutoGen>True</AutoGen>
120       <DependentUpon>Settings.settings</DependentUpon>
121       <DesignTimeSharedInput>True</DesignTimeSharedInput>
122     </Compile>
123   </ItemGroup>
124   <ItemGroup>
125     <None Include="App.config" />
126   </ItemGroup>
127   <ItemGroup>
128     <None Include="icinga-banner.png" />
129   </ItemGroup>
130   <ItemGroup>
131     <Content Include="icinga.ico" />
132   </ItemGroup>
133   <ItemGroup>
134     <BootstrapperPackage Include=".NETFramework,Version=v4.5">
135       <Visible>False</Visible>
136       <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
137       <Install>true</Install>
138     </BootstrapperPackage>
139     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
140       <Visible>False</Visible>
141       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
142       <Install>false</Install>
143     </BootstrapperPackage>
144     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
145       <Visible>False</Visible>
146       <ProductName>.NET Framework 3.5 SP1</ProductName>
147       <Install>false</Install>
148     </BootstrapperPackage>
149   </ItemGroup>
150   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
151   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
152        Other similar extension points exist, see Microsoft.Common.targets.
153   <Target Name="BeforeBuild">
154   </Target>
155   <Target Name="AfterBuild">
156   </Target>
157   -->
158 </Project>