System.Configuration.Test20.vmwcsproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  3. <DebugSymbols>true</DebugSymbols>
  4. <OutputPath>bin\Debug_Java20\</OutputPath>
  5. <DefineConstants>TRACE;DEBUG;JAVA;NET_2_0;TARGET_JVM</DefineConstants>
  6. <BaseAddress>285212672</BaseAddress>
  7. <DebugType>full</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>{A9AEBFBA-4D4C-495A-8851-C70E5132DC10}</ProjectGuid>
  28. <OutputType>Library</OutputType>
  29. <AppDesignerFolder>Properties</AppDesignerFolder>
  30. <RootNamespace>System.Configuration.Test</RootNamespace>
  31. <AssemblyName>System.Configuration.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;TARGET_JVM</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;NET_2_0;TARGET_JVM</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. <ItemGroup>
  66. <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.framework.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  72. <Private>False</Private>
  73. </Reference>
  74. <Reference Include="System" />
  75. <Reference Include="System.Configuration">
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Xml" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="System.Configuration\CallbackValidatorTest.cs" />
  83. <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverterTest.cs" />
  84. <Compile Include="System.Configuration\CommaDelimitedStringCollectionTest.cs" />
  85. <Compile Include="System.Configuration\ConfigurationElementTest.cs" />
  86. <Compile Include="System.Configuration\ConfigurationLockCollectionTest.cs" />
  87. <Compile Include="System.Configuration\ConfigurationManagerTest.cs" />
  88. <Compile Include="System.Configuration\ConfigurationPermissionTest.cs" />
  89. <Compile Include="System.Configuration\ConnectionStringSettingsTest.cs" />
  90. <Compile Include="System.Configuration\DefaultValidatorTest.cs" />
  91. <Compile Include="System.Configuration\ExeConfigurationFileMapTest.cs" />
  92. <Compile Include="System.Configuration\GenericEnumConverterTest.cs" />
  93. <Compile Include="System.Configuration\InfiniteIntConverterTest.cs" />
  94. <Compile Include="System.Configuration\InfiniteTimeSpanConverterTest.cs" />
  95. <Compile Include="System.Configuration\IntegerValidatorTest.cs" />
  96. <Compile Include="System.Configuration\KeyValueConfigurationCollectionTest.cs" />
  97. <Compile Include="System.Configuration\KeyValueConfigurationElementTest.cs" />
  98. <Compile Include="System.Configuration\LongValidatorTest.cs" />
  99. <Compile Include="System.Configuration\PositiveTimeSpanValidatorTest.cs" />
  100. <Compile Include="System.Configuration\RegexStringValidatorTest.cs" />
  101. <Compile Include="System.Configuration\StringValidatorTest.cs" />
  102. <Compile Include="System.Configuration\SubclassTypeValidatorTest.cs" />
  103. <Compile Include="System.Configuration\TimeSpanMinutesConverterTest.cs" />
  104. <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverterTest.cs" />
  105. <Compile Include="System.Configuration\TimeSpanSecondsConverterTest.cs" />
  106. <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverterTest.cs" />
  107. <Compile Include="System.Configuration\TimeSpanValidatorTest.cs" />
  108. <Compile Include="System.Configuration\TypeNameConverterTest.cs" />
  109. <Compile Include="System.Configuration\WhiteSpaceTrimStringConverterTest.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Folder Include="Properties\" />
  113. </ItemGroup>
  114. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  115. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  116. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  117. Other similar extension points exist, see Microsoft.Common.targets.
  118. <Target Name="BeforeBuild">
  119. </Target>
  120. <Target Name="AfterBuild">
  121. </Target>
  122. -->
  123. <ProjectExtensions>
  124. <VisualStudio>
  125. <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" REFS-JarPath-nunit-core="..\..\..\..\nunit20\core\bin\Debug_Java20\nunit.core.jar" REFS-JarPath-nunit-framework="..\..\..\..\nunit20\core\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-system-configuration="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Configuration.jar" />
  126. </VisualStudio>
  127. </ProjectExtensions>
  128. </Project>