-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathImageResizer.Plugins.EPiServerBlobReader.sln
46 lines (46 loc) · 2.36 KB
/
ImageResizer.Plugins.EPiServerBlobReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageResizer.Plugins.EPiServerBlobReader", "src\ImageResizer.Plugins.EPiServerBlobReader\ImageResizer.Plugins.EPiServerBlobReader.csproj", "{D63A4907-40DA-40EB-A17D-1CC62704A02E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C88BB859-879A-4A35-8A5F-7EF9BC93D5BD}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{F4778037-B3EF-45BE-95C6-8652A2C836A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleAlloy", "samples\SampleAlloy\SampleAlloy.csproj", "{142027ED-EFE7-426D-9AAD-9E049EC6E115}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{189982E3-BE19-4AB1-ACF7-4562194E57AC}"
ProjectSection(SolutionItems) = preProject
build-packages.ps1 = build-packages.ps1
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
{D63A4907-40DA-40EB-A17D-1CC62704A02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D63A4907-40DA-40EB-A17D-1CC62704A02E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D63A4907-40DA-40EB-A17D-1CC62704A02E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D63A4907-40DA-40EB-A17D-1CC62704A02E}.Release|Any CPU.Build.0 = Release|Any CPU
{142027ED-EFE7-426D-9AAD-9E049EC6E115}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{142027ED-EFE7-426D-9AAD-9E049EC6E115}.Debug|Any CPU.Build.0 = Debug|Any CPU
{142027ED-EFE7-426D-9AAD-9E049EC6E115}.Release|Any CPU.ActiveCfg = Release|Any CPU
{142027ED-EFE7-426D-9AAD-9E049EC6E115}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{142027ED-EFE7-426D-9AAD-9E049EC6E115} = {F4778037-B3EF-45BE-95C6-8652A2C836A1}
EndGlobalSection
EndGlobal