forked from FluentDateTime/FluentDateTime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFluentDateTimeSolution.sln
32 lines (32 loc) · 1.6 KB
/
FluentDateTimeSolution.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 14.0.22823.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentDateTime", "FluentDateTime\FluentDateTime.csproj", "{5D4F5E7C-6E27-405E-BAEF-170557C8CDDF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentDateTime.Tests", "FluentDateTime.Tests\FluentDateTime.Tests.csproj", "{B034DB2F-1E6E-47C0-BD0F-2F55BA7051BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D4F5E7C-6E27-405E-BAEF-170557C8CDDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D4F5E7C-6E27-405E-BAEF-170557C8CDDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D4F5E7C-6E27-405E-BAEF-170557C8CDDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D4F5E7C-6E27-405E-BAEF-170557C8CDDF}.Release|Any CPU.Build.0 = Release|Any CPU
{B034DB2F-1E6E-47C0-BD0F-2F55BA7051BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B034DB2F-1E6E-47C0-BD0F-2F55BA7051BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B034DB2F-1E6E-47C0-BD0F-2F55BA7051BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B034DB2F-1E6E-47C0-BD0F-2F55BA7051BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(SubversionScc) = preSolution
Manager = AnkhSVN - Subversion Support for Visual Studio
Svn-Managed = True
EndGlobalSection
EndGlobal