HtmlCompare20.vmwcsproj 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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>{C3375963-9409-41A1-ADD2-1076F5A90BDE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HtmlCompare</RootNamespace>
  11. <AssemblyName>HtmlCompare</AssemblyName>
  12. <JDKName>1.5.0_05</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <Version>2.0</Version>
  15. <StartupObject>
  16. </StartupObject>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug_Java\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;ONLY_1_1</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <BaseAddress>285212672</BaseAddress>
  27. <SkipValidation>True</SkipValidation>
  28. <KeepIntermediate>False</KeepIntermediate>
  29. <TargetPlatform>0</TargetPlatform>
  30. <AdditionalClassPath>
  31. </AdditionalClassPath>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release_Java\</OutputPath>
  37. <DefineConstants>TRACE;JAVA</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <BaseAddress>285212672</BaseAddress>
  41. <SkipValidation>false</SkipValidation>
  42. <KeepIntermediate>false</KeepIntermediate>
  43. <TargetPlatform>0</TargetPlatform>
  44. <AdditionalClassPath>
  45. </AdditionalClassPath>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  48. <DebugSymbols>true</DebugSymbols>
  49. <OutputPath>bin\Debug_Java20\</OutputPath>
  50. <DefineConstants>TRACE;DEBUG;TARGET_JVM;NET_1_1;NET_2_0</DefineConstants>
  51. <BaseAddress>285212672</BaseAddress>
  52. <DebugType>full</DebugType>
  53. <PlatformTarget>AnyCPU</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. <SkipValidation>False</SkipValidation>
  56. <KeepIntermediate>False</KeepIntermediate>
  57. <GHProjectType>1</GHProjectType>
  58. <PreCompile>false</PreCompile>
  59. <AdditionalClassPath>
  60. </AdditionalClassPath>
  61. <ApplicationServerType>
  62. </ApplicationServerType>
  63. <Version>2.0</Version>
  64. <JDKName>1.5.0_05</JDKName>
  65. <TargetPlatform>0</TargetPlatform>
  66. </PropertyGroup>
  67. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  68. <Import Project="$(GHROOT)\bin\Mainsoft.Common.targets" />
  69. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  70. Other similar extension points exist, see Microsoft.Common.targets.
  71. <Target Name="BeforeBuild">
  72. </Target>
  73. <Target Name="AfterBuild">
  74. </Target>
  75. -->
  76. <ProjectExtensions>
  77. <VisualStudio>
  78. <UserProperties REFS-JarPath-system-xml="..\..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-system="..\..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-nunit-framework="..\..\..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" REFS-JarPath-rt="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar" />
  79. </VisualStudio>
  80. </ProjectExtensions>
  81. <ItemGroup>
  82. <Reference Include="nunit.framework, Version=0.0.0.0, Culture=neutral">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\..\..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.dll</HintPath>
  85. </Reference>
  86. <Reference Include="rt, Version=0.0.0.0, Culture=neutral">
  87. <Private>False</Private>
  88. </Reference>
  89. <Reference Include="System" />
  90. <Reference Include="System.Xml" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <Compile Include="HtmlAgilityPack\AssemblyInfo.cs" />
  94. <Compile Include="HtmlAgilityPack\crc32.cs" />
  95. <Compile Include="HtmlAgilityPack\Header.cs" />
  96. <Compile Include="HtmlAgilityPack\HtmlAttribute.cs" />
  97. <Compile Include="HtmlAgilityPack\HtmlDocument.cs" />
  98. <Compile Include="HtmlAgilityPack\HtmlEntity.cs" />
  99. <Compile Include="HtmlAgilityPack\HtmlNode.cs" />
  100. <Compile Include="HtmlAgilityPack\HtmlNodeNavigator.cs" />
  101. <Compile Include="HtmlAgilityPack\HtmlWeb.cs" />
  102. <Compile Include="HtmlAgilityPack\MixedCodeDocument.cs" />
  103. <Compile Include="HtmlAgilityPack\ParseReader.cs" />
  104. <Compile Include="HtmlAgilityPack\tools.cs" />
  105. <Compile Include="NunitWebTest.cs" />
  106. <Compile Include="XmlComparer.cs" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <EmbeddedResource Include="almost_config.xml" />
  110. <Content Include="HtmlAgilityPack\readme.txt" />
  111. <EmbeddedResource Include="nunitweb_config.xml" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Folder Include="Properties\" />
  115. </ItemGroup>
  116. </Project>