-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAutoCache.sln
45 lines (45 loc) · 2.28 KB
/
AutoCache.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 Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutoCache", "src\AutoCache\AutoCache.csproj", "{5251F2B3-D589-4F45-98CC-5798D447A5B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{B965CAA6-AD59-46A7-BBCA-9C5AB7A03731}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A4045574-A53D-4877-A233-A97137B0CE71}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "tests\UnitTests.csproj", "{99BAE9E1-022B-44F6-B2AB-3275AC64231D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0C892AA-5879-4EB9-B24E-FF12D2802957}"
ProjectSection(SolutionItems) = preProject
.github\workflows\nuget.yml = .github\workflows\nuget.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5251F2B3-D589-4F45-98CC-5798D447A5B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5251F2B3-D589-4F45-98CC-5798D447A5B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5251F2B3-D589-4F45-98CC-5798D447A5B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5251F2B3-D589-4F45-98CC-5798D447A5B1}.Release|Any CPU.Build.0 = Release|Any CPU
{99BAE9E1-022B-44F6-B2AB-3275AC64231D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99BAE9E1-022B-44F6-B2AB-3275AC64231D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99BAE9E1-022B-44F6-B2AB-3275AC64231D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99BAE9E1-022B-44F6-B2AB-3275AC64231D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5251F2B3-D589-4F45-98CC-5798D447A5B1} = {A4045574-A53D-4877-A233-A97137B0CE71}
{99BAE9E1-022B-44F6-B2AB-3275AC64231D} = {B965CAA6-AD59-46A7-BBCA-9C5AB7A03731}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AABCB7AE-2C6E-491C-AB1A-9635786934E5}
EndGlobalSection
EndGlobal