time_dll_visualstudio/Time.git.sln
Hoeglinger Eugen c600341af5 Initialized
- Klassenbibliothek zum ausgeben von Tag, Datum, Zeit und zum Stoppen
2022-05-16 16:10:28 +02:00

32 lines
1.6 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_Time", "Test_Time\Test_Time.csproj", "{B74A39D6-E702-4BB2-8156-717DC925C99A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Time", "Time\Time.csproj", "{10ED0B1C-768E-48D6-AE32-2828D47E2C52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B74A39D6-E702-4BB2-8156-717DC925C99A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B74A39D6-E702-4BB2-8156-717DC925C99A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B74A39D6-E702-4BB2-8156-717DC925C99A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B74A39D6-E702-4BB2-8156-717DC925C99A}.Release|Any CPU.Build.0 = Release|Any CPU
{10ED0B1C-768E-48D6-AE32-2828D47E2C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10ED0B1C-768E-48D6-AE32-2828D47E2C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10ED0B1C-768E-48D6-AE32-2828D47E2C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10ED0B1C-768E-48D6-AE32-2828D47E2C52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95F9F73A-8221-45B2-AAEA-27B376333B8F}
EndGlobalSection
EndGlobal