gmime r1530 - trunk
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: gmime r1530 - trunk
- Date: Tue, 31 Mar 2009 12:05:34 +0000 (UTC)
Author: fejj
Date: Tue Mar 31 12:05:33 2009
New Revision: 1530
URL: http://svn.gnome.org/viewvc/gmime?rev=1530&view=rev
Log:
2009-03-31 Jeffrey Stedfast <fejj novell com>
* gmime.sln: New Microsoft Visual Studio 2008 Solution file for GMime.
* gmime.vcproj: New Microsoft Visual C++ Project file for GMime.
Added:
trunk/gmime.sln
trunk/gmime.vcproj
Modified:
trunk/ChangeLog
Added: trunk/gmime.sln
==============================================================================
--- (empty file)
+++ trunk/gmime.sln Tue Mar 31 12:05:33 2009
@@ -0,0 +1,20 @@
+ï
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C++ Express 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GMime", "GMime.vcproj", "{F281AAC0-61AB-4E5C-849D-34FDB3687675}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F281AAC0-61AB-4E5C-849D-34FDB3687675}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F281AAC0-61AB-4E5C-849D-34FDB3687675}.Debug|Win32.Build.0 = Debug|Win32
+ {F281AAC0-61AB-4E5C-849D-34FDB3687675}.Release|Win32.ActiveCfg = Release|Win32
+ {F281AAC0-61AB-4E5C-849D-34FDB3687675}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
Added: trunk/gmime.vcproj
==============================================================================
--- (empty file)
+++ trunk/gmime.vcproj Tue Mar 31 12:05:33 2009
@@ -0,0 +1,648 @@
+ï<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="GMime"
+ ProjectGUID="{F281AAC0-61AB-4E5C-849D-34FDB3687675}"
+ RootNamespace="GMime"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/D "ssize_t"="long int" /D "GMIME_MAJOR_VERSION"="2" /D "GMIME_MINOR_VERSION"="4" /D "GMIME_MICRO_VERSION"="5" /D "ICONV_CONST"="const" /D "HAVE_TIMEZONE""
+ Optimization="0"
+ AdditionalIncludeDirectories=""."; "util""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="libiconv.lib glib-2.0.lib gobject-2.0.lib zdll.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GMIME_EXPORTS;"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ 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>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\util\cache.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-charset-map-private.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-charset.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-cipher-context.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-common.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-content-type.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-data-wrapper.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-disposition.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-encodings.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-error.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-basic.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-best.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-charset.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-crlf.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-enriched.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-from.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-gzip.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-html.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-md5.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-strip.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-windows.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-yenc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-header.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-iconv-utils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-iconv.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-message-part.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-message-partial.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-multipart-encrypted.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-multipart-signed.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-multipart.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-object.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-param.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-parse-utils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-parser.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-part.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-session-simple.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-session.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-buffer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-cat.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-file.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-filter.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-mem.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-null.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-table-private.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-utils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime.h"
+ >
+ </File>
+ <File
+ RelativePath=".\util\gtrie.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\internet-address.h"
+ >
+ </File>
+ <File
+ RelativePath=".\util\list.h"
+ >
+ </File>
+ <File
+ RelativePath=".\util\md5-utils.h"
+ >
+ </File>
+ <File
+ RelativePath=".\util\url-scanner.h"
+ >
+ </File>
+ <File
+ RelativePath=".\zenprofiler.h"
+ >
+ </File>
+ <File
+ RelativePath=".\zentimer.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\util\cache.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-charset.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-cipher-context.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-common.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-content-type.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-data-wrapper.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-disposition.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-encodings.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-basic.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-best.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-charset.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-crlf.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-enriched.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-from.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-gzip.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-html.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-md5.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-strip.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-windows.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter-yenc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-filter.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-header.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-iconv-utils.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-iconv.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-message-part.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-message-partial.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-multipart-encrypted.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-multipart-signed.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-multipart.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-object.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-param.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-parse-utils.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-parser.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-part.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-session-simple.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-session.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-buffer.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-cat.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-file.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-filter.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-mem.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream-null.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-stream.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime-utils.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\gmime.c"
+ >
+ </File>
+ <File
+ RelativePath=".\util\gtrie.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gmime\internet-address.c"
+ >
+ </File>
+ <File
+ RelativePath=".\util\list.c"
+ >
+ </File>
+ <File
+ RelativePath=".\util\md5-utils.c"
+ >
+ </File>
+ <File
+ RelativePath=".\util\url-scanner.c"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\AUTHORS"
+ >
+ </File>
+ <File
+ RelativePath=".\ChangeLog"
+ >
+ </File>
+ <File
+ RelativePath=".\COPYING"
+ >
+ </File>
+ <File
+ RelativePath=".\HACKING"
+ >
+ </File>
+ <File
+ RelativePath=".\LICENSE"
+ >
+ </File>
+ <File
+ RelativePath=".\MAINTAINERS"
+ >
+ </File>
+ <File
+ RelativePath=".\PORTING"
+ >
+ </File>
+ <File
+ RelativePath=".\README"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]