roaming_dll_visualstudio/Roaming.git.sln
Hoeglinger Eugen 178435e183 Initialize
Funktion zum Schreiben von Werten in den Bereich %APPDATA%
(ähnlich wie in der Registry)
2022-08-26 13:58:58 +02:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Roaming", "Roaming\Roaming.csproj", "{A78C3C9D-EE58-429E-9B38-865C50B03E9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_Roaming", "Test_Roaming\Test_Roaming.csproj", "{D9EB3E31-CD56-4111-A214-829B0A51592D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A78C3C9D-EE58-429E-9B38-865C50B03E9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A78C3C9D-EE58-429E-9B38-865C50B03E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A78C3C9D-EE58-429E-9B38-865C50B03E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A78C3C9D-EE58-429E-9B38-865C50B03E9B}.Release|Any CPU.Build.0 = Release|Any CPU
{D9EB3E31-CD56-4111-A214-829B0A51592D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9EB3E31-CD56-4111-A214-829B0A51592D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9EB3E31-CD56-4111-A214-829B0A51592D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9EB3E31-CD56-4111-A214-829B0A51592D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A154AF04-648F-4B99-8DA0-DEFE90990C3B}
EndGlobalSection
EndGlobal