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:
authorKonstantin Triger <kostat@mono-cvs.ximian.com>2006-08-13 19:06:18 +0400
committerKonstantin Triger <kostat@mono-cvs.ximian.com>2006-08-13 19:06:18 +0400
commite004e791e5d271154887d194dcd905ff0682e10a (patch)
tree7731e69fee4eeacf96e97866a4f774d4f3596f5c /mcs/class/Novell.Directory.Ldap
parentcb8f5bca30ac237e79fda91e8e5e1ee4adedbad3 (diff)
TARGET_JVM: put the conditionless sectio to the head to let running msbuild from command line
svn path=/trunk/mcs/; revision=63684
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rwxr-xr-xmcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj28
1 files changed, 14 insertions, 14 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj
index 580e6a105e2..3614316ca59 100755
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj
@@ -1,4 +1,18 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{7BA54046-FD05-4209-9508-D6367CDAFBC0}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Novell.Directory.Ldap</RootNamespace>
+ <AssemblyName>Novell.Directory.Ldap</AssemblyName>
+ <JDKName>1.5.0_05</JDKName>
+ <GHProjectType>1</GHProjectType>
+ <Version>2.0</Version>
+ </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
<OutputPath>bin\Release_Java20\</OutputPath>
<DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
@@ -39,20 +53,6 @@
<JDKName>1.5.0_05</JDKName>
<TargetPlatform>0</TargetPlatform>
</PropertyGroup>
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7BA54046-FD05-4209-9508-D6367CDAFBC0}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Novell.Directory.Ldap</RootNamespace>
- <AssemblyName>Novell.Directory.Ldap</AssemblyName>
- <JDKName>1.5.0_05</JDKName>
- <GHProjectType>1</GHProjectType>
- <Version>2.0</Version>
- </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>