-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathTimePrinter.sln
30 lines (30 loc) · 1.28 KB
/
TimePrinter.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimePrinter", "TimePrinter\TimePrinter.csproj", "{464E78AA-0EDF-4434-9726-9BBA7DB54657}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{14F51CB6-B660-4F2B-80EC-969B0D71B658}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{464E78AA-0EDF-4434-9726-9BBA7DB54657}.Debug|x86.ActiveCfg = Debug|Any CPU
{464E78AA-0EDF-4434-9726-9BBA7DB54657}.Debug|x86.Build.0 = Debug|Any CPU
{464E78AA-0EDF-4434-9726-9BBA7DB54657}.Release|x86.ActiveCfg = Release|Any CPU
{464E78AA-0EDF-4434-9726-9BBA7DB54657}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C59B236D-319C-44BB-B9D3-0ED81DBA9DA2}
EndGlobalSection
EndGlobal