2018-08-26 14:04:09 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2019-07-17 16:25:43 +01:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{9E4ACE1A-BA5A-4901-9DC0-71336EFA40DF}</ProjectGuid>
|
|
|
|
|
|
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
|
<RootNamespace>DiscImageChef.Gui.XamMac</RootNamespace>
|
|
|
|
|
|
<AssemblyName>DiscImageChef.Gui.XamMac</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
|
|
|
|
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
|
|
|
|
|
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
|
|
|
|
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
|
|
|
|
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
|
|
|
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
|
|
|
|
<Version>4.5.99.1693</Version>
|
|
|
|
|
|
<Company>Claunia.com</Company>
|
2019-09-19 17:56:30 +01:00
|
|
|
|
<Copyright>Copyright © 2011-2019 Natalia Portillo</Copyright>
|
2019-07-17 16:25:43 +01:00
|
|
|
|
<Product>The Disc Image Chef</Product>
|
|
|
|
|
|
<Title>The Disc Image Chef</Title>
|
|
|
|
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>
|
|
|
|
|
|
<NrtResolveSimpleAttributes>true</NrtResolveSimpleAttributes>
|
|
|
|
|
|
<NrtShowRevision>true</NrtShowRevision>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
|
|
|
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
|
|
|
|
|
<CreatePackage>false</CreatePackage>
|
|
|
|
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
|
|
|
|
<IncludeMonoRuntime>false</IncludeMonoRuntime>
|
|
|
|
|
|
<UseSGen>true</UseSGen>
|
|
|
|
|
|
<UseRefCounting>true</UseRefCounting>
|
|
|
|
|
|
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
|
|
|
|
|
|
<LinkMode>None</LinkMode>
|
|
|
|
|
|
<XamMacArch>
|
|
|
|
|
|
</XamMacArch>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>false</DebugSymbols>
|
|
|
|
|
|
<DebugType>
|
|
|
|
|
|
</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
|
<DefineConstants>
|
|
|
|
|
|
</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
|
|
|
|
<CreatePackage>true</CreatePackage>
|
|
|
|
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
|
|
|
|
<IncludeMonoRuntime>true</IncludeMonoRuntime>
|
|
|
|
|
|
<UseSGen>true</UseSGen>
|
|
|
|
|
|
<UseRefCounting>true</UseRefCounting>
|
|
|
|
|
|
<LinkMode>SdkOnly</LinkMode>
|
|
|
|
|
|
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
|
|
|
|
|
|
<XamMacArch>
|
|
|
|
|
|
</XamMacArch>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="Xamarin.Mac" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128%402x.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16%402x.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256%402x.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32%402x.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
|
|
|
|
|
|
<ImageAsset Include="Assets.xcassets\Contents.json" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Eto.Platform.XamMac2">
|
2019-09-19 15:02:21 +01:00
|
|
|
|
<Version>2.5.0-rc.4</Version>
|
2019-07-17 16:25:43 +01:00
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.3.0" />
|
2019-09-19 15:02:21 +01:00
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />
|
2019-07-17 16:25:43 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Core\DiscImageChef.Core.csproj">
|
|
|
|
|
|
<Project>{679659b8-25d0-4279-b632-56ef8f94adc0}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Core</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Database\DiscImageChef.Database.csproj">
|
|
|
|
|
|
<Project>{fa0749b5-efe0-4148-9545-cd420b45bc36}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Database</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Gui\DiscImageChef.Gui.csproj">
|
|
|
|
|
|
<Project>{cf61ad81-3f98-4e7b-8f00-9957a6cde5fa}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Gui</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\DiscImageChef.Settings\DiscImageChef.Settings.csproj">
|
|
|
|
|
|
<Project>{5c4c7baa-cf60-4233-84ed-39cb2312af38}</Project>
|
|
|
|
|
|
<Name>DiscImageChef.Settings</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
|
2019-07-17 16:29:44 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\TODO.md">
|
|
|
|
|
|
<Link>TODO.md</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\README.md">
|
|
|
|
|
|
<Link>README.md</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\.travis.yml">
|
|
|
|
|
|
<Link>.travis.yml</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\CONTRIBUTING.md">
|
|
|
|
|
|
<Link>CONTRIBUTING.md</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\DONATING.md">
|
|
|
|
|
|
<Link>DONATING.md</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\NEEDINFO.md">
|
|
|
|
|
|
<Link>NEEDINFO.md</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="..\Changelog.md">
|
|
|
|
|
|
<Link>Changelog.md</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="..\LICENSE.MIT">
|
|
|
|
|
|
<Link>LICENSE.MIT</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="..\LICENSE.LGPL">
|
|
|
|
|
|
<Link>LICENSE.LGPL</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<Folder Include="..\LICENSE">
|
|
|
|
|
|
<Link>LICENSE</Link>
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Folder>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\.github\CODE_OF_CONDUCT.md" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="..\.github\ISSUE_TEMPLATE.md" />
|
|
|
|
|
|
<Content Include="..\.github\PULL_REQUEST_TEMPLATE.md" />
|
|
|
|
|
|
</ItemGroup>
|
2018-08-26 14:04:09 +01:00
|
|
|
|
</Project>
|