[hyena] [build] Improved compatibility with Visual Studio 2008
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] [build] Improved compatibility with Visual Studio 2008
- Date: Fri, 27 Aug 2010 19:30:24 +0000 (UTC)
commit b075f6ce35b2f48b784de22e3bde2e38963a988c
Author: Pete Johanson <peter peterjohanson com>
Date: Fri Aug 20 16:26:06 2010 -0400
[build] Improved compatibility with Visual Studio 2008
Signed-off-by: Gabriel Burt <gabriel burt gmail com>
Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj | 6 ++++--
Hyena.Gui/Hyena.Gui.csproj | 10 ++++------
Hyena.sln | 6 +++---
Mono.Data.Sqlite/Mono.Data.Sqlite.csproj | 21 +++++++++++++++------
4 files changed, 26 insertions(+), 17 deletions(-)
---
diff --git a/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj b/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
index ca39e0a..33a3749 100644
--- a/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
+++ b/Hyena.Data.Sqlite/Hyena.Data.Sqlite.csproj
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<ProjectGuid>{95374549-9553-4C1E-9D89-667755F90E13}</ProjectGuid>
<OutputType>Library</OutputType>
<UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
@@ -18,6 +18,7 @@
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<RootNamespace>Hyena.Data.Sqlite</RootNamespace>
<WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\bin\</OutputPath>
@@ -93,5 +94,6 @@
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
+ <VisualStudio />
</ProjectExtensions>
</Project>
diff --git a/Hyena.Gui/Hyena.Gui.csproj b/Hyena.Gui/Hyena.Gui.csproj
index c8d13bd..a428722 100644
--- a/Hyena.Gui/Hyena.Gui.csproj
+++ b/Hyena.Gui/Hyena.Gui.csproj
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<ProjectGuid>{C856EFD8-E812-4E61-8B76-E3583D94C233}</ProjectGuid>
<OutputType>Library</OutputType>
<UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
@@ -19,6 +19,7 @@
<RootNamespace>Hyena.Gui</RootNamespace>
<PlatformTarget>x86</PlatformTarget>
<WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>..\..\bin\</OutputPath>
@@ -206,9 +207,6 @@
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
+ <VisualStudio />
</ProjectExtensions>
- <ItemGroup>
- <Folder Include="Hyena.Data.Gui\Accessibility\" />
- <Folder Include="Hyena.Gui.Canvas\" />
- </ItemGroup>
</Project>
diff --git a/Hyena.sln b/Hyena.sln
index b7009e2..d3bf456 100644
--- a/Hyena.sln
+++ b/Hyena.sln
@@ -1,6 +1,6 @@
-
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Data.Sqlite", "Mono.Data.Sqlite\Mono.Data.Sqlite.csproj", "{BB1D1D81-7A74-4183-B7B1-3E78B32D42F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hyena", "Hyena\Hyena.csproj", "{95374549-9553-4C1E-9D89-667755F90E12}"
diff --git a/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj b/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj
index 05b3836..dc5c947 100644
--- a/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj
+++ b/Mono.Data.Sqlite/Mono.Data.Sqlite.csproj
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.21022</ProductVersion>
<ProjectGuid>{BB1D1D81-7A74-4183-B7B1-3E78B32D42F1}</ProjectGuid>
<OutputType>Library</OutputType>
<UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
@@ -45,12 +45,20 @@
<Compile Include="Mono.Data.Sqlite\SQLite3.cs" />
<Compile Include="Mono.Data.Sqlite\SQLite3_UTF16.cs" />
<Compile Include="Mono.Data.Sqlite\SQLiteBase.cs" />
- <Compile Include="Mono.Data.Sqlite\SQLiteCommand.cs" />
- <Compile Include="Mono.Data.Sqlite\SQLiteCommandBuilder.cs" />
- <Compile Include="Mono.Data.Sqlite\SQLiteConnection.cs" />
+ <Compile Include="Mono.Data.Sqlite\SQLiteCommand.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="Mono.Data.Sqlite\SQLiteCommandBuilder.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="Mono.Data.Sqlite\SQLiteConnection.cs">
+ <SubType>Component</SubType>
+ </Compile>
<Compile Include="Mono.Data.Sqlite\SQLiteConnectionStringBuilder.cs" />
<Compile Include="Mono.Data.Sqlite\SQLiteConvert.cs" />
- <Compile Include="Mono.Data.Sqlite\SQLiteDataAdapter.cs" />
+ <Compile Include="Mono.Data.Sqlite\SQLiteDataAdapter.cs">
+ <SubType>Component</SubType>
+ </Compile>
<Compile Include="Mono.Data.Sqlite\SQLiteDataReader.cs" />
<Compile Include="Mono.Data.Sqlite\SQLiteEnlistment.cs" />
<Compile Include="Mono.Data.Sqlite\SQLiteException.cs" />
@@ -82,5 +90,6 @@
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>
+ <VisualStudio />
</ProjectExtensions>
</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]