This commit is contained in:
SilicaAndPina 2022-04-15 00:07:29 +12:00
parent 640c6d2c49
commit db92718ffa
16 changed files with 685 additions and 150 deletions

View file

@ -1,15 +1,21 @@
<?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>
<?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="MpOrSp.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="RegisterForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="ServerSelection.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="SystemTrayIcon.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>