diff --git a/.idea/.idea.DiscImageChef/.idea/contentModel.xml b/.idea/.idea.DiscImageChef/.idea/contentModel.xml index d2974a80..8c552180 100644 --- a/.idea/.idea.DiscImageChef/.idea/contentModel.xml +++ b/.idea/.idea.DiscImageChef/.idea/contentModel.xml @@ -12,7 +12,6 @@ - @@ -48,7 +47,15 @@ - + + + + + + + + + @@ -61,9 +68,6 @@ - - - @@ -72,7 +76,13 @@ - + + + + + + + @@ -81,11 +91,14 @@ - - - - + + + + + + + @@ -96,22 +109,28 @@ - - - - + + + + + + + - - - - + + + + + + + @@ -171,9 +190,6 @@ - - - @@ -187,7 +203,13 @@ - + + + + + + + @@ -256,9 +278,6 @@ - - - @@ -342,7 +361,13 @@ - + + + + + + + @@ -404,9 +429,6 @@ - - - @@ -417,7 +439,13 @@ - + + + + + + + @@ -463,9 +491,6 @@ - - - @@ -485,7 +510,13 @@ - + + + + + + + @@ -600,9 +631,6 @@ - - - @@ -638,7 +666,13 @@ - + + + + + + + @@ -654,13 +688,16 @@ - - - - + + + + + + + @@ -684,25 +721,31 @@ - - - - + + + + + + + - - - - + + + + + + + @@ -711,14 +754,17 @@ - - - - + + + + + + + @@ -737,9 +783,6 @@ - - - @@ -749,7 +792,13 @@ - + + + + + + + @@ -777,9 +826,6 @@ - - - @@ -808,19 +854,28 @@ - + + + + + + + - - - - + + + + + + + @@ -938,7 +993,13 @@ - + + + + + + + @@ -957,9 +1018,6 @@ - - - @@ -986,7 +1044,15 @@ - + + + + + + + + + diff --git a/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj b/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj index e38cf1f3..9d5fdc8b 100644 --- a/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj +++ b/DiscImageChef.Checksums/DiscImageChef.Checksums.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {CC48B324-A532-4A45-87A6-6F91F7141E8D} Library DiscImageChef.Checksums DiscImageChef.Checksums - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Checksums + $(Version) true @@ -38,7 +42,6 @@ - diff --git a/DiscImageChef.Checksums/Properties/AssemblyInfo.cs b/DiscImageChef.Checksums/Properties/AssemblyInfo.cs deleted file mode 100644 index 9feb7cf0..00000000 --- a/DiscImageChef.Checksums/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Main program loop. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Checksums")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj b/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj index ea3c946e..048bd62b 100644 --- a/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj +++ b/DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {F2B84194-26EB-4227-B1C5-6602517E85AE} Library DiscImageChef.CommonTypes DiscImageChef.CommonTypes - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.CommonTypes + $(Version) true @@ -38,7 +42,6 @@ - diff --git a/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs b/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs deleted file mode 100644 index cf1b28ae..00000000 --- a/DiscImageChef.CommonTypes/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : DiscImageChef common types. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.CommonTypes")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Compression/DiscImageChef.Compression.csproj b/DiscImageChef.Compression/DiscImageChef.Compression.csproj index df563971..e7c19b9e 100644 --- a/DiscImageChef.Compression/DiscImageChef.Compression.csproj +++ b/DiscImageChef.Compression/DiscImageChef.Compression.csproj @@ -9,9 +9,16 @@ DiscImageChef.Compression DiscImageChef.Compression 512 + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + The Disc Image Chef + $(Version) AnyCPU @@ -210,7 +217,6 @@ CUETools.Codecs/WAVWriterSettings.cs - diff --git a/DiscImageChef.Compression/Properties/AssemblyInfo.cs b/DiscImageChef.Compression/Properties/AssemblyInfo.cs deleted file mode 100644 index 0290dd1d..00000000 --- a/DiscImageChef.Compression/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,66 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Compression algorithms. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("DiscImageChef.Compression")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("858398D1-7321-4763-8BAB-56BBFEC74E29")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.0.99.0")] diff --git a/DiscImageChef.Console/DiscImageChef.Console.csproj b/DiscImageChef.Console/DiscImageChef.Console.csproj index 0707298b..7b021598 100644 --- a/DiscImageChef.Console/DiscImageChef.Console.csproj +++ b/DiscImageChef.Console/DiscImageChef.Console.csproj @@ -1,19 +1,23 @@ - + Debug AnyCPU - 8.0.30703 2.0 {CCAA7AFE-C094-4D82-A66D-630DE8A3F545} Library DiscImageChef.Console DiscImageChef.Console - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Console + $(Version) true @@ -37,7 +41,6 @@ - diff --git a/DiscImageChef.Console/Properties/AssemblyInfo.cs b/DiscImageChef.Console/Properties/AssemblyInfo.cs deleted file mode 100644 index 2208ec56..00000000 --- a/DiscImageChef.Console/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Console. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Console")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Core/DiscImageChef.Core.csproj b/DiscImageChef.Core/DiscImageChef.Core.csproj index 5880207c..05b2c3b5 100644 --- a/DiscImageChef.Core/DiscImageChef.Core.csproj +++ b/DiscImageChef.Core/DiscImageChef.Core.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {679659B8-25D0-4279-B632-56EF8F94ADC0} Library DiscImageChef.Core DiscImageChef.Core - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Core + $(Version) true @@ -78,7 +82,6 @@ - @@ -152,11 +155,9 @@ - - diff --git a/DiscImageChef.Core/Properties/AssemblyInfo.cs b/DiscImageChef.Core/Properties/AssemblyInfo.cs deleted file mode 100644 index c0b8b06c..00000000 --- a/DiscImageChef.Core/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Core algorithms. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Core")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj b/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj index 4f5f99b9..b99d3a0b 100644 --- a/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj +++ b/DiscImageChef.Decoders/DiscImageChef.Decoders.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {0BEB3088-B634-4289-AE17-CDF2D25D00D5} Library DiscImageChef.Decoders DiscImageChef.Decoders - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Decoders + $(Version) true @@ -37,7 +41,6 @@ - diff --git a/DiscImageChef.Decoders/Properties/AssemblyInfo.cs b/DiscImageChef.Decoders/Properties/AssemblyInfo.cs deleted file mode 100644 index cd03fb11..00000000 --- a/DiscImageChef.Decoders/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Device structures decoders. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Decoders")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Devices/DiscImageChef.Devices.csproj b/DiscImageChef.Devices/DiscImageChef.Devices.csproj index 7c22ec7e..3fdf8257 100644 --- a/DiscImageChef.Devices/DiscImageChef.Devices.csproj +++ b/DiscImageChef.Devices/DiscImageChef.Devices.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {57BB2341-AB62-48FD-91B8-46F5A2F9ED51} Library DiscImageChef.Devices DiscImageChef.Devices - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Devices + $(Version) true @@ -40,7 +44,6 @@ - diff --git a/DiscImageChef.Devices/Properties/AssemblyInfo.cs b/DiscImageChef.Devices/Properties/AssemblyInfo.cs deleted file mode 100644 index 8fe5d41a..00000000 --- a/DiscImageChef.Devices/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Direct device access. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Devices")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj b/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj index f866eca9..d6391888 100644 --- a/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj +++ b/DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {74032CBC-339B-42F3-AF6F-E96C261F3E6A} Library DiscImageChef.DiscImages DiscImageChef.DiscImages - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.DiscImages + $(Version) true @@ -56,7 +60,6 @@ - @@ -152,7 +155,6 @@ - diff --git a/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs b/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs deleted file mode 100644 index 44a92bf9..00000000 --- a/DiscImageChef.DiscImages/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Disc image plugins. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.DiscImages")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj b/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj index 67a67f14..f210f7cb 100644 --- a/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj +++ b/DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {D7016DF2-5A5E-4524-B40D-BA2D59576688} Library DiscImageChef.Filesystems DiscImageChef.Filesystems - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Filesystems + $(Version) true @@ -45,7 +49,6 @@ - @@ -222,7 +225,6 @@ - diff --git a/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs b/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs deleted file mode 100644 index 4690ae11..00000000 --- a/DiscImageChef.Filesystems/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Filesystem plugins. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Filesystems")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Filters/DiscImageChef.Filters.csproj b/DiscImageChef.Filters/DiscImageChef.Filters.csproj index 2d38bd30..2103ab19 100644 --- a/DiscImageChef.Filters/DiscImageChef.Filters.csproj +++ b/DiscImageChef.Filters/DiscImageChef.Filters.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {D571B8EF-903D-4353-BDD5-B834F9F029EF} Library DiscImageChef.Filters DiscImageChef.Filters - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Filters + $(Version) true @@ -36,7 +40,6 @@ - @@ -67,7 +70,6 @@ - diff --git a/DiscImageChef.Filters/Properties/AssemblyInfo.cs b/DiscImageChef.Filters/Properties/AssemblyInfo.cs deleted file mode 100644 index d5b85d2b..00000000 --- a/DiscImageChef.Filters/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Filters. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("The Disc Image Chef")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj b/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj index 0f72c2ba..db6787b9 100644 --- a/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj +++ b/DiscImageChef.Helpers/DiscImageChef.Helpers.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {F8BDF57B-1571-4CD0-84B3-B422088D359A} Library DiscImageChef.Helpers DiscImageChef.Helpers - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Helpers + $(Version) true @@ -37,7 +41,6 @@ - diff --git a/DiscImageChef.Helpers/Properties/AssemblyInfo.cs b/DiscImageChef.Helpers/Properties/AssemblyInfo.cs deleted file mode 100644 index 29aba750..00000000 --- a/DiscImageChef.Helpers/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Helpers. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Helpers")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Interop/DiscImageChef.Interop.csproj b/DiscImageChef.Interop/DiscImageChef.Interop.csproj index e94319e0..07547067 100644 --- a/DiscImageChef.Interop/DiscImageChef.Interop.csproj +++ b/DiscImageChef.Interop/DiscImageChef.Interop.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {9183F2E0-A879-4F23-9EE3-C6908F1332B2} Library DiscImageChef.Interop DiscImageChef.Interop - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Interop + $(Version) true @@ -37,7 +41,6 @@ - diff --git a/DiscImageChef.Interop/Properties/AssemblyInfo.cs b/DiscImageChef.Interop/Properties/AssemblyInfo.cs deleted file mode 100644 index 9971f388..00000000 --- a/DiscImageChef.Interop/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,63 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Interop services. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be included -// in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS -// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY -// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, -// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Interop")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj b/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj index 06f2c843..e4b642c5 100644 --- a/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj +++ b/DiscImageChef.Metadata/DiscImageChef.Metadata.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {9F213318-5CB8-4066-A757-074489C9F818} Library DiscImageChef.Metadata DiscImageChef.Metadata - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Metadata + $(Version) true @@ -38,7 +42,6 @@ - cicm.cs diff --git a/DiscImageChef.Metadata/Properties/AssemblyInfo.cs b/DiscImageChef.Metadata/Properties/AssemblyInfo.cs deleted file mode 100644 index 01796baf..00000000 --- a/DiscImageChef.Metadata/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : XML metadata. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Metadata")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj b/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj index 7f70e73c..cd5e0a75 100644 --- a/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj +++ b/DiscImageChef.Partitions/DiscImageChef.Partitions.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {DA7AB65D-B5BA-4003-8893-A51BB071BA2F} Library DiscImageChef.Partitions DiscImageChef.Partitions - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Partitions + $(Version) true @@ -37,7 +41,6 @@ - diff --git a/DiscImageChef.Partitions/Properties/AssemblyInfo.cs b/DiscImageChef.Partitions/Properties/AssemblyInfo.cs deleted file mode 100644 index 299532d9..00000000 --- a/DiscImageChef.Partitions/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Partitioning scheme plugins. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Partitions")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Server/DiscImageChef.Server.csproj b/DiscImageChef.Server/DiscImageChef.Server.csproj index 8f99b9e3..079da7f1 100644 --- a/DiscImageChef.Server/DiscImageChef.Server.csproj +++ b/DiscImageChef.Server/DiscImageChef.Server.csproj @@ -3,7 +3,6 @@ Debug AnyCPU - 8.0.30703 2.0 {75342D7A-C5EA-4A6F-A511-850B54310E5B} {349C5851-65DF-11DA-9384-00065B846F21};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -24,10 +23,16 @@ - 7.1 + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Server + $(Version) true @@ -94,7 +99,6 @@ - Default.aspx diff --git a/DiscImageChef.Server/Properties/AssemblyInfo.cs b/DiscImageChef.Server/Properties/AssemblyInfo.cs deleted file mode 100644 index d19435b7..00000000 --- a/DiscImageChef.Server/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : DiscImageChef Server. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Server")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Settings/DiscImageChef.Settings.csproj b/DiscImageChef.Settings/DiscImageChef.Settings.csproj index 85ffe689..d760f6ae 100644 --- a/DiscImageChef.Settings/DiscImageChef.Settings.csproj +++ b/DiscImageChef.Settings/DiscImageChef.Settings.csproj @@ -3,17 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {5C4C7BAA-CF60-4233-84ED-39CB2312AF38} Library DiscImageChef.Settings DiscImageChef.Settings - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Settings + $(Version) true @@ -41,7 +45,6 @@ - @@ -55,7 +58,6 @@ - diff --git a/DiscImageChef.Settings/Properties/AssemblyInfo.cs b/DiscImageChef.Settings/Properties/AssemblyInfo.cs deleted file mode 100644 index 657f3e59..00000000 --- a/DiscImageChef.Settings/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : DiscImageChef settings. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Settings")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj b/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj index 29798913..78da74da 100644 --- a/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj +++ b/DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj @@ -1,4 +1,4 @@ - + Debug @@ -7,10 +7,16 @@ Exe DiscImageChef.Tests.Devices DiscImageChef.Tests.Devices + $(Version) false net461 - 4.0.99.0 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Tests.Devices + $(Version) true @@ -35,7 +41,6 @@ - diff --git a/DiscImageChef.Tests.Devices/Properties/AssemblyInfo.cs b/DiscImageChef.Tests.Devices/Properties/AssemblyInfo.cs deleted file mode 100644 index f8647a19..00000000 --- a/DiscImageChef.Tests.Devices/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,53 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : DiscImageChef device testing. -// -// --[ License ] -------------------------------------------------------------- -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("DiscImageChef.Tests.Devices")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © Claunia.com")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef.Tests/DiscImageChef.Tests.csproj b/DiscImageChef.Tests/DiscImageChef.Tests.csproj index 7faf7f53..6c9ec457 100644 --- a/DiscImageChef.Tests/DiscImageChef.Tests.csproj +++ b/DiscImageChef.Tests/DiscImageChef.Tests.csproj @@ -3,16 +3,21 @@ Debug AnyCPU - 8.0.30703 2.0 {B2ABC1F2-C365-4515-9F23-A5725050CC48} Exe DiscImageChef.Tests DiscImageChef.Tests - 4.0.99.0 + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + DiscImageChef.Tests + $(Version) true diff --git a/DiscImageChef/AssemblyInfo.cs b/DiscImageChef/AssemblyInfo.cs deleted file mode 100644 index fdf700aa..00000000 --- a/DiscImageChef/AssemblyInfo.cs +++ /dev/null @@ -1,57 +0,0 @@ -// /*************************************************************************** -// The Disc Image Chef -// ---------------------------------------------------------------------------- -// -// Filename : AssemblyInfo.cs -// Author(s) : Natalia Portillo -// -// Component : Checksums. -// -// --[ Description ] ---------------------------------------------------------- -// -// C# assembly definitions. -// -// --[ License ] -------------------------------------------------------------- -// -// This library is free software; you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as -// published by the Free Software Foundation; either version 2.1 of the -// License, or (at your option) any later version. -// -// This library is distributed in the hope that it will be useful, but -// WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, see . -// -// ---------------------------------------------------------------------------- -// Copyright © 2011-2018 Natalia Portillo -// ****************************************************************************/ - -using System.Reflection; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("The Disc Image Chef")] -[assembly: AssemblyDescription("The Disc Image Chef")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Claunia.com")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright © 2011-2018 Natalia Portillo")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("4.0.99.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file diff --git a/DiscImageChef/DiscImageChef.csproj b/DiscImageChef/DiscImageChef.csproj index 5b9c5548..47212cb0 100644 --- a/DiscImageChef/DiscImageChef.csproj +++ b/DiscImageChef/DiscImageChef.csproj @@ -3,17 +3,21 @@ Debug x86 - 8.0.30703 2.0 {7A4B05BE-73C9-4F34-87FE-E80CCF1F732D} Exe DiscImageChef DiscImageChef - 4.0.99.0 - false + $(Version) false net461 - false + true + 4.0.99.1628 + Claunia.com + Copyright © 2011-2018 Natalia Portillo + The Disc Image Chef + The Disc Image Chef + $(Version) True