Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-client-linux",
"program": "${workspaceFolder}/bin/Debug/client/net8.0/EndlessClient",
"program": "${workspaceFolder}/bin/Debug/client/net10.0/EndlessClient",
"args": [],
"cwd": "${workspaceFolder}/bin/Debug/client/net8.0",
"cwd": "${workspaceFolder}/bin/Debug/client/net10.0",
"console": "internalConsole",
"stopAtEntry": false
},
Expand All @@ -20,9 +20,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-eobot-linux",
"program": "${workspaceFolder}/bin/Debug/utils/EOBot/net8.0/EOBot",
"program": "${workspaceFolder}/bin/Debug/utils/EOBot/net10.0/EOBot",
"args": [],
"cwd": "${workspaceFolder}/bin/Debug/utils/EOBot/net8.0",
"cwd": "${workspaceFolder}/bin/Debug/utils/EOBot/net10.0",
"console": "internalConsole",
"stopAtEntry": false
},
Expand All @@ -31,9 +31,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-client-windows",
"program": "${workspaceFolder}/bin/Debug/client/net8.0-windows/EndlessClient.exe",
"program": "${workspaceFolder}/bin/Debug/client/net10.0-windows/EndlessClient.exe",
"args": [],
"cwd": "${workspaceFolder}/bin/Debug/client/net8.0-windows",
"cwd": "${workspaceFolder}/bin/Debug/client/net10.0-windows",
"console": "internalConsole",
"stopAtEntry": false
},
Expand All @@ -42,9 +42,9 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build-client-mac-arm",
"program": "${workspaceFolder}/bin/Debug/client/net8.0-macos/osx-arm64/EndlessClient.app/Contents/MacOS/EndlessClient",
"program": "${workspaceFolder}/bin/Debug/client/net10.0-macos/osx-arm64/EndlessClient.app/Contents/MacOS/EndlessClient",
"args": [],
"cwd": "${workspaceFolder}/bin/Debug/client/net8.0-macos/osx-arm64/EndlessClient.app",
"cwd": "${workspaceFolder}/bin/Debug/client/net10.0-macos/osx-arm64/EndlessClient.app",
"console": "internalConsole",
"stopAtEntry": false
},
Expand Down
2 changes: 1 addition & 1 deletion BatchMap/BatchMap.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\utils\BatchMap</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion EOBot.Test/EOBot.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\test\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion EOBot/EOBot.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\utils\EOBot\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion EOLib.Config.Test/EOLib.Config.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\test\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion EOLib.Graphics.Test/EOLib.Graphics.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\test\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion EOLib.Graphics/EOLib.Graphics.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../common.targets" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<OutputPath>..\bin\$(Configuration)\lib\</OutputPath>
<Description>Library for interacting with Endless Online gfx files</Description>
Expand Down
2 changes: 1 addition & 1 deletion EOLib.IO.Test/EOLib.IO.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\test\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion EOLib.Localization.Test/EOLib.Localization.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\test\</OutputPath>
Expand Down
2 changes: 1 addition & 1 deletion EOLib.Test/EOLib.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\test\</OutputPath>
</PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions EndlessClient/EndlessClient.csproj
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net10.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<MonoGamePlatform>Windows</MonoGamePlatform>
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<OutputType>Exe</OutputType>
<DefineConstants>$(DefineConstants);LINUX</DefineConstants>
<MonoGamePlatform>Linux</MonoGamePlatform>
</PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))">
<TargetFramework>net8.0-macos</TargetFramework>
<TargetFramework>net10.0-macos</TargetFramework>
<OutputType>Exe</OutputType>
<DefineConstants>$(DefineConstants);OSX</DefineConstants>
<MonoGamePlatform>MacOSX</MonoGamePlatform>
Expand Down
2 changes: 1 addition & 1 deletion EndlessClient/HUD/Panels/InventoryPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private void HandleItemDoneDragging(object sender, DragCompletedEventArgs<EIFRec
break;
case TradeDialog: _inventoryController.TradeItem(item.Data, item.InventoryItem); break;
default: return false;
};
}

return true;
},
Expand Down
16 changes: 8 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ strategy:
linux:
imageName: "ubuntu-22.04"
friendlyPlatform: "Linux"
dropDir: net8.0
dotnetVersion: 8.0.x
dropDir: net10.0
dotnetVersion: 10.0.x
windows:
imageName: "windows-2022"
friendlyPlatform: "Windows"
dropDir: net8.0-windows
dotnetVersion: 8.0.x
dropDir: net10.0-windows
dotnetVersion: 10.0.x
macos:
imageName: "macos-15"
friendlyPlatform: "macOS"
dropDir: net8.0-macos
dotnetVersion: "8.0.204"
dropDir: net10.0-macos
dotnetVersion: "10.0.100"

pool:
vmImage: $(imageName)
Expand All @@ -44,7 +44,7 @@ steps:
- checkout: self
persistCredentials: true
- task: UseDotNet@2
displayName: 'Install .Net 8 runtime/sdk'
displayName: 'Install .Net 10 runtime/sdk'
inputs:
version: $(dotnetVersion)
- script: |
Expand Down Expand Up @@ -154,7 +154,7 @@ steps:
- task: ArchiveFiles@2
displayName: 'ZIP EOBot'
inputs:
rootFolderOrFile: $(Build.SourcesDirectory)/bin/$(buildConfiguration)/utils/EOBot/net8.0/
rootFolderOrFile: $(Build.SourcesDirectory)/bin/$(buildConfiguration)/utils/EOBot/net10.0/
archiveFile: $(Build.ArtifactStagingDirectory)/zip/EOBot.$(friendlyPlatform).zip
# EndlessClient archive (macOS multi-target)
- task: ArchiveFiles@2
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.204",
"version": "10.0.100",
"rollForward": "latestFeature"
}
}
Loading