VpSharp/VpSharp.Commands/VpSharp.Commands.csproj

19 lines
494 B
XML
Raw Normal View History

2022-11-27 20:43:21 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-02-17 15:02:31 +00:00
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
2022-11-29 19:06:47 +00:00
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2022-11-27 20:43:21 +00:00
</PropertyGroup>
<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>