-
Notifications
You must be signed in to change notification settings - Fork 3
/
RedisWorker.sln
41 lines (41 loc) · 2.14 KB
/
RedisWorker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{6992C709-7A34-4338-A499-3D2B7267F4AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestClient", "TestClient\TestClient.csproj", "{5B3602B3-1886-4BC7-9417-CED4A9E41993}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedisWorker", "RedisWorker\RedisWorker.csproj", "{1156BB95-9742-4E19-8535-11E704DE615C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFBCD5DA-A86C-4059-A14F-8FF7066DF186}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget", "Nuget", "{EF0A7237-1330-4930-B118-0A9890043D3E}"
ProjectSection(SolutionItems) = preProject
nuget\NuGet.exe = nuget\NuGet.exe
nuget\NugetPack.cmd = nuget\NugetPack.cmd
nuget\RedisWorker.nuspec = nuget\RedisWorker.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B3602B3-1886-4BC7-9417-CED4A9E41993}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B3602B3-1886-4BC7-9417-CED4A9E41993}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B3602B3-1886-4BC7-9417-CED4A9E41993}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B3602B3-1886-4BC7-9417-CED4A9E41993}.Release|Any CPU.Build.0 = Release|Any CPU
{1156BB95-9742-4E19-8535-11E704DE615C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1156BB95-9742-4E19-8535-11E704DE615C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1156BB95-9742-4E19-8535-11E704DE615C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1156BB95-9742-4E19-8535-11E704DE615C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5B3602B3-1886-4BC7-9417-CED4A9E41993} = {6992C709-7A34-4338-A499-3D2B7267F4AB}
{EF0A7237-1330-4930-B118-0A9890043D3E} = {CFBCD5DA-A86C-4059-A14F-8FF7066DF186}
EndGlobalSection
EndGlobal