RhSolutions-AddIn/SnippingTool/SnippingTool.csproj

12 lines
338 B
XML
Raw Permalink Normal View History

2024-11-06 23:43:00 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<LangVersion>10</LangVersion>
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>