-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathItenium.Timesheet.sln
44 lines (44 loc) · 2.41 KB
/
Itenium.Timesheet.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{28A2090B-D6FC-4B7F-A2AF-881A1FED2AFB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Itenium.Timesheet.Console", "Itenium.Timesheet.Console\Itenium.Timesheet.Console.csproj", "{351EEBF2-86E8-4901-9842-E5FABA41CFC0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Itenium.Timesheet.Core", "Itenium.Timesheet.Core\Itenium.Timesheet.Core.csproj", "{D65FB0F1-A3A8-4058-9098-F275A22BEEE8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Itenium.Timesheet.WinForms", "Itenium.Timesheet.WinForms\Itenium.Timesheet.WinForms.csproj", "{3BC119E7-D682-4A4E-A7A0-8DF5681E808C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{351EEBF2-86E8-4901-9842-E5FABA41CFC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{351EEBF2-86E8-4901-9842-E5FABA41CFC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{351EEBF2-86E8-4901-9842-E5FABA41CFC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{351EEBF2-86E8-4901-9842-E5FABA41CFC0}.Release|Any CPU.Build.0 = Release|Any CPU
{D65FB0F1-A3A8-4058-9098-F275A22BEEE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D65FB0F1-A3A8-4058-9098-F275A22BEEE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D65FB0F1-A3A8-4058-9098-F275A22BEEE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D65FB0F1-A3A8-4058-9098-F275A22BEEE8}.Release|Any CPU.Build.0 = Release|Any CPU
{3BC119E7-D682-4A4E-A7A0-8DF5681E808C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3BC119E7-D682-4A4E-A7A0-8DF5681E808C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3BC119E7-D682-4A4E-A7A0-8DF5681E808C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3BC119E7-D682-4A4E-A7A0-8DF5681E808C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8ADDA756-208B-4CB8-B102-97C9CE69A046}
EndGlobalSection
EndGlobal