This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathMethodCache.sln
45 lines (45 loc) · 2.72 KB
/
MethodCache.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
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MethodCache.Fody", "MethodCache.Fody\MethodCache.Fody.csproj", "{1A9A6C8E-6B88-4FF1-9447-E37CB39AAFDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{725AD6BA-EA0A-4096-8688-A295844613E7}"
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}") = "MethodCache.Attributes", "MethodCache.Attributes\MethodCache.Attributes.csproj", "{4F4D865D-8ABB-4554-84BB-2B7BC40E37F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MethodCache.Tests.TestAssembly", "MethodCache.Tests.TestAssembly\MethodCache.Tests.TestAssembly.csproj", "{CBF07605-D646-45F7-B2B0-54DC33538644}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MethodCache.Tests", "MethodCache.Tests\MethodCache.Tests.csproj", "{CF7379B0-EC94-4427-871E-DBD537959C09}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A9A6C8E-6B88-4FF1-9447-E37CB39AAFDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A9A6C8E-6B88-4FF1-9447-E37CB39AAFDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A9A6C8E-6B88-4FF1-9447-E37CB39AAFDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A9A6C8E-6B88-4FF1-9447-E37CB39AAFDE}.Release|Any CPU.Build.0 = Release|Any CPU
{4F4D865D-8ABB-4554-84BB-2B7BC40E37F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F4D865D-8ABB-4554-84BB-2B7BC40E37F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F4D865D-8ABB-4554-84BB-2B7BC40E37F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F4D865D-8ABB-4554-84BB-2B7BC40E37F9}.Release|Any CPU.Build.0 = Release|Any CPU
{CBF07605-D646-45F7-B2B0-54DC33538644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBF07605-D646-45F7-B2B0-54DC33538644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBF07605-D646-45F7-B2B0-54DC33538644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBF07605-D646-45F7-B2B0-54DC33538644}.Release|Any CPU.Build.0 = Release|Any CPU
{CF7379B0-EC94-4427-871E-DBD537959C09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF7379B0-EC94-4427-871E-DBD537959C09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF7379B0-EC94-4427-871E-DBD537959C09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF7379B0-EC94-4427-871E-DBD537959C09}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal