Added/updated files
This commit is contained in:
parent
cec0680842
commit
b38bc2e183
3 changed files with 5 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -362,5 +362,5 @@ MigrationBackup/
|
|||
# Fody - auto-generated XML schema
|
||||
FodyWeavers.xsd
|
||||
|
||||
/warp-packer.exe
|
||||
/SupportChild.exe
|
||||
Windows-x64/
|
||||
Linux-x64/
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net5.0</TargetFramework>
|
||||
<ApplicationIcon>ellie_icon.ico</ApplicationIcon>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
|
||||
<Version>1.1.0</Version>
|
||||
<StartupObject>SupportChild.SupportChild</StartupObject>
|
||||
<Authors>EmotionChild</Authors>
|
||||
|
|
BIN
SupportChild/ellie_icon.ico
Normal file
BIN
SupportChild/ellie_icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in a new issue