Author: gbayon
Date: Thu Jun 29 14:16:40 2006
New Revision: 418139

URL: http://svn.apache.org/viewvc?rev=418139&view=rev
Log:
- Updated assemblyinfo.cs for .NET 2.0 and next release

Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.2005.csproj
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.2005.csproj
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs
    
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs?rev=418139&r1=418138&r2=418139&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/AssemblyInfo.cs Thu Jun 29 14:16:40 
2006
@@ -1,4 +1,28 @@
+using System;
 using System.Reflection;
+
+//
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+//
+#if dotnet2
+[assembly: CLSCompliant(true)]
+
+[assembly: AssemblyCompany("http://ibatis.apache.org/";)]
+[assembly: AssemblyProduct("iBATIS.NET")]
+[assembly: AssemblyCopyright("Copyright 2006,2005 The Apache Software 
Foundation")]
+[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
+[assembly: AssemblyCulture("")]
+
+#if DEBUG
+#else
+[assembly: AssemblyConfiguration("net-2.0.win32; Release")]
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFileAttribute("..\\..\\..\\AssemblyKey.snk")]
+#endif
+
+#endif
 
 [assembly: AssemblyTitle("iBATIS.Common")]
 [assembly: AssemblyDescription("Common object used by DataAccess and 
DataMapper component in iBATIS.Net")]

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.2005.csproj
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.2005.csproj?rev=418139&r1=418138&r2=418139&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.2005.csproj 
(original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.2005.csproj Thu 
Jun 29 14:16:40 2006
@@ -92,10 +92,6 @@
     </Reference>
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\CommonAssemblyInfo.cs">
-      <Link>CommonAssemblyInfo.cs</Link>
-      <SubType>Code</SubType>
-    </Compile>
     <Compile Include="AssemblyInfo.cs">
       <SubType>Code</SubType>
     </Compile>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs?rev=418139&r1=418138&r2=418139&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/AssemblyInfo.cs Thu Jun 29 
14:16:40 2006
@@ -1,4 +1,28 @@
+using System;
 using System.Reflection;
+
+//
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+//
+#if dotnet2
+[assembly: CLSCompliant(true)]
+
+
+[assembly: AssemblyCompany("http://ibatis.apache.org/";)]
+[assembly: AssemblyProduct("iBATIS.NET")]
+[assembly: AssemblyCopyright("Copyright 2006,2005 The Apache Software 
Foundation")]
+[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
+[assembly: AssemblyCulture("")]
+
+#if DEBUG
+#else
+[assembly: AssemblyConfiguration("net-2.0.win32; Release")]
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFileAttribute("..\\..\\..\\AssemblyKey.snk")]
+#endif
+#endif
 
 [assembly: AssemblyTitle("iBATIS.DataAccess")]
 [assembly: AssemblyDescription("Data Access Object (DAO) design pattern 
implementation.")]

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.2005.csproj
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.2005.csproj?rev=418139&r1=418138&r2=418139&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.2005.csproj 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.2005.csproj 
Thu Jun 29 14:16:40 2006
@@ -90,10 +90,6 @@
     </Reference>
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\CommonAssemblyInfo.cs">
-      <Link>CommonAssemblyInfo.cs</Link>
-      <SubType>Code</SubType>
-    </Compile>
     <Compile Include="AssemblyInfo.cs">
       <SubType>Code</SubType>
     </Compile>

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs?rev=418139&r1=418138&r2=418139&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/AssemblyInfo.cs Thu Jun 29 
14:16:40 2006
@@ -1,4 +1,29 @@
+using System;
 using System.Reflection;
+
+
+//
+// General Information about an assembly is controlled through the following 
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+//
+#if dotnet2
+[assembly: CLSCompliant(true)]
+
+[assembly: AssemblyCompany("http://ibatis.apache.org/";)]
+[assembly: AssemblyProduct("iBATIS.NET")]
+[assembly: AssemblyCopyright("Copyright 2006,2005 The Apache Software 
Foundation")]
+[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
+[assembly: AssemblyCulture("")]
+
+#if DEBUG
+#else
+[assembly: AssemblyConfiguration("net-2.0.win32; Release")]
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("..\\..\\..\\AssemblyKey.snk")]
+#endif
+
+#endif
 
 //
 // General Information about an assembly is controlled through the following 

Modified: 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj?rev=418139&r1=418138&r2=418139&view=diff
==============================================================================
--- 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj 
(original)
+++ 
ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.20005.csproj 
Thu Jun 29 14:16:40 2006
@@ -91,10 +91,6 @@
     </Reference>
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="..\CommonAssemblyInfo.cs">
-      <Link>CommonAssemblyInfo.cs</Link>
-      <SubType>Code</SubType>
-    </Compile>
     <Compile Include="AssemblyInfo.cs">
       <SubType>Code</SubType>
     </Compile>


Reply via email to