-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTimeZoneForAspNet.sln
26 lines (26 loc) · 1.33 KB
/
TimeZoneForAspNet.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtcInfo", "TimeZoneForAspNet\UtcInfo.csproj", "{6C60E927-F538-4F74-B12B-00316421D0AF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{E8E33513-A1B7-4674-B63D-25AFA7FBCBDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6C60E927-F538-4F74-B12B-00316421D0AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C60E927-F538-4F74-B12B-00316421D0AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C60E927-F538-4F74-B12B-00316421D0AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C60E927-F538-4F74-B12B-00316421D0AF}.Release|Any CPU.Build.0 = Release|Any CPU
{E8E33513-A1B7-4674-B63D-25AFA7FBCBDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8E33513-A1B7-4674-B63D-25AFA7FBCBDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8E33513-A1B7-4674-B63D-25AFA7FBCBDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8E33513-A1B7-4674-B63D-25AFA7FBCBDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal