Added new keys
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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\
|
||||||
|
|||||||
Reference in New Issue
Block a user