-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtRD.Library.Extensions.sln
38 lines (38 loc) · 2.03 KB
/
tRD.Library.Extensions.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 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{AE1C9820-5962-42AC-BD24-0E5767CDCE2E}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "theRightDirection.Library.Extensions", "theRightDirection.Library.Extensions\theRightDirection.Library.Extensions.csproj", "{302E3909-04AF-4064-A533-6FAA5E6593CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "theRightDirection.Library.Extensions.UnitTests", "theRightDirection.Library.Extensions.UnitTests\theRightDirection.Library.Extensions.UnitTests.csproj", "{A73CBD74-97DD-4165-B873-4EC37FDB94D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{302E3909-04AF-4064-A533-6FAA5E6593CF}.Release|Any CPU.Build.0 = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A73CBD74-97DD-4165-B873-4EC37FDB94D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2C29911-020F-492A-B161-3EECB2B4A39D}
EndGlobalSection
EndGlobal