2
0

System.DirectoryServices20.vmwcsproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. <Version>2.0</Version>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  17. <OutputPath>bin\Release_Java20\</OutputPath>
  18. <DefineConstants>TRACE;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  19. <BaseAddress>285212672</BaseAddress>
  20. <Optimize>true</Optimize>
  21. <DebugType>pdbonly</DebugType>
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <ErrorReport>prompt</ErrorReport>
  24. <SkipValidation>false</SkipValidation>
  25. <KeepIntermediate>false</KeepIntermediate>
  26. <GHProjectType>1</GHProjectType>
  27. <PreCompile>false</PreCompile>
  28. <AdditionalClassPath>
  29. </AdditionalClassPath>
  30. <ApplicationServerType>
  31. </ApplicationServerType>
  32. <Version>2.0</Version>
  33. <JDKName>1.5.0_05</JDKName>
  34. <TargetPlatform>0</TargetPlatform>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\Debug_Java20\</OutputPath>
  39. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  40. <BaseAddress>285212672</BaseAddress>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <SkipValidation>True</SkipValidation>
  45. <KeepIntermediate>False</KeepIntermediate>
  46. <GHProjectType>1</GHProjectType>
  47. <PreCompile>false</PreCompile>
  48. <AdditionalClassPath>
  49. </AdditionalClassPath>
  50. <ApplicationServerType>
  51. </ApplicationServerType>
  52. <Version>2.0</Version>
  53. <JDKName>1.5.0_05</JDKName>
  54. <TargetPlatform>0</TargetPlatform>
  55. </PropertyGroup>
  56. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  57. <DebugSymbols>true</DebugSymbols>
  58. <DebugType>full</DebugType>
  59. <Optimize>false</Optimize>
  60. <OutputPath>bin\Debug_Java\</OutputPath>
  61. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <BaseAddress>285212672</BaseAddress>
  65. <NoStdLib>false</NoStdLib>
  66. <SkipValidation>True</SkipValidation>
  67. <KeepIntermediate>False</KeepIntermediate>
  68. <TargetPlatform>0</TargetPlatform>
  69. <AdditionalClassPath>
  70. </AdditionalClassPath>
  71. </PropertyGroup>
  72. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  73. <DebugType>pdbonly</DebugType>
  74. <Optimize>true</Optimize>
  75. <OutputPath>bin\Release_Java\</OutputPath>
  76. <DefineConstants>TRACE;TARGET_JVM;NET_1_1</DefineConstants>
  77. <ErrorReport>prompt</ErrorReport>
  78. <WarningLevel>4</WarningLevel>
  79. <BaseAddress>285212672</BaseAddress>
  80. <NoStdLib>false</NoStdLib>
  81. <SkipValidation>false</SkipValidation>
  82. <KeepIntermediate>false</KeepIntermediate>
  83. <TargetPlatform>0</TargetPlatform>
  84. <AdditionalClassPath>
  85. </AdditionalClassPath>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <Reference Include="System">
  89. <Private>False</Private>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="..\..\build\common\Locale.cs">
  94. <Link>Assembly\Locale.cs</Link>
  95. </Compile>
  96. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  97. <Link>Assembly\MonoTODOAttribute.cs</Link>
  98. </Compile>
  99. <Compile Include="Assembly\AssemblyInfo.cs" />
  100. <Compile Include="System.DirectoryServices.Design\DirectoryEntryConverter.cs" />
  101. <Compile Include="System.DirectoryServices\AuthenticationTypes.cs" />
  102. <Compile Include="System.DirectoryServices\DirectoryEntries.cs" />
  103. <Compile Include="System.DirectoryServices\DirectoryEntry.cs">
  104. <SubType>Component</SubType>
  105. </Compile>
  106. <Compile Include="System.DirectoryServices\DirectorySearcher.cs">
  107. <SubType>Component</SubType>
  108. </Compile>
  109. <Compile Include="System.DirectoryServices\DirectoryServicesPermission.cs" />
  110. <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAccess.cs" />
  111. <Compile Include="System.DirectoryServices\DirectoryServicesPermissionAttribute.cs" />
  112. <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntry.cs" />
  113. <Compile Include="System.DirectoryServices\DirectoryServicesPermissionEntryCollection.cs" />
  114. <Compile Include="System.DirectoryServices\DSDescriptionAttribute.cs" />
  115. <Compile Include="System.DirectoryServices\PropertyCollection.cs" />
  116. <Compile Include="System.DirectoryServices\PropertyValueCollection.cs" />
  117. <Compile Include="System.DirectoryServices\ReferralChasingOption.cs" />
  118. <Compile Include="System.DirectoryServices\ResultPropertyCollection.cs" />
  119. <Compile Include="System.DirectoryServices\ResultPropertyValueCollection.cs" />
  120. <Compile Include="System.DirectoryServices\SchemaNameCollection.cs" />
  121. <Compile Include="System.DirectoryServices\SearchResult.cs" />
  122. <Compile Include="System.DirectoryServices\SearchResultCollection.cs" />
  123. <Compile Include="System.DirectoryServices\SearchScope.cs" />
  124. <Compile Include="System.DirectoryServices\SortDirection.cs" />
  125. <Compile Include="System.DirectoryServices\SortOption.cs" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Compile Include="..\..\build\common\Consts.cs.in">
  129. <Link>Assembly\Consts.cs.in</Link>
  130. </Compile>
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\Novell.Directory.Ldap\Novell.Directory.Ldap20.vmwcsproj">
  134. <Project>{7BA54046-FD05-4209-9508-D6367CDAFBC0}</Project>
  135. <Name>Novell.Directory.Ldap20</Name>
  136. </ProjectReference>
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Folder Include="Properties\" />
  140. </ItemGroup>
  141. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  142. <Import Project="$(GHROOT)\bin\Mainsoft.Common.targets" />
  143. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  144. Other similar extension points exist, see Microsoft.Common.targets.
  145. <Target Name="BeforeBuild">
  146. </Target>
  147. <Target Name="AfterBuild">
  148. </Target>
  149. -->
  150. <ProjectExtensions>
  151. <VisualStudio>
  152. <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" />
  153. </VisualStudio>
  154. </ProjectExtensions>
  155. </Project>