mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-01 09:09:23 -05:00
34 lines
2.2 KiB
XML
34 lines
2.2 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>
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
<FileVersion>0.0.1.41</FileVersion>
|
|
<ProductVersion>0.0.1.41</ProductVersion>
|
|
<PublishTrimmed>true</PublishTrimmed>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Debug'">
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.7" />
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.7" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="VideoNodes.en.json">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Plugin">
|
|
<HintPath>..\FileFlows.Plugin.dll</HintPath>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|