forked from chad/resque-sharp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
resque-sharp.sln
32 lines (32 loc) · 1.82 KB
/
resque-sharp.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "resque-sharp", "resque-sharp\resque-sharp.csproj", "{27BE6022-29AF-4958-888A-4CF25B39ABC1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj", "{8EC0EA5D-2834-400A-B059-E36E06CF74F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExampleRunner", "ExampleRunner\ExampleRunner.csproj", "{7C670D87-2575-4197-9D10-304E0532955B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27BE6022-29AF-4958-888A-4CF25B39ABC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27BE6022-29AF-4958-888A-4CF25B39ABC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27BE6022-29AF-4958-888A-4CF25B39ABC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27BE6022-29AF-4958-888A-4CF25B39ABC1}.Release|Any CPU.Build.0 = Release|Any CPU
{8EC0EA5D-2834-400A-B059-E36E06CF74F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EC0EA5D-2834-400A-B059-E36E06CF74F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EC0EA5D-2834-400A-B059-E36E06CF74F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EC0EA5D-2834-400A-B059-E36E06CF74F8}.Release|Any CPU.Build.0 = Release|Any CPU
{7C670D87-2575-4197-9D10-304E0532955B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C670D87-2575-4197-9D10-304E0532955B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C670D87-2575-4197-9D10-304E0532955B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C670D87-2575-4197-9D10-304E0532955B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal