savexmlfile_dll_visualstudio/SaveXMLFile.git.sln
Eugen Höglinger 414fff12b5 InitializeComponent
Speichert Single- und Multi-Group XML-Dateien
2022-12-16 10:16:00 +01:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SaveXMLFile", "SaveXMLFile\SaveXMLFile.csproj", "{875729B3-8DE0-40CE-9FE0-BD98F1DBA463}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_SaveXMLFile", "Test_SaveXMLFile\Test_SaveXMLFile.csproj", "{34DCA2B4-1B0F-461F-A937-47713C0481B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{875729B3-8DE0-40CE-9FE0-BD98F1DBA463}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{875729B3-8DE0-40CE-9FE0-BD98F1DBA463}.Debug|Any CPU.Build.0 = Debug|Any CPU
{875729B3-8DE0-40CE-9FE0-BD98F1DBA463}.Release|Any CPU.ActiveCfg = Release|Any CPU
{875729B3-8DE0-40CE-9FE0-BD98F1DBA463}.Release|Any CPU.Build.0 = Release|Any CPU
{34DCA2B4-1B0F-461F-A937-47713C0481B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34DCA2B4-1B0F-461F-A937-47713C0481B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34DCA2B4-1B0F-461F-A937-47713C0481B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34DCA2B4-1B0F-461F-A937-47713C0481B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A82CA882-C32E-4FB7-AC15-3B40D68A5C57}
EndGlobalSection
EndGlobal