Add Feature pt2

This commit is contained in:
Silica 2022-03-08 10:59:30 -05:00
parent 092534e331
commit 67275262fb
36 changed files with 1555 additions and 296 deletions

View file

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<Compile Update="LoadingForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="RegisterForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="SystemTrayIcon.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>