-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathImageResizing.sln
More file actions
31 lines (31 loc) · 1.59 KB
/
ImageResizing.sln
File metadata and controls
31 lines (31 loc) · 1.59 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29609.76
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImageResizer.AspNetCore", "ImageResizer.AspNetCore\ImageResizer.AspNetCore.csproj", "{524EDD8B-4CCC-43AD-8C64-5AFB99BC55A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestExample", "TestExample\TestExample.csproj", "{5CDC3CC8-E682-4911-85D0-A7C56F0C2476}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{524EDD8B-4CCC-43AD-8C64-5AFB99BC55A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{524EDD8B-4CCC-43AD-8C64-5AFB99BC55A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{524EDD8B-4CCC-43AD-8C64-5AFB99BC55A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{524EDD8B-4CCC-43AD-8C64-5AFB99BC55A8}.Release|Any CPU.Build.0 = Release|Any CPU
{5CDC3CC8-E682-4911-85D0-A7C56F0C2476}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CDC3CC8-E682-4911-85D0-A7C56F0C2476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CDC3CC8-E682-4911-85D0-A7C56F0C2476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CDC3CC8-E682-4911-85D0-A7C56F0C2476}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {927CE114-1AA5-4748-B04E-C7FF45E9F207}
EndGlobalSection
EndGlobal