System.Runtime.Serialization-net_2_0.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{44AAFF44-CBA6-4B20-B883-5D2BA76E1386}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,168,169,219,414</NoWarn>
  11. <OutputPath>bin\Debug\System.Runtime.Serialization-net_2_0</OutputPath>
  12. <NoStdLib>True</NoStdLib>
  13. <NoConfig>True</NoConfig>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>
  16. </RootNamespace>
  17. <AssemblyName>System.Runtime.Serialization</AssemblyName>
  18. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <NoWarn>1699,168,169,219,414</NoWarn>
  25. <Optimize>false</Optimize>
  26. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <NoWarn>1699,168,169,219,414</NoWarn>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>NET_1_1;NET_2_0;NET_3_0</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  39. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  40. is a problem to compile the Mono mscorlib.dll -->
  41. <PropertyGroup>
  42. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  43. </PropertyGroup>
  44. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  45. <ItemGroup>
  46. <Compile Include="..\..\build\common\Consts.cs" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  49. <Compile Include="Assembly\AssemblyInfo.cs" />
  50. <Compile Include="System.Runtime.Serialization.Configuration\DataContractSerializerSection.cs" />
  51. <Compile Include="System.Runtime.Serialization.Configuration\DeclaredTypeElement.cs" />
  52. <Compile Include="System.Runtime.Serialization.Configuration\DeclaredTypeElementCollection.cs" />
  53. <Compile Include="System.Runtime.Serialization.Configuration\ParameterElement.cs" />
  54. <Compile Include="System.Runtime.Serialization.Configuration\ParameterElementCollection.cs" />
  55. <Compile Include="System.Runtime.Serialization.Configuration\SerializationSectionGroup.cs" />
  56. <Compile Include="System.Runtime.Serialization.Configuration\TypeElement.cs" />
  57. <Compile Include="System.Runtime.Serialization.Configuration\TypeElementCollection.cs" />
  58. <Compile Include="System.Runtime.Serialization\CollectionDataContractAttribute.cs" />
  59. <Compile Include="System.Runtime.Serialization\ContractNamespaceAttribute.cs" />
  60. <Compile Include="System.Runtime.Serialization\DataContractAttribute.cs" />
  61. <Compile Include="System.Runtime.Serialization\DataContractResolver.cs" />
  62. <Compile Include="System.Runtime.Serialization\DataContractSerializer.cs" />
  63. <Compile Include="System.Runtime.Serialization\DataMemberAttribute.cs" />
  64. <Compile Include="System.Runtime.Serialization\EnumMemberAttribute.cs" />
  65. <Compile Include="System.Runtime.Serialization\ExportOptions.cs" />
  66. <Compile Include="System.Runtime.Serialization\ExtensionDataObject.cs" />
  67. <Compile Include="System.Runtime.Serialization\IDataContractSurrogate.cs" />
  68. <Compile Include="System.Runtime.Serialization\IExtensibleDataObject.cs" />
  69. <Compile Include="System.Runtime.Serialization\IgnoreDataMemberAttribute.cs" />
  70. <Compile Include="System.Runtime.Serialization\ImportOptions.cs" />
  71. <Compile Include="System.Runtime.Serialization\InvalidDataContractException.cs" />
  72. <Compile Include="System.Runtime.Serialization\KnownTypeAttribute.cs" />
  73. <Compile Include="System.Runtime.Serialization\KnownTypeCollection.cs" />
  74. <Compile Include="System.Runtime.Serialization\NetDataContractSerializer.cs" />
  75. <Compile Include="System.Runtime.Serialization\SerializationMap.cs" />
  76. <Compile Include="System.Runtime.Serialization\SerializationMap.XsdExporter.cs" />
  77. <Compile Include="System.Runtime.Serialization\XmlFormatterDeserializer.cs" />
  78. <Compile Include="System.Runtime.Serialization\XmlFormatterSerializer.cs" />
  79. <Compile Include="System.Runtime.Serialization\XmlObjectSerializer.cs" />
  80. <Compile Include="System.Runtime.Serialization\XmlSerializableServices.cs" />
  81. <Compile Include="System.Runtime.Serialization\XsdDataContractExporter.cs" />
  82. <Compile Include="System.Runtime.Serialization\XsdDataContractImporter.cs" />
  83. <Compile Include="System.Xml\IFragmentCapableXmlDictionaryWriter.cs" />
  84. <Compile Include="System.Xml\IStreamProvider.cs" />
  85. <Compile Include="System.Xml\IXmlBinaryReaderInitializer.cs" />
  86. <Compile Include="System.Xml\IXmlBinaryWriterInitializer.cs" />
  87. <Compile Include="System.Xml\IXmlDictionary.cs" />
  88. <Compile Include="System.Xml\IXmlMtomReaderInitializer.cs" />
  89. <Compile Include="System.Xml\IXmlMtomWriterInitializer.cs" />
  90. <Compile Include="System.Xml\IXmlUTF8ReaderInitializer.cs" />
  91. <Compile Include="System.Xml\IXmlUTF8WriterInitializer.cs" />
  92. <Compile Include="System.Xml\OnXmlDictionaryReaderClose.cs" />
  93. <Compile Include="System.Xml\UniqueId.cs" />
  94. <Compile Include="System.Xml\XmlBinaryDictionaryReader.cs" />
  95. <Compile Include="System.Xml\XmlBinaryDictionaryWriter.cs" />
  96. <Compile Include="System.Xml\XmlBinaryDictionaryWriterAutoGen.cs" />
  97. <Compile Include="System.Xml\XmlBinaryFormat.cs" />
  98. <Compile Include="System.Xml\XmlBinaryReaderSession.cs" />
  99. <Compile Include="System.Xml\XmlBinaryWriterSession.cs" />
  100. <Compile Include="System.Xml\XmlC14NWriter.cs" />
  101. <Compile Include="System.Xml\XmlCanonicalWriter.cs" />
  102. <Compile Include="System.Xml\XmlDictionary.cs" />
  103. <Compile Include="System.Xml\XmlDictionaryReader.cs" />
  104. <Compile Include="System.Xml\XmlDictionaryReaderAutoGen.cs" />
  105. <Compile Include="System.Xml\XmlDictionaryReaderQuotas.cs" />
  106. <Compile Include="System.Xml\XmlDictionaryString.cs" />
  107. <Compile Include="System.Xml\XmlDictionaryWriter.cs" />
  108. <Compile Include="System.Xml\XmlDictionaryWriterAutoGen.cs" />
  109. <Compile Include="System.Xml\XmlMtomDictionaryReader.cs" />
  110. <Compile Include="System.Xml\XmlMtomDictionaryWriter.cs" />
  111. <Compile Include="System.Xml\XmlSimpleDictionaryReader.cs" />
  112. <Compile Include="System.Xml\XmlSimpleDictionaryWriter.cs" /> </ItemGroup>
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. <PropertyGroup>
  121. <PreBuildEvent>
  122. </PreBuildEvent>
  123. <PostBuildEvent>
  124. xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
  125. </PostBuildEvent>
  126. </PropertyGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
  129. <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>
  130. <Name>corlib\corlib-net_2_0</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\System\System-net_2_0-2.csproj">
  133. <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>
  134. <Name>System\System-net_2_0-2</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
  137. <Project>{205A8E90-88CC-4B46-8151-87FA90B666A5}</Project>
  138. <Name>System.XML\System.Xml-net_2_0-1</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
  141. <Project>{F684BA24-FC9A-4BAB-8CF3-ACC489E6B88E}</Project>
  142. <Name>System.Core\System.Core-net_2_0</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">
  145. <Project>{B8CA1780-FF35-49B9-B385-C24BD0558109}</Project>
  146. <Name>System.Data\System.Data-net_2_0</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">
  149. <Project>{725170B0-51F0-46E2-A74D-F764B68553D6}</Project>
  150. <Name>System.Configuration\System.Configuration-net_2_0</Name>
  151. </ProjectReference>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <Folder Include="Properties\" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <EmbeddedResource Include="resources/mstypes.schema">
  158. <LogicalName>mstypes.schema</LogicalName>
  159. </EmbeddedResource>
  160. </ItemGroup>
  161. </Project>