30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
<PropertyGroup>
|
|
<AssemblyName>VideoReader</AssemblyName>
|
|
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
|
<OutputType>WinExe</OutputType>
|
|
<UseWindowsForms>True</UseWindowsForms>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<LangVersion>12.0</LangVersion>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ApplicationIcon>app.ico</ApplicationIcon>
|
|
<RootNamespace />
|
|
</PropertyGroup>
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Reference Include="FFmpeg.AutoGen">
|
|
<HintPath>../desktop_3234/FFmpeg.AutoGen.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Core">
|
|
<HintPath>../../../../usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.20/System.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="AForge.Imaging">
|
|
<HintPath>../desktop_3234/AForge.Imaging.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |