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

25
Serialization_Demo.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35919.96 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Serialization_Demo", "Serialization_Demo.csproj", "{78E0108A-B3F3-4CD3-BCA7-4B5289859AB9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78E0108A-B3F3-4CD3-BCA7-4B5289859AB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78E0108A-B3F3-4CD3-BCA7-4B5289859AB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78E0108A-B3F3-4CD3-BCA7-4B5289859AB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78E0108A-B3F3-4CD3-BCA7-4B5289859AB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4DB8CC8B-4B64-4EBE-B876-2291FE7F5E07}
EndGlobalSection
EndGlobal