From 1c8aee818012bc9ff0cd1804463c172e6f0249c9 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 27 Aug 2023 16:58:11 +0200 Subject: [PATCH 1/5] Add .gitignore --- .gitignore | 624 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 624 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6387a49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,624 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +[Rr]elWithDebInfo/ +[Mm]inSizeRel/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions +/.dist/Deploy_Zips +/SeventhHeavenUI/Resources/Game Driver/hext/ff8 + +############################################################################################### + +## C++ Ignore file + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*[.json, .xml, .info] + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +## Custom section + +# Build directory +.build + +# Clion +cmake-build*/ + +# vcpkg +!make.exe +vcpkg_installed/ From a1eebfb5111eb10fe2b2c16363c9187d7c30e756 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 27 Aug 2023 16:59:00 +0200 Subject: [PATCH 2/5] Migrate project to .NET 7.0 --- Braver.Core/Braver.Core.csproj | 4 ++-- Braver.Plugins/Braver.Plugins.csproj | 2 +- Braver/Braver.csproj | 8 ++++---- Braver/Net/Client.cs | 2 +- BraverBuild/BraverBuild.csproj | 2 +- F7Cmd/F7Cmd.csproj | 2 +- Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj | 4 ++-- Ficedula.FF7/Ficedula.FF7.csproj | 2 +- IrosArchive/IrosArchive.csproj | 2 +- PluginImplementations/Braver.7HShim/Braver.7HShim.csproj | 2 +- .../Braver.EquipMenuMod/Braver.EquipMenuMod.csproj | 2 +- .../Braver.FFNxCompatibility.csproj | 2 +- PluginImplementations/Braver.Tolk/Braver.Tolk.csproj | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Braver.Core/Braver.Core.csproj b/Braver.Core/Braver.Core.csproj index 467accf..d04afef 100644 --- a/Braver.Core/Braver.Core.csproj +++ b/Braver.Core/Braver.Core.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable warnings Braver @@ -12,7 +12,7 @@ - + diff --git a/Braver.Plugins/Braver.Plugins.csproj b/Braver.Plugins/Braver.Plugins.csproj index b719727..a3c8d1d 100644 --- a/Braver.Plugins/Braver.Plugins.csproj +++ b/Braver.Plugins/Braver.Plugins.csproj @@ -1,7 +1,7 @@ - net6.0-windows + net7.0-windows enable enable diff --git a/Braver/Braver.csproj b/Braver/Braver.csproj index 71643d3..d2071a5 100644 --- a/Braver/Braver.csproj +++ b/Braver/Braver.csproj @@ -1,7 +1,7 @@  WinExe - net6.0-windows + net7.0-windows false false true @@ -26,14 +26,14 @@ - + - + - + diff --git a/Braver/Net/Client.cs b/Braver/Net/Client.cs index 60738f1..8839828 100644 --- a/Braver/Net/Client.cs +++ b/Braver/Net/Client.cs @@ -27,7 +27,7 @@ namespace Braver.Net { new ClientScreens(game, this); } - private void Listener_NetworkReceiveEvent(NetPeer peer, NetPacketReader reader, DeliveryMethod deliveryMethod) { + private void Listener_NetworkReceiveEvent(NetPeer peer, NetPacketReader reader, byte channel, DeliveryMethod deliveryMethod) { var type = (MessageType)reader.GetInt(); var message = GetMessage(type); message.Load(reader); diff --git a/BraverBuild/BraverBuild.csproj b/BraverBuild/BraverBuild.csproj index 40c60dd..d439800 100644 --- a/BraverBuild/BraverBuild.csproj +++ b/BraverBuild/BraverBuild.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/F7Cmd/F7Cmd.csproj b/F7Cmd/F7Cmd.csproj index 28e0d88..03b7fd2 100644 --- a/F7Cmd/F7Cmd.csproj +++ b/F7Cmd/F7Cmd.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 enable enable diff --git a/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj b/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj index 6def075..9f0916d 100644 --- a/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj +++ b/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj @@ -1,14 +1,14 @@ - net6.0 + net7.0 enable enable True - + diff --git a/Ficedula.FF7/Ficedula.FF7.csproj b/Ficedula.FF7/Ficedula.FF7.csproj index b39efd1..603aaab 100644 --- a/Ficedula.FF7/Ficedula.FF7.csproj +++ b/Ficedula.FF7/Ficedula.FF7.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/IrosArchive/IrosArchive.csproj b/IrosArchive/IrosArchive.csproj index c4c4b1f..aaabb68 100644 --- a/IrosArchive/IrosArchive.csproj +++ b/IrosArchive/IrosArchive.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj b/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj index 4952ba5..0afef7d 100644 --- a/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj +++ b/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj @@ -1,7 +1,7 @@ - net6.0-windows + net7.0-windows Braver._7HShim enable enable diff --git a/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj b/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj index 2de72d5..ca7b7a3 100644 --- a/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj +++ b/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj @@ -1,7 +1,7 @@  - net6.0-windows + net7.0-windows enable enable C:\Users\ficed\Projects\F7\PluginImplementations\output diff --git a/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj b/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj index cefd470..c5bcbf4 100644 --- a/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj +++ b/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj @@ -1,7 +1,7 @@  - net6.0-windows + net7.0-windows enable enable C:\Users\ficed\Projects\F7\PluginImplementations\output diff --git a/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj b/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj index ca16d08..dc0c512 100644 --- a/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj +++ b/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj @@ -1,7 +1,7 @@ - net6.0-windows + net7.0-windows enable enable C:\Users\ficed\Projects\F7\PluginImplementations\output From 5e5a5646219350672fab0177b0c550864ad017a0 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 27 Aug 2023 17:02:27 +0200 Subject: [PATCH 3/5] Remove BaseOutputPath property --- PluginImplementations/Braver.7HShim/Braver.7HShim.csproj | 1 - .../Braver.EquipMenuMod/Braver.EquipMenuMod.csproj | 1 - .../Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj | 1 - PluginImplementations/Braver.Tolk/Braver.Tolk.csproj | 1 - 4 files changed, 4 deletions(-) diff --git a/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj b/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj index 0afef7d..548c1a7 100644 --- a/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj +++ b/PluginImplementations/Braver.7HShim/Braver.7HShim.csproj @@ -5,7 +5,6 @@ Braver._7HShim enable enable - C:\Users\ficed\Projects\F7\PluginImplementations\output diff --git a/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj b/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj index ca7b7a3..5b1cd32 100644 --- a/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj +++ b/PluginImplementations/Braver.EquipMenuMod/Braver.EquipMenuMod.csproj @@ -4,7 +4,6 @@ net7.0-windows enable enable - C:\Users\ficed\Projects\F7\PluginImplementations\output diff --git a/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj b/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj index c5bcbf4..5aef6ad 100644 --- a/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj +++ b/PluginImplementations/Braver.FFNxCompatibility/Braver.FFNxCompatibility.csproj @@ -4,7 +4,6 @@ net7.0-windows enable enable - C:\Users\ficed\Projects\F7\PluginImplementations\output diff --git a/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj b/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj index dc0c512..cea3d9f 100644 --- a/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj +++ b/PluginImplementations/Braver.Tolk/Braver.Tolk.csproj @@ -4,7 +4,6 @@ net7.0-windows enable enable - C:\Users\ficed\Projects\F7\PluginImplementations\output From 82d5a346e8de0ba6d63e1e0b87a2788624b1c1ca Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 27 Aug 2023 17:37:11 +0200 Subject: [PATCH 4/5] Include plugins binaries into the bin output path --- Braver/Braver.csproj | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Braver/Braver.csproj b/Braver/Braver.csproj index d2071a5..1aab296 100644 --- a/Braver/Braver.csproj +++ b/Braver/Braver.csproj @@ -42,6 +42,22 @@ + + False + False + + + False + False + + + False + False + + + False + False + @@ -67,4 +83,16 @@ Settings.Designer.cs + + + + + + + + + + + + \ No newline at end of file From c145ec6c6acea61985d69aeb10a793e172813d36 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sun, 27 Aug 2023 17:49:55 +0200 Subject: [PATCH 5/5] Uniform the entire project to net7.0-windows And use dynamic variables for Exec commands --- Braver.Core/Braver.Core.csproj | 6 +++--- BraverBattleSim/BraverBattleSim.csproj | 2 +- BraverBuild/BraverBuild.csproj | 2 +- F7Cmd/F7Cmd.csproj | 2 +- Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj | 2 +- Ficedula.FF7/Ficedula.FF7.csproj | 2 +- IrosArchive/IrosArchive.csproj | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Braver.Core/Braver.Core.csproj b/Braver.Core/Braver.Core.csproj index d04afef..97d3a0c 100644 --- a/Braver.Core/Braver.Core.csproj +++ b/Braver.Core/Braver.Core.csproj @@ -1,7 +1,7 @@ - + - net7.0 + net7.0-windows enable warnings Braver @@ -12,7 +12,7 @@ - + diff --git a/BraverBattleSim/BraverBattleSim.csproj b/BraverBattleSim/BraverBattleSim.csproj index 5a5db86..707fdbd 100644 --- a/BraverBattleSim/BraverBattleSim.csproj +++ b/BraverBattleSim/BraverBattleSim.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net7.0-windows enable enable diff --git a/BraverBuild/BraverBuild.csproj b/BraverBuild/BraverBuild.csproj index d439800..7f20148 100644 --- a/BraverBuild/BraverBuild.csproj +++ b/BraverBuild/BraverBuild.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net7.0-windows enable enable diff --git a/F7Cmd/F7Cmd.csproj b/F7Cmd/F7Cmd.csproj index 03b7fd2..b505af4 100644 --- a/F7Cmd/F7Cmd.csproj +++ b/F7Cmd/F7Cmd.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net7.0-windows enable enable diff --git a/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj b/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj index 9f0916d..0dbe41a 100644 --- a/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj +++ b/Ficedula.FF7.Exporters/Ficedula.FF7.Exporters.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0-windows enable enable True diff --git a/Ficedula.FF7/Ficedula.FF7.csproj b/Ficedula.FF7/Ficedula.FF7.csproj index 603aaab..4fb4d6f 100644 --- a/Ficedula.FF7/Ficedula.FF7.csproj +++ b/Ficedula.FF7/Ficedula.FF7.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0-windows enable enable diff --git a/IrosArchive/IrosArchive.csproj b/IrosArchive/IrosArchive.csproj index aaabb68..6c92352 100644 --- a/IrosArchive/IrosArchive.csproj +++ b/IrosArchive/IrosArchive.csproj @@ -1,7 +1,7 @@ - net7.0 + net7.0-windows enable enable