-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathTimePeriod.Pcl.sln
25 lines (25 loc) · 1.37 KB
/
TimePeriod.Pcl.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimePeriod.Pcl", "TimePeriod\TimePeriod.Pcl.csproj", "{5AD91C64-99D8-40D4-9AE8-385C5438D9DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimePeriodTests.Pcl", "TimePeriodTests\TimePeriodTests.Pcl.csproj", "{B5C1FE6D-7662-4A29-9BDE-9D6A75A2629E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5AD91C64-99D8-40D4-9AE8-385C5438D9DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AD91C64-99D8-40D4-9AE8-385C5438D9DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5AD91C64-99D8-40D4-9AE8-385C5438D9DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5AD91C64-99D8-40D4-9AE8-385C5438D9DA}.Release|Any CPU.Build.0 = Release|Any CPU
{B5C1FE6D-7662-4A29-9BDE-9D6A75A2629E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5C1FE6D-7662-4A29-9BDE-9D6A75A2629E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5C1FE6D-7662-4A29-9BDE-9D6A75A2629E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5C1FE6D-7662-4A29-9BDE-9D6A75A2629E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal