Squashed 'RadialMenu/' content from commit 9ce7d4b

git-subtree-dir: RadialMenu
git-subtree-split: 9ce7d4b378d1f5765cd361ed0f3579288d528633
This commit is contained in:
maier_S
2022-03-23 10:16:36 +01:00
commit 82d1d9fa24
23 changed files with 1799 additions and 0 deletions

13
RadialMenu.csproj Normal file
View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
</Project>