| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <?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>{11013E7D-73BE-4CAF-80D1-1C7CDD85D40A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,168,169,219,414</NoWarn>
- <OutputPath>bin\Debug\System.Runtime.Serialization-tests-net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Runtime.Serialization_test_net_4_0</AssemblyName>
- <TargetFrameworkVersion>v4.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;NET_3_5;NET_4_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;NET_3_5;NET_4_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_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_4_0\ /Y /R /D
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{7B7210E5-3B98-492F-B57E-BD53A99C39B0}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
- <Project>{B3C699B6-74B4-4B41-901E-32E57D0909AC}</Project>
- <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{1A075F2A-40CF-48B5-B817-8B03444DB7C6}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{F9E777F8-E3F2-4E19-8DC9-2D1BB6B380A6}</Project>
- <Name>System.XML\System.Xml-net_4_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{2590BECB-2660-49C6-93B1-B9E7D0796214}</Project>
- <Name>System.Core\System.Core-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
- <Project>{6865A6A5-DF93-45C7-BE83-F06907EC81F8}</Project>
- <Name>System.Data\System.Data-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{610C7C77-5851-4B95-A3FE-B04E1B011E6A}</Project>
- <Name>System.Configuration\System.Configuration-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_2_0.csproj">
- <Project>{77DBD5F4-13EC-45EC-A6BD-3C5543D42B90}</Project>
- <Name>System.ServiceModel\System.ServiceModel-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_4_0.csproj">
- <Project>{C2B09EC6-61CB-4CF0-A6D8-A094C2EDF8A0}</Project>
- <Name>System.Web.Services\System.Web.Services-net_4_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>
|