【类 型】:fix

【主	题】:git忽略掉 bin obj目录
【描	述】:
	[原因]:
	[过程]:
	[影响]:
【结	束】

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
This commit is contained in:
tk 2024-06-24 20:30:49 +08:00
parent 8f21f78d69
commit a7d2b072f6
74 changed files with 0 additions and 950 deletions

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@ -1 +0,0 @@
3884201cdd256702b4d734e4d5e81513519d038e

View File

@ -1,6 +0,0 @@
F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Debug\FlightRoute.dll
F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Debug\FlightRoute.pdb
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.csproj.AssemblyReference.cache
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.csproj.CoreCompileInputs.cache
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.dll
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Debug\FlightRoute.pdb

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@ -1 +0,0 @@
8a21238a0be619c02970148768588d6e770a7432

View File

@ -1,6 +0,0 @@
F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Release\FlightRoute.dll
F:\company\flyCube\repos\FlyExe\FlightRoute\bin\Release\FlightRoute.pdb
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.csproj.AssemblyReference.cache
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.csproj.CoreCompileInputs.cache
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.dll
F:\company\flyCube\repos\FlyExe\FlightRoute\obj\Release\FlightRoute.pdb

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

Binary file not shown.

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")]

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@ -1,70 +0,0 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1791ED17CFCFA5FCE2A3BC6EA9051B84A0B7F001904B3CA6C85B128240339F17"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#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() {
FlyExe.App app = new FlyExe.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@ -1,70 +0,0 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1791ED17CFCFA5FCE2A3BC6EA9051B84A0B7F001904B3CA6C85B128240339F17"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#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() {
FlyExe.App app = new FlyExe.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@ -1 +0,0 @@
e662434ff5b0c29c5fe2377c1f792c99cff288ed

View File

@ -1,32 +0,0 @@
C:\Users\ddkk\source\repos\FlyExe\FlyExe\bin\Debug\FlyExe.exe
C:\Users\ddkk\source\repos\FlyExe\FlyExe\bin\Debug\FlyExe.pdb
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csprojAssemblyReference.cache
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\MainWindow.g.cs
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\App.g.cs
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe_MarkupCompile.cache
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe_MarkupCompile.lref
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\MainWindow.baml
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.g.resources
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.Properties.Resources.resources
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.GenerateResource.cache
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.CoreCompileInputs.cache
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.exe
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Debug\FlyExe.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.exe
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.AssemblyReference.cache
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\MainWindow.g.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\App.g.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe_MarkupCompile.cache
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe_MarkupCompile.lref
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlyExe.exe.config
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlyExe.exe
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlyExe.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\MainWindow.baml
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.g.resources
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.Properties.Resources.resources
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.GenerateResource.cache
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.CoreCompileInputs.cache
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlightRoute.dll
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Debug\FlightRoute.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\FlyExe.csproj.CopyComplete

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +0,0 @@
FlyExe
winexe
C#
.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\
FlyExe
none
false
DEBUG;TRACE
F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml
1219584333
51579654133
13-237701858
MainWindow.xaml;
False

View File

@ -1,20 +0,0 @@
FlyExe
winexe
C#
.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Debug\
FlyExe
none
false
DEBUG;TRACE
F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml
1219584333
6-793535042
13-237701858
MainWindow.xaml;
True

View File

@ -1,4 +0,0 @@

FF:\company\flyCube\repos\FlyExe\FlyExe\MainWindow.xaml;;

View File

@ -1,4 +0,0 @@

FF:\company\flyCube\repos\FlyExe\FlyExe\MainWindow.xaml;;

Binary file not shown.

View File

