mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
Port FSO's Server architecture
- FreeSO's older libaries use .NET Standard - Added TargaImage, needs to be ported
This commit is contained in:
parent
f4806fda54
commit
199256785b
21 changed files with 3033 additions and 633 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue