VpSharp/Samples/VpSharp.CSharp_Sample/VpSharp.CSharp_Sample.csproj

25 lines
695 B
XML
Raw Permalink Normal View History

2022-12-06 19:28:14 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2024-02-17 15:13:09 +00:00
<TargetFramework>net8.0</TargetFramework>
2022-12-06 19:28:14 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\VpSharp.Commands\VpSharp.Commands.csproj" />
<ProjectReference Include="..\..\VpSharp\VpSharp.csproj" />
2022-12-06 19:28:14 +00:00
</ItemGroup>
<ItemGroup>
<None Update="libvpsdk.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="VPSDK.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
2022-12-06 19:28:14 +00:00
</ItemGroup>
</Project>