Port FSO's Server architecture

- FreeSO's older libaries use .NET Standard
- Added TargaImage, needs to be ported
This commit is contained in:
Tony Bark 2024-05-06 06:46:27 -04:00
parent f4806fda54
commit 199256785b
21 changed files with 3033 additions and 633 deletions

View file

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net45</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseVSHostingProcess>true</UseVSHostingProcess>