Browse Subversion Repository
Contents of /ImageCompression.sln
Parent Directory
| Revision Log
Revision 18 -
( show annotations)
( download)
Mon Oct 11 13:26:23 2010 UTC
(13 years, 6 months ago)
by berupon
File size: 1407 byte(s)
GUIで、圧縮設定を調整して結果を確認出来るアプリケーションの作成開始。
| 1 |
|
| 2 |
Microsoft Visual Studio Solution File, Format Version 10.00 |
| 3 |
# Visual Studio 2008 |
| 4 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageCompression", "ImageCompression.vcproj", "{E5BE9AA9-9CD2-4F43-97F6-76299C2FF3C5}" |
| 5 |
EndProject |
| 6 |
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageCompressionAnalyzer", "ImageCompressionAnalyzer\ImageCompressionAnalyzer.vcproj", "{A584ED73-A44A-494A-A9B3-B0066C216A32}" |
| 7 |
EndProject |
| 8 |
Global |
| 9 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 10 |
Debug|Win32 = Debug|Win32 |
| 11 |
Release|Win32 = Release|Win32 |
| 12 |
EndGlobalSection |
| 13 |
GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 14 |
{E5BE9AA9-9CD2-4F43-97F6-76299C2FF3C5}.Debug|Win32.ActiveCfg = Debug|Win32 |
| 15 |
{E5BE9AA9-9CD2-4F43-97F6-76299C2FF3C5}.Debug|Win32.Build.0 = Debug|Win32 |
| 16 |
{E5BE9AA9-9CD2-4F43-97F6-76299C2FF3C5}.Release|Win32.ActiveCfg = Release|Win32 |
| 17 |
{E5BE9AA9-9CD2-4F43-97F6-76299C2FF3C5}.Release|Win32.Build.0 = Release|Win32 |
| 18 |
{A584ED73-A44A-494A-A9B3-B0066C216A32}.Debug|Win32.ActiveCfg = Debug|Win32 |
| 19 |
{A584ED73-A44A-494A-A9B3-B0066C216A32}.Debug|Win32.Build.0 = Debug|Win32 |
| 20 |
{A584ED73-A44A-494A-A9B3-B0066C216A32}.Release|Win32.ActiveCfg = Release|Win32 |
| 21 |
{A584ED73-A44A-494A-A9B3-B0066C216A32}.Release|Win32.Build.0 = Release|Win32 |
| 22 |
EndGlobalSection |
| 23 |
GlobalSection(SolutionProperties) = preSolution |
| 24 |
HideSolutionNode = FALSE |
| 25 |
EndGlobalSection |
| 26 |
EndGlobal |
|