diff --git a/SocketExample.sln b/SocketExample.sln new file mode 100644 index 0000000..eda7d05 --- /dev/null +++ b/SocketExample.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.13.35913.81 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RFIDmonitor", "SocketExample\RFIDmonitor.csproj", "{7E4E4E45-2FB2-4346-A101-4863BCDF50F9}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7E4E4E45-2FB2-4346-A101-4863BCDF50F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7E4E4E45-2FB2-4346-A101-4863BCDF50F9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7E4E4E45-2FB2-4346-A101-4863BCDF50F9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7E4E4E45-2FB2-4346-A101-4863BCDF50F9}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {484367ED-A45A-4CF7-89AC-DCD9BFC6E131} + EndGlobalSection +EndGlobal diff --git a/SocketExample/App.config b/SocketExample/App.config new file mode 100644 index 0000000..abb8196 --- /dev/null +++ b/SocketExample/App.config @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SocketExample/App.xaml b/SocketExample/App.xaml new file mode 100644 index 0000000..abe739a --- /dev/null +++ b/SocketExample/App.xaml @@ -0,0 +1,35 @@ + + + + + diff --git a/SocketExample/App.xaml.cs b/SocketExample/App.xaml.cs new file mode 100644 index 0000000..22b16a7 --- /dev/null +++ b/SocketExample/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace SocketExample +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + } +} diff --git a/SocketExample/ClientWindow.xaml b/SocketExample/ClientWindow.xaml new file mode 100644 index 0000000..c13da21 --- /dev/null +++ b/SocketExample/ClientWindow.xaml @@ -0,0 +1,28 @@ + + + + + + +