2015-05-22 11:29:53 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-11-09 12:23:32 +01:00
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2015-07-16 12:54:37 +02:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{DEB3208D-1153-407C-8C99-0D8899BE25A5}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>XenServerHealthCheck</RootNamespace>
|
|
|
|
|
<AssemblyName>XenServerHealthCheck</AssemblyName>
|
2016-09-29 11:50:24 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
2015-07-16 12:54:37 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2015-06-26 07:36:30 +02:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-07-30 13:40:59 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
</PropertyGroup>
|
2015-07-16 12:54:37 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2015-06-26 07:36:30 +02:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-07-30 13:40:59 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="CookComputing.XmlRpcV2, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-02-09 21:27:03 +01:00
|
|
|
|
<HintPath>..\packages\CookComputing.XmlRpcV2.dll</HintPath>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-02-09 21:27:03 +01:00
|
|
|
|
<HintPath>..\packages\log4net.dll</HintPath>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.configuration" />
|
|
|
|
|
<Reference Include="System.Configuration.Install" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.ServiceProcess" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
2015-07-16 12:54:37 +02:00
|
|
|
|
<ItemGroup>
|
2016-01-14 10:03:59 +01:00
|
|
|
|
<Compile Include="Branding.cs" />
|
2015-06-26 07:36:30 +02:00
|
|
|
|
<Compile Include="CredentialReceiver.cs" />
|
2015-07-16 12:54:37 +02:00
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
2015-06-26 07:36:30 +02:00
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
2015-07-16 12:54:37 +02:00
|
|
|
|
</Compile>
|
2015-08-07 06:01:02 +02:00
|
|
|
|
<Compile Include="Registry.cs" />
|
2015-07-16 12:54:37 +02:00
|
|
|
|
<Compile Include="XenServerHealthCheckConfigProvider.cs" />
|
2015-06-08 14:20:07 +02:00
|
|
|
|
<Compile Include="XenServerHealthCheckBugTool.cs" />
|
2015-06-11 14:31:29 +02:00
|
|
|
|
<Compile Include="XenServerHealthCheckBundleUpload.cs" />
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<Compile Include="ProjectInstaller.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ProjectInstaller.Designer.cs">
|
|
|
|
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-06-04 10:00:45 +02:00
|
|
|
|
<Compile Include="RequestUploadTask.cs" />
|
2015-05-22 11:29:53 +02:00
|
|
|
|
<Compile Include="ServerListHelper.cs" />
|
|
|
|
|
<Compile Include="XenServerHealthCheckService.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="XenServerHealthCheckService.Designer.cs">
|
|
|
|
|
<DependentUpon>XenServerHealthCheckService.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="XenServerHealthCheck.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="ProjectInstaller.resx">
|
|
|
|
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="XenServerHealthCheckService.resx">
|
|
|
|
|
<DependentUpon>XenServerHealthCheckService.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\XenCenterLib\XenCenterLib.csproj">
|
|
|
|
|
<Project>{9861DFA1-B41F-432D-A43F-226257DEBBB9}</Project>
|
|
|
|
|
<Name>XenCenterLib</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\XenModel\XenModel.csproj">
|
|
|
|
|
<Project>{B306FC59-4441-4A5F-9F54-D3F68D4EE38D}</Project>
|
|
|
|
|
<Name>XenModel</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<WCFMetadata Include="Service References\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
2015-07-16 12:54:37 +02:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
2015-06-26 07:36:30 +02:00
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
2015-05-22 11:29:53 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|