2022-11-27 20:43:21 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-06-18 15:39:05 +01:00
|
|
|
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
|
2022-11-29 19:06:47 +00:00
|
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
2022-11-27 20:43:21 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2023-05-25 19:29:31 +01:00
|
|
|
<ItemGroup>
|
|
|
|
<AssemblyAttribute Include="System.CLSCompliantAttribute">
|
|
|
|
<_Parameter1>true</_Parameter1>
|
|
|
|
</AssemblyAttribute>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2022-11-27 20:43:21 +00:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\VpSharp\VpSharp.csproj"/>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|