tomboy r2288 - in trunk: . Tomboy/Addins/Backlinks Tomboy/Addins/Bugzilla Tomboy/Addins/ExportToHtml Tomboy/Addins/FileSystemSyncService Tomboy/Addins/FixedWidth Tomboy/Addins/InsertTimestamp Tomboy/Addins/NoteOfTheDay
- From: sharm svn gnome org
- To: svn-commits-list gnome org
- Subject: tomboy r2288 - in trunk: . Tomboy/Addins/Backlinks Tomboy/Addins/Bugzilla Tomboy/Addins/ExportToHtml Tomboy/Addins/FileSystemSyncService Tomboy/Addins/FixedWidth Tomboy/Addins/InsertTimestamp Tomboy/Addins/NoteOfTheDay
- Date: Sat, 24 Jan 2009 16:37:52 +0000 (UTC)
Author: sharm
Date: Sat Jan 24 16:37:52 2009
New Revision: 2288
URL: http://svn.gnome.org/viewvc/tomboy?rev=2288&view=rev
Log:
* Tomboy.csproj:
* Tomboy/Addins/*/*.csproj: Switch to x86 build target. Fixes bug #558272.
Thanks to Jay R. Wren for figuring this out!
* Tomboy.sln: Include SharpDevelop header.
Modified:
trunk/ChangeLog
trunk/Tomboy.csproj
trunk/Tomboy.sln
trunk/Tomboy/Addins/Backlinks/Backlinks.csproj
trunk/Tomboy/Addins/Bugzilla/Bugzilla.csproj
trunk/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj
trunk/Tomboy/Addins/FileSystemSyncService/FileSystemSyncService.csproj
trunk/Tomboy/Addins/FixedWidth/FixedWidth.csproj
trunk/Tomboy/Addins/InsertTimestamp/InsertTimestamp.csproj
trunk/Tomboy/Addins/NoteOfTheDay/NoteOfTheDay.csproj
Modified: trunk/Tomboy.csproj
==============================================================================
--- trunk/Tomboy.csproj (original)
+++ trunk/Tomboy.csproj Sat Jan 24 16:37:52 2009
@@ -46,6 +46,7 @@
<Build xmlns="" />
</Build>
<DefineConstants>WIN32</DefineConstants>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
@@ -301,4 +302,4 @@
copy "$(ProjectDir)Tomboy\Tomboy.addin.xml" "$(ProjectDir)"
copy "$(ProjectDir)data\UIManagerLayout.xml" "$(ProjectDir)"</PostBuildEvent>
</PropertyGroup>
-</Project>
+</Project>
\ No newline at end of file
Modified: trunk/Tomboy.sln
==============================================================================
--- trunk/Tomboy.sln (original)
+++ trunk/Tomboy.sln Sat Jan 24 16:37:52 2009
@@ -1,6 +1,7 @@
ï
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
+# SharpDevelop 3.0.0.2970
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tomboy", "Tomboy.csproj", "{315DBB30-1461-4A41-A23F-A888D84E1EA0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FixedWidth", "Tomboy\Addins\FixedWidth\FixedWidth.csproj", "{30A75F9A-7305-465E-8754-334345424569}"
@@ -79,6 +80,7 @@
{70C6BF8A-5AFF-4EF0-8D94-77F3281B8EE2}.Mac|Any CPU.ActiveCfg = Release|Any CPU
{70C6BF8A-5AFF-4EF0-8D94-77F3281B8EE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70C6BF8A-5AFF-4EF0-8D94-77F3281B8EE2}.Release|Any CPU.Build.0 = Release|Any CPU
+ {70C6BF8A-5AFF-4EF0-8D94-77F3281B8EE2}.Mac|Any CPU.Build.0 = Mac|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Modified: trunk/Tomboy/Addins/Backlinks/Backlinks.csproj
==============================================================================
--- trunk/Tomboy/Addins/Backlinks/Backlinks.csproj (original)
+++ trunk/Tomboy/Addins/Backlinks/Backlinks.csproj Sat Jan 24 16:37:52 2009
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Modified: trunk/Tomboy/Addins/Bugzilla/Bugzilla.csproj
==============================================================================
--- trunk/Tomboy/Addins/Bugzilla/Bugzilla.csproj (original)
+++ trunk/Tomboy/Addins/Bugzilla/Bugzilla.csproj Sat Jan 24 16:37:52 2009
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Modified: trunk/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj
==============================================================================
--- trunk/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj (original)
+++ trunk/Tomboy/Addins/ExportToHtml/ExportToHtml.csproj Sat Jan 24 16:37:52 2009
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Modified: trunk/Tomboy/Addins/FileSystemSyncService/FileSystemSyncService.csproj
==============================================================================
--- trunk/Tomboy/Addins/FileSystemSyncService/FileSystemSyncService.csproj (original)
+++ trunk/Tomboy/Addins/FileSystemSyncService/FileSystemSyncService.csproj Sat Jan 24 16:37:52 2009
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Modified: trunk/Tomboy/Addins/FixedWidth/FixedWidth.csproj
==============================================================================
--- trunk/Tomboy/Addins/FixedWidth/FixedWidth.csproj (original)
+++ trunk/Tomboy/Addins/FixedWidth/FixedWidth.csproj Sat Jan 24 16:37:52 2009
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Modified: trunk/Tomboy/Addins/InsertTimestamp/InsertTimestamp.csproj
==============================================================================
--- trunk/Tomboy/Addins/InsertTimestamp/InsertTimestamp.csproj (original)
+++ trunk/Tomboy/Addins/InsertTimestamp/InsertTimestamp.csproj Sat Jan 24 16:37:52 2009
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Modified: trunk/Tomboy/Addins/NoteOfTheDay/NoteOfTheDay.csproj
==============================================================================
--- trunk/Tomboy/Addins/NoteOfTheDay/NoteOfTheDay.csproj (original)
+++ trunk/Tomboy/Addins/NoteOfTheDay/NoteOfTheDay.csproj Sat Jan 24 16:37:52 2009
@@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]