-
Notifications
You must be signed in to change notification settings - Fork 9
/
AzureJobs.sln
86 lines (86 loc) · 5.26 KB
/
AzureJobs.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureJobs.Web", "Azurejobs.Web\AzureJobs.Web.csproj", "{8F813B3C-519A-4324-B674-0070C73213A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageCompressor.Job", "ImageCompressor.Job\ImageCompressor.Job.csproj", "{2047DF15-7DB3-4798-8367-A2618DF75C38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextMinifier.Job", "TextMinifier.Job\TextMinifier.Job.csproj", "{968E2065-6F3D-4BD8-B5ED-150EC7B91BC7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{95895DDD-9D49-4C33-B21A-70A6EA022E69}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build-main.proj = build-main.proj
getnuget.targets = getnuget.targets
README.md = README.md
shared.props = shared.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureJobs.Common", "AzureJobs.Common\AzureJobs.Common.csproj", "{F5911198-57B8-4597-BEF3-14BB95869791}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "AzureJobs.NuGet.Shared", "AzureJobs.NuGet.Shared", "{221DBEFD-EE51-4AED-BE71-2FCC95D3B995}"
ProjectSection(SolutionItems) = preProject
AzureJobs.NuGet.Shared\shared.nuspec = AzureJobs.NuGet.Shared\shared.nuspec
AzureJobs.NuGet.Shared\shared.proj = AzureJobs.NuGet.Shared\shared.proj
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{2AF19566-5EB8-4A91-A6BA-8BA09F37D28C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{D3F3F209-5FF8-4863-9215-7F506708108D}"
ProjectSection(SolutionItems) = preProject
AzureJobs.NuGet.Shared\NuGet\content\azurejobs.wpp.targets = AzureJobs.NuGet.Shared\NuGet\content\azurejobs.wpp.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{A44AB8CC-AE56-45CB-8B8A-3CFFBDE07D3E}"
ProjectSection(SolutionItems) = preProject
AzureJobs.NuGet.Shared\NuGet\tools\azure-jobs.psm1 = AzureJobs.NuGet.Shared\NuGet\tools\azure-jobs.psm1
AzureJobs.NuGet.Shared\NuGet\tools\init.ps1 = AzureJobs.NuGet.Shared\NuGet\tools\init.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureJobs.SiteExtension.Web", "AzureJobs.SiteExtension.Web\AzureJobs.SiteExtension.Web.csproj", "{3772EC1E-1CCA-4119-B74B-EAFE5DB7E7F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureJobsTests", "AzureJobsTests\AzureJobsTests.csproj", "{33121A83-75FF-4FC9-8FEA-99D26578F7B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8F813B3C-519A-4324-B674-0070C73213A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F813B3C-519A-4324-B674-0070C73213A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F813B3C-519A-4324-B674-0070C73213A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F813B3C-519A-4324-B674-0070C73213A6}.Release|Any CPU.Build.0 = Release|Any CPU
{2047DF15-7DB3-4798-8367-A2618DF75C38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2047DF15-7DB3-4798-8367-A2618DF75C38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2047DF15-7DB3-4798-8367-A2618DF75C38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2047DF15-7DB3-4798-8367-A2618DF75C38}.Release|Any CPU.Build.0 = Release|Any CPU
{968E2065-6F3D-4BD8-B5ED-150EC7B91BC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{968E2065-6F3D-4BD8-B5ED-150EC7B91BC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{968E2065-6F3D-4BD8-B5ED-150EC7B91BC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{968E2065-6F3D-4BD8-B5ED-150EC7B91BC7}.Release|Any CPU.Build.0 = Release|Any CPU
{F5911198-57B8-4597-BEF3-14BB95869791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5911198-57B8-4597-BEF3-14BB95869791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5911198-57B8-4597-BEF3-14BB95869791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5911198-57B8-4597-BEF3-14BB95869791}.Release|Any CPU.Build.0 = Release|Any CPU
{3772EC1E-1CCA-4119-B74B-EAFE5DB7E7F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3772EC1E-1CCA-4119-B74B-EAFE5DB7E7F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3772EC1E-1CCA-4119-B74B-EAFE5DB7E7F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3772EC1E-1CCA-4119-B74B-EAFE5DB7E7F5}.Release|Any CPU.Build.0 = Release|Any CPU
{33121A83-75FF-4FC9-8FEA-99D26578F7B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{33121A83-75FF-4FC9-8FEA-99D26578F7B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{33121A83-75FF-4FC9-8FEA-99D26578F7B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{33121A83-75FF-4FC9-8FEA-99D26578F7B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2AF19566-5EB8-4A91-A6BA-8BA09F37D28C} = {221DBEFD-EE51-4AED-BE71-2FCC95D3B995}
{D3F3F209-5FF8-4863-9215-7F506708108D} = {2AF19566-5EB8-4A91-A6BA-8BA09F37D28C}
{A44AB8CC-AE56-45CB-8B8A-3CFFBDE07D3E} = {2AF19566-5EB8-4A91-A6BA-8BA09F37D28C}
EndGlobalSection
EndGlobal