Added new keys

This commit is contained in:
Razmoth
2023-01-07 21:35:10 +04:00
parent 37f816f800
commit 00fb0a8fb4
8 changed files with 12 additions and 8 deletions

View File

@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks> <TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.80.30</Version> <Version>0.80.30</Version>
<AssemblyVersion>0.80.30</AssemblyVersion> <AssemblyVersion>0.80.30</AssemblyVersion>
<FileVersion>0.80.30</FileVersion> <FileVersion>0.80.30</FileVersion>

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks> <TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Version>0.80.30</Version> <Version>0.80.30</Version>
<AssemblyVersion>0.80.30</AssemblyVersion> <AssemblyVersion>0.80.30</AssemblyVersion>
<FileVersion>0.80.30</FileVersion> <FileVersion>0.80.30</FileVersion>

View File

@@ -34,5 +34,9 @@
{ {
"Name": "Castlevania: Moon Night Fantasy", "Name": "Castlevania: Moon Night Fantasy",
"Key": "1234567812345678" "Key": "1234567812345678"
},
{
"Name": "Huā Yì Shān Xīn Zhī Yuè",
"Key": "INHJnhdypqk547xd"
} }
] ]

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFrameworks>net7.0-windows;net6.0-windows</TargetFrameworks> <TargetFrameworks>net6.0-windows;net7.0-windows</TargetFrameworks>
<ApplicationIcon>Resources\as.ico</ApplicationIcon> <ApplicationIcon>Resources\as.ico</ApplicationIcon>
<Version>0.80.30</Version> <Version>0.80.30</Version>
<AssemblyVersion>0.80.30</AssemblyVersion> <AssemblyVersion>0.80.30</AssemblyVersion>

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks> <TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>0.80.30</Version> <Version>0.80.30</Version>
<AssemblyVersion>0.80.30</AssemblyVersion> <AssemblyVersion>0.80.30</AssemblyVersion>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFrameworks>net7.0-windows;net6.0-windows</TargetFrameworks> <TargetFrameworks>net6.0-windows;net7.0-windows</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>Resources\as.ico</ApplicationIcon> <ApplicationIcon>Resources\as.ico</ApplicationIcon>
<Version>0.80.30</Version> <Version>0.80.30</Version>

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks> <TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<Version>0.80.30</Version> <Version>0.80.30</Version>
<AssemblyVersion>0.80.30</AssemblyVersion> <AssemblyVersion>0.80.30</AssemblyVersion>
<FileVersion>0.80.30</FileVersion> <FileVersion>0.80.30</FileVersion>

View File

@@ -13,7 +13,8 @@ install:
- pwsh: appveyor DownloadFile $env:FBX_SDK && Start (Get-ChildItem ./'fbx*'.exe -Name) /S -Wait - pwsh: appveyor DownloadFile $env:FBX_SDK && Start (Get-ChildItem ./'fbx*'.exe -Name) /S -Wait
build_script: build_script:
- msbuild -m -t:AssetStudioGUI:publish -t:AssetStudioCLI:publish -r -p:Configuration=Release -v:minimal AssetStudio.sln - msbuild -m -t:AssetStudioGUI:publish -t:AssetStudioCLI:publish -r -p:Configuration=Release -p:TargetFramework=net6.0-windows -v:minimal AssetStudio.sln
- msbuild -m -t:AssetStudioGUI:publish -t:AssetStudioCLI:publish -r -p:Configuration=Release -p:TargetFramework=net7.0-windows -v:minimal AssetStudio.sln
after_build: after_build:
- 7z a -y -mx9 net6.0-windows.zip %APPVEYOR_BUILD_FOLDER%\AssetStudioGUI\bin\Release\net6.0-windows\publish\ - 7z a -y -mx9 net6.0-windows.zip %APPVEYOR_BUILD_FOLDER%\AssetStudioGUI\bin\Release\net6.0-windows\publish\