-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImageOptimizationFramework.sln
More file actions
executable file
·82 lines (82 loc) · 5.17 KB
/
Copy pathImageOptimizationFramework.sln
File metadata and controls
executable file
·82 lines (82 loc) · 5.17 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
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageOptimizationFramework", "src\ImageOptimizationFramework\ImageOptimizationFramework.csproj", "{9852E8B5-1B86-4AEF-85F3-60A71D8847FC}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebFormsControlSample", "test\WebFormsControlSample", "{C6CEE35E-5C19-4076-BFA3-1E1AB5373047}"
ProjectSection(WebsiteProperties) = preProject
SccProjectName = ""
SccAuxPath = ""
SccLocalPath = ""
SccProvider = ""
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
ProjectReferences = "{1DB2C622-EFDE-458C-8E47-8DEAA9B7F8BB}|ImageEx.dll;{9852E8B5-1B86-4AEF-85F3-60A71D8847FC}|ImageOptimizationFramework.dll;"
Debug.AspNetCompiler.VirtualPath = "/WebFormsControlSample"
Debug.AspNetCompiler.PhysicalPath = "test\WebFormsControlSample\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebFormsControlSample\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/WebFormsControlSample"
Release.AspNetCompiler.PhysicalPath = "test\WebFormsControlSample\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebFormsControlSample\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "54099"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageSprite", "src\ImageSprite\ImageSprite.csproj", "{1DB2C622-EFDE-458C-8E47-8DEAA9B7F8BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpriteHelper", "src\SpriteHelper\SpriteHelper.csproj", "{2B8A6DC7-5477-4590-9E56-492BFF1D9796}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCSample", "test\MvcSample\MVCSample.csproj", "{7FC7C2BC-858D-4DAB-BD06-9A0BC2B3F6AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCSampleRazorViews", "test\MvcSampleRazorViews\MVCSampleRazorViews.csproj", "{48B83701-3AEB-4DF1-8D0B-84AAF213A928}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageOptimizationFrameworkTest", "test\ImageOptimizationFrameworkTests\ImageOptimizationFrameworkTest.csproj", "{AD186CBE-3B4E-47FE-8B3A-74AC83E06CA7}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = ImageOptimizationFramework.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9852E8B5-1B86-4AEF-85F3-60A71D8847FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9852E8B5-1B86-4AEF-85F3-60A71D8847FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9852E8B5-1B86-4AEF-85F3-60A71D8847FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9852E8B5-1B86-4AEF-85F3-60A71D8847FC}.Release|Any CPU.Build.0 = Release|Any CPU
{C6CEE35E-5C19-4076-BFA3-1E1AB5373047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6CEE35E-5C19-4076-BFA3-1E1AB5373047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6CEE35E-5C19-4076-BFA3-1E1AB5373047}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{C6CEE35E-5C19-4076-BFA3-1E1AB5373047}.Release|Any CPU.Build.0 = Debug|Any CPU
{1DB2C622-EFDE-458C-8E47-8DEAA9B7F8BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DB2C622-EFDE-458C-8E47-8DEAA9B7F8BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DB2C622-EFDE-458C-8E47-8DEAA9B7F8BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DB2C622-EFDE-458C-8E47-8DEAA9B7F8BB}.Release|Any CPU.Build.0 = Release|Any CPU
{2B8A6DC7-5477-4590-9E56-492BFF1D9796}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B8A6DC7-5477-4590-9E56-492BFF1D9796}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B8A6DC7-5477-4590-9E56-492BFF1D9796}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B8A6DC7-5477-4590-9E56-492BFF1D9796}.Release|Any CPU.Build.0 = Release|Any CPU
{7FC7C2BC-858D-4DAB-BD06-9A0BC2B3F6AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FC7C2BC-858D-4DAB-BD06-9A0BC2B3F6AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FC7C2BC-858D-4DAB-BD06-9A0BC2B3F6AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FC7C2BC-858D-4DAB-BD06-9A0BC2B3F6AD}.Release|Any CPU.Build.0 = Release|Any CPU
{48B83701-3AEB-4DF1-8D0B-84AAF213A928}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48B83701-3AEB-4DF1-8D0B-84AAF213A928}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48B83701-3AEB-4DF1-8D0B-84AAF213A928}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48B83701-3AEB-4DF1-8D0B-84AAF213A928}.Release|Any CPU.Build.0 = Release|Any CPU
{AD186CBE-3B4E-47FE-8B3A-74AC83E06CA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD186CBE-3B4E-47FE-8B3A-74AC83E06CA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD186CBE-3B4E-47FE-8B3A-74AC83E06CA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD186CBE-3B4E-47FE-8B3A-74AC83E06CA7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal