guozhaoshun 6 年之前
父節點
當前提交
ee30a87f49
共有 2 個文件被更改,包括 3 次插入9 次删除
  1. 1 1
      WinBox/MainForm.cs
  2. 2 8
      WinBox/WinBox.csproj

+ 1 - 1
WinBox/MainForm.cs

@@ -39,7 +39,7 @@ namespace WinBox
             this.webBrowser1.Url = new System.Uri("https://web-winapp.lingjiao.cn/build/stage/index/index.html", System.UriKind.Absolute);
             this.Controls.Add(this.webBrowser1);
 
-            RunBat("C:\\John\\WorkSpace\\WebStorm\\winBoxNode\\node_register_service.bat");
+            //RunBat("C:\\John\\WorkSpace\\WebStorm\\winBoxNode\\node_register_service.bat");
         }
 
         private void RunBat(string batPath)

+ 2 - 8
WinBox/WinBox.csproj

@@ -65,7 +65,7 @@
     <GenerateManifests>true</GenerateManifests>
   </PropertyGroup>
   <PropertyGroup>
-    <ApplicationIcon>123.ico</ApplicationIcon>
+    <ApplicationIcon>ico_angelbell.ico</ApplicationIcon>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -136,13 +136,7 @@
   </ItemGroup>
   <ItemGroup>
     <Content Include="123.ico" />
-    <Content Include="favicon-20180731071201909.ico" />
-    <Content Include="icon_21st.ico" />
-    <Content Include="icon_angelbell.ico" />
-    <Content Include="icon_landy.ico" />
-    <Content Include="icon_sharkpark.ico" />
-    <Content Include="icon_weichuang.ico" />
-    <Content Include="shuangshi.ico" />
+    <Content Include="ico_angelbell.ico" />
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.