liuhao %!s(int64=3) %!d(string=hai) anos
pai
achega
e8624c56b4

+ 31 - 4
TEST_Prj/Test/Test/Form1.cs

@@ -216,7 +216,8 @@ namespace Test
         {
             // string strMsg = "服务器" + "\r\n" + "   -->" + dataStr + "\r\n";
             string strMsg = dataStr;
-            byte[] arrMsg = System.Text.Encoding.UTF8.GetBytes(dataStr); // 将要发送的字符串转换成Utf-8字节数组;
+            //byte[] arrMsg = System.Text.Encoding.UTF8.GetBytes(dataStr); // 将要发送的字符串转换成Utf-8字节数组;
+            byte[] arrMsg = System.Text.Encoding.GetEncoding("gb2312").GetBytes(dataStr);
             byte[] arrSendMsg = new byte[arrMsg.Length];
             foreach (Socket s in dict.Values)
             {
@@ -486,6 +487,32 @@ namespace Test
             bindingNavigator1.BindingSource = bindingSource1;//为导航控件绑定数据
             dataGridView1.DataSource = bindingSource1;//为DataGridView数据控件绑定数据
         }
+        /// <summary>
+        /// UTF8转换成GB2312
+        /// </summary>
+        /// <param name="text"></param>
+        /// <returns></returns>
+        public static string utf8_gb2312(string text)
+        {
+            //声明字符集   
+            System.Text.Encoding utf8, gb2312;
+            //utf8   
+            utf8 = System.Text.Encoding.GetEncoding("utf-8");
+            //gb2312   
+            gb2312 = System.Text.Encoding.GetEncoding("gb2312");
+            byte[] utf;
+            utf = utf8.GetBytes(text);
+            utf = System.Text.Encoding.Convert(utf8, gb2312, utf);
+            //返回转换后的字符   
+            return gb2312.GetString(utf);
+        }
+        string utf8Togb2312(string text)
+        {
+            byte[] bs = Encoding.GetEncoding("UTF-8").GetBytes(text);
+            bs = Encoding.Convert(Encoding.GetEncoding("UTF-8"), Encoding.GetEncoding("GB2312"), bs);
+            return Encoding.GetEncoding("GB2312").GetString(bs);
+        }
+        
         //根据序列号查其他字段信息值
         //GetProductType("序列号",xxx);
         public string GetProductType(string findstr,string barCode)
@@ -519,7 +546,7 @@ namespace Test
             }
             if (findflag)
             {
-                return "name:" + v_id + "," + "price:" + v_res_id + "\r\n";
+                return "name:" + v_id + "," + "price:" + v_res_id + ",\r\n";
             }
             else return "";
 
