| 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>{8748B03E-D19A-4A32-B0BC-67DE3F224EDC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,168,169,219,414</NoWarn>
- <OutputPath>bin\Debug\System.Runtime.Serialization-tests-net_4_5</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Runtime.Serialization_test_net_4_5</AssemblyName>
- <TargetFrameworkVersion>v4.5</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_4_5;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_4_5;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_5\ /Y /R /D
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_5\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">
- <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>
- <Name>corlib\corlib-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_5.csproj">
- <Project>{088AB4AB-1904-4365-A74B-F7557A034945}</Project>
- <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_5-2.csproj">
- <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>
- <Name>System\System-net_4_5-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">
- <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>
- <Name>System.XML\System.Xml-net_4_5-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_5.csproj">
- <Project>{E77D8877-AEAD-4FDF-8A44-36AAA0B20653}</Project>
- <Name>System.Core\System.Core-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data\System.Data-net_4_5.csproj">
- <Project>{5CAB0F19-4A6F-4B4B-96DA-5677F88E2EF6}</Project>
- <Name>System.Data\System.Data-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_5.csproj">
- <Project>{847BF7E9-DEFB-43C9-8410-CA775ADC0E8A}</Project>
- <Name>System.Configuration\System.Configuration-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_4_0.csproj">
- <Project>{93532CB9-2FFB-4458-820F-BA280A6E6796}</Project>
- <Name>System.ServiceModel\System.ServiceModel-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_4_5.csproj">
- <Project>{5A9673B6-FC36-4B40-92F6-A9586B75EC57}</Project>
- <Name>System.Web.Services\System.Web.Services-net_4_5</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>
|