1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-11 17:29:29 +00:00

Rename MakeDist to MakeDistWF

This commit is contained in:
Andy McFadden 2019-07-19 17:50:22 -07:00
parent 38b5027af1
commit 827d6108e2
16 changed files with 28 additions and 26 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
namespace MakeDist {
namespace MakeDistWF {
partial class CopyProgress {
/// <summary>
/// Required designer variable.

View File

@ -21,7 +21,7 @@ using System.Windows.Forms;
using CommonWinForms;
namespace MakeDist {
namespace MakeDistWF {
public partial class CopyProgress : Form {
/// <summary>
/// Progress message, with colorful text. This is generated by the worker thread and

View File

@ -23,7 +23,7 @@ using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
namespace MakeDist {
namespace MakeDistWF {
public class FileCopier {
private const string SOURCEGEN_DIRNAME = "SourceGen";

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
namespace MakeDist {
namespace MakeDistWF {
partial class MakeDist {
/// <summary>
/// Required designer variable.

View File

@ -16,7 +16,7 @@
using System;
using System.Windows.Forms;
namespace MakeDist {
namespace MakeDistWF {
public partial class MakeDist : Form {
public MakeDist() {
InitializeComponent();

View File

@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2415F337-2CE2-42E0-A8A7-4127FEEC94C4}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>MakeDist</RootNamespace>
<AssemblyName>MakeDist</AssemblyName>
<RootNamespace>MakeDistWF</RootNamespace>
<AssemblyName>MakeDistWF</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@ -75,6 +75,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>

View File

@ -16,7 +16,7 @@
using System;
using System.Windows.Forms;
namespace MakeDist {
namespace MakeDistWF {
static class Program {
/// <summary>
/// The main entry point for the application.

View File

@ -8,9 +8,10 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace MakeDist.Properties {
namespace MakeDistWF.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
@ -18,33 +19,33 @@ namespace MakeDist.Properties {
// 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.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() {
}
/// <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 ((resourceMan == null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MakeDist.Properties.Resources", typeof(Resources).Assembly);
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MakeDistWF.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.

View File

@ -8,15 +8,15 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace MakeDist.Properties {
namespace MakeDistWF.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.9.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;

View File

@ -21,7 +21,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RuntimeData", "SourceGen\Ru
{70F04543-9E46-4AD3-875A-160FD198C0FF} = {70F04543-9E46-4AD3-875A-160FD198C0FF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakeDist", "MakeDist\MakeDist.csproj", "{2415F337-2CE2-42E0-A8A7-4127FEEC94C4}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakeDistWF", "MakeDistWF\MakeDistWF.csproj", "{2415F337-2CE2-42E0-A8A7-4127FEEC94C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonWinForms", "CommonWinForms\CommonWinForms.csproj", "{08EC328D-078E-4236-B574-BE6B3FD85915}"
EndProject