forked from mattjohnsonpint/GeoTimeZone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGeoTimeZone.sln
53 lines (53 loc) · 3.23 KB
/
GeoTimeZone.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
49
50
51
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F4DA3B11-79E1-4028-98FB-F7BC92A3FFA2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{316C44CA-36EC-49D7-A09C-E0393C785019}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoTimeZone", "src\GeoTimeZone\GeoTimeZone.csproj", "{CEB807E6-7694-42ED-B914-051EDB2230C5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoTimeZone.DataBuilder", "src\GeoTimeZone.DataBuilder\GeoTimeZone.DataBuilder.csproj", "{D3894B4B-A08E-4FBD-AEF8-41287B0C6E7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoTimeZone.Tests", "test\GeoTimeZone.Tests\GeoTimeZone.Tests.csproj", "{348EBAF0-24A4-427D-81A9-BD4B483DD6D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GeoTimeZone.DataBuilder.Tests", "test\GeoTimeZone.DataBuilder.Tests\GeoTimeZone.DataBuilder.Tests.csproj", "{3E2E566B-60A3-4F7D-B6B8-2A70AA2C29B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CEB807E6-7694-42ED-B914-051EDB2230C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEB807E6-7694-42ED-B914-051EDB2230C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEB807E6-7694-42ED-B914-051EDB2230C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEB807E6-7694-42ED-B914-051EDB2230C5}.Release|Any CPU.Build.0 = Release|Any CPU
{D3894B4B-A08E-4FBD-AEF8-41287B0C6E7F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3894B4B-A08E-4FBD-AEF8-41287B0C6E7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3894B4B-A08E-4FBD-AEF8-41287B0C6E7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3894B4B-A08E-4FBD-AEF8-41287B0C6E7F}.Release|Any CPU.Build.0 = Release|Any CPU
{348EBAF0-24A4-427D-81A9-BD4B483DD6D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{348EBAF0-24A4-427D-81A9-BD4B483DD6D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{348EBAF0-24A4-427D-81A9-BD4B483DD6D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{348EBAF0-24A4-427D-81A9-BD4B483DD6D4}.Release|Any CPU.Build.0 = Release|Any CPU
{3E2E566B-60A3-4F7D-B6B8-2A70AA2C29B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E2E566B-60A3-4F7D-B6B8-2A70AA2C29B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E2E566B-60A3-4F7D-B6B8-2A70AA2C29B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E2E566B-60A3-4F7D-B6B8-2A70AA2C29B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CEB807E6-7694-42ED-B914-051EDB2230C5} = {F4DA3B11-79E1-4028-98FB-F7BC92A3FFA2}
{D3894B4B-A08E-4FBD-AEF8-41287B0C6E7F} = {F4DA3B11-79E1-4028-98FB-F7BC92A3FFA2}
{348EBAF0-24A4-427D-81A9-BD4B483DD6D4} = {316C44CA-36EC-49D7-A09C-E0393C785019}
{3E2E566B-60A3-4F7D-B6B8-2A70AA2C29B4} = {316C44CA-36EC-49D7-A09C-E0393C785019}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D86DF842-A482-4EBD-81A7-2C0FE22856F1}
EndGlobalSection
EndGlobal