-
Notifications
You must be signed in to change notification settings - Fork 0
/
enki.worktime.sln
43 lines (43 loc) · 2.17 KB
/
enki.worktime.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkTime", "WorkTime\WorkTime.csproj", "{DE490EEC-58C7-40AA-B9F5-402DDDE5A3BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WorkTimeTests", "WorkTimeTests\WorkTimeTests.csproj", "{DE504285-1A3F-480D-9363-192B1CFD7955}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{212A1B6D-3CD2-4B48-BCFB-B5FDBB64BB8E}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
build.cake = build.cake
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Teste|Any CPU = Teste|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE490EEC-58C7-40AA-B9F5-402DDDE5A3BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE490EEC-58C7-40AA-B9F5-402DDDE5A3BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE490EEC-58C7-40AA-B9F5-402DDDE5A3BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE490EEC-58C7-40AA-B9F5-402DDDE5A3BC}.Release|Any CPU.Build.0 = Release|Any CPU
{DE490EEC-58C7-40AA-B9F5-402DDDE5A3BC}.Teste|Any CPU.ActiveCfg = Release|Any CPU
{DE490EEC-58C7-40AA-B9F5-402DDDE5A3BC}.Teste|Any CPU.Build.0 = Release|Any CPU
{DE504285-1A3F-480D-9363-192B1CFD7955}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE504285-1A3F-480D-9363-192B1CFD7955}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE504285-1A3F-480D-9363-192B1CFD7955}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE504285-1A3F-480D-9363-192B1CFD7955}.Release|Any CPU.Build.0 = Release|Any CPU
{DE504285-1A3F-480D-9363-192B1CFD7955}.Teste|Any CPU.ActiveCfg = Release|Any CPU
{DE504285-1A3F-480D-9363-192B1CFD7955}.Teste|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {81989BDC-D071-46B2-9F71-3316664034B4}
EndGlobalSection
EndGlobal