diff --git a/ProjectPSX/ProjectPSX.csproj b/ProjectPSX/ProjectPSX.csproj index 821bf44..2947bce 100644 --- a/ProjectPSX/ProjectPSX.csproj +++ b/ProjectPSX/ProjectPSX.csproj @@ -12,6 +12,7 @@ 512 true true + false publish\ true Disk @@ -24,7 +25,6 @@ true 0 1.0.0.%2a - false false true @@ -37,22 +37,34 @@ DEBUG;TRACE prompt 4 + true AnyCPU pdbonly true bin\Release\ - TRACE + + prompt - 4 + 3 + true + true + true + default + + + + ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + @@ -64,15 +76,15 @@ + - + - @@ -87,7 +99,6 @@ - @@ -99,7 +110,9 @@ True Resources.resx + True + SettingsSingleFileGenerator Settings.Designer.cs diff --git a/ProjectPSX/Properties/AssemblyInfo.cs b/ProjectPSX/Properties/AssemblyInfo.cs index 8d8ed7f..40970a6 100644 --- a/ProjectPSX/Properties/AssemblyInfo.cs +++ b/ProjectPSX/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // La información general de un ensamblado se controla mediante el siguiente diff --git a/ProjectPSX/Properties/Resources.Designer.cs b/ProjectPSX/Properties/Resources.Designer.cs index 2954b51..1cbe7c5 100644 --- a/ProjectPSX/Properties/Resources.Designer.cs +++ b/ProjectPSX/Properties/Resources.Designer.cs @@ -1,53 +1,54 @@ //------------------------------------------------------------------------------ // // Este código fue generado por una herramienta. -// Versión de runtime: 4.0.30319.42000 +// Versión de runtime:4.0.30319.42000 // -// Los cambios de este archivo pueden provocar un comportamiento inesperado y se perderán si -// el código se vuelve a generar. +// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si +// se vuelve a generar el código. // //------------------------------------------------------------------------------ namespace ProjectPSX.Properties { - - + using System; + + /// - /// Clase de recurso fuertemente tipado para buscar cadenas traducidas, etc. + /// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, etc. /// // StronglyTypedResourceBuilder generó automáticamente esta clase // a través de una herramienta como ResGen o Visual Studio. // Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen // con la opción /str o recompile su proyecto de VS. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { - + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } - + /// - /// Devuelve la instancia ResourceManager almacenada en caché utilizada por esta clase. + /// Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { - if ((resourceMan == null)) { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ProjectPSX.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// - /// Invalida la propiedad CurrentUICulture del subproceso actual para todas las - /// búsquedas de recursos usando esta clase de recursos fuertemente tipados. + /// Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las + /// búsquedas de recursos mediante esta clase de recurso fuertemente tipado. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { diff --git a/ProjectPSX/Properties/Resources.resx b/ProjectPSX/Properties/Resources.resx index af7dbeb..1af7de1 100644 --- a/ProjectPSX/Properties/Resources.resx +++ b/ProjectPSX/Properties/Resources.resx @@ -46,7 +46,7 @@ mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with - : System.Serialization.Formatters.Binary.BinaryFormatter + : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 @@ -60,6 +60,7 @@ : and then encoded with base64 encoding. --> + @@ -68,9 +69,10 @@ - + + @@ -85,9 +87,10 @@ - + + @@ -109,9 +112,9 @@ 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/ProjectPSX/packages.config b/ProjectPSX/packages.config new file mode 100644 index 0000000..f2a9712 --- /dev/null +++ b/ProjectPSX/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file