You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by gb...@apache.org on 2005/12/30 18:52:54 UTC

svn commit: r360124 - in /ibatis/trunk/cs/mapper: ./ IBatisNet.Common.Logging.Log4Net/ IBatisNet.Common/ IBatisNet.DataAccess/ IBatisNet.DataMapper/

Author: gbayon
Date: Fri Dec 30 09:52:20 2005
New Revision: 360124

URL: http://svn.apache.org/viewcvs?rev=360124&view=rev
Log:
- Moved CommonAssemblyInfo.cs one level and re-added it as link in projects

Added:
    ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs
Removed:
    ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/CommonAssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.Common/CommonAssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/CommonAssemblyInfo.cs
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/CommonAssemblyInfo.cs
Modified:
    ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj
    ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
    ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj
    ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj

Added: ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs?rev=360124&view=auto
==============================================================================
--- ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs (added)
+++ ibatis/trunk/cs/mapper/CommonAssemblyInfo.cs Fri Dec 30 09:52:20 2005
@@ -0,0 +1,48 @@
+using System;
+using System.Reflection;
+using System.Runtime.CompilerServices;
+
+[assembly: CLSCompliant(true)]
+
+//
+// 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.
+//
+[assembly: AssemblyCompany("http://ibatis.apache.org/")]
+[assembly: AssemblyProduct("iBATIS.NET")]
+[assembly: AssemblyCopyright("Copyright 2004,2005 The Apache Software Foundation")]
+[assembly: AssemblyTrademark("Licensed under the Apache License, Version 2.0")]
+[assembly: AssemblyCulture("")]	
+	
+
+//
+// In order to sign your assembly you must specify a key to use. Refer to the 
+// Microsoft .NET Framework documentation for more information on assembly signing.
+//
+// Use the attributes below to control which key is used for signing. 
+//
+// Notes: 
+//   (*) If no key is specified, the assembly is not signed.
+//   (*) KeyName refers to a key that has been installed in the Crypto Service
+//       Provider (CSP) on your machine. KeyFile refers to a file which contains
+//       a key.
+//   (*) If the KeyFile and the KeyName values are both specified, the 
+//       following processing occurs:
+//       (1) If the KeyName can be found in the CSP, that key is used.
+//       (2) If the KeyName does not exist and the KeyFile does exist, the key 
+//           in the KeyFile is installed into the CSP and used.
+//   (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
+//       When specifying the KeyFile, the location of the KeyFile should be
+//       relative to the project output directory which is
+//       %Project Directory%\obj\<configuration>. For example, if your KeyFile is
+//       located in the project directory, you would specify the AssemblyKeyFile 
+//       attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
+//   (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
+//       documentation for more information on this.
+//
+#if STRONG
+[assembly: AssemblyConfiguration("net-1.1.win32; Release")]
+[assembly: AssemblyDelaySign(false)]
+[assembly: AssemblyKeyFile("..\\..\\..\\AssemblyKey.snk")]
+#endif
\ No newline at end of file

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj?rev=360124&r1=360123&r2=360124&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common.Logging.Log4Net/IBatisNet.Common.Logging.Log4Net.csproj Fri Dec 30 09:52:20 2005
@@ -100,6 +100,7 @@
                 />
                 <File
                     RelPath = "CommonAssemblyInfo.cs"
+                    Link = "..\CommonAssemblyInfo.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />

Modified: ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj?rev=360124&r1=360123&r2=360124&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.Common/IBatisNet.Common.csproj Fri Dec 30 09:52:20 2005
@@ -109,6 +109,7 @@
                 />
                 <File
                     RelPath = "CommonAssemblyInfo.cs"
+                    Link = "..\CommonAssemblyInfo.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj?rev=360124&r1=360123&r2=360124&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataAccess/IBatisNet.DataAccess.csproj Fri Dec 30 09:52:20 2005
@@ -114,6 +114,7 @@
                 />
                 <File
                     RelPath = "CommonAssemblyInfo.cs"
+                    Link = "..\CommonAssemblyInfo.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />

Modified: ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj
URL: http://svn.apache.org/viewcvs/ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj?rev=360124&r1=360123&r2=360124&view=diff
==============================================================================
--- ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj (original)
+++ ibatis/trunk/cs/mapper/IBatisNet.DataMapper/IBatisNet.DataMapper.csproj Fri Dec 30 09:52:20 2005
@@ -109,6 +109,7 @@
                 />
                 <File
                     RelPath = "CommonAssemblyInfo.cs"
+                    Link = "..\CommonAssemblyInfo.cs"
                     SubType = "Code"
                     BuildAction = "Compile"
                 />