-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
モーダルダイアログの処理をModernWPFのものを使用するようにした。
- Loading branch information
Showing
13 changed files
with
92 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,44 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<RootNamespace>NgsPacker</RootNamespace> | ||
<ApplicationIcon>ice-cubes.ico</ApplicationIcon> | ||
<AssemblyName>NgsPacker</AssemblyName> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net5.0-windows10.0.20348.0</TargetFramework> | ||
<UseWPF>true</UseWPF> | ||
<StartupObject>NgsPacker.App</StartupObject> | ||
<Authors>Masashi Yoshikawa</Authors> | ||
<Company>Logue</Company> | ||
<Copyright>(c) 2021 Logue</Copyright> | ||
<Description>Data packer and unpacker for Phantasy Star Online 2 New Genesis.</Description> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<OutputType>WinExe</OutputType> | ||
<PackageIcon>ice-cubes.png</PackageIcon> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<PackageProjectUrl>https://logue.dev/NgsPacker</PackageProjectUrl> | ||
<RepositoryUrl>[email protected]:logue/NgsPacker.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<Version>1.2.0</Version> | ||
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion> | ||
<PackageReadmeFile>Readme.md</PackageReadmeFile> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<PackageTags>PSO2;Phantasy Star Online2;Phantasy Star Online New Genesis;PSO2NGS;Packer;Unpacker</PackageTags> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<PackageLicenseFile>LICENSE</PackageLicenseFile> | ||
<ApplicationIcon>ice-cubes.ico</ApplicationIcon> | ||
<PackageIcon>ice-cubes.png</PackageIcon> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | ||
<PlatformTarget>x64</PlatformTarget> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>[email protected]:logue/NgsPacker.git</RepositoryUrl> | ||
<RootNamespace>NgsPacker</RootNamespace> | ||
<StartupObject>NgsPacker.App</StartupObject> | ||
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion> | ||
<TargetFramework>net6.0-windows10.0.22000.0</TargetFramework> | ||
<UseWPF>true</UseWPF> | ||
<Version>1.2.1</Version> | ||
<IsPublishable>False</IsPublishable> | ||
<PlatformTarget>AnyCPU</PlatformTarget> | ||
<PackageReleaseNotes>dotnet6に移行。</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Content Include="ice-cubes.ico" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="FluentWPF" Version="0.10.2" /> | ||
<PackageReference Include="FluentWPF" Version="0.9.0" /> | ||
<PackageReference Include="Microsoft.Toolkit.Uwp.Notifications" Version="7.1.1" /> | ||
<PackageReference Include="ModernWpfUI" Version="0.9.4" /> | ||
<PackageReference Include="ModernWpfUIs.MessageBox" Version="0.5.2" /> | ||
<PackageReference Include="Prism.DryIoc" Version="8.1.97" /> | ||
<PackageReference Include="ReactiveProperty" Version="7.12.0" /> | ||
<PackageReference Include="ReactiveProperty" Version="8.0.0" /> | ||
<PackageReference Include="WPFLocalizeExtension" Version="3.9.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ZamboniLib\ZamboniLib\ZamboniLib.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="Properties\Resources.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
|
@@ -75,16 +72,19 @@ | |
<SubType>Designer</SubType> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\ZamboniLib\ZamboniLib\ZamboniLib.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="Properties\Resources.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>Resources.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<Target Name="PostBuild" AfterTargets="PostBuildEvent"> | ||
<Exec Command="rd "$(TargetDir)af-ZA" /S /Q
rd "$(TargetDir)am-ET" /S /Q
rd "$(TargetDir)ar-SA" /S /Q
rd "$(TargetDir)az-Latn-AZ" /S /Q
rd "$(TargetDir)be-BY" /S /Q
rd "$(TargetDir)bg-BG" /S /Q
rd "$(TargetDir)bn-BD" /S /Q
rd "$(TargetDir)bs-Latn-BA" /S /Q
rd "$(TargetDir)ca-ES" /S /Q
rd "$(TargetDir)cs-CZ" /S /Q
rd "$(TargetDir)da-DK" /S /Q
rd "$(TargetDir)de-DE" /S /Q
rd "$(TargetDir)el-GR" /S /Q
rd "$(TargetDir)es-ES" /S /Q 
rd "$(TargetDir)es-MX" /S /Q
rd "$(TargetDir)et-EE" /S /Q
rd "$(TargetDir)eu-ES" /S /Q
rd "$(TargetDir)fa-IR" /S /Q
rd "$(TargetDir)fi-FI" /S /Q
rd "$(TargetDir)fr-CA" /S /Q
rd "$(TargetDir)fr-FR" /S /Q
rd "$(TargetDir)gl-ES" /S /Q
rd "$(TargetDir)ha-Latn-NG" /S /Q
rd "$(TargetDir)he-IL" /S /Q
rd "$(TargetDir)hi-IN" /S /Q
rd "$(TargetDir)hr-HR" /S /Q
rd "$(TargetDir)hu-HU" /S /Q
rd "$(TargetDir)id-ID" /S /Q
rd "$(TargetDir)is-IS" /S /Q
rd "$(TargetDir)it-IT" /S /Q
rd "$(TargetDir)ka-GE" /S /Q
rd "$(TargetDir)kk-KZ" /S /Q
rd "$(TargetDir)km-KH" /S /Q
rd "$(TargetDir)kn-KH" /S /Q
rd "$(TargetDir)kn-IN" /S /Q
rd "$(TargetDir)ko-KR" /S /Q
rd "$(TargetDir)lo-LA" /S /Q
rd "$(TargetDir)lt-LT" /S /Q
rd "$(TargetDir)lv-LV" /S /Q
rd "$(TargetDir)mk-MK" /S /Q
rd "$(TargetDir)ml-IN" /S /Q
rd "$(TargetDir)ms-MY" /S /Q
rd "$(TargetDir)nb-NL" /S /Q
rd "$(TargetDir)nb-NO" /S /Q
rd "$(TargetDir)nl-NL" /S /Q
rd "$(TargetDir)nn-NO" /S /Q
rd "$(TargetDir)pl-PL" /S /Q
rd "$(TargetDir)pt-BR" /S /Q
rd "$(TargetDir)pt-PT" /S /Q
rd "$(TargetDir)ro-RO" /S /Q
rd "$(TargetDir)ru-RU" /S /Q
rd "$(TargetDir)sk-SK" /S /Q
rd "$(TargetDir)sl-SI" /S /Q
rd "$(TargetDir)sq-AL" /S /Q
rd "$(TargetDir)sr-Latn-RS" /S /Q
rd "$(TargetDir)sv-SE" /S /Q
rd "$(TargetDir)sw-KE" /S /Q
rd "$(TargetDir)ta-IN" /S /Q
rd "$(TargetDir)te-IN" /S /Q
rd "$(TargetDir)th-TH" /S /Q
rd "$(TargetDir)tr-TR" /S /Q
rd "$(TargetDir)uk-UA" /S /Q
rd "$(TargetDir)uz-Latn-UZ" /S /Q
rd "$(TargetDir)vi-VN" /S /Q
rd "$(TargetDir)zh-CN" /S /Q
rd "$(TargetDir)zh-TW" /S /Q
" /> | ||
<Exec Command="rd "$(TargetDir)af-ZA" /S /Q
rd "$(TargetDir)am-ET" /S /Q
rd "$(TargetDir)ar-SA" /S /Q
rd "$(TargetDir)az-Latn-AZ" /S /Q
rd "$(TargetDir)be-BY" /S /Q
rd "$(TargetDir)bg-BG" /S /Q
rd "$(TargetDir)bn-BD" /S /Q
rd "$(TargetDir)bs-Latn-BA" /S /Q
rd "$(TargetDir)ca-ES" /S /Q
rd "$(TargetDir)cs-CZ" /S /Q
rd "$(TargetDir)da-DK" /S /Q
rd "$(TargetDir)de-DE" /S /Q
rd "$(TargetDir)el-GR" /S /Q
rd "$(TargetDir)en-GB" /S /Q
rd "$(TargetDir)es-ES" /S /Q 
rd "$(TargetDir)es-MX" /S /Q
rd "$(TargetDir)et-EE" /S /Q
rd "$(TargetDir)eu-ES" /S /Q
rd "$(TargetDir)fa" /S /Q
rd "$(TargetDir)fa-IR" /S /Q
rd "$(TargetDir)fi-FI" /S /Q
rd "$(TargetDir)fr-CA" /S /Q
rd "$(TargetDir)fr-FR" /S /Q
rd "$(TargetDir)gl-ES" /S /Q
rd "$(TargetDir)ha-Latn-NG" /S /Q
rd "$(TargetDir)he-IL" /S /Q
rd "$(TargetDir)hi-IN" /S /Q
rd "$(TargetDir)hr-HR" /S /Q
rd "$(TargetDir)hu-HU" /S /Q
rd "$(TargetDir)id-ID" /S /Q
rd "$(TargetDir)is-IS" /S /Q
rd "$(TargetDir)it-IT" /S /Q
rd "$(TargetDir)ka-GE" /S /Q
rd "$(TargetDir)kk-KZ" /S /Q
rd "$(TargetDir)km-KH" /S /Q
rd "$(TargetDir)kn-KH" /S /Q
rd "$(TargetDir)kn-IN" /S /Q
rd "$(TargetDir)ko-KR" /S /Q
rd "$(TargetDir)lo-LA" /S /Q
rd "$(TargetDir)lt-LT" /S /Q
rd "$(TargetDir)lv-LV" /S /Q
rd "$(TargetDir)mk-MK" /S /Q
rd "$(TargetDir)ml-IN" /S /Q
rd "$(TargetDir)ms-MY" /S /Q
rd "$(TargetDir)nb-NL" /S /Q
rd "$(TargetDir)nb-NO" /S /Q
rd "$(TargetDir)nl-NL" /S /Q
rd "$(TargetDir)nn-NO" /S /Q
rd "$(TargetDir)pl-PL" /S /Q
rd "$(TargetDir)pt-BR" /S /Q
rd "$(TargetDir)pt-PT" /S /Q
rd "$(TargetDir)ro-RO" /S /Q
rd "$(TargetDir)ru-RU" /S /Q
rd "$(TargetDir)sk-SK" /S /Q
rd "$(TargetDir)sl-SI" /S /Q
rd "$(TargetDir)sq-AL" /S /Q
rd "$(TargetDir)sr-Latn-RS" /S /Q
rd "$(TargetDir)sv-SE" /S /Q
rd "$(TargetDir)sw-KE" /S /Q
rd "$(TargetDir)ta-IN" /S /Q
rd "$(TargetDir)te-IN" /S /Q
rd "$(TargetDir)th-TH" /S /Q
rd "$(TargetDir)tr-TR" /S /Q
rd "$(TargetDir)uk-UA" /S /Q
rd "$(TargetDir)uz-Latn-UZ" /S /Q
rd "$(TargetDir)vi-VN" /S /Q
rd "$(TargetDir)zh-CN" /S /Q
rd "$(TargetDir)zh-TW" /S /Q
" /> | ||
</Target> | ||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent"> | ||
<!--Target Name="PreBuild" BeforeTargets="PreBuildEvent"> | ||
<Exec Command="copy "$(SolutionDir)x64\$(Configuration)\ooz.dll" $(TargetDir)" /> | ||
</Target> | ||
</Target--> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.