System.Xml.Linq.Tests.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{EF1A17B1-3987-44F1-B796-7F89C9A1642A}</ProjectGuid>
  8. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <AssemblyName>System.Xml.Linq.Tests</AssemblyName>
  12. <JDKName>1.6</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <Version>2.0</Version>
  15. <UseVSHostingProcess>false</UseVSHostingProcess>
  16. <AdditionalClassPath>
  17. </AdditionalClassPath>
  18. <FileUpgradeFlags>
  19. </FileUpgradeFlags>
  20. <OldToolsVersion>3.5</OldToolsVersion>
  21. <RootNamespace>System.Xml.Linq.Tests</RootNamespace>
  22. <UpgradeBackupLocation>
  23. </UpgradeBackupLocation>
  24. <jarserver>ipa</jarserver>
  25. <PublishUrl>http://localhost/System.Xml.Linq.Tests/</PublishUrl>
  26. <Install>true</Install>
  27. <InstallFrom>Web</InstallFrom>
  28. <UpdateEnabled>true</UpdateEnabled>
  29. <UpdateMode>Foreground</UpdateMode>
  30. <UpdateInterval>7</UpdateInterval>
  31. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  32. <UpdatePeriodically>false</UpdatePeriodically>
  33. <UpdateRequired>false</UpdateRequired>
  34. <MapFileExtensions>true</MapFileExtensions>
  35. <ApplicationRevision>0</ApplicationRevision>
  36. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  37. <IsWebBootstrapper>true</IsWebBootstrapper>
  38. <UseApplicationTrust>false</UseApplicationTrust>
  39. <BootstrapperEnabled>true</BootstrapperEnabled>
  40. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\Debug_Java\</OutputPath>
  47. <DefineConstants>TRACE;DEBUG;JAVA;NET_1_1;NET_2_0;NET_3_5;TARGET_JVM</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <BaseAddress>285212672</BaseAddress>
  51. <SkipValidation>false</SkipValidation>
  52. <KeepIntermediate>false</KeepIntermediate>
  53. <TargetPlatform>0</TargetPlatform>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\Release_Java\</OutputPath>
  59. <DefineConstants>TRACE;JAVA</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <BaseAddress>285212672</BaseAddress>
  63. <SkipValidation>false</SkipValidation>
  64. <KeepIntermediate>false</KeepIntermediate>
  65. <TargetPlatform>0</TargetPlatform>
  66. </PropertyGroup>
  67. <ItemGroup>
  68. <Compile Include="System.Xml.Linq\ExtensionsTest.cs" />
  69. <Compile Include="System.Xml.Linq\XAttributeTest.cs" />
  70. <Compile Include="System.Xml.Linq\XDocumentTest.cs" />
  71. <Compile Include="System.Xml.Linq\XElementTest.cs" />
  72. <Compile Include="System.Xml.Linq\XNamespaceTest.cs" />
  73. <Compile Include="System.Xml.Linq\XNameTest.cs" />
  74. <Compile Include="System.Xml.Linq\XNodeDocumentOrderComparerTest.cs" />
  75. <Compile Include="System.Xml.Linq\XNodeEqualityComparerTest.cs" />
  76. <Compile Include="System.Xml.Linq\XNodeNavigatorTest.cs" />
  77. <Compile Include="System.Xml.Linq\XNodeReaderTest.cs" />
  78. <Compile Include="System.Xml.Linq\XNodeWriterTest.cs" />
  79. <Compile Include="System.Xml.Linq\XObjectTest.cs" />
  80. <Compile Include="System.Xml.Linq\XProcessingInstructionTest.cs" />
  81. <Compile Include="System.Xml.Linq\XTextTest.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Reference Include="nunit.framework">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.dll</HintPath>
  87. <Private>True</Private>
  88. </Reference>
  89. <Reference Include="rt, Version=1.6.0.65535, Culture=neutral, processorArchitecture=MSIL" />
  90. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  91. <Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  92. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  93. </Reference>
  94. <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" />
  95. <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  96. <Reference Include="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  97. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  98. </Reference>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  102. <Visible>False</Visible>
  103. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  104. <Install>true</Install>
  105. </BootstrapperPackage>
  106. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  107. <Visible>False</Visible>
  108. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  109. <Install>false</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Folder Include="Properties\" />
  119. </ItemGroup>
  120. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  121. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  122. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  123. Other similar extension points exist, see Microsoft.Common.targets.
  124. <Target Name="BeforeBuild">
  125. </Target>
  126. <Target Name="AfterBuild">
  127. </Target>
  128. -->
  129. <ProjectExtensions>
  130. <VisualStudio>
  131. <UserProperties REFS-RefInfo-system-xml-linq="repository:vmw:framework:2.0" REFS-JarPath-system-xml-linq="" REFS-RefInfo-rt="repository:jre:sun:1.6.0" REFS-JarPath-rt="" REFS-RefInfo-system-xml="repository:vmw:framework:2.0" REFS-JarPath-system-xml="" REFS-RefInfo-system-data="repository:vmw:framework:2.0" REFS-JarPath-system-data="" REFS-RefInfo-system="repository:vmw:framework:2.0" REFS-JarPath-system="" />
  132. </VisualStudio>
  133. </ProjectExtensions>
  134. </Project>