|
@@ -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>
|
|
|
|
|
|
|