-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInterviewProblems.sln
34 lines (34 loc) · 2.27 KB
/
InterviewProblems.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trie.Generic", "Trie.Generic\Trie.Generic.csproj", "{874C0E97-6289-44B2-8AC9-9C0893086326}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Trie.Generic.Test", "Trie.Generic.Test\Trie.Generic.Test.csproj", "{DEA58B3B-2188-4D6C-950B-128D6C1B316C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LeastRecentCache.Generic", "LeastRecentCache.Generic\LeastRecentCache.Generic.csproj", "{4A4CF2B8-4A9B-413A-B0AD-909C236B42D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LruCache.Generic.Test", "LruCache.Generic.Test\LruCache.Generic.Test.csproj", "{6A57D8AB-2243-4289-90A0-60AAE875B7B5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{874C0E97-6289-44B2-8AC9-9C0893086326}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{874C0E97-6289-44B2-8AC9-9C0893086326}.Debug|Any CPU.Build.0 = Debug|Any CPU
{874C0E97-6289-44B2-8AC9-9C0893086326}.Release|Any CPU.ActiveCfg = Release|Any CPU
{874C0E97-6289-44B2-8AC9-9C0893086326}.Release|Any CPU.Build.0 = Release|Any CPU
{DEA58B3B-2188-4D6C-950B-128D6C1B316C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEA58B3B-2188-4D6C-950B-128D6C1B316C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEA58B3B-2188-4D6C-950B-128D6C1B316C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEA58B3B-2188-4D6C-950B-128D6C1B316C}.Release|Any CPU.Build.0 = Release|Any CPU
{4A4CF2B8-4A9B-413A-B0AD-909C236B42D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A4CF2B8-4A9B-413A-B0AD-909C236B42D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A4CF2B8-4A9B-413A-B0AD-909C236B42D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A4CF2B8-4A9B-413A-B0AD-909C236B42D2}.Release|Any CPU.Build.0 = Release|Any CPU
{6A57D8AB-2243-4289-90A0-60AAE875B7B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A57D8AB-2243-4289-90A0-60AAE875B7B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A57D8AB-2243-4289-90A0-60AAE875B7B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A57D8AB-2243-4289-90A0-60AAE875B7B5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal