liuyuqi-dellpc 2 months ago
parent
commit
110c98cd3b
4 changed files with 17 additions and 1 deletions
  1. 1 1
      .gitignore
  2. 6 0
      BLETool/BLETool.csproj
  3. BIN
      BLETool/bt.ico
  4. 10 0
      README.md

+ 1 - 1
.gitignore

@@ -1,4 +1,4 @@
 /.vs/BLETool/v17
 /.vs/BLETool/FileContentIndex
 BLETool/.vs/
-BLETool/obj/
+BLETool/obj/

+ 6 - 0
BLETool/BLETool.csproj

@@ -32,6 +32,9 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
+  <PropertyGroup>
+    <ApplicationIcon>bt.ico</ApplicationIcon>
+  </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
     <Reference Include="System.Core" />
@@ -90,5 +93,8 @@
     <Folder Include="Service\" />
     <Folder Include="Utils\" />
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="bt.ico" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>

BIN
BLETool/bt.ico


+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+# BLETool
+
+蓝牙工具,基于windows C# .net 4.7,蓝牙搜索,配对,写入,读取等
+
+## License
+
+
+## Reference
+
+- 参考了[miuser00/blecomm](https://gitee.com/miuser00/blecomm)