VpSharp/VpSharp.IntegrationTests/VpSharp.IntegrationTests.cs...

25 lines
723 B
XML
Raw Normal View History

2022-11-27 15:36:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-01-06 12:25:05 +00:00
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
2022-11-27 15:36:56 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2022-11-27 20:43:21 +00:00
<ProjectReference Include="..\VpSharp.Commands\VpSharp.Commands.csproj"/>
<ProjectReference Include="..\VpSharp\VpSharp.csproj"/>
2022-11-27 15:36:56 +00:00
</ItemGroup>
<ItemGroup>
2022-11-27 20:43:21 +00:00
<None Update="libvpsdk.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="VPSDK.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2022-11-27 15:36:56 +00:00
</ItemGroup>
</Project>