123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <RestoreProjectStyle>PackageReference</RestoreProjectStyle>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{8C7D2F33-5577-49DD-924A-D2AFC5B1B185}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>FISSDKDemoV2</RootNamespace>
- <AssemblyName>FISSDKDemoV2</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Bin\FISSDKDemoV2\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Bin\FISSDKDemoV2\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup />
- <PropertyGroup>
- <ApplicationIcon>Resource\Image\Icon.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Accord">
- <HintPath>..\..\packages\Accord.3.8.0\lib\net462\Accord.dll</HintPath>
- </Reference>
- <Reference Include="Accord.Video">
- <HintPath>..\..\packages\Accord.Video.3.8.0\lib\net462\Accord.Video.dll</HintPath>
- </Reference>
- <Reference Include="Accord.Video.FFMPEG.x64">
- <HintPath>..\..\packages\Accord.Video.FFMPEG.x64.3.8.0\lib\net462\Accord.Video.FFMPEG.x64.dll</HintPath>
- </Reference>
- <Reference Include="EasyHook">
- <HintPath>..\..\packages\EasyHook\EasyHook.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="SharpDX">
- <HintPath>..\..\packages\SharpDX\SharpDX.dll</HintPath>
- </Reference>
- <Reference Include="SharpDX.Direct3D11">
- <HintPath>..\..\packages\SharpDX\SharpDX.Direct3D11.dll</HintPath>
- </Reference>
- <Reference Include="SharpDX.Direct3D9">
- <HintPath>..\..\packages\SharpDX\SharpDX.Direct3D9.dll</HintPath>
- </Reference>
- <Reference Include="SharpDX.DXGI">
- <HintPath>..\..\packages\SharpDX\SharpDX.DXGI.dll</HintPath>
- </Reference>
- <Reference Include="SharpDX.Mathematics">
- <HintPath>..\..\packages\SharpDX\SharpDX.Mathematics.dll</HintPath>
- </Reference>
- <Reference Include="SQLite-net, Version=1.7.335.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\packages\sqlite-net-pcl\1.7.335\lib\netstandard2.0\SQLite-net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Xaml" />
- <Reference Include="System.Xml" />
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- <Reference Include="zxing">
- <HintPath>..\..\packages\ZXing.2.1.1\lib\net20\zxing.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="AfterSalesImplement\ExecutePrinterSettingTask.cs" />
- <Compile Include="AfterSalesImplement\ExecuteProbeApplicationSettingTask.cs" />
- <Compile Include="AfterSalesImplement\ExecuteProbeApplicationTask.cs" />
- <Compile Include="AfterSalesImplement\ExecuteSystemSettingTask.cs" />
- <Compile Include="AfterSalesImplement\GetDeviceScreenShotTask.cs" />
- <Compile Include="AfterSalesImplement\GetLogTask.cs" />
- <Compile Include="AfterSalesImplement\PushPatchTask.cs" />
- <Compile Include="AfterSalesImplement\RunExecuteApiTask.cs" />
- <Compile Include="AfterSalesImplement\UpdateMonitorRGBTask.cs" />
- <Compile Include="Database\Entity\ExamImageInfo.cs" />
- <Compile Include="Database\Entity\ExamInfo.cs" />
- <Compile Include="Database\Entity\PatientInfo.cs" />
- <Compile Include="Database\Entity\EntityBase.cs" />
- <Compile Include="Database\IRespository\IDatabaseService.cs" />
- <Compile Include="Database\IRespository\IExamImageInfoDatabaseService.cs" />
- <Compile Include="Database\IRespository\IExamInfoDatabaseService.cs" />
- <Compile Include="Database\IRespository\IPatientInfoDatabaseService.cs" />
- <Compile Include="Database\IRespository\IRespositoryBase.cs" />
- <Compile Include="Database\Respository\ExamImageInfoDatabaseService.cs" />
- <Compile Include="Database\Respository\ExamInfoDatabaseService.cs" />
- <Compile Include="Database\Respository\PatientInfoDatabaseService.cs" />
- <Compile Include="Database\Respository\RespositoryBase.cs" />
- <Compile Include="Extension\AgeUnitsDescriptionConverterExtension.cs" />
- <Compile Include="Extension\GestationalAgeOriginEnumDescriptionConverterExtension.cs" />
- <Compile Include="Extension\RevertBoolConverterExtension.cs" />
- <Compile Include="Extension\SexDescriptionConverterExtension.cs" />
- <Compile Include="Extension\SpeciesDescriptionConverterExtension.cs" />
- <Compile Include="Helper\ConverterHelper.cs" />
- <Compile Include="Helper\DefaultFileHelper.cs" />
- <Compile Include="Helper\HardwareHelper.cs" />
- <Compile Include="Helper\EnumHelper.cs" />
- <Compile Include="Helper\QRCodeHelper.cs" />
- <Compile Include="Helper\SqlHelper.cs" />
- <Compile Include="Helper\VideoHelper.cs" />
- <Compile Include="Manager\DatabaseManager.cs" />
- <Compile Include="Manager\FISManager.cs" />
- <Compile Include="Manager\WindowManager.cs" />
- <Compile Include="Model\AfterSales\ApiInfo.cs" />
- <Compile Include="Model\AfterSales\ApplicationSettingInfo.cs" />
- <Compile Include="Model\AfterSales\ApplicationSettingInfoDTO.cs" />
- <Compile Include="Model\AfterSales\ControlParameterDTO.cs" />
- <Compile Include="Model\AfterSales\ProbeApplicationInfo.cs" />
- <Compile Include="Model\AfterSales\ProbeApplicationInfoDTO.cs" />
- <Compile Include="Model\AfterSales\ProbeInfo.cs" />
- <Compile Include="Model\AfterSales\ProbeInfoDTO.cs" />
- <Compile Include="Model\AutoLine.cs" />
- <Compile Include="Model\D3D9WindowCapturer.cs" />
- <Compile Include="Model\DefaultFile.cs" />
- <Compile Include="Model\FISSDKDemoSettingInfo.cs" />
- <Compile Include="Model\GC\CpuClock.cs" />
- <Compile Include="Model\GC\GcAdapter.cs" />
- <Compile Include="Model\GC\GcController.cs" />
- <Compile Include="Model\GC\IGcAdapter.cs" />
- <Compile Include="Model\Generator\GestationalAgeOriginEnum.cs" />
- <Compile Include="Model\Generator\GestationalAgeOriginEnumGenerator.cs" />
- <Compile Include="Model\Generator\SpeciesGenerator.cs" />
- <Compile Include="Model\Log\GCLogEngine.cs" />
- <Compile Include="Model\Log\GCLogger.cs" />
- <Compile Include="Model\Generator\AgeUnitsGenerator.cs" />
- <Compile Include="Model\Generator\SexGenerator.cs" />
- <Compile Include="Model\MeasuredFeature.cs" />
- <Compile Include="Model\MeasuredValue.cs" />
- <Compile Include="Model\PatientScanTypeEnum.cs" />
- <Compile Include="Page\AddPatientPage.xaml.cs">
- <DependentUpon>AddPatientPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Page\CameraPreviewPage.xaml.cs">
- <DependentUpon>CameraPreviewPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Page\CloudExamManagePage.xaml.cs">
- <DependentUpon>CloudExamManagePage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Page\ConsultationLiveOutputPage.xaml.cs">
- <DependentUpon>ConsultationLiveOutputPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Page\PatientManagePage.xaml.cs">
- <DependentUpon>PatientManagePage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Page\SelectExamImagePage.xaml.cs">
- <DependentUpon>SelectExamImagePage.xaml</DependentUpon>
- </Compile>
- <Compile Include="Page\SystemConfigPage.xaml.cs">
- <DependentUpon>SystemConfigPage.xaml</DependentUpon>
- </Compile>
- <Compile Include="ViewModel\AddPatientPageViewModel.cs" />
- <Compile Include="ViewModel\BasicPatientInfoViewModel.cs" />
- <Compile Include="ViewModel\CameraPreviewPageViewModel.cs" />
- <Compile Include="ViewModel\CloudExamManageViewModel.cs" />
- <Compile Include="ViewModel\ExamInfoViewModel.cs" />
- <Compile Include="ViewModel\GynaecologyInfoViewModel.cs" />
- <Compile Include="ViewModel\HeartInfoViewModel.cs" />
- <Compile Include="ViewModel\ListBoxExamImageViewModel.cs" />
- <Compile Include="ViewModel\MainWindowViewModel.cs" />
- <Compile Include="ViewModel\ObstetricsInfoViewModel.cs" />
- <Compile Include="ViewModel\PatientInfoViewModel.cs" />
- <Compile Include="ViewModel\PatientManagePageViewModel.cs" />
- <Compile Include="ViewModel\RoutineInfoViewModel.cs" />
- <Compile Include="ViewModel\SelectExamImagePageViewModel.cs" />
- <Compile Include="ViewModel\ServerViewModel.cs" />
- <Compile Include="ViewModel\SystemConfigPageViewModel.cs" />
- <Compile Include="ViewModel\UrologyInfoViewModel.cs" />
- <Page Include="Common\GroupListbox.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Component\LoadDialog.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Common\ButtonCommand.cs" />
- <Compile Include="Common\CommandBase.cs" />
- <Compile Include="Common\NotificationObject.cs" />
- <Compile Include="Common\RelayCommand.cs" />
- <Compile Include="Common\ViewModelBase.cs" />
- <Compile Include="Component\LoadDialog.xaml.cs">
- <DependentUpon>LoadDialog.xaml</DependentUpon>
- </Compile>
- <Compile Include="Extension\BoolToVisibilityConverterExtension.cs" />
- <Compile Include="Extension\ExamImageIconConverterExtension.cs" />
- <Compile Include="Extension\IdentityCardPrivacyProtectionConverterExtension.cs" />
- <Compile Include="Extension\InsuranceCodePrivacyProtectionConverterExtension.cs" />
- <Compile Include="Extension\NamePrivacyProtectionConverterExtension.cs" />
- <Compile Include="Extension\PhonePrivacyProtectionConverterExtension.cs" />
- <Compile Include="Model\Log\DefaultLogEngine.cs" />
- <Compile Include="Helper\LoadDialogHelper.cs" />
- <Compile Include="Model\Log\LogEngine.cs" />
- <Compile Include="Model\Log\Logger.cs" />
- <Compile Include="Model\Log\LogLevel.cs" />
- <Compile Include="MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Page Include="Page\AddPatientPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Page\CameraPreviewPage.xaml">
- <SubType>Designer</SubType>
- <Generator>MSBuild:Compile</Generator>
- </Page>
- <Page Include="Page\CloudExamManagePage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Page\ConsultationLiveOutputPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Page\PatientManagePage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Page\SelectExamImagePage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Page\SystemConfigPage.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\BaseStyle.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Bootstrap.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Border.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Button.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Colors.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\ComboBox.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\DataGrid.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\DatePicker.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Fonts.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\FormControl.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Glyphicons.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\IconFonts.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\InputGroup.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Label.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\ListBox.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Panel.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Path.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\ProgressBar.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\ScrollViewer.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Sizes.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Slider.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\TabControl.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\TextBlock.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\TextBox.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="Resource\Style\Window.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <None Include="FISSDKDemoSettings.json">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- <Resource Include="Resource\iconfont.ttf" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resource\Image\logo.png" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Resource\Image\Icon.ico" />
- </ItemGroup>
- <ItemGroup>
- <SplashScreen Include="Resource\Image\Loading.png" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\FISSDK\FISLib.csproj">
- <Project>{a5c5f7bc-e160-4d5a-b547-8f1dbfdcf976}</Project>
- <Name>FISLib</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="Resource\ApiInfo.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="Resource\ProbeApplicationInfo.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <Content Include="Resource\Test.mp4">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>XCopy /Y /E /R $(SolutionDir)Bin\FIS\* $(TargetDir)FIS\*
- if exist "$(TargetDir)FIS\ManageLiteAV.dll" Move "$(TargetDir)FIS\ManageLiteAV.dll" "$(TargetDir)FIS\TRTC\ManageLiteAV.dll"
- if exist "$(TargetDir)FIS\ManageLiteAV.xml"Move "$(TargetDir)FIS\ManageLiteAV.xml" "$(TargetDir)FIS\TRTC\ManageLiteAV.xml"
- XCopy /E/Y/R $(SolutionDir)packages\SQLitePCLRaw.lib.e_sqlite3.2.0.3\runtimes\* $(TargetDir)runtimes\*
- Copy /Y "$(SolutionDir)packages\SQLitePCLRaw.bundle.green.2.0.3\lib\net461\*.dll" "$(TargetDir)*.dll"
- Copy /Y "$(SolutionDir)packages\SQLitePCLRaw.core.2.0.3\lib\netstandard2.0\*.dll" "$(TargetDir)*.dll"
- Copy /Y "$(SolutionDir)packages\SQLitePCLRaw.provider.dynamic_cdecl.2.0.3\2.0.3\lib\netstandard2.0\*.dll" "$(TargetDir)*.dll"
- Copy /Y "$(SolutionDir)packages\EasyHook\EasyHook64.dll" "$(TargetDir)EasyHook64.dll"
- Copy /Y "$(SolutionDir)packages\Accord.Video.FFMPEG.x64.3.8.0\build\*.dll" "$(TargetDir)*.dll"</PostBuildEvent>
- </PropertyGroup>
- </Project>
|