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