-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add icon Add Release
- Loading branch information
Showing
35 changed files
with
2,139 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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
1,716
AutoMinesweeper/bin/Release/MaterialDesignThemes.Wpf.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
AutoMinesweeper/obj/Debug/AutoMinesweeper.csprojAssemblyReference.cache
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
AutoMinesweeper/obj/Debug/AutoMinesweeper_MarkupCompile.i.lref
This file was deleted.
Oops, something went wrong.
Binary file modified
BIN
-84 Bytes
(99%)
AutoMinesweeper/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions
4
AutoMinesweeper/obj/Release/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+180 Bytes
AutoMinesweeper/obj/Release/AutoMinesweeper.Properties.Resources.resources
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions
1
AutoMinesweeper/obj/Release/AutoMinesweeper.csproj.CoreCompileInputs.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5fe229830b587d488e3eef90dbbcb9643c669a6f |
21 changes: 21 additions & 0 deletions
21
AutoMinesweeper/obj/Release/AutoMinesweeper.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 added
BIN
+954 Bytes
AutoMinesweeper/obj/Release/AutoMinesweeper.csproj.GenerateResource.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
AutoMinesweeper/obj/Release/AutoMinesweeper_MarkupCompile.cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
4 changes: 4 additions & 0 deletions
4
AutoMinesweeper/obj/Release/AutoMinesweeper_MarkupCompile.lref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
} | ||
|
Oops, something went wrong.