@@ -552,7 +579,7 @@ namespace Test
         {
             string finddata = "";
 
-            if (str.Contains("esp_send:") == true)//下位机的数据流
+            if (str.Contains("esp_send") == true)//下位机的数据流
             {
                 if (str.Contains("start_cnt:") == true)//开始记账
                 {
@@ -571,7 +598,7 @@ namespace Test
                         finddata = GetProductType("序列号", findStr);//数据库中查询
                         if(finddata!="")
                         {
-                            SendMsgdata(finddata);
+                            SendMsgdata(utf8Togb2312(finddata));
                         }
                         if (start_cnt)
                         {

+ 698 - 0
TEST_Prj/Test/Test/bin/Debug/Log.txt

@@ -368,3 +368,701 @@
   群发完毕!!
 
 客户端异常一个封锁操作被对 WSACancelBlockingCall 的调用中断。
+客户端异常一个封锁操作被对 WSACancelBlockingCall 的调用中断。
+客户端连接成功!
+客户端连接成功!
+客户端连接成功!
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:09
+数据:scan init
+
+
+异常了:远程主机强迫关闭了一个现有的连接。
+异常了:远程主机强迫关闭了一个现有的连接。
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:11
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:13
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:15
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:17
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:19
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:21
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:23
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:25
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:27
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:29
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:31
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:33
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:36
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:38
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:40
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:42
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:44
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:46
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:48
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:50
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:52
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:54
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:56
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:15:58
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:00
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:02
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:04
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:06
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:12
+数据:init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:21
+数据:k1init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:23
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:25
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:27
+数据:scan init
+
+
+客户端:192.168.61.138:44826 时间:2021/10/22 21:16:29
+数据:scan init
+
+
+客户端连接成功!
+客户端:192.168.61.138:44303 时间:2021/10/22 21:28:00
+数据:init
+
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:28:25
+数据:init
+
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:28:52
+数据:init
+
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:29:55
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:29:57
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:30:04
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:30:05
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:30:07
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:30:09
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:30:11
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:39:59
+数据:init
+
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:40:47
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:41:24
+数据:init
+
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:41:33
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44303 时间:2021/10/22 21:41:34
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端连接成功!
+客户端:192.168.61.138:44318 时间:2021/10/22 21:45:15
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44318 时间:2021/10/22 21:45:18
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端连接成功!
+客户端:192.168.61.138:44339 时间:2021/10/22 21:48:16
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44339 时间:2021/10/22 21:48:19
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44339 时间:2021/10/22 21:48:36
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端连接成功!
+客户端连接成功!
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:02
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:10
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:11
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:18
+数据:123564634345757esp_send_find:123564634345757
+
+
+发送消息为:name:薯片,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:38
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:38
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:40
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:42
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:44
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:46
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:48
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:50
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:52
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:54:58
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:55:00
+数据:1234esp_send_find:123464634345757
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:55:37
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:55:41
+数据:1234esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:55:42
+数据:1234esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:55:54
+数据:1234esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:55:55
+数据:8888777esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:55:56
+数据:8888777esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:58:26
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:58:32
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:58:32
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:58:34
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:58:44
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 21:58:47
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:01:06
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:01:15
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:01:17
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:01:18
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:01:20
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:01:23
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:01:25
+数据:8888777
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:02:19
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:02:31
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:02:32
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:02:39
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:02:44
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:02:55
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:02:58
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:26
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:30
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:32
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:34
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:36
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:38
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:41
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:43
+数据:esp_send_find:1234
+
+
+发送消息为:name:饼干,price:52.6,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:45
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:03:47
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:04:05
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:04:09
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:04:10
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:04:12
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:04:14
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:09:57
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:10:02
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:10:04
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:11:06
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:11:11
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:11:15
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:13:08
+数据:init
+
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:13:12
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:13:13
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:13:22
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端:192.168.61.138:44326 时间:2021/10/22 22:13:23
+数据:esp_send_find:8888777
+
+
+发送消息为:name:梨子,price:7.5,
+
+  群发完毕!!
+
+客户端异常一个封锁操作被对 WSACancelBlockingCall 的调用中断。

BIN=BIN
TEST_Prj/Test/Test/bin/Debug/Test.exe


BIN=BIN
TEST_Prj/Test/Test/bin/Debug/Test.pdb


BIN=BIN
TEST_Prj/Test/Test/obj/Debug/DesignTimeResolveAssemblyReferences.cache


+ 1 - 1
TEST_Prj/Test/Test/obj/Debug/Test.csproj.CoreCompileInputs.cache

@@ -1 +1 @@
-fd3bd3a9e54a9aff615bafec9df760d6e6e1e6c5
+4d81c0e4bb0fef9740a5d3266b472e970baef08a

+ 1 - 1
TEST_Prj/Test/Test/obj/Debug/Test.csproj.FileListAbsolute.txt

@@ -23,7 +23,6 @@ E:\Git\TEST\TEST_Prj\Test\Test\bin\Debug\Test.exe.config
 E:\Git\TEST\TEST_Prj\Test\Test\bin\Debug\Test.exe
 E:\Git\TEST\TEST_Prj\Test\Test\bin\Debug\Test.pdb
 E:\Git\TEST\TEST_Prj\Test\Test\bin\Debug\MySql.Data.dll
-E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.csprojAssemblyReference.cache
 E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.Form1.resources
 E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.Properties.Resources.resources
 E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.csproj.GenerateResource.cache
@@ -33,3 +32,4 @@ E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.exe
 E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.pdb
 E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.frmLogin.resources
 E:\Git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.Form2.resources
+E:\git\TEST\TEST_Prj\Test\Test\obj\Debug\Test.csproj.AssemblyReference.cache

BIN=BIN
TEST_Prj/Test/Test/obj/Debug/Test.csproj.GenerateResource.cache


BIN=BIN
TEST_Prj/Test/Test/obj/Debug/Test.csprojAssemblyReference.cache


BIN=BIN
TEST_Prj/Test/Test/obj/Debug/Test.exe


BIN=BIN
TEST_Prj/Test/Test/obj/Debug/Test.pdb