Author: schallm
Date: Tue May 19 18:23:23 2009
New Revision: 776404
URL: http://svn.apache.org/viewvc?rev=776404&view=rev
Log:
Update project file versions of VS 2008 to sp1
Update all references to nunit to 2.4.8
Point log4net reference to correct folder
Modified:
ibatis/trunk/cs/V3/src/Apache.Ibatis.Common.Test/Apache.Ibatis.Common.Test.csproj
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.OleDb.Test/Apache.Ibatis.DataMapper.OleDb.Test.csproj
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test/Apache.Ibatis.DataMapper.SqlClient.Test.csproj
Modified:
ibatis/trunk/cs/V3/src/Apache.Ibatis.Common.Test/Apache.Ibatis.Common.Test.csproj
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/V3/src/Apache.Ibatis.Common.Test/Apache.Ibatis.Common.Test.csproj?rev=776404&r1=776403&r2=776404&view=diff
==============================================================================
---
ibatis/trunk/cs/V3/src/Apache.Ibatis.Common.Test/Apache.Ibatis.Common.Test.csproj
(original)
+++
ibatis/trunk/cs/V3/src/Apache.Ibatis.Common.Test/Apache.Ibatis.Common.Test.csproj
Tue May 19 18:23:23 2009
@@ -1,7 +1,7 @@
<Project DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{5961F3DE-CB5E-40FE-AE89-D00D6E453907}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -76,11 +76,11 @@
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
- <Reference Include="log4net">
- <Name>log4net</Name>
- <HintPath>..\External-Bin\Net\1.1\log4net.dll</HintPath>
+ <Reference Include="log4net, Version=1.2.10.0, Culture=neutral,
PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\External-Bin\Net\2.0\log4net.dll</HintPath>
</Reference>
- <Reference Include="nunit.framework, Version=2.4.4.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
+ <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System">
<Name>System</Name>
</Reference>
Modified:
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.OleDb.Test/Apache.Ibatis.DataMapper.OleDb.Test.csproj
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.OleDb.Test/Apache.Ibatis.DataMapper.OleDb.Test.csproj?rev=776404&r1=776403&r2=776404&view=diff
==============================================================================
---
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.OleDb.Test/Apache.Ibatis.DataMapper.OleDb.Test.csproj
(original)
+++
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.OleDb.Test/Apache.Ibatis.DataMapper.OleDb.Test.csproj
Tue May 19 18:23:23 2009
@@ -2,7 +2,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{11867E8F-6E81-4A8A-8CD7-9B0FA146F7EB}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -34,7 +34,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
- <Reference Include="nunit.framework, Version=2.4.4.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
+ <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral,
PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
<Reference Include="System" />
<Reference Include="System.configuration" />
<Reference Include="System.Data" />
Modified:
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test/Apache.Ibatis.DataMapper.SqlClient.Test.csproj
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test/Apache.Ibatis.DataMapper.SqlClient.Test.csproj?rev=776404&r1=776403&r2=776404&view=diff
==============================================================================
---
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test/Apache.Ibatis.DataMapper.SqlClient.Test.csproj
(original)
+++
ibatis/trunk/cs/V3/src/Apache.Ibatis.DataMapper.SqlClient.Test/Apache.Ibatis.DataMapper.SqlClient.Test.csproj
Tue May 19 18:23:23 2009
@@ -2,7 +2,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8A1F6390-1D7C-47CA-AE8D-818408DD54E9}</ProjectGuid>
<OutputType>Library</OutputType>