diff --git a/XWCX/.vs/XWCX/FileContentIndex/75e4671c-56ef-43f7-906e-fd776b6478df.vsidx b/XWCX/.vs/XWCX/FileContentIndex/75e4671c-56ef-43f7-906e-fd776b6478df.vsidx new file mode 100644 index 0000000..01dff5f Binary files /dev/null and b/XWCX/.vs/XWCX/FileContentIndex/75e4671c-56ef-43f7-906e-fd776b6478df.vsidx differ diff --git a/XWCX/.vs/XWCX/FileContentIndex/read.lock b/XWCX/.vs/XWCX/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/XWCX/.vs/XWCX/v17/.suo b/XWCX/.vs/XWCX/v17/.suo new file mode 100644 index 0000000..bb60e11 Binary files /dev/null and b/XWCX/.vs/XWCX/v17/.suo differ diff --git a/XWCX/XWCX.sln b/XWCX/XWCX.sln new file mode 100644 index 0000000..5b86997 --- /dev/null +++ b/XWCX/XWCX.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.4.33110.190 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XWCX", "XWCX\XWCX.csproj", "{D7B519C7-98C1-4F68-9124-DF6C70B08249}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D7B519C7-98C1-4F68-9124-DF6C70B08249}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D7B519C7-98C1-4F68-9124-DF6C70B08249}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D7B519C7-98C1-4F68-9124-DF6C70B08249}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D7B519C7-98C1-4F68-9124-DF6C70B08249}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A7E298FF-2EEE-46FD-8885-A68662028909} + EndGlobalSection +EndGlobal diff --git a/XWCX/XWCX/App.config b/XWCX/XWCX/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/XWCX/XWCX/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/XWCX/XWCX/Form1.Designer.cs b/XWCX/XWCX/Form1.Designer.cs new file mode 100644 index 0000000..d932518 --- /dev/null +++ b/XWCX/XWCX/Form1.Designer.cs @@ -0,0 +1,125 @@ +namespace XWCX +{ + partial class Form1 + { + /// + /// 必需的设计器变量。 + /// + private System.ComponentModel.IContainer components = null; + + /// + /// 清理所有正在使用的资源。 + /// + /// 如果应释放托管资源,为 true;否则为 false。 + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows 窗体设计器生成的代码 + + /// + /// 设计器支持所需的方法 - 不要修改 + /// 使用代码编辑器修改此方法的内容。 + /// + private void InitializeComponent() + { + this.button1 = new System.Windows.Forms.Button(); + this.button2 = new System.Windows.Forms.Button(); + this.button3 = new System.Windows.Forms.Button(); + this.button4 = new System.Windows.Forms.Button(); + this.button5 = new System.Windows.Forms.Button(); + this.button6 = new System.Windows.Forms.Button(); + this.SuspendLayout(); + // + // button1 + // + this.button1.Location = new System.Drawing.Point(72, 105); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(131, 40); + this.button1.TabIndex = 0; + this.button1.Text = "初始化"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // + // button2 + // + this.button2.Location = new System.Drawing.Point(72, 263); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(131, 40); + this.button2.TabIndex = 1; + this.button2.Text = "开始采集"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.button2_Click); + // + // button3 + // + this.button3.Location = new System.Drawing.Point(72, 337); + this.button3.Name = "button3"; + this.button3.Size = new System.Drawing.Size(131, 40); + this.button3.TabIndex = 2; + this.button3.Text = "请求数据"; + this.button3.UseVisualStyleBackColor = true; + this.button3.Click += new System.EventHandler(this.button3_Click); + // + // button4 + // + this.button4.Location = new System.Drawing.Point(72, 32); + this.button4.Name = "button4"; + this.button4.Size = new System.Drawing.Size(131, 40); + this.button4.TabIndex = 3; + this.button4.Text = "开始连接"; + this.button4.UseVisualStyleBackColor = true; + this.button4.Click += new System.EventHandler(this.button4_Click); + // + // button5 + // + this.button5.Location = new System.Drawing.Point(72, 187); + this.button5.Name = "button5"; + this.button5.Size = new System.Drawing.Size(131, 40); + this.button5.TabIndex = 4; + this.button5.Text = "请求数据"; + this.button5.UseVisualStyleBackColor = true; + // + // button6 + // + this.button6.Location = new System.Drawing.Point(336, 32); + this.button6.Name = "button6"; + this.button6.Size = new System.Drawing.Size(131, 40); + this.button6.TabIndex = 5; + this.button6.Text = "开始连接"; + this.button6.UseVisualStyleBackColor = true; + this.button6.Click += new System.EventHandler(this.button6_Click); + // + // Form1 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(555, 450); + this.Controls.Add(this.button6); + this.Controls.Add(this.button5); + this.Controls.Add(this.button4); + this.Controls.Add(this.button3); + this.Controls.Add(this.button2); + this.Controls.Add(this.button1); + this.Name = "Form1"; + this.Text = "Form1"; + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.Button button1; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Button button3; + private System.Windows.Forms.Button button4; + private System.Windows.Forms.Button button5; + private System.Windows.Forms.Button button6; + } +} + diff --git a/XWCX/XWCX/Form1.cs b/XWCX/XWCX/Form1.cs new file mode 100644 index 0000000..ed4aead --- /dev/null +++ b/XWCX/XWCX/Form1.cs @@ -0,0 +1,287 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Net.Sockets; +using System.Net; +using System.Text; +using System.Threading; +using System.Threading.Tasks; +using System.Windows.Forms; +using System.IO; + +namespace XWCX +{ + public partial class Form1 : Form + { + public Form1() + { + InitializeComponent(); + } + + //MEMS气象色谱仪IP + string _ip = "192.168.1.203"; + //string _ip = "192.168.43.59"; + //端口号 + int _port = 11008; + //int _port = 8000; + //是否ping通 + bool _ping = false; + Socket _client_XWCX; + //数据接收线程 + Thread th_XWCX = null; + //开关量用于控制数据是否收发 + bool _switch = true; + //判断是否进行下一次分析 + int _switch_ret = 0; + int Flag = 0; + + + //断开连接 + private void Dispose() + { + if (_client_XWCX.Connected) + { + _client_XWCX.Close(); + _client_XWCX.Dispose(); + } + if (th_XWCX.IsAlive) + { + th_XWCX.Abort(); + th_XWCX = null; + } + } + /// + /// 数据接收线程 + /// + public void ReceiveMessage_MEMS() + { + byte[] messageBytes = null; + int num = 0; + try + { + while (true) + { + messageBytes = new byte[_client_XWCX.ReceiveBufferSize]; + num = _client_XWCX.Receive(messageBytes); + + + + byte[] buffer = new byte[num]; + + for(int i=0;i + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/XWCX/XWCX/Program.cs b/XWCX/XWCX/Program.cs new file mode 100644 index 0000000..56ff69a --- /dev/null +++ b/XWCX/XWCX/Program.cs @@ -0,0 +1,22 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace XWCX +{ + internal static class Program + { + /// + /// 应用程序的主入口点。 + /// + [STAThread] + static void Main() + { + Application.EnableVisualStyles(); + Application.SetCompatibleTextRenderingDefault(false); + Application.Run(new Form1()); + } + } +} diff --git a/XWCX/XWCX/Properties/AssemblyInfo.cs b/XWCX/XWCX/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..b6d7ac2 --- /dev/null +++ b/XWCX/XWCX/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 有关程序集的一般信息由以下 +// 控制。更改这些特性值可修改 +// 与程序集关联的信息。 +[assembly: AssemblyTitle("XWCX")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("XWCX")] +[assembly: AssemblyCopyright("Copyright © 2023")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// 将 ComVisible 设置为 false 会使此程序集中的类型 +//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型 +//请将此类型的 ComVisible 特性设置为 true。 +[assembly: ComVisible(false)] + +// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID +[assembly: Guid("d7b519c7-98c1-4f68-9124-df6c70b08249")] + +// 程序集的版本信息由下列四个值组成: +// +// 主版本 +// 次版本 +// 生成号 +// 修订号 +// +//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 +//通过使用 "*",如下所示: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/XWCX/XWCX/Properties/Resources.Designer.cs b/XWCX/XWCX/Properties/Resources.Designer.cs new file mode 100644 index 0000000..f3a388b --- /dev/null +++ b/XWCX/XWCX/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本: 4.0.30319.42000 +// +// 对此文件的更改可能导致不正确的行为,如果 +// 重新生成代码,则所做更改将丢失。 +// +//------------------------------------------------------------------------------ + +namespace XWCX.Properties +{ + + + /// + /// 强类型资源类,用于查找本地化字符串等。 + /// + // 此类是由 StronglyTypedResourceBuilder + // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // (以 /str 作为命令选项),或重新生成 VS 项目。 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.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() + { + } + + /// + /// 返回此类使用的缓存 ResourceManager 实例。 + /// + [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("XWCX.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// 重写当前线程的 CurrentUICulture 属性,对 + /// 使用此强类型资源类的所有资源查找执行重写。 + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/XWCX/XWCX/Properties/Resources.resx b/XWCX/XWCX/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/XWCX/XWCX/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/XWCX/XWCX/Properties/Settings.Designer.cs b/XWCX/XWCX/Properties/Settings.Designer.cs new file mode 100644 index 0000000..8197341 --- /dev/null +++ b/XWCX/XWCX/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace XWCX.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.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; + } + } + } +} diff --git a/XWCX/XWCX/Properties/Settings.settings b/XWCX/XWCX/Properties/Settings.settings new file mode 100644 index 0000000..3964565 --- /dev/null +++ b/XWCX/XWCX/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + diff --git a/XWCX/XWCX/XWCX.csproj b/XWCX/XWCX/XWCX.csproj new file mode 100644 index 0000000..d56c58d --- /dev/null +++ b/XWCX/XWCX/XWCX.csproj @@ -0,0 +1,83 @@ + + + + + Debug + AnyCPU + {D7B519C7-98C1-4F68-9124-DF6C70B08249} + WinExe + XWCX + XWCX + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + Form + + + Form1.cs + + + + + Form1.cs + + + ResXFileCodeGenerator + Resources.Designer.cs + Designer + + + True + Resources.resx + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + Settings.settings + True + + + + + + + \ No newline at end of file diff --git a/XWCX/XWCX/bin/Debug/129106177/0/0_0_28800000.jpg b/XWCX/XWCX/bin/Debug/129106177/0/0_0_28800000.jpg new file mode 100644 index 0000000..e69de29 diff --git a/XWCX/XWCX/bin/Debug/132580639/0/2448_2048_41214872.jpg b/XWCX/XWCX/bin/Debug/132580639/0/2448_2048_41214872.jpg new file mode 100644 index 0000000..ac0cd07 Binary files /dev/null and b/XWCX/XWCX/bin/Debug/132580639/0/2448_2048_41214872.jpg differ diff --git a/XWCX/XWCX/bin/Debug/132580639/4/2448_2048_41214872.jpg b/XWCX/XWCX/bin/Debug/132580639/4/2448_2048_41214872.jpg new file mode 100644 index 0000000..ac0cd07 Binary files /dev/null and b/XWCX/XWCX/bin/Debug/132580639/4/2448_2048_41214872.jpg differ diff --git a/XWCX/XWCX/bin/Debug/132580639/6/2448_2048_42692785.jpg b/XWCX/XWCX/bin/Debug/132580639/6/2448_2048_42692785.jpg new file mode 100644 index 0000000..fec3f6d Binary files /dev/null and b/XWCX/XWCX/bin/Debug/132580639/6/2448_2048_42692785.jpg differ diff --git a/XWCX/XWCX/bin/Debug/XWCX.exe b/XWCX/XWCX/bin/Debug/XWCX.exe new file mode 100644 index 0000000..b8d8f5f Binary files /dev/null and b/XWCX/XWCX/bin/Debug/XWCX.exe differ diff --git a/XWCX/XWCX/bin/Debug/XWCX.exe.config b/XWCX/XWCX/bin/Debug/XWCX.exe.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/XWCX/XWCX/bin/Debug/XWCX.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/XWCX/XWCX/bin/Debug/XWCX.pdb b/XWCX/XWCX/bin/Debug/XWCX.pdb new file mode 100644 index 0000000..e4eb4b5 Binary files /dev/null and b/XWCX/XWCX/bin/Debug/XWCX.pdb differ diff --git a/XWCX/XWCX/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/XWCX/XWCX/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/XWCX/XWCX/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/XWCX/XWCX/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/XWCX/XWCX/obj/Debug/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..e201c85 Binary files /dev/null and b/XWCX/XWCX/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/XWCX/XWCX/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/XWCX/XWCX/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..e2ecb25 Binary files /dev/null and b/XWCX/XWCX/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/XWCX/XWCX/obj/Debug/XWCX.Form1.resources b/XWCX/XWCX/obj/Debug/XWCX.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/XWCX/XWCX/obj/Debug/XWCX.Form1.resources differ diff --git a/XWCX/XWCX/obj/Debug/XWCX.Properties.Resources.resources b/XWCX/XWCX/obj/Debug/XWCX.Properties.Resources.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/XWCX/XWCX/obj/Debug/XWCX.Properties.Resources.resources differ diff --git a/XWCX/XWCX/obj/Debug/XWCX.csproj.AssemblyReference.cache b/XWCX/XWCX/obj/Debug/XWCX.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5b140e Binary files /dev/null and b/XWCX/XWCX/obj/Debug/XWCX.csproj.AssemblyReference.cache differ diff --git a/XWCX/XWCX/obj/Debug/XWCX.csproj.CoreCompileInputs.cache b/XWCX/XWCX/obj/Debug/XWCX.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..4a5524a --- /dev/null +++ b/XWCX/XWCX/obj/Debug/XWCX.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +8069502011d0681850e57a53d5a1673222f430a6 diff --git a/XWCX/XWCX/obj/Debug/XWCX.csproj.FileListAbsolute.txt b/XWCX/XWCX/obj/Debug/XWCX.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..52e1519 --- /dev/null +++ b/XWCX/XWCX/obj/Debug/XWCX.csproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +F:\Code\huaxueshiyanshi\XWCX\XWCX\bin\Debug\XWCX.exe.config +F:\Code\huaxueshiyanshi\XWCX\XWCX\bin\Debug\XWCX.exe +F:\Code\huaxueshiyanshi\XWCX\XWCX\bin\Debug\XWCX.pdb +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.csproj.AssemblyReference.cache +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.csproj.SuggestedBindingRedirects.cache +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.Form1.resources +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.Properties.Resources.resources +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.csproj.GenerateResource.cache +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.csproj.CoreCompileInputs.cache +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.exe +F:\Code\huaxueshiyanshi\XWCX\XWCX\obj\Debug\XWCX.pdb diff --git a/XWCX/XWCX/obj/Debug/XWCX.csproj.GenerateResource.cache b/XWCX/XWCX/obj/Debug/XWCX.csproj.GenerateResource.cache new file mode 100644 index 0000000..a80cfd6 Binary files /dev/null and b/XWCX/XWCX/obj/Debug/XWCX.csproj.GenerateResource.cache differ diff --git a/XWCX/XWCX/obj/Debug/XWCX.csproj.SuggestedBindingRedirects.cache b/XWCX/XWCX/obj/Debug/XWCX.csproj.SuggestedBindingRedirects.cache new file mode 100644 index 0000000..e69de29 diff --git a/XWCX/XWCX/obj/Debug/XWCX.exe b/XWCX/XWCX/obj/Debug/XWCX.exe new file mode 100644 index 0000000..b8d8f5f Binary files /dev/null and b/XWCX/XWCX/obj/Debug/XWCX.exe differ diff --git a/XWCX/XWCX/obj/Debug/XWCX.pdb b/XWCX/XWCX/obj/Debug/XWCX.pdb new file mode 100644 index 0000000..e4eb4b5 Binary files /dev/null and b/XWCX/XWCX/obj/Debug/XWCX.pdb differ