new class – aua creator

This commit is contained in:
2021-10-03 23:06:08 +03:00
parent 6591cd7c9f
commit 5e29140834
338 changed files with 34430 additions and 38 deletions

View File

@@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Installizer\Installizer.csproj" />
</ItemGroup>
<ItemGroup>
<Resource Include="res\Choco.svg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DotNetProjects.SVGImage" Version="4.1.97" />
<PackageReference Include="SharpVectors" Version="1.7.6" />
<PackageReference Include="SVGImage" Version="3.0.0" />
</ItemGroup>
</Project>