You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/CursorUtil/CursorUtil.csproj

22 lines
959 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>Library</OutputType>
<RootNamespace>GeoSigmaViewer</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<BaseOutputPath>..\..\bin</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<Content Include="Resources\Ellipse.cur" />
<Content Include="Resources\Line.cur" />
<Content Include="Resources\Pencil.cur" />
<Content Include="Resources\PolyHandle.cur" />
<Content Include="Resources\Rectangle.cur" />
<Content Include="Resources\TextTool.cur" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>