-
Notifications
You must be signed in to change notification settings - Fork 1
/
NodaTime.Humanization.sln
38 lines (38 loc) · 1.98 KB
/
NodaTime.Humanization.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NodaTime.Humanization", "NodaTime.Humanization\NodaTime.Humanization.csproj", "{9AB3B778-47E7-40D0-81C8-A391C77CCCA6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA8F603D-C178-4885-A667-1F52ECEE3B15}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NodaTime.Humanization.Test", "NodaTime.Humanization.Test\NodaTime.Humanization.Test.csproj", "{71592717-1283-4908-9FF3-7F596E0693F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{8CCA7618-B63A-48B8-8CC2-FB32EF0104BD}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AB3B778-47E7-40D0-81C8-A391C77CCCA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AB3B778-47E7-40D0-81C8-A391C77CCCA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AB3B778-47E7-40D0-81C8-A391C77CCCA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AB3B778-47E7-40D0-81C8-A391C77CCCA6}.Release|Any CPU.Build.0 = Release|Any CPU
{71592717-1283-4908-9FF3-7F596E0693F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71592717-1283-4908-9FF3-7F596E0693F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71592717-1283-4908-9FF3-7F596E0693F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71592717-1283-4908-9FF3-7F596E0693F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal