2013-06-24 13:41:48 +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">
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<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>XenCenterLib</AssemblyName>
|
2016-11-30 23:53:58 +01:00
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2013-12-05 15:44:59 +01:00
|
|
|
|
<TargetFrameworkProfile />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</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>
|
2015-07-30 13:40:59 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2019-08-22 14:56:59 +02:00
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</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>
|
2015-07-30 13:40:59 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.403, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-02-09 21:27:03 +01:00
|
|
|
|
<HintPath>..\packages\ICSharpCode.SharpZipLib.dll</HintPath>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-02-09 21:27:03 +01:00
|
|
|
|
<HintPath>..\packages\Ionic.Zip.dll</HintPath>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2017-02-09 21:27:03 +01:00
|
|
|
|
<HintPath>..\packages\log4net.dll</HintPath>
|
2013-06-24 13:41:48 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Management" />
|
|
|
|
|
<Reference Include="System.Security" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<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" />
|
2019-07-03 12:07:55 +02:00
|
|
|
|
<Compile Include="Archive\TarSanitization.cs" />
|
2013-06-24 13:41:48 +02:00
|
|
|
|
<Compile Include="Archive\ZipArchiveIterator.cs" />
|
|
|
|
|
<Compile Include="Archive\ZipArchiveWriter.cs" />
|
|
|
|
|
<Compile Include="Compression\BZip2Streams.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="INotifyCollectionChanged.cs" />
|
|
|
|
|
<Compile Include="LimitedStack.cs" />
|
|
|
|
|
<Compile Include="LockFreeQueue.cs" />
|
|
|
|
|
<Compile Include="NamedPipes.cs" />
|
|
|
|
|
<Compile Include="PartialIP.cs" />
|
|
|
|
|
<Compile Include="PathValidator.cs" />
|
|
|
|
|
<Compile Include="Processes.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Set.cs" />
|
|
|
|
|
<Compile Include="StreamUtilities.cs" />
|
|
|
|
|
<Compile Include="StringUtility.cs" />
|
|
|
|
|
<Compile Include="TimeUtil.cs" />
|
|
|
|
|
<Compile Include="ToStringWrapper.cs" />
|
|
|
|
|
<Compile Include="Win32.cs" />
|
|
|
|
|
<Compile Include="XSVersionAttribute.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
</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>
|