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:
authorNoam Lampert <noaml@mono-cvs.ximian.com>2007-02-13 00:43:19 +0300
committerNoam Lampert <noaml@mono-cvs.ximian.com>2007-02-13 00:43:19 +0300
commita94046ca69c4362f8a1d34a2c6b6148dcd0f2026 (patch)
tree910c57a6f0fbfec1716504d1aba21d5ab6bb168b /mcs/class/Novell.Directory.Ldap
parent684bae479cffbc33c1ca39a3ed5ce9f41268752b (diff)
parentd59ce8f0fb3b250456a395a92e896782999e9c29 (diff)
Grasshopper project system now uses csproj extension
svn path=/trunk/mcs/; revision=72700
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rwxr-xr-xmcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.csproj (renamed from mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj)9
1 files changed, 5 insertions, 4 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.csproj
index 1ba45002c0a..31e7b8750a2 100755
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.vmwcsproj
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap20.csproj
@@ -1,4 +1,4 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -13,6 +13,7 @@
<GHProjectType>1</GHProjectType>
<GHProjectKind>framework</GHProjectKind>
<Version>2.0</Version>
+ <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
<OutputPath>bin\Release_Java20\</OutputPath>
@@ -90,8 +91,8 @@
<HintPath>..\lib\J2SE.Helpers.dll</HintPath>
<Private>False</Private>
</Reference>
- <Reference Include="rt">
- <HintPath>..\lib\rt.dll</HintPath>
+ <Reference Include="rt">
+ <HintPath>..\lib\rt.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
@@ -348,4 +349,4 @@
<UserProperties REFS-JarPath-rt="..\lib\rt.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-j2se-helpers="..\lib\J2SE.Helpers.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" />
</VisualStudio>
</ProjectExtensions>
-</Project>
+</Project> \ No newline at end of file