mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-06 21:38:30 -06:00
27 lines
1.5 KiB
XML
27 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-16"?><Project Sdk="Microsoft.NET.Sdk">
|
||
|
||
<PropertyGroup>
|
||
<TargetFramework>net6.0</TargetFramework>
|
||
<ImplicitUsings>enable</ImplicitUsings>
|
||
<Nullable>enable</Nullable>
|
||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||
<FileVersion>0.0.1.13</FileVersion>
|
||
<ProductVersion>0.0.1.13</ProductVersion>
|
||
</PropertyGroup>
|
||
|
||
|
||
<ItemGroup>
|
||
<Content Include="VideoNodes.en.json">
|
||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
</Content>
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<Reference Include="Plugin">
|
||
<HintPath>..\Plugin.dll</HintPath>
|
||
<SpecificVersion>False</SpecificVersion>
|
||
</Reference>
|
||
</ItemGroup>
|
||
|
||
</Project>
|