diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c38cb8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.vs/* +**/bin/* +**/obj/* +**/publish/* +Installer/OnTopReplica-Setup.exe +*.user +*.suo diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 3138b5b..0000000 --- a/.hgignore +++ /dev/null @@ -1,10 +0,0 @@ -glob:OnTopReplica.suo -glob:bin/* -glob:obj/* -glob:publish/* -glob:*Thumbs.db -glob:Installer/OnTopReplica-Setup.exe -glob:*.Designer.cs -glob:*.suo -syntax: glob -*.user \ No newline at end of file diff --git a/OnTopReplica/AppStrings.Designer.cs b/OnTopReplica/AppStrings.Designer.cs new file mode 100644 index 0000000..17ea482 --- /dev/null +++ b/OnTopReplica/AppStrings.Designer.cs @@ -0,0 +1,108 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace OnTopReplica { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class AppStrings { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal AppStrings() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OnTopReplica.AppStrings", typeof(AppStrings).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to http://ontopreplica.codeplex.com. + /// + internal static string ApplicationWebsite { + get { + return ResourceManager.GetString("ApplicationWebsite", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to http://lorenz.klopfenstein.net. + /// + internal static string AuthorWebsite { + get { + return ResourceManager.GetString("AuthorWebsite", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to http://ontopreplica.codeplex.com/SourceControl/list/changesets. + /// + internal static string LatestCommitsLink { + get { + return ResourceManager.GetString("LatestCommitsLink", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to http://opensource.org/licenses/ms-rl.html. + /// + internal static string MsRlLicenseLink { + get { + return ResourceManager.GetString("MsRlLicenseLink", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to http://ontopreplica.codeplex.com/project/feeds/rss?ProjectRSSFeed=codeplex%3a%2f%2frelease%2fontopreplica. + /// + internal static string UpdateFeed { + get { + return ResourceManager.GetString("UpdateFeed", resourceCulture); + } + } + } +} diff --git a/OnTopReplica/Properties/Resources.Designer.cs b/OnTopReplica/Properties/Resources.Designer.cs index a42a4c7..8f26c54 100644 --- a/OnTopReplica/Properties/Resources.Designer.cs +++ b/OnTopReplica/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34003 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/OnTopReplica/Properties/Settings.Designer.cs b/OnTopReplica/Properties/Settings.Designer.cs index 2f2bedd..0d186a5 100644 --- a/OnTopReplica/Properties/Settings.Designer.cs +++ b/OnTopReplica/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34003 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace OnTopReplica.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/OnTopReplica/Strings.Designer.cs b/OnTopReplica/Strings.Designer.cs index 0dce384..038bbf0 100644 --- a/OnTopReplica/Strings.Designer.cs +++ b/OnTopReplica/Strings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34003 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. diff --git a/OnTopReplica/Strings.cs.Designer.cs b/OnTopReplica/Strings.cs.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.da.Designer.cs b/OnTopReplica/Strings.da.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.de.Designer.cs b/OnTopReplica/Strings.de.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.es.Designer.cs b/OnTopReplica/Strings.es.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.fi.Designer.cs b/OnTopReplica/Strings.fi.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.it.Designer.cs b/OnTopReplica/Strings.it.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.no.Designer.cs b/OnTopReplica/Strings.no.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.pl.Designer.cs b/OnTopReplica/Strings.pl.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.pt-BR.Designer.cs b/OnTopReplica/Strings.pt-BR.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.pt.Designer.cs b/OnTopReplica/Strings.pt.Designer.cs new file mode 100644 index 0000000..e69de29 diff --git a/OnTopReplica/Strings.ru.Designer.cs b/OnTopReplica/Strings.ru.Designer.cs new file mode 100644 index 0000000..e69de29