Add project files.

This commit is contained in:
Mark Kors
2025-11-11 10:04:23 +01:00
parent 3ad01653d0
commit 6e8ffece0d
4 changed files with 103 additions and 0 deletions

10
Serialization_Demo.csproj Normal file
View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>