forked from prjseal/SmallerImages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SmallerImage.sln
31 lines (31 loc) · 1.57 KB
/
SmallerImage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallerImages.Web", "SmallerImages.Web\SmallerImages.Web.csproj", "{B7F31D6B-E713-4A5E-8DB7-A86D32097308}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmallerImages", "SmallerImages\SmallerImages.csproj", "{E4BFD718-A738-4FC2-9B25-52B8D8EB9974}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7F31D6B-E713-4A5E-8DB7-A86D32097308}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7F31D6B-E713-4A5E-8DB7-A86D32097308}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7F31D6B-E713-4A5E-8DB7-A86D32097308}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7F31D6B-E713-4A5E-8DB7-A86D32097308}.Release|Any CPU.Build.0 = Release|Any CPU
{E4BFD718-A738-4FC2-9B25-52B8D8EB9974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4BFD718-A738-4FC2-9B25-52B8D8EB9974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4BFD718-A738-4FC2-9B25-52B8D8EB9974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4BFD718-A738-4FC2-9B25-52B8D8EB9974}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {116F36C0-012C-42A2-986D-15838A8CD67E}
EndGlobalSection
EndGlobal