| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{27F5B712-0010-4A46-8C55-4CACA30F4E78}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,168,169,219,414</NoWarn>
- <OutputPath>bin\Debug\System.Runtime.Serialization-tests-net_2_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Runtime.Serialization_test_net_2_0</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,168,169,219,414</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,168,169,219,414</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="Test\System.Runtime.Serialization\AttributesTest.cs" />
- <Compile Include="Test\System.Runtime.Serialization\Bug242Test.cs" />
- <Compile Include="Test\System.Runtime.Serialization\Bug2843Test.cs" />
- <Compile Include="Test\System.Runtime.Serialization\Bug3258Test.cs" />
- <Compile Include="Test\System.Runtime.Serialization\Bug666333Test.cs" />
- <Compile Include="Test\System.Runtime.Serialization\Bug675144Test.cs" />
- <Compile Include="Test\System.Runtime.Serialization\Bug695203Test.cs" />
- <Compile Include="Test\System.Runtime.Serialization\CollectionSerialization.cs" />
- <Compile Include="Test\System.Runtime.Serialization\DataContractResolverTest.cs" />
- <Compile Include="Test\System.Runtime.Serialization\DataContractSerializerTest_DuplicateQName.cs" />
- <Compile Include="Test\System.Runtime.Serialization\DataContractSerializerTest_InvalidCharacters.cs" />
- <Compile Include="Test\System.Runtime.Serialization\DataContractSerializerTest_NullableWithDictionary.cs" />
- <Compile Include="Test\System.Runtime.Serialization\KnownTypeAttributeTest.cs" />
- <Compile Include="Test\System.Runtime.Serialization\WsdlHelper.cs" />
- <Compile Include="Test\System.Runtime.Serialization\XmlObjectSerializerTest.cs" />
- <Compile Include="Test\System.Runtime.Serialization\XsdDataContractExporterTest.cs" />
- <Compile Include="Test\System.Runtime.Serialization\XsdDataContractExporterTest2.cs" />
- <Compile Include="Test\System.Runtime.Serialization\XsdDataContractImporterTest.cs" />
- <Compile Include="Test\System.Runtime.Serialization\XsdDataContractImporterTest2.cs" />
- <Compile Include="Test\System.Xml\UniqueIdTest.cs" />
- <Compile Include="Test\System.Xml\XmlBinaryDictionaryReaderTest.cs" />
- <Compile Include="Test\System.Xml\XmlBinaryDictionaryWriterTest.cs" />
- <Compile Include="Test\System.Xml\XmlBinaryWriterSessionTest.cs" />
- <Compile Include="Test\System.Xml\XmlDictionaryReaderAbstractTest.cs" />
- <Compile Include="Test\System.Xml\XmlDictionaryReaderQuotasTest.cs" />
- <Compile Include="Test\System.Xml\XmlDictionaryStringTest.cs" />
- <Compile Include="Test\System.Xml\XmlDictionaryTest.cs" />
- <Compile Include="Test\System.Xml\XmlDictionaryWriterTest.cs" />
- <Compile Include="Test\System.Xml\XmlMtomDictionaryWriterTest.cs" />
- <Compile Include="Test\System.Xml\XmlSimpleDictionaryWriterTest.cs" />
- <Compile Include="Test\XmlComparer.cs" />
</ItemGroup>
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- <PostBuildEvent>
- xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_2_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">
- <Project>{EB7444A6-C3E6-4224-BDB0-63CA3B4F2B87}</Project>
- <Name>corlib\corlib-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_2_0.csproj">
- <Project>{FBE202BB-4389-49E8-A81F-155E92BF1B0B}</Project>
- <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_2_0-2.csproj">
- <Project>{79F25FD7-0D76-4526-AF39-1A648649A827}</Project>
- <Name>System\System-net_2_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_2_0-1.csproj">
- <Project>{D9776E38-7673-45F6-BF19-7B77830DF9CA}</Project>
- <Name>System.XML\System.Xml-net_2_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_2_0.csproj">
- <Project>{B91370A1-A33A-4F7A-BDF2-1E194AFA0869}</Project>
- <Name>System.Core\System.Core-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data\System.Data-net_2_0.csproj">
- <Project>{49220562-83E1-49A2-971F-5D31C4AB0258}</Project>
- <Name>System.Data\System.Data-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_2_0.csproj">
- <Project>{8131BE5D-BE64-4BA5-A62D-FAC4BE0A0B53}</Project>
- <Name>System.Configuration\System.Configuration-net_2_0</Name>
- </ProjectReference>
- <Reference Include="System.ServiceModel.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>System.ServiceModel.dll</HintPath>
- <Private>False</Private>
- </Reference>
- <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_2_0.csproj">
- <Project>{71444193-6B64-4C1B-A87D-580CCB548952}</Project>
- <Name>System.Web.Services\System.Web.Services-net_2_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="resources/mstypes.schema">
- <LogicalName>mstypes.schema</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Test/Resources/WSDL/collections.wsdl">
- <LogicalName>collections.wsdl</LogicalName>
- </EmbeddedResource>
- <EmbeddedResource Include="Test/Resources/WSDL/custom-collections.wsdl">
- <LogicalName>custom-collections.wsdl</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
- </Project>
|