Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kirzner <borisk@mono-cvs.ximian.com>2005-09-15 09:48:08 +0400
committerBoris Kirzner <borisk@mono-cvs.ximian.com>2005-09-15 09:48:08 +0400
commit2c3f55c2b5c33ace0e03057a91d2581e73fb4a8c (patch)
tree0970bd9a68dc2e91fb264d38ab78238be9c2dbc5 /mcs/class/Novell.Directory.Ldap
parentde11df89eb622f34d055f90bed0408a6d0da4747 (diff)
Fix for TARGET_JVM project file.
svn path=/trunk/mcs/; revision=50069
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/ChangeLog3
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.vmwcsproj1
2 files changed, 4 insertions, 0 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/ChangeLog b/mcs/class/Novell.Directory.Ldap/ChangeLog
index 64d36848e9f..3d7a0c45081 100644
--- a/mcs/class/Novell.Directory.Ldap/ChangeLog
+++ b/mcs/class/Novell.Directory.Ldap/ChangeLog
@@ -1,3 +1,6 @@
+2005-15-09 Boris Kirzner <borisk@mainsoft.com>
+ * Novell.Directory.Ldap.vmwcsproj: added reference to Consts.cs.in
+
2005-14-08 Boris Kirzner <borisk@mainsoft.com>
* LdapConnection.cs:
- Values from app settings are not stored anymore in app domain.
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.vmwcsproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.vmwcsproj
index e1b6d6bc494..5c69b94243f 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.vmwcsproj
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.vmwcsproj
@@ -14,6 +14,7 @@
</Build>
<Files>
<Include>
+ <File RelPath="Consts.cs.in" Link="..\..\build\common\Consts.cs.in" SubType="Code" BuildAction="Compile"/>
<File RelPath="Novell.Directory.Ldap\AssemblyInfo.cs" SubType="Code" BuildAction="Compile"/>
<File RelPath="Novell.Directory.Ldap\AuthenticationTypes.cs" SubType="Code" BuildAction="Compile"/>
<File RelPath="Novell.Directory.Ldap\Connection.cs" SubType="Code" BuildAction="Compile"/>