mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-20 11:09:40 -06:00
30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
||
<PropertyGroup>
|
||
<TargetFramework>net6.0</TargetFramework>
|
||
<ImplicitUsings>enable</ImplicitUsings>
|
||
<Nullable>enable</Nullable>
|
||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||
<FileVersion>0.0.1.4</FileVersion>
|
||
<ProductVersion>0.0.1.4</ProductVersion>
|
||
</PropertyGroup>
|
||
|
||
|
||
<ItemGroup>
|
||
<PackageReference Include="Instances" Version="1.6.0" />
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<Content Include="VideoNodes.en.json">
|
||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
</Content>
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<Reference Include="Plugin">
|
||
<HintPath>..\Plugin.dll</HintPath>
|
||
</Reference>
|
||
</ItemGroup>
|
||
|
||
</Project>
|