mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
ca72f25ebe
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com> # Conflicts: # XenAdmin/MainWindow.Designer.cs # XenAdmin/MainWindow.resx # XenAdmin/Properties/Resources.resx
191 lines
7.5 KiB
XML
191 lines
7.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.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>{2D78AC6C-B867-484A-A447-3C6FC8B8EAF7}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>XenOvf</RootNamespace>
|
|
<AssemblyName>XenOvf</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
<SccAuxPath>http://redtfs01:8080</SccAuxPath>
|
|
<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="log4net, Version=1.2.13.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\packages\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
</Reference>
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Compression.cs" />
|
|
<Compile Include="Conversions.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="DiskInfo.cs" />
|
|
<Compile Include="OvfEventArgs.cs" />
|
|
<Compile Include="Definitions\Microsoft.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Definitions\VMWare.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Definitions\Wsse.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Definitions\wsu.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Definitions\Xen.cs" />
|
|
<Compile Include="Definitions\XmlDigitalSignature.cs">
|
|
<SubType>code</SubType>
|
|
</Compile>
|
|
<Compile Include="Definitions\XmlEncrypt.cs">
|
|
<SubType>code</SubType>
|
|
</Compile>
|
|
<Compile Include="Messages.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Messages.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="OVF.cs" />
|
|
<Compile Include="Definitions\CimCommon.cs" />
|
|
<Compile Include="Definitions\ovfEnvelope.cs" />
|
|
<Compile Include="Definitions\ovfEnvironment.cs" />
|
|
<Compile Include="Package.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Security.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Utilities\Utilities.cs" />
|
|
<Compile Include="Utilities\ValueMaps.cs" />
|
|
<Compile Include="Validation.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="Schemas\DSP8023.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\DSP8027.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\CIM_ResourceAllocationSettingData.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\CIM_VirtualSystemSettingData.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\common.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\secext-1.0.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\wss-utility-1.0.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\xenc-schema.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Schemas\xml.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="Properties\Settings.settings">
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
<None Include="Schemas\xmldsig-core-schema.xsd">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Content.ja.resx" />
|
|
<EmbeddedResource Include="Content.resx">
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Content.zh-CN.resx" />
|
|
<EmbeddedResource Include="Messages.ja.resx">
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Messages.resx">
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Messages.Designer.cs</LastGenOutput>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Messages.zh-CN.resx">
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Schemas\CIM_OperatingSystem.xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Schemas\CIM_ResourceAllocationSettingData.xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
<Content Include="Schemas\CIM_VirtualSystemSettingData.xml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\XenCenterLib\XenCenterLib.csproj">
|
|
<Project>{9861DFA1-B41F-432D-A43F-226257DEBBB9}</Project>
|
|
<Name>XenCenterLib</Name>
|
|
</ProjectReference>
|
|
</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>
|
|
-->
|
|
<PropertyGroup>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<ProjectExtensions>
|
|
<VisualStudio>
|
|
<UserProperties Reset="1" AssemblyVersion="1" AssemblyFileVersion="1" StartDate="20090814" />
|
|
</VisualStudio>
|
|
</ProjectExtensions>
|
|
</Project> |