System.Xml.Linq.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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>{8EF1DA1B-BB96-4248-B059-8F2C8F40721D}</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</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</RootNamespace>
  22. <UpgradeBackupLocation>
  23. </UpgradeBackupLocation>
  24. <jarserver>ipa</jarserver>
  25. <PublishUrl>http://localhost/System.Xml.Linq/</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_Java20|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>bin\Debug_Java20\</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_Java20|AnyCPU' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\Release_Java20\</OutputPath>
  59. <DefineConstants>TRACE;JAVA;NET_1_1;NET_2_0;NET_3_5;TARGET_JVM</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="..\..\build\common\Locale.cs">
  69. <Link>Assembly\Locale.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  72. <Link>Assembly\MonoTODOAttribute.cs</Link>
  73. </Compile>
  74. <Compile Include="System.Xml.Linq\Extensions.cs" />
  75. <Compile Include="System.Xml.Linq\LoadOptions.cs" />
  76. <Compile Include="System.Xml.Linq\SaveOptions.cs" />
  77. <Compile Include="System.Xml.Linq\XAttribute.cs" />
  78. <Compile Include="System.Xml.Linq\XCData.cs" />
  79. <Compile Include="System.Xml.Linq\XComment.cs" />
  80. <Compile Include="System.Xml.Linq\XContainer.cs" />
  81. <Compile Include="System.Xml.Linq\XDeclaration.cs" />
  82. <Compile Include="System.Xml.Linq\XDocument.cs" />
  83. <Compile Include="System.Xml.Linq\XDocumentType.cs" />
  84. <Compile Include="System.Xml.Linq\XElement.cs" />
  85. <Compile Include="System.Xml.Linq\XIterators.cs" />
  86. <Compile Include="System.Xml.Linq\XName.cs" />
  87. <Compile Include="System.Xml.Linq\XNamespace.cs" />
  88. <Compile Include="System.Xml.Linq\XNode.cs" />
  89. <Compile Include="System.Xml.Linq\XNodeDocumentOrderComparer.cs" />
  90. <Compile Include="System.Xml.Linq\XNodeEqualityComparer.cs" />
  91. <Compile Include="System.Xml.Linq\XNodeNavigator.cs" />
  92. <Compile Include="System.Xml.Linq\XNodeReader.cs" />
  93. <Compile Include="System.Xml.Linq\XNodeWriter.cs" />
  94. <Compile Include="System.Xml.Linq\XObject.cs" />
  95. <Compile Include="System.Xml.Linq\XObjectChange.cs" />
  96. <Compile Include="System.Xml.Linq\XObjectChangeEventArgs.cs" />
  97. <Compile Include="System.Xml.Linq\XProcessingInstruction.cs" />
  98. <Compile Include="System.Xml.Linq\XStreamingElement.cs" />
  99. <Compile Include="System.Xml.Linq\XText.cs" />
  100. <Compile Include="System.Xml.Linq\XUtil.cs" />
  101. <Compile Include="System.Xml.Schema\Extensions.cs" />
  102. <Compile Include="System.Xml.XPath\Extensions.cs" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Reference Include="rt, Version=1.6.0.65535, Culture=neutral, processorArchitecture=MSIL" />
  106. <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  107. <Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  108. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  109. </Reference>
  110. <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  114. <Visible>False</Visible>
  115. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  116. <Install>true</Install>
  117. </BootstrapperPackage>
  118. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  124. <Visible>False</Visible>
  125. <ProductName>.NET Framework 3.5</ProductName>
  126. <Install>false</Install>
  127. </BootstrapperPackage>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="..\..\build\common\Consts.cs.in">
  131. <Link>Assembly\Consts.cs.in</Link>
  132. </Compile>
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Folder Include="Properties\" />
  136. </ItemGroup>
  137. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  138. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  139. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  140. Other similar extension points exist, see Microsoft.Common.targets.
  141. <Target Name="BeforeBuild">
  142. </Target>
  143. <Target Name="AfterBuild">
  144. </Target>
  145. -->
  146. <ProjectExtensions>
  147. <VisualStudio>
  148. <UserProperties REFS-JarPath-system="" REFS-RefInfo-system="repository:vmw:framework:2.0" REFS-JarPath-system-data="" REFS-RefInfo-system-data="repository:vmw:framework:2.0" REFS-JarPath-system-xml="" REFS-RefInfo-system-xml="repository:vmw:framework:2.0" REFS-JarPath-rt="" REFS-RefInfo-rt="repository:jre:sun:1.6.0" />
  149. </VisualStudio>
  150. </ProjectExtensions>
  151. </Project>