mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Correct GUI assemblies versioning.
This commit is contained in:
@@ -11,6 +11,20 @@
|
|||||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||||
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
|
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
|
||||||
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
||||||
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
||||||
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||||
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||||
|
<Version>4.5.99.1693</Version>
|
||||||
|
<Company>Claunia.com</Company>
|
||||||
|
<Copyright>Copyright © {copyright:2011} Natalia Portillo</Copyright>
|
||||||
|
<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>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@@ -29,17 +43,14 @@
|
|||||||
<UseRefCounting>true</UseRefCounting>
|
<UseRefCounting>true</UseRefCounting>
|
||||||
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
|
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
|
||||||
<LinkMode>None</LinkMode>
|
<LinkMode>None</LinkMode>
|
||||||
<XamMacArch>
|
<XamMacArch></XamMacArch>
|
||||||
</XamMacArch>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugSymbols>false</DebugSymbols>
|
<DebugSymbols>false</DebugSymbols>
|
||||||
<DebugType>
|
<DebugType></DebugType>
|
||||||
</DebugType>
|
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
<OutputPath>bin\Release</OutputPath>
|
<OutputPath>bin\Release</OutputPath>
|
||||||
<DefineConstants>
|
<DefineConstants></DefineConstants>
|
||||||
</DefineConstants>
|
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<EnableCodeSigning>false</EnableCodeSigning>
|
<EnableCodeSigning>false</EnableCodeSigning>
|
||||||
@@ -50,8 +61,7 @@
|
|||||||
<UseRefCounting>true</UseRefCounting>
|
<UseRefCounting>true</UseRefCounting>
|
||||||
<LinkMode>SdkOnly</LinkMode>
|
<LinkMode>SdkOnly</LinkMode>
|
||||||
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
|
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
|
||||||
<XamMacArch>
|
<XamMacArch></XamMacArch>
|
||||||
</XamMacArch>
|
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System"/>
|
<Reference Include="System"/>
|
||||||
@@ -82,6 +92,7 @@
|
|||||||
<PackageReference Include="Eto.Platform.XamMac2">
|
<PackageReference Include="Eto.Platform.XamMac2">
|
||||||
<Version>2.4.1</Version>
|
<Version>2.4.1</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.2-beta"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\DiscImageChef.Gui\DiscImageChef.Gui.csproj">
|
<ProjectReference Include="..\DiscImageChef.Gui\DiscImageChef.Gui.csproj">
|
||||||
|
|||||||
@@ -2,15 +2,25 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net461</TargetFramework>
|
<TargetFramework>net461</TargetFramework>
|
||||||
<RootNamespace>DiscImageChef.Gui</RootNamespace>
|
<RootNamespace>DiscImageChef.Gui</RootNamespace>
|
||||||
<PackageVersion>1.0</PackageVersion>
|
<AssemblyName>DiscImageChef.Gui</AssemblyName>
|
||||||
<Title>DiscImageChef.Gui</Title>
|
<ReleaseVersion>$(Version)</ReleaseVersion>
|
||||||
<Copyright>Copyright © 2018</Copyright>
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||||
<Description>Description of DiscImageChef.Gui</Description>
|
<Version>4.5.99.1693</Version>
|
||||||
<LangVersion>7.2</LangVersion>
|
<Company>Claunia.com</Company>
|
||||||
|
<Copyright>Copyright © {copyright:2011} Natalia Portillo</Copyright>
|
||||||
|
<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>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Eto.Forms" Version="2.4.1"/>
|
<PackageReference Include="Eto.Forms" Version="2.4.1"/>
|
||||||
<PackageReference Include="Eto.Serialization.Xaml" Version="2.4.1"/>
|
<PackageReference Include="Eto.Serialization.Xaml" Version="2.4.1"/>
|
||||||
|
<PackageReference Include="Unclassified.NetRevisionTask" Version="0.2.2-beta"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\DiscImageChef.Devices\DiscImageChef.Devices.csproj"/>
|
<ProjectReference Include="..\DiscImageChef.Devices\DiscImageChef.Devices.csproj"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user