Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
Add icon
Add Release
  • Loading branch information
pk9r committed Jan 12, 2021
1 parent 3424428 commit 330774e
Show file tree
Hide file tree
Showing 35 changed files with 2,139 additions and 8 deletions.
Binary file modified .vs/AutoMinesweeper/v16/.suo
Binary file not shown.
3 changes: 3 additions & 0 deletions AutoMinesweeper/AutoMinesweeper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="MaterialDesignColors, Version=1.2.7.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
<HintPath>..\packages\MaterialDesignColors.1.2.7\lib\net45\MaterialDesignColors.dll</HintPath>
Expand Down
Binary file modified AutoMinesweeper/bin/Debug/AutoMinesweeper.exe
Binary file not shown.
Binary file added AutoMinesweeper/bin/Release/AutoMinesweeper.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions AutoMinesweeper/bin/Release/AutoMinesweeper.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>
Binary file added AutoMinesweeper/bin/Release/AutoMinesweeper.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,716 changes: 1,716 additions & 0 deletions AutoMinesweeper/bin/Release/MaterialDesignThemes.Wpf.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified AutoMinesweeper/obj/Debug/AutoMinesweeper.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
winexe
C#
.cs
C:\Users\PhucPk9r\source\repos\AutoMinesweeper\AutoMinesweeper\obj\Debug\
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Debug\
AutoMinesweeper
none
false
DEBUG;TRACE
C:\Users\PhucPk9r\source\repos\AutoMinesweeper\AutoMinesweeper\App.xaml
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\App.xaml
11151548125

7-1902717848
15-693432270
151478498833
MainWindow.xaml;

True
False

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
Binary file added AutoMinesweeper/obj/Release/App.baml
Binary file not shown.
83 changes: 83 additions & 0 deletions AutoMinesweeper/obj/Release/App.g.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E17BA140B6C990259FC92A693FAED1D4B8480D603A789EF8772ABD807DED8C12"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------

using AutoMinesweeper;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;


namespace AutoMinesweeper {


/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {

private bool _contentLoaded;

/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;

#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);

#line default
#line hidden
System.Uri resourceLocater = new System.Uri("/AutoMinesweeper;component/app.xaml", System.UriKind.Relative);

#line 1 "..\..\App.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);

#line default
#line hidden
}

/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
AutoMinesweeper.App app = new AutoMinesweeper.App();
app.InitializeComponent();
app.Run();
}
}
}

83 changes: 83 additions & 0 deletions AutoMinesweeper/obj/Release/App.g.i.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E17BA140B6C990259FC92A693FAED1D4B8480D603A789EF8772ABD807DED8C12"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------

using AutoMinesweeper;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;


namespace AutoMinesweeper {


/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {

private bool _contentLoaded;

/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;

#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);

#line default
#line hidden
System.Uri resourceLocater = new System.Uri("/AutoMinesweeper;component/app.xaml", System.UriKind.Relative);

#line 1 "..\..\App.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);

#line default
#line hidden
}

/// <summary>
/// Application Entry Point.
/// </summary>
[System.STAThreadAttribute()]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public static void Main() {
AutoMinesweeper.App app = new AutoMinesweeper.App();
app.InitializeComponent();
app.Run();
}
}
}

Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5fe229830b587d488e3eef90dbbcb9643c669a6f
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\AutoMinesweeper.exe.config
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\AutoMinesweeper.exe
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\AutoMinesweeper.pdb
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\MaterialDesignColors.dll
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\MaterialDesignThemes.Wpf.dll
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\MaterialDesignColors.pdb
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\MaterialDesignThemes.Wpf.pdb
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\bin\Release\MaterialDesignThemes.Wpf.xml
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\MainWindow.g.cs
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\App.g.cs
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper_MarkupCompile.cache
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper_MarkupCompile.lref
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\App.baml
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\MainWindow.baml
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper.g.resources
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper.Properties.Resources.resources
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper.csproj.GenerateResource.cache
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper.csproj.CoreCompileInputs.cache
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper.csproj.CopyComplete
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper.exe
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\AutoMinesweeper.pdb
Binary file not shown.
Binary file added AutoMinesweeper/obj/Release/AutoMinesweeper.exe
Binary file not shown.
Binary file not shown.
Binary file added AutoMinesweeper/obj/Release/AutoMinesweeper.pdb
Binary file not shown.
20 changes: 20 additions & 0 deletions AutoMinesweeper/obj/Release/AutoMinesweeper_MarkupCompile.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
AutoMinesweeper


winexe
C#
.cs
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\obj\Release\
AutoMinesweeper
none
false
TRACE
E:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\App.xaml
11151548125

6-1060358481
151478498833
MainWindow.xaml;

False

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

FE:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\App.xaml;;
FE:\LinhTinh\CSharp\AutoMinesweeper\AutoMinesweeper\MainWindow.xaml;;

Binary file added AutoMinesweeper/obj/Release/MainWindow.baml
Binary file not shown.
97 changes: 97 additions & 0 deletions AutoMinesweeper/obj/Release/MainWindow.g.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8CD431B4F5063D055BEFF0E42E86B04917FD7D98D8609DC50FB60EC7338D6414"
//------------------------------------------------------------------------------
// <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>
//------------------------------------------------------------------------------

using AutoMinesweeper;
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Automation;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Media.Effects;
using System.Windows.Media.Imaging;
using System.Windows.Media.Media3D;
using System.Windows.Media.TextFormatting;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Shell;


namespace AutoMinesweeper {


/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {


#line 47 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox DeleyOpenCell;

#line default
#line hidden

private bool _contentLoaded;

/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
if (_contentLoaded) {
return;
}
_contentLoaded = true;
System.Uri resourceLocater = new System.Uri("/AutoMinesweeper;component/mainwindow.xaml", System.UriKind.Relative);

#line 1 "..\..\MainWindow.xaml"
System.Windows.Application.LoadComponent(this, resourceLocater);

#line default
#line hidden
}

[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
switch (connectionId)
{
case 1:

#line 19 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

#line default
#line hidden
return;
case 2:
this.DeleyOpenCell = ((System.Windows.Controls.TextBox)(target));
return;
}
this._contentLoaded = true;
}
}
}

Loading

0 comments on commit 330774e

Please sign in to comment.