forked from id23cat/Stg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
213 changed files
with
20,195 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,239 @@ | ||
<?xml version="1.0" encoding="windows-1251"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="9,00" | ||
Name="BMPanalyse" | ||
ProjectGUID="{250A12E5-3BB5-417D-B138-2D718CD98C5D}" | ||
RootNamespace="BMPanalyse" | ||
Keyword="Win32Proj" | ||
TargetFrameworkVersion="196613" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="Win32" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Debug|Win32" | ||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
IntermediateDirectory="$(ConfigurationName)" | ||
ConfigurationType="1" | ||
UseOfMFC="1" | ||
UseOfATL="0" | ||
CharacterSet="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="0" | ||
AdditionalIncludeDirectories=""$(SolutionDir)\libstego";"$(SolutionDir)\jpeg-8a"" | ||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | ||
MinimalRebuild="true" | ||
BasicRuntimeChecks="3" | ||
RuntimeLibrary="3" | ||
UsePrecompiledHeader="2" | ||
WarningLevel="3" | ||
DebugInformationFormat="4" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalDependencies="libstego.lib libjpeg.lib jpegtran.lib cjpeg.lib" | ||
LinkIncremental="2" | ||
AdditionalLibraryDirectories=""$(SolutionDir)\libs"" | ||
IgnoreAllDefaultLibraries="false" | ||
GenerateDebugInformation="true" | ||
SubSystem="1" | ||
TargetMachine="1" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
<Configuration | ||
Name="Release|Win32" | ||
OutputDirectory="$(SolutionDir)$(ConfigurationName)" | ||
IntermediateDirectory="$(ConfigurationName)" | ||
ConfigurationType="1" | ||
CharacterSet="1" | ||
WholeProgramOptimization="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="2" | ||
EnableIntrinsicFunctions="true" | ||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | ||
RuntimeLibrary="2" | ||
EnableFunctionLevelLinking="true" | ||
UsePrecompiledHeader="2" | ||
WarningLevel="3" | ||
DebugInformationFormat="3" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
LinkIncremental="1" | ||
GenerateDebugInformation="true" | ||
SubSystem="1" | ||
OptimizeReferences="2" | ||
EnableCOMDATFolding="2" | ||
TargetMachine="1" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
</Configurations> | ||
<References> | ||
<ProjectReference | ||
ReferencedProjectIdentifier="{E61592E1-28F4-4AFC-9EE1-9BE833A061C1}" | ||
RelativePathToProject=".\jpeg-8a\jpeg.vcproj" | ||
/> | ||
<ProjectReference | ||
ReferencedProjectIdentifier="{63529F3E-DD45-4A7E-89A9-410C193621BC}" | ||
RelativePathToProject=".\libstego\libogg-stego.vcproj" | ||
/> | ||
</References> | ||
<Files> | ||
<Filter | ||
Name="Source Files" | ||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
> | ||
<File | ||
RelativePath=".\BMPanalyse.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\stdafx.cpp" | ||
> | ||
<FileConfiguration | ||
Name="Debug|Win32" | ||
> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
UsePrecompiledHeader="1" | ||
/> | ||
</FileConfiguration> | ||
<FileConfiguration | ||
Name="Release|Win32" | ||
> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
UsePrecompiledHeader="1" | ||
/> | ||
</FileConfiguration> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Header Files" | ||
Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
> | ||
<File | ||
RelativePath=".\stdafx.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\targetver.h" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Resource Files" | ||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" | ||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
> | ||
</Filter> | ||
<File | ||
RelativePath=".\ReadMe.txt" | ||
> | ||
</File> | ||
</Files> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
======================================================================== | ||
CONSOLE APPLICATION : BMPanalyse Project Overview | ||
======================================================================== | ||
|
||
AppWizard has created this BMPanalyse application for you. | ||
|
||
This file contains a summary of what you will find in each of the files that | ||
make up your BMPanalyse application. | ||
|
||
|
||
BMPanalyse.vcproj | ||
This is the main project file for VC++ projects generated using an Application Wizard. | ||
It contains information about the version of Visual C++ that generated the file, and | ||
information about the platforms, configurations, and project features selected with the | ||
Application Wizard. | ||
|
||
BMPanalyse.cpp | ||
This is the main application source file. | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
Other standard files: | ||
|
||
StdAfx.h, StdAfx.cpp | ||
These files are used to build a precompiled header (PCH) file | ||
named BMPanalyse.pch and a precompiled types file named StdAfx.obj. | ||
|
||
///////////////////////////////////////////////////////////////////////////// | ||
Other notes: | ||
|
||
AppWizard uses "TODO:" comments to indicate parts of the source code you | ||
should add to or customize. | ||
|
||
///////////////////////////////////////////////////////////////////////////// |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog> | ||
<Properties><Property Name="Solution" Value="stego-project"> | ||
</Property><Property Name="Solution File" Value="C:\Work\Stego-project\stego-project.sln"> | ||
</Property><Property Name="Date" Value="1 октября 2010 г."> | ||
</Property><Property Name="Time" Value="13:59:12"> | ||
</Property><Property Name="Log Number" Value="3"> | ||
</Property></Properties><Event ErrorLevel="1" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project."> | ||
</Event><Event ErrorLevel="0" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="Project file successfully backed up as 'C:\Work\Stego-project\edcast\libedcast\libedcast.vcproj.8.00.old'."> | ||
</Event><Event ErrorLevel="0" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="Converted"> | ||
</Event></UpgradeLog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog> | ||
<Properties><Property Name="Solution" Value="stego-project"> | ||
</Property><Property Name="Solution File" Value="C:\Work\Stego-project\stego-project.sln"> | ||
</Property><Property Name="User Options File" Value="C:\Work\Stego-project\stego-project.suo"> | ||
</Property><Property Name="Date" Value="8 октября 2010 г."> | ||
</Property><Property Name="Time" Value="10:32"> | ||
</Property><Property Name="Log Number" Value="4"> | ||
</Property></Properties><Event ErrorLevel="0" Project="" Source="stego-project.sln" Description="File successfully backed up as C:\Work\Stego-project\stego-project.sln.old"> | ||
</Event><Event ErrorLevel="0" Project="" Source="stego-project.suo" Description="File successfully backed up as C:\Work\Stego-project\stego-project.suo.old"> | ||
</Event><Event ErrorLevel="0" Project="libogg-stego" Source="libstego\libogg-stego.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libogg-stego" Source="libstego\libogg-stego.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="BMPlsb" Source="BMPlsb\BMPlsb.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="BMPlsb" Source="BMPlsb\BMPlsb.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="libbmp" Source="libbmp\libbmp.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libbmp" Source="libbmp\libbmp.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="jpeg" Source="jpeg-8a\jpeg.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="jpeg" Source="jpeg-8a\jpeg.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="libvorbis_static" Source="libvorbis-1.2.3\win32\VS2008\libvorbis\libvorbis_static.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libvorbis_static" Source="libvorbis-1.2.3\win32\VS2008\libvorbis\libvorbis_static.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="jpegtest" Source="jpegtest\jpegtest.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="jpegtest" Source="jpegtest\jpegtest.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="jpegtran" Source="jpeg-8a\jpegtran.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="jpegtran" Source="jpeg-8a\jpegtran.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="oggtest" Source="oggtest\oggtest.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="oggtest" Source="oggtest\oggtest.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="libogg_static" Source="libogg\win32\VS2008\libogg_static.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libogg_static" Source="libogg\win32\VS2008\libogg_static.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="cjpeg" Source="jpeg-8a\cjpeg.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="cjpeg" Source="jpeg-8a\cjpeg.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="djpeg" Source="jpeg-8a\djpeg.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="djpeg" Source="jpeg-8a\djpeg.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="edcast_winamp" Source="edcast\edcast\src\edcast_winamp.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="edcast_winamp" Source="edcast\edcast\src\edcast_winamp.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="1" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project."> | ||
</Event><Event ErrorLevel="0" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="Project file successfully backed up as 'C:\Work\Stego-project\edcast\libedcast\libedcast.vcproj.8.00.old'."> | ||
</Event><Event ErrorLevel="0" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libedcast" Source="edcast\libedcast\libedcast.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="libvorbis_dynamic" Source="libvorbis-1.2.3\win32\VS2008\libvorbis\libvorbis_dynamic.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libvorbis_dynamic" Source="libvorbis-1.2.3\win32\VS2008\libvorbis\libvorbis_dynamic.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="libogg_dynamic" Source="libogg\win32\VS2008\libogg_dynamic.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="libogg_dynamic" Source="libogg\win32\VS2008\libogg_dynamic.vcproj" Description="Converted"> | ||
</Event><Event ErrorLevel="0" Project="netradio" Source="bass\c\netradio\netradio.vcproj" Description="Project upgraded successfully."> | ||
</Event><Event ErrorLevel="3" Project="netradio" Source="bass\c\netradio\netradio.vcproj" Description="Converted"> | ||
</Event></UpgradeLog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog> | ||
<Properties/></UpgradeLog> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.