Browse Source

Some reference

Jimmy 2 years ago
parent
commit
2b820b0c72
2 changed files with 2 additions and 4 deletions
  1. 1 1
      fis/fis.Mac.csproj
  2. 1 3
      fis/fis.Win.Dev.csproj

+ 1 - 1
fis/fis.Mac.csproj

@@ -29,7 +29,7 @@
   </ItemGroup> 
  <ItemGroup>
     <Reference Include="FFMpegWrapper">
-      <HintPath>..\third_party\ffmpeg\FFMpegWrapper.dll</HintPath>
+      <HintPath>..\third_party\SmartPublisher\FFMpegWrapper.dll</HintPath>
     </Reference>
   </ItemGroup>  
 </Project>

+ 1 - 3
fis/fis.Win.Dev.csproj

@@ -31,7 +31,7 @@
   </ItemGroup>
   <ItemGroup>
     <Reference Include="FFMpegWrapper">
-      <HintPath>..\third_party\ffmpeg\FFMpegWrapper.dll</HintPath>
+      <HintPath>..\third_party\SmartPublisher\FFMpegWrapper.dll</HintPath>
     </Reference>
   </ItemGroup>
   <ItemGroup>
@@ -52,11 +52,9 @@
   </ItemGroup>
   <Target Name="BuildAppWin" AfterTargets="AfterBuild">
 	  <Exec Command="xcopy $(ProjectDir)..\third_party\SmartPublisherDev\*.*  $(ProjectDir)bin\Debug\net6.0\*.* /Y" />
-	  <Exec Command="xcopy $(ProjectDir)..\third_party\ffmpeg\*.*  $(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" />
-	<Exec Command="xcopy $(ProjectDir)..\third_party\ffmpeg\*.*  $(ProjectDir)bin\Release\net6.0\win-x64\publish /Y" />
   </Target>