-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathVL.IO.NDI.csproj
28 lines (22 loc) · 1009 Bytes
/
VL.IO.NDI.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputPath>..\lib\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>1701;1702;1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Startup properties -->
<PackageRepositories>$([System.IO.Path]::GetFullPath('$(MsBuildThisFileDirectory)..\..'))</PackageRepositories>
<VVVVInstallPath>C:\Program Files\vvvv\vvvv_gamma_6.7-0236-g33a4a9999e-win-x64</VVVVInstallPath>
<Version>0.5.0</Version>
<Authors>NewTek, Motzi, sebl, vvvv group</Authors>
<Company />
<Product />
<Description>NewTek NDI Plugins for VVVV Gamma</Description>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VL.Core" Version="2023.5.2" />
</ItemGroup>
</Project>