-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTimeZoneMapper.sln
48 lines (48 loc) · 2.93 KB
/
TimeZoneMapper.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
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC815F93-760E-45F3-9413-BE9A4BEEB01F}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeZoneMapper.Tests", "TimeZoneMapper.Tests\TimeZoneMapper.Tests.csproj", "{7354DF79-574F-4133-96BF-FFB49099E242}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeZoneMapper", "TimeZoneMapper\TimeZoneMapper.csproj", "{38D70D34-7DDD-45A0-B898-BF3FA82246EB}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "TimeZoneMapperHelp", "TimeZoneMapper.Help\TimeZoneMapperHelp.shfbproj", "{D6A78785-3434-4544-A495-B201AFBD0964}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseWithDocumentation|Any CPU = ReleaseWithDocumentation|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7354DF79-574F-4133-96BF-FFB49099E242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7354DF79-574F-4133-96BF-FFB49099E242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7354DF79-574F-4133-96BF-FFB49099E242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7354DF79-574F-4133-96BF-FFB49099E242}.Release|Any CPU.Build.0 = Release|Any CPU
{7354DF79-574F-4133-96BF-FFB49099E242}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{7354DF79-574F-4133-96BF-FFB49099E242}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{38D70D34-7DDD-45A0-B898-BF3FA82246EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38D70D34-7DDD-45A0-B898-BF3FA82246EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38D70D34-7DDD-45A0-B898-BF3FA82246EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38D70D34-7DDD-45A0-B898-BF3FA82246EB}.Release|Any CPU.Build.0 = Release|Any CPU
{38D70D34-7DDD-45A0-B898-BF3FA82246EB}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{38D70D34-7DDD-45A0-B898-BF3FA82246EB}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
{D6A78785-3434-4544-A495-B201AFBD0964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6A78785-3434-4544-A495-B201AFBD0964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6A78785-3434-4544-A495-B201AFBD0964}.ReleaseWithDocumentation|Any CPU.ActiveCfg = ReleaseWithDocumentation|Any CPU
{D6A78785-3434-4544-A495-B201AFBD0964}.ReleaseWithDocumentation|Any CPU.Build.0 = ReleaseWithDocumentation|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {799D4255-0A90-40BE-8D54-36C16BF9C4B4}
EndGlobalSection
EndGlobal