Browse Source

调整文件结构

Jimmy 1 year ago
parent
commit
172448c5c4

+ 3 - 3
fis/fis.Mac.csproj

@@ -46,13 +46,13 @@
   </ItemGroup> 
  <ItemGroup>
       <Reference Include="AudioRecorder">
-        <HintPath>..\third_party\SmartPublisher\AudioRecorder.dll</HintPath>
+        <HintPath>..\fis_tools\audio\AudioRecorder.dll</HintPath>
       </Reference>
       <Reference Include="ProcessDiganosisWrapper">
-     <HintPath>..\third_party\SmartPublisher\FisTools.dll</HintPath>
+     <HintPath>..\fis_tools\process\FisTools.dll</HintPath>
     </Reference>
 	<Reference Include="FisPrintInfo">
-      <HintPath>..\third_party\SmartPublisher\FisPrintInfo.dll</HintPath>
+      <HintPath>..\fis_tools\printer\FisPrintInfo.dll</HintPath>
     </Reference>
   </ItemGroup>  
 </Project>

+ 9 - 8
fis/fis.Win.Dev.csproj

@@ -54,22 +54,22 @@
   </ItemGroup>
   <ItemGroup>
     <Reference Include="AudioRecorder">
-      <HintPath>..\third_party\SmartPublisher\AudioRecorder.dll</HintPath>
+      <HintPath>..\fis_tools\audio\AudioRecorder.dll</HintPath>
     </Reference>
     <Reference Include="FisPrintInfo">
-      <HintPath>..\third_party\SmartPublisher\FisPrintInfo.dll</HintPath>
+      <HintPath>..\fis_tools\printer\FisPrintInfo.dll</HintPath>
 	</Reference>
     <Reference Include="FisTools">
-      <HintPath>..\third_party\SmartPublisher\FisTools.dll</HintPath>
+      <HintPath>..\fis_tools\process\FisTools.dll</HintPath>
     </Reference>
     <Reference Include="NAudio">
-      <HintPath>..\third_party\SmartPublisher\NAudio.dll</HintPath>
+      <HintPath>..\fis_tools\audio\NAudio.dll</HintPath>
     </Reference>
     <Reference Include="NAudio.Core">
-      <HintPath>..\third_party\SmartPublisher\NAudio.Core.dll</HintPath>
+      <HintPath>..\fis_tools\audio\NAudio.Core.dll</HintPath>
     </Reference>
     <Reference Include="NAudio.WinMM">
-      <HintPath>..\third_party\SmartPublisher\NAudio.WinMM.dll</HintPath>
+      <HintPath>..\fis_tools\audio\NAudio.WinMM.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>
@@ -91,8 +91,9 @@
   <Target Name="BuildAppWin" AfterTargets="AfterBuild">
 	  <Exec Command="xcopy $(ProjectDir)..\third_party\SmartPublisherDev\*.*  $(ProjectDir)bin\Debug\net6.0\*.* /Y" />
   </Target>
-  <Target Name="PublishAppWin" AfterTargets="AfterPublish">
-    <Exec Command="xcopy $(ProjectDir)..\third_party\SmartPublisher\*.*  $(ProjectDir)bin\Release\net6.0\win-x64\publish /Y" />
+  <Target Name="PublishAppWin" AfterTargets="Publish">
+    <Exec Command="xcopy $(ProjectDir)..\third_party\SmartPublisher\*.*  $(ProjectDir)bin\Release\net6.0\publish\win-x64\*.* /Y" />
+    <Exec Command="del /f /s /q $(ProjectDir)bin\Release\net6.0\publish\win-x64\locales\*.*" />
   </Target>
   
   

+ 6 - 6
fis/fis.Win.csproj

@@ -77,22 +77,22 @@
   </ItemGroup>
   <ItemGroup>
     <Reference Include="AudioRecorder">
-      <HintPath>..\third_party\SmartPublisher\AudioRecorder.dll</HintPath>
+      <HintPath>..\fis_tools\audio\AudioRecorder.dll</HintPath>
     </Reference>
     <Reference Include="NAudio">
-      <HintPath>..\third_party\SmartPublisher\NAudio.dll</HintPath>
+      <HintPath>..\fis_tools\audio\NAudio.dll</HintPath>
     </Reference>
     <Reference Include="NAudio.Core">
-      <HintPath>..\third_party\SmartPublisher\NAudio.Core.dll</HintPath>
+      <HintPath>..\fis_tools\audio\NAudio.Core.dll</HintPath>
     </Reference>
     <Reference Include="NAudio.WinMM">
-      <HintPath>..\third_party\SmartPublisher\NAudio.WinMM.dll</HintPath>
+      <HintPath>..\fis_tools\audio\NAudio.WinMM.dll</HintPath>
     </Reference>
    <Reference Include="FisTools">
-      <HintPath>..\third_party\SmartPublisher\FisTools.dll</HintPath>
+      <HintPath>..\fis_tools\process\FisTools.dll</HintPath>
     </Reference>
 	<Reference Include="FisPrintInfo">
-      <HintPath>..\third_party\SmartPublisher\FisPrintInfo.dll</HintPath>
+      <HintPath>..\fis_tools\printer\FisPrintInfo.dll</HintPath>
     </Reference>
   </ItemGroup>
 </Project>

+ 0 - 0
third_party/SmartPublisher/AudioRecorder.dll → fis_tools/audio/AudioRecorder.dll


+ 0 - 0
third_party/SmartPublisher/NAudio.Core.dll → fis_tools/audio/NAudio.Core.dll


+ 0 - 0
third_party/SmartPublisher/NAudio.WinMM.dll → fis_tools/audio/NAudio.WinMM.dll


+ 0 - 0
third_party/SmartPublisher/NAudio.dll → fis_tools/audio/NAudio.dll


+ 0 - 0
third_party/SmartPublisher/FisPrintInfo.dll → fis_tools/printer/FisPrintInfo.dll


+ 0 - 0
third_party/SmartPublisher/FisTools.dll → fis_tools/process/FisTools.dll


+ 0 - 0
third_party/SmartPublisher/fis.Upgrader.exe → fis_tools/upgrader/fis.Upgrader.exe