Author: gbayon
Date: Tue Jan 30 12:42:24 2007
New Revision: 501552
URL: http://svn.apache.org/viewvc?view=rev&rev=501552
Log:
Corrected version
Modified:
ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs
Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs?view=diff&rev=501552&r1=501551&r2=501552
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs Tue Jan 30 12:42:24
2007
@@ -17,7 +17,11 @@
#if DEBUG
#else
+#if dotnet2
[assembly: AssemblyConfiguration("net-2.0.win32; Release")]
+#else
+[assembly: AssemblyConfiguration("net-1.1.win32; Release")]
+#endif
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("..\\..\\..\\AssemblyKey.snk")]
#endif
Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs?view=diff&rev=501552&r1=501551&r2=501552
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs Tue Jan 30
12:42:24 2007
@@ -18,7 +18,11 @@
#if DEBUG
#else
+#if dotnet2
[assembly: AssemblyConfiguration("net-2.0.win32; Release")]
+#else
+[assembly: AssemblyConfiguration("net-1.1.win32; Release")]
+#endif
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFileAttribute("..\\..\\..\\AssemblyKey.snk")]
#endif
Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs?view=diff&rev=501552&r1=501551&r2=501552
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs Tue Jan 30
12:42:24 2007
@@ -18,7 +18,11 @@
#if DEBUG
#else
+#if dotnet2
[assembly: AssemblyConfiguration("net-2.0.win32; Release")]
+#else
+[assembly: AssemblyConfiguration("net-1.1.win32; Release")]
+#endif
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("..\\..\\..\\AssemblyKey.snk")]
#endif