forked from castleproject/Windsor.Quartz
-
Notifications
You must be signed in to change notification settings - Fork 1
/
QuartzNetIntegration.sln
32 lines (32 loc) · 1.98 KB
/
QuartzNetIntegration.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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.Facilities.QuartzIntegration", "QuartzNetIntegration\Castle.Facilities.QuartzIntegration.csproj", "{C0056BBC-DCE4-4F05-8EAC-4DEB2EAFA90A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "SampleApp\SampleApp.csproj", "{99278FD2-0461-489C-ACA2-29EDE4A28F0A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.Facilities.QuartzIntegration.Tests", "QuartzNetIntegration.Tests\Castle.Facilities.QuartzIntegration.Tests.csproj", "{26134936-1662-4268-ABF0-6F40279A7AA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C0056BBC-DCE4-4F05-8EAC-4DEB2EAFA90A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C0056BBC-DCE4-4F05-8EAC-4DEB2EAFA90A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C0056BBC-DCE4-4F05-8EAC-4DEB2EAFA90A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C0056BBC-DCE4-4F05-8EAC-4DEB2EAFA90A}.Release|Any CPU.Build.0 = Release|Any CPU
{99278FD2-0461-489C-ACA2-29EDE4A28F0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99278FD2-0461-489C-ACA2-29EDE4A28F0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99278FD2-0461-489C-ACA2-29EDE4A28F0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99278FD2-0461-489C-ACA2-29EDE4A28F0A}.Release|Any CPU.Build.0 = Release|Any CPU
{26134936-1662-4268-ABF0-6F40279A7AA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26134936-1662-4268-ABF0-6F40279A7AA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26134936-1662-4268-ABF0-6F40279A7AA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26134936-1662-4268-ABF0-6F40279A7AA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal