-
Notifications
You must be signed in to change notification settings - Fork 0
/
NetCache.sln
28 lines (28 loc) · 1.76 KB
/
NetCache.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCache", "NetCache\NetCache.csproj", "{6D5B2414-00EF-4CF2-B58B-BE75E0145327}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCache.DependencyInjection", "NetCache.DependencyInjection\NetCache.DependencyInjection.csproj", "{9CD1263E-90EB-403E-BBDB-5C882A87B07F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetCache.Tests", "NetCache.Tests\NetCache.Tests.csproj", "{B68CC751-7382-42F4-B6BF-BDF607599BD3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D5B2414-00EF-4CF2-B58B-BE75E0145327}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D5B2414-00EF-4CF2-B58B-BE75E0145327}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D5B2414-00EF-4CF2-B58B-BE75E0145327}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D5B2414-00EF-4CF2-B58B-BE75E0145327}.Release|Any CPU.Build.0 = Release|Any CPU
{9CD1263E-90EB-403E-BBDB-5C882A87B07F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CD1263E-90EB-403E-BBDB-5C882A87B07F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CD1263E-90EB-403E-BBDB-5C882A87B07F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CD1263E-90EB-403E-BBDB-5C882A87B07F}.Release|Any CPU.Build.0 = Release|Any CPU
{B68CC751-7382-42F4-B6BF-BDF607599BD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B68CC751-7382-42F4-B6BF-BDF607599BD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B68CC751-7382-42F4-B6BF-BDF607599BD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B68CC751-7382-42F4-B6BF-BDF607599BD3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal