System.DirectoryServices.Test20.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  3. <OutputPath>bin\Release_Java20\</OutputPath>
  4. <DefineConstants>TRACE;JAVA</DefineConstants>
  5. <BaseAddress>285212672</BaseAddress>
  6. <Optimize>true</Optimize>
  7. <DebugType>pdbonly</DebugType>
  8. <PlatformTarget>AnyCPU</PlatformTarget>
  9. <ErrorReport>prompt</ErrorReport>
  10. <SkipValidation>false</SkipValidation>
  11. <KeepIntermediate>false</KeepIntermediate>
  12. <GHProjectType>1</GHProjectType>
  13. <PreCompile>false</PreCompile>
  14. <AdditionalClassPath>
  15. </AdditionalClassPath>
  16. <ApplicationServerType>
  17. </ApplicationServerType>
  18. <Version>2.0</Version>
  19. <JDKName>1.5.0_05</JDKName>
  20. <TargetPlatform>0</TargetPlatform>
  21. </PropertyGroup>
  22. <PropertyGroup>
  23. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
  24. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  25. <ProductVersion>8.0.50727</ProductVersion>
  26. <SchemaVersion>2.0</SchemaVersion>
  27. <ProjectGuid>{4CBF37B7-AFCF-4805-81A4-610282C6D9A5}</ProjectGuid>
  28. <OutputType>Library</OutputType>
  29. <AppDesignerFolder>Properties</AppDesignerFolder>
  30. <RootNamespace>System.DirectoryServices.Test20</RootNamespace>
  31. <AssemblyName>System.DirectoryServices.Test20</AssemblyName>
  32. <JDKName>1.5.0_05</JDKName>
  33. <GHProjectType>1</GHProjectType>
  34. <Version>2.0</Version>
  35. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  38. <DebugSymbols>true</DebugSymbols>
  39. <DebugType>full</DebugType>
  40. <Optimize>false</Optimize>
  41. <OutputPath>bin\Debug_Java\</OutputPath>
  42. <DefineConstants>TRACE;DEBUG;JAVA,NET_2_0</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <BaseAddress>285212672</BaseAddress>
  46. <SkipValidation>false</SkipValidation>
  47. <KeepIntermediate>false</KeepIntermediate>
  48. <TargetPlatform>0</TargetPlatform>
  49. <AdditionalClassPath>
  50. </AdditionalClassPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\Release_Java\</OutputPath>
  56. <DefineConstants>TRACE;JAVA</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <BaseAddress>285212672</BaseAddress>
  60. <SkipValidation>false</SkipValidation>
  61. <KeepIntermediate>false</KeepIntermediate>
  62. <TargetPlatform>0</TargetPlatform>
  63. <AdditionalClassPath>
  64. </AdditionalClassPath>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\Debug_Java20\</OutputPath>
  69. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  70. <BaseAddress>285212672</BaseAddress>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>AnyCPU</PlatformTarget>
  73. <ErrorReport>prompt</ErrorReport>
  74. <SkipValidation>false</SkipValidation>
  75. <KeepIntermediate>false</KeepIntermediate>
  76. <GHProjectType>1</GHProjectType>
  77. <PreCompile>false</PreCompile>
  78. <AdditionalClassPath>
  79. </AdditionalClassPath>
  80. <ApplicationServerType>
  81. </ApplicationServerType>
  82. <Version>2.0</Version>
  83. <JDKName>1.5.0_05</JDKName>
  84. <TargetPlatform>0</TargetPlatform>
  85. </PropertyGroup>
  86. <ItemGroup>
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="System.DirectoryServices\DirectoryServicesDirectoryEntryTest.cs" />
  89. <Compile Include="System.DirectoryServices\DirectoryServicesDirectorySearcherTest.cs" />
  90. <Compile Include="System.DirectoryServices\DirectoryServicesSearchResultTest.cs" />
  91. <Compile Include="System.DirectoryServices\TestConfiguration.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  95. <Private>False</Private>
  96. </Reference>
  97. <Reference Include="System" />
  98. <Reference Include="System.Data" />
  99. <Reference Include="System.DirectoryServices" />
  100. <Reference Include="System.Xml" />
  101. <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  102. <SpecificVersion>False</SpecificVersion>
  103. <HintPath>..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.framework.dll</HintPath>
  104. <Private>True</Private>
  105. </Reference>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  108. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  109. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  110. Other similar extension points exist, see Microsoft.Common.targets.
  111. <Target Name="BeforeBuild">
  112. </Target>
  113. <Target Name="AfterBuild">
  114. </Target>
  115. -->
  116. <ProjectExtensions>
  117. <VisualStudio>
  118. <UserProperties REFS-JarPath-system-directoryservices="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.DirectoryServices.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\Novell.Directory.Ldap.jar" REFS-JarPath-rt="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jre5\lib\rt.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.Xml.jar" REFS-JarPath-system-data="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\System.jar" REFS-JarPath-mscorlib="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\java_refs\framework\mscorlib.jar" />
  119. </VisualStudio>
  120. </ProjectExtensions>
  121. </Project>