Add full-scratch expression parser implementation.
[mono.git] / mcs / class / System.DirectoryServices / System.DirectoryServices-net_4_5.csproj
index 3e4e6f9e975071f83c2229924f9d282a096bd6f8..4a3e01284d27fd8e30d1ee7165097c0e9b043f32 100644 (file)
@@ -5,22 +5,21 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{F3D6D651-192F-4209-B272-7F8354D0CDB6}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699</NoWarn>\r
-    <OutputPath>./../../class/lib/net_4_5</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <OutputPath>bin\Debug\System.DirectoryServices-net_4_5</OutputPath>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.DirectoryServices</AssemblyName>\r
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
-    <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <NoWarn>1699</NoWarn>\r
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <PlatformTarget>AnyCPU</PlatformTarget>  \r
     <DebugType>pdbonly</DebugType>\r
     <NoWarn>1699</NoWarn>\r
     <Optimize>true</Optimize>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Assembly\AssemblyInfo.cs" />
-   <Compile Include="..\..\build\common\Consts.cs.in" />
-   <Compile Include="..\..\build\common\Locale.cs" />
-   <Compile Include="System.DirectoryServices\AuthenticationTypes.cs" />
-   <Compile Include="System.DirectoryServices\DirectoryEntries.cs" />
-   <Compile Include="System.DirectoryServices\DirectoryEntry.cs" />
-   <Compile Include="System.DirectoryServices\DirectorySearcher.cs" />
-   <Compile Include="System.DirectoryServices\DirectoryServicesPermission.cs" />
-   <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAccess.cs" />
-   <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAttribute.cs" />
-   <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntry.cs" />
-   <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntryCollection.cs" />
-   <Compile Include="System.DirectoryServices\DSDescriptionAttribute.cs" />
-   <Compile Include="System.DirectoryServices\PropertyCollection.cs" />
-   <Compile Include="System.DirectoryServices\PropertyValueCollection.cs" />
-   <Compile Include="System.DirectoryServices\ReferralChasingOption.cs" />
-   <Compile Include="System.DirectoryServices\ResultPropertyCollection.cs" />
-   <Compile Include="System.DirectoryServices\ResultPropertyValueCollection.cs" />
-   <Compile Include="System.DirectoryServices\SchemaNameCollection.cs" />
-   <Compile Include="System.DirectoryServices\SearchResult.cs" />
-   <Compile Include="System.DirectoryServices\SearchResultCollection.cs" />
-   <Compile Include="System.DirectoryServices\SearchScope.cs" />
-   <Compile Include="System.DirectoryServices\SortDirection.cs" />
-   <Compile Include="System.DirectoryServices\SortOption.cs" />
-   <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
-   <Compile Include="System.DirectoryServices.Design\DirectoryEntryConverter.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\..\build\common\Consts.cs.in" />\r
+    <Compile Include="..\..\build\common\Locale.cs" />\r
+    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
+    <Compile Include="Assembly\AssemblyInfo.cs" />\r
+    <Compile Include="System.DirectoryServices.Design\DirectoryEntryConverter.cs" />\r
+    <Compile Include="System.DirectoryServices\AuthenticationTypes.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectoryEntries.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectoryEntry.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectorySearcher.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectoryServicesPermission.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAccess.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAttribute.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntry.cs" />\r
+    <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntryCollection.cs" />\r
+    <Compile Include="System.DirectoryServices\DSDescriptionAttribute.cs" />\r
+    <Compile Include="System.DirectoryServices\PropertyCollection.cs" />\r
+    <Compile Include="System.DirectoryServices\PropertyValueCollection.cs" />\r
+    <Compile Include="System.DirectoryServices\ReferralChasingOption.cs" />\r
+    <Compile Include="System.DirectoryServices\ResultPropertyCollection.cs" />\r
+    <Compile Include="System.DirectoryServices\ResultPropertyValueCollection.cs" />\r
+    <Compile Include="System.DirectoryServices\SchemaNameCollection.cs" />\r
+    <Compile Include="System.DirectoryServices\SearchResult.cs" />\r
+    <Compile Include="System.DirectoryServices\SearchResultCollection.cs" />\r
+    <Compile Include="System.DirectoryServices\SearchScope.cs" />\r
+    <Compile Include="System.DirectoryServices\SortDirection.cs" />\r
+    <Compile Include="System.DirectoryServices\SortOption.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent>\r
+      xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D\r
+  </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="Novell.Directory.Ldap.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>Novell.Directory.Ldap.dll</HintPath>
-    </Reference>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
+      <Project>{07C1F58B-9E99-47F8-A847-79EDA5157DA8}</Project>\r
+      <Name>corlib\corlib-net_4_5</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
+      <Project>{38FCD731-0E11-46F7-A31B-DCBE853AD8D7}</Project>\r
+      <Name>System\System-net_4_5-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\Novell.Directory.Ldap\Novell.Directory.Ldap-net_4_5.csproj">\r
+      <Project>{BEF2A1BC-18C4-4D92-875B-DABEBC2D6B8C}</Project>\r
+      <Name>Novell.Directory.Ldap\Novell.Directory.Ldap-net_4_5</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-  \r
-</Project>\r
-
+</Project>