git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@20 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
parent
01f9093543
commit
75bc367f0b
6 changed files with 25 additions and 29 deletions
11
trunk/Properties/Settings.Designer.cs
generated
11
trunk/Properties/Settings.Designer.cs
generated
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.3603
|
||||
// Runtime Version:2.0.50727.4927
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
|
@ -1094,7 +1094,6 @@ namespace LSLEditor.Properties {
|
|||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(@"
|
||||
// www.lsleditor.org by Alphons van der Heijden (SL: Alphons Jano)
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
|
@ -1115,7 +1114,7 @@ namespace LSLEditor.Properties {
|
|||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/checkforupdate/Default.aspx?")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/check4update.php?")]
|
||||
public string Update {
|
||||
get {
|
||||
return ((string)(this["Update"]));
|
||||
|
@ -1151,7 +1150,7 @@ namespace LSLEditor.Properties {
|
|||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/CheckForUpdate/Manifest.aspx")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://lsleditor.sourceforge.net/update.php")]
|
||||
public string UpdateManifest {
|
||||
get {
|
||||
return ((string)(this["UpdateManifest"]));
|
||||
|
@ -1169,7 +1168,7 @@ namespace LSLEditor.Properties {
|
|||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/mail/")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/tracker/?group_id=319248")]
|
||||
public string ContactUrl {
|
||||
get {
|
||||
return ((string)(this["ContactUrl"]));
|
||||
|
@ -1205,7 +1204,7 @@ namespace LSLEditor.Properties {
|
|||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("http://www.lsleditor.org/forum/")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://sourceforge.net/projects/lsleditor/forums")]
|
||||
public string ForumLSLEditor {
|
||||
get {
|
||||
return ((string)(this["ForumLSLEditor"]));
|
||||
|
|
|
@ -280,7 +280,6 @@
|
|||
</Setting>
|
||||
<Setting Name="Example" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">
|
||||
// www.lsleditor.org by Alphons van der Heijden (SL: Alphons Jano)
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
|
@ -295,7 +294,7 @@
|
|||
</Value>
|
||||
</Setting>
|
||||
<Setting Name="Update" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.lsleditor.org/checkforupdate/Default.aspx?</Value>
|
||||
<Value Profile="(Default)">http://lsleditor.sourceforge.net/check4update.php?</Value>
|
||||
</Setting>
|
||||
<Setting Name="Examples" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.lsleditor.org/examples/</Value>
|
||||
|
@ -307,13 +306,13 @@
|
|||
<Value Profile="(Default)">Resource.ConfCSharp.xml</Value>
|
||||
</Setting>
|
||||
<Setting Name="UpdateManifest" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.lsleditor.org/CheckForUpdate/Manifest.aspx</Value>
|
||||
<Value Profile="(Default)">http://lsleditor.sourceforge.net/update.php</Value>
|
||||
</Setting>
|
||||
<Setting Name="ToolsOptions" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">Resource.ToolsOptions.xml</Value>
|
||||
</Setting>
|
||||
<Setting Name="ContactUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.lsleditor.org/mail/</Value>
|
||||
<Value Profile="(Default)">https://sourceforge.net/tracker/?group_id=319248</Value>
|
||||
</Setting>
|
||||
<Setting Name="DonateUrl" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.lsleditor.org/donate.htm</Value>
|
||||
|
@ -325,7 +324,7 @@
|
|||
<Value Profile="(Default)">http://www.lslwiki.net/lslwiki/wakka.php?wakka=</Value>
|
||||
</Setting>
|
||||
<Setting Name="ForumLSLEditor" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">http://www.lsleditor.org/forum/</Value>
|
||||
<Value Profile="(Default)">https://sourceforge.net/projects/lsleditor/forums</Value>
|
||||
</Setting>
|
||||
<Setting Name="OopsRemove" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">C:\Documents and Settings\Alphons\Mijn documenten\Visual Studio 2005\Projects</Value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue