forked from castleproject/Windsor.Quartz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QuartzNetIntegration.sln
39 lines (39 loc) · 2.29 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
33
34
35
36
37
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
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
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{6A26719D-5721-4B9E-8508-7295B1C3842A}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
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