mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-20 19:05:10 +08:00
added text files preview.
This commit is contained in:
@@ -12,7 +12,7 @@ using System.Windows;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany ("mørkt")]
|
||||
[assembly: AssemblyProduct("GARbro.GUI")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2014 mørkt")]
|
||||
[assembly: AssemblyCopyright ("Copyright © 2014-2015 mørkt")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@@ -51,5 +51,5 @@ using System.Windows;
|
||||
// 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 ("1.0.4.13")]
|
||||
[assembly: AssemblyFileVersion ("1.0.3.13")]
|
||||
[assembly: AssemblyVersion ("1.0.4.14")]
|
||||
[assembly: AssemblyFileVersion ("1.0.4.14")]
|
||||
|
||||
8
Properties/Settings.Designer.cs
generated
8
Properties/Settings.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18444
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -205,10 +205,10 @@ namespace GARbro.GUI.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]
|
||||
public string appTextEncoding {
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("65001")]
|
||||
public int appTextEncoding {
|
||||
get {
|
||||
return ((string)(this["appTextEncoding"]));
|
||||
return ((int)(this["appTextEncoding"]));
|
||||
}
|
||||
set {
|
||||
this["appTextEncoding"] = value;
|
||||
|
||||
@@ -47,8 +47,8 @@
|
||||
<Setting Name="appImageFormat" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="appTextEncoding" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">UTF-8</Value>
|
||||
<Setting Name="appTextEncoding" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">65001</Value>
|
||||
</Setting>
|
||||
<Setting Name="appLastDirectory" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
|
||||
Reference in New Issue
Block a user