-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathImageProcessor.Web.Episerver.sln
178 lines (178 loc) · 14.1 KB
/
ImageProcessor.Web.Episerver.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageProcessor.Web.Episerver", "src\ImageProcessor.Web.Episerver\ImageProcessor.Web.Episerver.csproj", "{2EDAE29A-D622-4B01-8853-D26F4D1C0FD8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{4032C020-B6AD-435F-A52C-08B27B92466B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Content", "Content", "{A2F15FD9-ED7E-4216-AB79-3F6F8FAACFD3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImageProcessor.Web.Episerver", "ImageProcessor.Web.Episerver", "{CAE49B13-C2A3-4060-B1AF-85910E764278}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver\cache.config.install.xdt = build\content\ImageProcessor.Web.Episerver\cache.config.install.xdt
build\content\ImageProcessor.Web.Episerver\cache.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver\cache.config.uninstall.xdt
build\content\ImageProcessor.Web.Episerver\security.config.install.xdt = build\content\ImageProcessor.Web.Episerver\security.config.install.xdt
build\content\ImageProcessor.Web.Episerver\security.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver\security.config.uninstall.xdt
build\content\ImageProcessor.Web.Episerver\web.config.install.xdt = build\content\ImageProcessor.Web.Episerver\web.config.install.xdt
build\content\ImageProcessor.Web.Episerver\web.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver\web.config.uninstall.xdt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageProcessor.Web.Episerver.Azure", "src\ImageProcessor.Web.Episerver.Azure\ImageProcessor.Web.Episerver.Azure.csproj", "{7B8E1011-6C72-41FC-B73B-0FF79DCB1255}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlloySampleAzure", "samples\AlloySampleAzure\AlloySampleAzure.csproj", "{FE58763A-19E6-44A8-B554-418E5817530C}"
ProjectSection(ProjectDependencies) = postProject
{7B8E1011-6C72-41FC-B73B-0FF79DCB1255} = {7B8E1011-6C72-41FC-B73B-0FF79DCB1255}
{2EDAE29A-D622-4B01-8853-D26F4D1C0FD8} = {2EDAE29A-D622-4B01-8853-D26F4D1C0FD8}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlloySampleLocal", "samples\AlloySampleLocal\AlloySampleLocal.csproj", "{B7D6C33B-3E85-4E46-8345-55B12AEA1BEA}"
ProjectSection(ProjectDependencies) = postProject
{0C044F78-5162-418D-AF21-6E9FE4C437FB} = {0C044F78-5162-418D-AF21-6E9FE4C437FB}
{2EDAE29A-D622-4B01-8853-D26F4D1C0FD8} = {2EDAE29A-D622-4B01-8853-D26F4D1C0FD8}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImageProcessor.Web.Episerver.Azure", "ImageProcessor.Web.Episerver.Azure", "{9739BC36-773A-4D21-B56A-153CAD90ABD0}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.Azure\cache.config.install.xdt = build\content\ImageProcessor.Web.Episerver.Azure\cache.config.install.xdt
build\content\ImageProcessor.Web.Episerver.Azure\cache.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver.Azure\cache.config.uninstall.xdt
build\content\ImageProcessor.Web.Episerver.Azure\security.config.install.xdt = build\content\ImageProcessor.Web.Episerver.Azure\security.config.install.xdt
build\content\ImageProcessor.Web.Episerver.Azure\security.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver.Azure\security.config.uninstall.xdt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageProcessor.Web.Episerver.UI.Blocks", "src\ImageProcessor.Web.Episerver.UI.Blocks\ImageProcessor.Web.Episerver.UI.Blocks.csproj", "{0C044F78-5162-418D-AF21-6E9FE4C437FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImageProcessor.Web.Episerver.UI.Blocks", "ImageProcessor.Web.Episerver.UI.Blocks", "{46C72CDC-EEAC-4C7E-9C6F-6A93932D5385}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Blocks\module.config = build\content\ImageProcessor.Web.Episerver.UI.Blocks\module.config
build\content\ImageProcessor.Web.Episerver.UI.Blocks\processing.config.install.xdt = build\content\ImageProcessor.Web.Episerver.UI.Blocks\processing.config.install.xdt
build\content\ImageProcessor.Web.Episerver.UI.Blocks\processing.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver.UI.Blocks\processing.config.uninstall.xdt
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Web.config = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Web.config
build\content\ImageProcessor.Web.Episerver.UI.Blocks\web.config.install.xdt = build\content\ImageProcessor.Web.Episerver.UI.Blocks\web.config.install.xdt
build\content\ImageProcessor.Web.Episerver.UI.Blocks\web.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver.UI.Blocks\web.config.uninstall.xdt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{E705CE45-31B1-440B-8D91-80379A7FC274}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Styles", "Styles", "{2DDDD264-5B75-4327-A347-8BC5A39B1101}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\ColorPicker.css = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\ColorPicker.css
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Editors", "Editors", "{B04198DD-46AA-495B-9888-B895A05A81AC}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Scripts\Editors\ColorPicker.js = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Scripts\Editors\ColorPicker.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{AAA3373A-7D68-41F1-AD70-836E24649225}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\hue.png = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\hue.png
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\hueHandle.png = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\hueHandle.png
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\hueHandleA11y.png = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\hueHandleA11y.png
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\pickerPointer.png = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\pickerPointer.png
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\underlay.png = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Styles\images\underlay.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Views", "Views", "{7AF879A3-4355-462E-8B85-B98E0E815FFB}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Views\CropProcessImageBlock.cshtml = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Views\CropProcessImageBlock.cshtml
build\content\ImageProcessor.Web.Episerver.UI.Blocks\Views\ProcessImageBlock.cshtml = build\content\ImageProcessor.Web.Episerver.UI.Blocks\Views\ProcessImageBlock.cshtml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageProcessor.Web.Episerver.UI.Crop", "src\ImageProcessor.Web.Episerver.UI.Crop\ImageProcessor.Web.Episerver.UI.Crop.csproj", "{272D4C1E-8C62-4F67-B2FE-31C1E6C33274}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ImageProcessor.Web.Episerver.UI.Crop", "ImageProcessor.Web.Episerver.UI.Crop", "{8708335F-0FCF-4849-98F9-377CAB75EFF5}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Crop\module.config = build\content\ImageProcessor.Web.Episerver.UI.Crop\module.config
build\content\ImageProcessor.Web.Episerver.UI.Crop\web.config.install.xdt = build\content\ImageProcessor.Web.Episerver.UI.Crop\web.config.install.xdt
build\content\ImageProcessor.Web.Episerver.UI.Crop\web.config.uninstall.xdt = build\content\ImageProcessor.Web.Episerver.UI.Crop\web.config.uninstall.xdt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{E3C9E0A5-595D-45F4-BCA4-F3C2DC5006B4}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Helpers.js = build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Helpers.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Styles", "Styles", "{5B9BA172-7BB7-425E-9930-9E6B99D5CB2A}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Crop\Styles\cropper.css = build\content\ImageProcessor.Web.Episerver.UI.Crop\Styles\cropper.css
build\content\ImageProcessor.Web.Episerver.UI.Crop\Styles\imagecrop.css = build\content\ImageProcessor.Web.Episerver.UI.Crop\Styles\imagecrop.css
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Editors", "Editors", "{DCED8467-15F3-4784-86C0-51062661A712}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Editors\ImageReferenceListSelector.js = build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Editors\ImageReferenceListSelector.js
build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Editors\ImageReferenceSelector.js = build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Editors\ImageReferenceSelector.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{51569026-FEDA-4248-BFE9-532540B6864D}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Lib\cropper.min.js = build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Lib\cropper.min.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "template", "template", "{48AB2E04-D0A9-43CE-A398-D6E931FD609E}"
ProjectSection(SolutionItems) = preProject
build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Editors\templates\template.html = build\content\ImageProcessor.Web.Episerver.UI.Crop\Scripts\Editors\templates\template.html
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution files", "Solution files", "{564E994D-43BD-48D0-95F6-5092B0164621}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EDAE29A-D622-4B01-8853-D26F4D1C0FD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EDAE29A-D622-4B01-8853-D26F4D1C0FD8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EDAE29A-D622-4B01-8853-D26F4D1C0FD8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EDAE29A-D622-4B01-8853-D26F4D1C0FD8}.Release|Any CPU.Build.0 = Release|Any CPU
{7B8E1011-6C72-41FC-B73B-0FF79DCB1255}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B8E1011-6C72-41FC-B73B-0FF79DCB1255}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B8E1011-6C72-41FC-B73B-0FF79DCB1255}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B8E1011-6C72-41FC-B73B-0FF79DCB1255}.Release|Any CPU.Build.0 = Release|Any CPU
{FE58763A-19E6-44A8-B554-418E5817530C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE58763A-19E6-44A8-B554-418E5817530C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE58763A-19E6-44A8-B554-418E5817530C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE58763A-19E6-44A8-B554-418E5817530C}.Release|Any CPU.Build.0 = Release|Any CPU
{B7D6C33B-3E85-4E46-8345-55B12AEA1BEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7D6C33B-3E85-4E46-8345-55B12AEA1BEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7D6C33B-3E85-4E46-8345-55B12AEA1BEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7D6C33B-3E85-4E46-8345-55B12AEA1BEA}.Release|Any CPU.Build.0 = Release|Any CPU
{0C044F78-5162-418D-AF21-6E9FE4C437FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C044F78-5162-418D-AF21-6E9FE4C437FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C044F78-5162-418D-AF21-6E9FE4C437FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C044F78-5162-418D-AF21-6E9FE4C437FB}.Release|Any CPU.Build.0 = Release|Any CPU
{272D4C1E-8C62-4F67-B2FE-31C1E6C33274}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{272D4C1E-8C62-4F67-B2FE-31C1E6C33274}.Debug|Any CPU.Build.0 = Debug|Any CPU
{272D4C1E-8C62-4F67-B2FE-31C1E6C33274}.Release|Any CPU.ActiveCfg = Release|Any CPU
{272D4C1E-8C62-4F67-B2FE-31C1E6C33274}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A2F15FD9-ED7E-4216-AB79-3F6F8FAACFD3} = {4032C020-B6AD-435F-A52C-08B27B92466B}
{CAE49B13-C2A3-4060-B1AF-85910E764278} = {A2F15FD9-ED7E-4216-AB79-3F6F8FAACFD3}
{9739BC36-773A-4D21-B56A-153CAD90ABD0} = {A2F15FD9-ED7E-4216-AB79-3F6F8FAACFD3}
{46C72CDC-EEAC-4C7E-9C6F-6A93932D5385} = {A2F15FD9-ED7E-4216-AB79-3F6F8FAACFD3}
{E705CE45-31B1-440B-8D91-80379A7FC274} = {46C72CDC-EEAC-4C7E-9C6F-6A93932D5385}
{2DDDD264-5B75-4327-A347-8BC5A39B1101} = {46C72CDC-EEAC-4C7E-9C6F-6A93932D5385}
{B04198DD-46AA-495B-9888-B895A05A81AC} = {E705CE45-31B1-440B-8D91-80379A7FC274}
{AAA3373A-7D68-41F1-AD70-836E24649225} = {2DDDD264-5B75-4327-A347-8BC5A39B1101}
{7AF879A3-4355-462E-8B85-B98E0E815FFB} = {46C72CDC-EEAC-4C7E-9C6F-6A93932D5385}
{8708335F-0FCF-4849-98F9-377CAB75EFF5} = {A2F15FD9-ED7E-4216-AB79-3F6F8FAACFD3}
{E3C9E0A5-595D-45F4-BCA4-F3C2DC5006B4} = {8708335F-0FCF-4849-98F9-377CAB75EFF5}
{5B9BA172-7BB7-425E-9930-9E6B99D5CB2A} = {8708335F-0FCF-4849-98F9-377CAB75EFF5}
{DCED8467-15F3-4784-86C0-51062661A712} = {E3C9E0A5-595D-45F4-BCA4-F3C2DC5006B4}
{51569026-FEDA-4248-BFE9-532540B6864D} = {E3C9E0A5-595D-45F4-BCA4-F3C2DC5006B4}
{48AB2E04-D0A9-43CE-A398-D6E931FD609E} = {DCED8467-15F3-4784-86C0-51062661A712}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E3289EDC-30FC-441A-AD01-FF9B67AEDDE4}
EndGlobalSection
EndGlobal