SystemWebTest20.J2EE.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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>{D4465041-A56A-476B-9C71-E71CDAF0ACC2}</ProjectGuid>
  8. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>SystemWebTest</RootNamespace>
  12. <AssemblyName>SystemWebTest</AssemblyName>
  13. <JDKName>1.5.0_05</JDKName>
  14. <GHProjectType>1</GHProjectType>
  15. <Version>2.0</Version>
  16. <ApplicationIcon>
  17. </ApplicationIcon>
  18. <jarserver>ipa</jarserver>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\</OutputPath>
  25. <DefineConstants>TRACE;DEBUG;JAVA</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <BaseAddress>285212672</BaseAddress>
  29. <SkipValidation>True</SkipValidation>
  30. <KeepIntermediate>False</KeepIntermediate>
  31. <TargetPlatform>0</TargetPlatform>
  32. <AdditionalClassPath>
  33. </AdditionalClassPath>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release_Java\</OutputPath>
  39. <DefineConstants>TRACE;JAVA</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <BaseAddress>285212672</BaseAddress>
  43. <SkipValidation>false</SkipValidation>
  44. <KeepIntermediate>false</KeepIntermediate>
  45. <TargetPlatform>0</TargetPlatform>
  46. <AdditionalClassPath>
  47. </AdditionalClassPath>
  48. </PropertyGroup>
  49. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java_Nunit|AnyCPU' ">
  50. <DefineConstants>TRACE;DEBUG;JAVA;NUNIT</DefineConstants>
  51. <DebugSymbols>true</DebugSymbols>
  52. <DebugType>full</DebugType>
  53. <Optimize>false</Optimize>
  54. <OutputPath>bin\</OutputPath>
  55. <ErrorReport>prompt</ErrorReport>
  56. <WarningLevel>4</WarningLevel>
  57. <BaseAddress>285212672</BaseAddress>
  58. <SkipValidation>True</SkipValidation>
  59. <KeepIntermediate>False</KeepIntermediate>
  60. <TargetPlatform>0</TargetPlatform>
  61. <AdditionalClassPath>
  62. </AdditionalClassPath>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="nunit.core, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  66. <SpecificVersion>False</SpecificVersion>
  67. <HintPath>..\..\..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.core.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="nunit.framework, Version=2.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\..\..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.dll</HintPath>
  73. <Private>True</Private>
  74. </Reference>
  75. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  76. <Private>False</Private>
  77. </Reference>
  78. <Reference Include="System">
  79. <HintPath>..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Data">
  82. <HintPath>..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.EnterpriseServices" />
  85. <Reference Include="System.Web.Services">
  86. <HintPath>..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.Services.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Xml">
  89. <HintPath>..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll</HintPath>
  90. </Reference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <WebReferences Include="Web References\" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <None Include="app.config" />
  97. <None Include="App.gh.config" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="Harness.cs" />
  101. <Compile Include="HtmlAgilityPack\AssemblyInfo.cs" />
  102. <Compile Include="HtmlAgilityPack\crc32.cs" />
  103. <Compile Include="HtmlAgilityPack\Header.cs" />
  104. <Compile Include="HtmlAgilityPack\HtmlAttribute.cs" />
  105. <Compile Include="HtmlAgilityPack\HtmlDocument.cs" />
  106. <Compile Include="HtmlAgilityPack\HtmlEntity.cs" />
  107. <Compile Include="HtmlAgilityPack\HtmlNode.cs" />
  108. <Compile Include="HtmlAgilityPack\HtmlNodeNavigator.cs" />
  109. <Compile Include="HtmlAgilityPack\MixedCodeDocument.cs" />
  110. <Compile Include="HtmlAgilityPack\ParseReader.cs" />
  111. <Compile Include="HtmlAgilityPack\tools.cs" />
  112. <Compile Include="TestsCatalog.cs" />
  113. <Compile Include="WebTest.cs" />
  114. <Compile Include="XmlComparer.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Folder Include="Properties\" />
  118. </ItemGroup>
  119. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  120. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  121. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  122. Other similar extension points exist, see Microsoft.Common.targets.
  123. <Target Name="BeforeBuild">
  124. </Target>
  125. <Target Name="AfterBuild">
  126. </Target>
  127. -->
  128. <ProjectExtensions>
  129. <VisualStudio>
  130. <UserProperties REFS-JarPath-system-web-services="..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\framework\System.Web.Services.jar" 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\framework\System.Xml.jar" REFS-JarPath-system-data="..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\framework\System.Data.jar" REFS-JarPath-system="..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\framework\System.jar" REFS-JarPath-mscorlib="..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\framework\mscorlib.jar" REFS-JarPath-nunit-framework="..\..\..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-nunit-core="..\..\..\..\..\nunit20\nunit-console\bin\Debug_Java20\nunit.core.jar" />
  131. </VisualStudio>
  132. </ProjectExtensions>
  133. </Project>