Browse Source

Merge branch 'master' of http://git.ius.plus/Project-Wing/WingDeviceService

fly 2 years ago
parent
commit
3dc1a45780
2 changed files with 2 additions and 6 deletions
  1. 1 5
      WingDeviceService.csproj
  2. 1 1
      package.bat

+ 1 - 5
WingDeviceService.csproj

@@ -1,15 +1,11 @@
 <Project Sdk="Microsoft.NET.Sdk">
-
   <PropertyGroup>
     <TargetFramework>net6.0</TargetFramework>
     <AssemblyName>WingDeviceService</AssemblyName>
     <RootNamespace>WingDeviceService</RootNamespace>
   </PropertyGroup>
-
   <ItemGroup>
     <PackageReference Include="WingInterfaceLibrary" Version="1.0.6.3" />
     <PackageReference Include="WingServerCommon" Version="1.0.0.26" />
   </ItemGroup>
-
-  
-</Project>
+</Project>

+ 1 - 1
package.bat

@@ -1 +1 @@
-PackTool /mode=full /pn=wing /rn=WingDeviceService /rv=%1 /rs=WingDeviceService.dll /cd=WingDeviceService.dll /unzip=false
+PackTool /mode=full /pn=wing /rn=WingDeviceService /rv=%1 /rs=WingDeviceService.dll /cd=WingDeviceService.dll /unzip=false