Migrate ignore file for Git

This commit is contained in:
Lorenz Cuno Klopfenstein 2017-05-25 14:43:48 +02:00
parent 16bb2d8165
commit f142bdd2e9
17 changed files with 119 additions and 14 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
.vs/*
**/bin/*
**/obj/*
**/publish/*
Installer/OnTopReplica-Setup.exe
*.user
*.suo

View file

@ -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

108
OnTopReplica/AppStrings.Designer.cs generated Normal file
View file

@ -0,0 +1,108 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace OnTopReplica {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 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() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[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;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to http://ontopreplica.codeplex.com.
/// </summary>
internal static string ApplicationWebsite {
get {
return ResourceManager.GetString("ApplicationWebsite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to http://lorenz.klopfenstein.net.
/// </summary>
internal static string AuthorWebsite {
get {
return ResourceManager.GetString("AuthorWebsite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to http://ontopreplica.codeplex.com/SourceControl/list/changesets.
/// </summary>
internal static string LatestCommitsLink {
get {
return ResourceManager.GetString("LatestCommitsLink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to http://opensource.org/licenses/ms-rl.html.
/// </summary>
internal static string MsRlLicenseLink {
get {
return ResourceManager.GetString("MsRlLicenseLink", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to http://ontopreplica.codeplex.com/project/feeds/rss?ProjectRSSFeed=codeplex%3a%2f%2frelease%2fontopreplica.
/// </summary>
internal static string UpdateFeed {
get {
return ResourceManager.GetString("UpdateFeed", resourceCulture);
}
}
}
}

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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())));

View file

@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.

0
OnTopReplica/Strings.cs.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.da.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.de.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.es.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.fi.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.it.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.no.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.pl.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.pt-BR.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.pt.Designer.cs generated Normal file
View file

0
OnTopReplica/Strings.ru.Designer.cs generated Normal file
View file