@ -1,114 +0,0 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0359BD5A430D6DD62687931B950585C6687C5CC0F99DF9C892B794E4DCF17C29"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button aPassbBut;
#line default
#line hidden
#line 11 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox vLogBox;
#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("/FlyExe;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:
this.aPassbBut = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\MainWindow.xaml"
this.aPassbBut.Click += new System.Windows.RoutedEventHandler(this.Button_Click_ABypassB);
#line default
#line hidden
return;
case 2:
this.vLogBox = ((System.Windows.Controls.TextBox)(target));
return;
case 3:
#line 12 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_CollisionSort);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,114 +0,0 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0359BD5A430D6DD62687931B950585C6687C5CC0F99DF9C892B794E4DCF17C29"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button aPassbBut;
#line default
#line hidden
#line 11 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox vLogBox;
#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("/FlyExe;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:
this.aPassbBut = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\MainWindow.xaml"
this.aPassbBut.Click += new System.Windows.RoutedEventHandler(this.Button_Click_ABypassB);
#line default
#line hidden
return;
case 2:
this.vLogBox = ((System.Windows.Controls.TextBox)(target));
return;
case 3:
#line 12 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_CollisionSort);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.0", FrameworkDisplayName = ".NET Framework 4")]

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@ -1,70 +0,0 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1791ED17CFCFA5FCE2A3BC6EA9051B84A0B7F001904B3CA6C85B128240339F17"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#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() {
FlyExe.App app = new FlyExe.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@ -1,70 +0,0 @@
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1791ED17CFCFA5FCE2A3BC6EA9051B84A0B7F001904B3CA6C85B128240339F17"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// App
/// </summary>
public partial class App : System.Windows.Application {
/// <summary>
/// InitializeComponent
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
public void InitializeComponent() {
#line 5 "..\..\App.xaml"
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
#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() {
FlyExe.App app = new FlyExe.App();
app.InitializeComponent();
app.Run();
}
}
}

View File

@ -1 +0,0 @@
1b12603bd28975c3152ead629bcdc090094ba454

View File

@ -1,31 +0,0 @@
C:\Users\ddkk\source\repos\FlyExe\FlyExe\bin\Release\FlyExe.exe
C:\Users\ddkk\source\repos\FlyExe\FlyExe\bin\Release\FlyExe.pdb
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\MainWindow.g.cs
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\App.g.cs
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe_MarkupCompile.cache
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe_MarkupCompile.lref
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\MainWindow.baml
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe.g.resources
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe.Properties.Resources.resources
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.GenerateResource.cache
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.CoreCompileInputs.cache
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe.exe
C:\Users\ddkk\source\repos\FlyExe\FlyExe\obj\Release\FlyExe.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlyExe.exe
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlyExe.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\MainWindow.g.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\App.g.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe_MarkupCompile.cache
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe_MarkupCompile.lref
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\MainWindow.baml
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.g.resources
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.Properties.Resources.resources
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.GenerateResource.cache
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.CoreCompileInputs.cache
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.exe
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlyExe.exe.config
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.AssemblyReference.cache
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlightRoute.dll
F:\company\flyCube\repos\FlyExe\FlyExe\bin\Release\FlightRoute.pdb
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\FlyExe.csproj.CopyComplete

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("lnk.ico")]

View File

@ -1,20 +0,0 @@
FlyExe
winexe
C#
.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\
FlyExe
none
false
TRACE
F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml
1219584333
51579654133
13365860442
MainWindow.xaml;
False

View File

@ -1,20 +0,0 @@
FlyExe
winexe
C#
.cs
F:\company\flyCube\repos\FlyExe\FlyExe\obj\Release\
FlyExe
none
false
TRACE
F:\company\flyCube\repos\FlyExe\FlyExe\App.xaml
1219584333
61017511550
121182277259
MainWindow.xaml;
False

View File

@ -1,4 +0,0 @@

FF:\company\flyCube\repos\FlyExe\FlyExe\MainWindow.xaml;;

Binary file not shown.

View File

@ -1,114 +0,0 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0359BD5A430D6DD62687931B950585C6687C5CC0F99DF9C892B794E4DCF17C29"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button aPassbBut;
#line default
#line hidden
#line 11 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox vLogBox;
#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("/FlyExe;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:
this.aPassbBut = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\MainWindow.xaml"
this.aPassbBut.Click += new System.Windows.RoutedEventHandler(this.Button_Click_ABypassB);
#line default
#line hidden
return;
case 2:
this.vLogBox = ((System.Windows.Controls.TextBox)(target));
return;
case 3:
#line 12 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_CollisionSort);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}

View File

@ -1,114 +0,0 @@
#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0359BD5A430D6DD62687931B950585C6687C5CC0F99DF9C892B794E4DCF17C29"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using FlyExe;
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 FlyExe {
/// <summary>
/// MainWindow
/// </summary>
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
#line 10 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Button aPassbBut;
#line default
#line hidden
#line 11 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBox vLogBox;
#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("/FlyExe;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:
this.aPassbBut = ((System.Windows.Controls.Button)(target));
#line 10 "..\..\MainWindow.xaml"
this.aPassbBut.Click += new System.Windows.RoutedEventHandler(this.Button_Click_ABypassB);
#line default
#line hidden
return;
case 2:
this.vLogBox = ((System.Windows.Controls.TextBox)(target));
return;
case 3:
#line 12 "..\..\MainWindow.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_CollisionSort);
#line default
#line hidden
return;
}
this._contentLoaded = true;
}
}
}