mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
d9a603629f
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
97 lines
4.4 KiB
XML
97 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="16.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{9861DFA1-B41F-432D-A43F-226257DEBBB9}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>XenCenterLib</RootNamespace>
|
|
<AssemblyName>CoreUtilsLib</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.404, Culture=neutral, PublicKeyToken=d247b8b0ac7959e9, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="log4net, Version=2.0.15.0, Culture=neutral, PublicKeyToken=d247b8b0ac7959e9, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.IO.Compression" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\CommonAssemblyInfo.cs">
|
|
<Link>Properties\CommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Archive\ArchiveIterator.cs" />
|
|
<Compile Include="Archive\ArchiveWriter.cs" />
|
|
<Compile Include="Archive\ArchiveFactory.cs" />
|
|
<Compile Include="Archive\TarArchiveIterator.cs" />
|
|
<Compile Include="Archive\TarArchiveWriter.cs" />
|
|
<Compile Include="Archive\TarSanitization.cs" />
|
|
<Compile Include="Archive\ZipArchiveIterator.cs" />
|
|
<Compile Include="Archive\ZipArchiveWriter.cs" />
|
|
<Compile Include="Compression\CompressionFactory.cs" />
|
|
<Compile Include="Compression\CompressionStream.cs" />
|
|
<Compile Include="Compression\GZipStreams.cs" />
|
|
<Compile Include="BasicXMLResolver.cs" />
|
|
<Compile Include="ChangeableDictionary.cs" />
|
|
<Compile Include="ChangeableList.cs" />
|
|
<Compile Include="EmailAddressValidator.cs" />
|
|
<Compile Include="EncryptionUtils.cs" />
|
|
<Compile Include="ComparableAddress.cs" />
|
|
<Compile Include="ComparableList.cs" />
|
|
<Compile Include="IniDocument.cs" />
|
|
<Compile Include="INotifyCollectionChanged.cs" />
|
|
<Compile Include="LimitedStack.cs" />
|
|
<Compile Include="LockFreeQueue.cs" />
|
|
<Compile Include="NamedPipes.cs" />
|
|
<Compile Include="PartialIP.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Set.cs" />
|
|
<Compile Include="StreamUtilities.cs" />
|
|
<Compile Include="StringUtility.cs" />
|
|
<Compile Include="ToStringWrapper.cs" />
|
|
<Compile Include="Win32.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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> |