Grasshopper project system now uses csproj extension
[mono.git] / mcs / class / System.DirectoryServices / System.DirectoryServices20.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{6C8C17FE-0F2F-4515-AC3C-2FB79F10FFA8}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>System.DirectoryServices</RootNamespace>
11     <AssemblyName>System.DirectoryServices</AssemblyName>
12     <JDKName>1.5.0_05</JDKName>
13     <GHProjectType>1</GHProjectType>
14     <GHProjectKind>framework</GHProjectKind>
15     <Version>2.0</Version>
16     <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
19     <OutputPath>bin\Release_Java20\</OutputPath>
20     <DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
21     <BaseAddress>285212672</BaseAddress>
22     <Optimize>true</Optimize>
23     <DebugType>pdbonly</DebugType>
24     <PlatformTarget>AnyCPU</PlatformTarget>
25     <ErrorReport>prompt</ErrorReport>
26     <SkipValidation>True</SkipValidation>
27     <KeepIntermediate>false</KeepIntermediate>
28     <GHProjectType>1</GHProjectType>
29     <PreCompile>false</PreCompile>
30     <AdditionalClassPath>
31     </AdditionalClassPath>
32     <ApplicationServerType>
33     </ApplicationServerType>
34     <Version>2.0</Version>
35     <JDKName>1.5.0_05</JDKName>
36     <TargetPlatform>0</TargetPlatform>
37   </PropertyGroup>
38   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
39     <DebugSymbols>true</DebugSymbols>
40     <OutputPath>bin\Debug_Java20\</OutputPath>
41     <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
42     <BaseAddress>285212672</BaseAddress>
43     <DebugType>full</DebugType>
44     <PlatformTarget>AnyCPU</PlatformTarget>
45     <ErrorReport>prompt</ErrorReport>
46     <SkipValidation>True</SkipValidation>
47     <KeepIntermediate>False</KeepIntermediate>
48     <GHProjectType>1</GHProjectType>
49     <PreCompile>false</PreCompile>
50     <AdditionalClassPath>
51     </AdditionalClassPath>
52     <ApplicationServerType>
53     </ApplicationServerType>
54     <Version>2.0</Version>
55     <JDKName>1.5.0_05</JDKName>
56     <TargetPlatform>0</TargetPlatform>
57   </PropertyGroup>
58   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
59     <DebugSymbols>true</DebugSymbols>
60     <DebugType>full</DebugType>
61     <Optimize>false</Optimize>
62     <OutputPath>bin\Debug_Java\</OutputPath>
63     <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1</DefineConstants>
64     <ErrorReport>prompt</ErrorReport>
65     <WarningLevel>4</WarningLevel>
66     <BaseAddress>285212672</BaseAddress>
67     <NoStdLib>false</NoStdLib>
68     <SkipValidation>True</SkipValidation>
69     <KeepIntermediate>False</KeepIntermediate>
70     <TargetPlatform>0</TargetPlatform>
71     <AdditionalClassPath>
72     </AdditionalClassPath>
73   </PropertyGroup>
74   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
75     <DebugType>pdbonly</DebugType>
76     <Optimize>true</Optimize>
77     <OutputPath>bin\Release_Java\</OutputPath>
78     <DefineConstants>TRACE;TARGET_JVM;NET_1_1</DefineConstants>
79     <ErrorReport>prompt</ErrorReport>
80     <WarningLevel>4</WarningLevel>
81     <BaseAddress>285212672</BaseAddress>
82     <NoStdLib>false</NoStdLib>
83     <SkipValidation>false</SkipValidation>
84     <KeepIntermediate>false</KeepIntermediate>
85     <TargetPlatform>0</TargetPlatform>
86     <AdditionalClassPath>
87     </AdditionalClassPath>
88   </PropertyGroup>
89   <ItemGroup>
90     <Reference Include="System">
91       <Private>False</Private>
92     </Reference>
93   </ItemGroup>
94   <ItemGroup>
95     <Compile Include="..\..\build\common\Locale.cs">
96       <Link>Assembly\Locale.cs</Link>
97     </Compile>
98     <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
99       <Link>Assembly\MonoTODOAttribute.cs</Link>
100     </Compile>
101     <Compile Include="Assembly\AssemblyInfo.cs" />
102     <Compile Include="System.DirectoryServices.Design\DirectoryEntryConverter.cs" />
103     <Compile Include="System.DirectoryServices\AuthenticationTypes.cs" />
104     <Compile Include="System.DirectoryServices\DirectoryEntries.cs" />
105     <Compile Include="System.DirectoryServices\DirectoryEntry.cs">
106       <SubType>Component</SubType>
107     </Compile>
108     <Compile Include="System.DirectoryServices\DirectorySearcher.cs">
109       <SubType>Component</SubType>
110     </Compile>
111     <Compile Include="System.DirectoryServices\DirectoryServicesPermission.cs" />
112     <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAccess.cs" />
113     <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAttribute.cs" />
114     <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntry.cs" />
115     <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntryCollection.cs" />
116     <Compile Include="System.DirectoryServices\DSDescriptionAttribute.cs" />
117     <Compile Include="System.DirectoryServices\PropertyCollection.cs" />
118     <Compile Include="System.DirectoryServices\PropertyValueCollection.cs" />
119     <Compile Include="System.DirectoryServices\ReferralChasingOption.cs" />
120     <Compile Include="System.DirectoryServices\ResultPropertyCollection.cs" />
121     <Compile Include="System.DirectoryServices\ResultPropertyValueCollection.cs" />
122     <Compile Include="System.DirectoryServices\SchemaNameCollection.cs" />
123     <Compile Include="System.DirectoryServices\SearchResult.cs" />
124     <Compile Include="System.DirectoryServices\SearchResultCollection.cs" />
125     <Compile Include="System.DirectoryServices\SearchScope.cs" />
126     <Compile Include="System.DirectoryServices\SortDirection.cs" />
127     <Compile Include="System.DirectoryServices\SortOption.cs" />
128   </ItemGroup>
129   <ItemGroup>
130     <Compile Include="..\..\build\common\Consts.cs.in">
131       <Link>Assembly\Consts.cs.in</Link>
132     </Compile>
133   </ItemGroup>
134   <ItemGroup>
135     <ProjectReference Include="..\Novell.Directory.Ldap\Novell.Directory.Ldap20.csproj">
136       <Project>{7BA54046-FD05-4209-9508-D6367CDAFBC0}</Project>
137       <Name>Novell.Directory.Ldap20</Name>
138     </ProjectReference>
139   </ItemGroup>
140   <ItemGroup>
141     <Folder Include="Properties\" />
142   </ItemGroup>
143   <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
144   <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
145   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
146        Other similar extension points exist, see Microsoft.Common.targets.
147   <Target Name="BeforeBuild">
148   </Target>
149   <Target Name="AfterBuild">
150   </Target>
151   -->
152   <ProjectExtensions>
153     <VisualStudio>
154       <UserProperties REFS-JarPath-rt="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-system-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" />
155     </VisualStudio>
156   </ProjectExtensions>
157 </Project>