SystemWebTest20.csproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{F813857C-A311-4EAC-95CB-4D2F4E5B0E3F}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SystemWebTest</RootNamespace>
  11. <AssemblyName>SystemWebTest</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14. <DebugSymbols>true</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>false</Optimize>
  17. <OutputPath>bin\Debug_Java\</OutputPath>
  18. <DefineConstants>DEBUG;TRACE;JAVA</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <DebugType>pdbonly</DebugType>
  24. <Optimize>true</Optimize>
  25. <OutputPath>bin\Release_Java\</OutputPath>
  26. <DefineConstants>TRACE;JAVA</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  32. <Private>False</Private>
  33. </Reference>
  34. <Reference Include="System" />
  35. <Reference Include="System.Data" />
  36. <Reference Include="System.EnterpriseServices" />
  37. <Reference Include="System.Web.Services" />
  38. <Reference Include="System.Xml" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <WebReferences Include="Web References\" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <None Include="app.config" />
  45. <None Include="App.gh.config" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Harness.cs" />
  49. <Compile Include="HtmlAgilityPack\AssemblyInfo.cs" />
  50. <Compile Include="HtmlAgilityPack\crc32.cs" />
  51. <Compile Include="HtmlAgilityPack\Header.cs" />
  52. <Compile Include="HtmlAgilityPack\HtmlAttribute.cs" />
  53. <Compile Include="HtmlAgilityPack\HtmlDocument.cs" />
  54. <Compile Include="HtmlAgilityPack\HtmlEntity.cs" />
  55. <Compile Include="HtmlAgilityPack\HtmlNode.cs" />
  56. <Compile Include="HtmlAgilityPack\HtmlNodeNavigator.cs" />
  57. <Compile Include="HtmlAgilityPack\HtmlWeb.cs" />
  58. <Compile Include="HtmlAgilityPack\MixedCodeDocument.cs" />
  59. <Compile Include="HtmlAgilityPack\ParseReader.cs" />
  60. <Compile Include="HtmlAgilityPack\tools.cs" />
  61. <Compile Include="TestsCatalog.cs" />
  62. <Compile Include="WebTest.cs" />
  63. <Compile Include="XmlComparer.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Folder Include="Properties\" />
  67. </ItemGroup>
  68. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  69. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  70. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. <ProjectExtensions>
  78. <VisualStudio>
  79. <UserProperties REFS-JarPath-system-web-services="..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\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\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" />
  80. </VisualStudio>
  81. </ProjectExtensions>
  82. </Project>