System.DirectoryServices.Test20.vmwcsproj 5.9 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. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug_Java\</OutputPath>
  41. <DefineConstants>TRACE;DEBUG;JAVA,NET_2_0</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <BaseAddress>285212672</BaseAddress>
  45. <SkipValidation>false</SkipValidation>
  46. <KeepIntermediate>false</KeepIntermediate>
  47. <TargetPlatform>0</TargetPlatform>
  48. <AdditionalClassPath>
  49. </AdditionalClassPath>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release_Java\</OutputPath>
  55. <DefineConstants>TRACE;JAVA</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. <BaseAddress>285212672</BaseAddress>
  59. <SkipValidation>false</SkipValidation>
  60. <KeepIntermediate>false</KeepIntermediate>
  61. <TargetPlatform>0</TargetPlatform>
  62. <AdditionalClassPath>
  63. </AdditionalClassPath>
  64. </PropertyGroup>
  65. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  66. <DebugSymbols>true</DebugSymbols>
  67. <OutputPath>bin\Debug_Java20\</OutputPath>
  68. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  69. <BaseAddress>285212672</BaseAddress>
  70. <DebugType>full</DebugType>
  71. <PlatformTarget>AnyCPU</PlatformTarget>
  72. <ErrorReport>prompt</ErrorReport>
  73. <SkipValidation>false</SkipValidation>
  74. <KeepIntermediate>false</KeepIntermediate>
  75. <GHProjectType>1</GHProjectType>
  76. <PreCompile>false</PreCompile>
  77. <AdditionalClassPath>
  78. </AdditionalClassPath>
  79. <ApplicationServerType>
  80. </ApplicationServerType>
  81. <Version>2.0</Version>
  82. <JDKName>1.5.0_05</JDKName>
  83. <TargetPlatform>0</TargetPlatform>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <Compile Include="System.DirectoryServices\DirectoryServicesDirectoryEntryTest.cs" />
  88. <Compile Include="System.DirectoryServices\DirectoryServicesDirectorySearcherTest.cs" />
  89. <Compile Include="System.DirectoryServices\DirectoryServicesSearchResultTest.cs" />
  90. <Compile Include="System.DirectoryServices\TestConfiguration.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="System" />
  97. <Reference Include="System.Data" />
  98. <Reference Include="System.DirectoryServices" />
  99. <Reference Include="System.Xml" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\..\..\nunit20\framework\nunit.framework.dll20.J2EE.vmwcsproj">
  103. <Project>{ACDA29DB-62AB-4AF8-8862-B3B4FC755BBC}</Project>
  104. <Name>nunit.framework.dll20.J2EE</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  108. <Import Project="$(GHROOT)\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\jgac\vmw4j2ee_110\System.DirectoryServices.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\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\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-system-data="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-mscorlib="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE V2\jgac\vmw4j2ee_110\mscorlib.jar" />
  119. </VisualStudio>
  120. </ProjectExtensions>
  121. </Project>