mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 13:20:02 -06:00
28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
||
<PropertyGroup>
|
||
<TargetFramework>net6.0</TargetFramework>
|
||
<ImplicitUsings>enable</ImplicitUsings>
|
||
<Nullable>enable</Nullable>
|
||
<FileVersion>0.0.1.2</FileVersion>
|
||
<ProductVersion>0.0.1.2</ProductVersion>
|
||
</PropertyGroup>
|
||
|
||
<ItemGroup>
|
||
<Reference Include="Plugin">
|
||
<HintPath>..\Plugin.dll</HintPath>
|
||
</Reference>
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<PackageReference Include="Jint" Version="3.0.0-beta-2035" />
|
||
</ItemGroup>
|
||
|
||
<ItemGroup>
|
||
<Content Include="BasicNodes.en.json">
|
||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
</Content>
|
||
</ItemGroup>
|
||
|
||
</Project>
|