Rename MakeDistWPF to MakeDist

This commit is contained in:
Andy McFadden 2019-07-19 17:55:27 -07:00
parent 827d6108e2
commit b617d72b70
15 changed files with 33 additions and 32 deletions

View File

@ -1,7 +1,7 @@
<Application x:Class="MakeDistWPF.App"
<Application x:Class="MakeDist.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:MakeDistWPF"
xmlns:local="clr-namespace:MakeDist"
StartupUri="MainWindow.xaml">
<Application.Resources>

View File

@ -6,7 +6,7 @@ using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace MakeDistWPF {
namespace MakeDist {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>

View File

@ -14,12 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<Window x:Class="MakeDistWPF.CopyProgress"
<Window x:Class="MakeDist.CopyProgress"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:MakeDistWPF"
xmlns:local="clr-namespace:MakeDist"
mc:Ignorable="d"
Title="Copy Distribution Files"
Width="1200" Height="600" MinWidth="300" MinHeight="200" ResizeMode="CanResizeWithGrip"

View File

@ -22,7 +22,7 @@ using System.Windows.Media;
using CommonWPF;
namespace MakeDistWPF {
namespace MakeDist {
/// <summary>
/// Show progress log while copying files.
/// </summary>

View File

@ -20,7 +20,7 @@ using System.IO;
using System.Text.RegularExpressions;
using System.Windows.Media;
namespace MakeDistWPF {
namespace MakeDist {
public class FileCopier {
private const string SOURCEGEN_DIRNAME = "SourceGen";

View File

@ -14,12 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<Window x:Class="MakeDistWPF.MainWindow"
<Window x:Class="MakeDist.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:MakeDistWPF"
xmlns:local="clr-namespace:MakeDist"
mc:Ignorable="d"
Title="6502bench Distribution Maker"
SizeToContent="WidthAndHeight" ResizeMode="NoResize">

View File

@ -19,7 +19,7 @@ using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Windows;
namespace MakeDistWPF {
namespace MakeDist {
/// <summary>
/// Distribution maker.
/// </summary>

View File

@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>MakeDistWPF</RootNamespace>
<AssemblyName>MakeDistWPF</AssemblyName>
<RootNamespace>MakeDist</RootNamespace>
<AssemblyName>MakeDist</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>

View File

@ -7,11 +7,11 @@ using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MakeDistWPF")]
[assembly: AssemblyTitle("MakeDist")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("MakeDistWPF")]
[assembly: AssemblyProduct("MakeDist")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@ -8,9 +8,10 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace MakeDistWPF.Properties {
namespace MakeDist.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
@ -18,33 +19,33 @@ namespace MakeDistWPF.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("MakeDistWPF.Properties.Resources", typeof(Resources).Assembly);
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("MakeDist.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 MakeDistWPF.Properties {
namespace MakeDist.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

@ -32,7 +32,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceGenWPF", "SourceGenWP
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonWPF", "CommonWPF\CommonWPF.csproj", "{1299AA2E-606D-4F3E-B3A9-3F9421E44667}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakeDistWPF", "MakeDistWPF\MakeDistWPF.csproj", "{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MakeDist", "MakeDist\MakeDist.csproj", "{D9A0BD5E-8CA8-4207-81C8-DDF4BE6AB02A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution