This repository has been archived on 2025-05-23. You can view files and clone it, but cannot push or open issues or pull requests.
Files
CICMMetadata/apprepodbmgr.Eto.csproj
2018-02-23 04:34:03 +00:00

103 lines
5.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E805559F-89AE-47B4-926D-5B63A4F3A123}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>apprepodbmgr.Eto</RootNamespace>
<AssemblyName>apprepodbmgr.Eto</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="frmMain.xeto.cs">
<DependentUpon>frmMain.xeto</DependentUpon>
</Compile>
<Compile Include="dlgSettings.xeto.cs">
<DependentUpon>dlgSettings.xeto</DependentUpon>
</Compile>
<Compile Include="dlgAdd.xeto.cs">
<DependentUpon>dlgAdd.xeto</DependentUpon>
</Compile>
<Compile Include="dlgMetadata.xeto.cs">
<DependentUpon>dlgMetadata.xeto</DependentUpon>
</Compile>
<Compile Include="dlgFilesystem.xeto.cs">
<DependentUpon>dlgFilesystem.xeto</DependentUpon>
</Compile>
<Compile Include="dlgBlockMedia.xeto.cs">
<DependentUpon>dlgBlockMedia.xeto</DependentUpon>
</Compile>
<Compile Include="dlgOpticalDisc.xeto.cs">
<DependentUpon>dlgOpticalDisc.xeto</DependentUpon>
</Compile>
<Compile Include="WrappersForEto.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Eto, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Eto.Forms.2.4.1\lib\netstandard1.0\Eto.dll</HintPath>
</Reference>
<Reference Include="Eto.Serialization.Xaml, Version=2.4.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Eto.Serialization.Xaml.2.4.1\lib\netstandard1.0\Eto.Serialization.Xaml.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Portable.Xaml, Version=0.21.0.0, Culture=neutral, PublicKeyToken=ba4456acace7dab7">
<HintPath>..\packages\Portable.Xaml.0.21.0\lib\netstandard1.0\Portable.Xaml.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Primitives, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\System.ComponentModel.Primitives.4.3.0\lib\net45\System.ComponentModel.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.TypeConverter, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\System.ComponentModel.TypeConverter.4.3.0\lib\net45\System.ComponentModel.TypeConverter.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frmMain.xeto" />
<EmbeddedResource Include="dlgSettings.xeto" />
<EmbeddedResource Include="dlgAdd.xeto" />
<EmbeddedResource Include="dlgMetadata.xeto" />
<EmbeddedResource Include="dlgFilesystem.xeto" />
<EmbeddedResource Include="dlgBlockMedia.xeto" />
<EmbeddedResource Include="dlgOpticalDisc.xeto" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\apprepodbmgr.Core\apprepodbmgr.Core.csproj">
<Project>{076D5C4D-9601-4164-B979-0DABACB56BB8}</Project>
<Name>apprepodbmgr.Core</Name>
</ProjectReference>
<ProjectReference Include="..\DiscImageChef\DiscImageChef.Metadata\DiscImageChef.Metadata.csproj">
<Project>{9F213318-5CB8-4066-A757-074489C9F818}</Project>
<Name>DiscImageChef.Metadata</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\Eto.Forms.2.4.1\build\Eto.Forms.targets" Condition="Exists('..\packages\Eto.Forms.2.4.1\build\Eto.Forms.targets')" />
<Import Project="..\packages\Eto.Serialization.Xaml.2.4.1\build\Eto.Serialization.Xaml.targets" Condition="Exists('..\packages\Eto.Serialization.Xaml.2.4.1\build\Eto.Serialization.Xaml.targets')" />
<Import Project="..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.1\build\NETStandard.Library.targets')" />
</Project>