Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-tests-net_4_0.csproj')
-rw-r--r--mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-tests-net_4_0.csproj151
1 files changed, 0 insertions, 151 deletions
diff --git a/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-tests-net_4_0.csproj b/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-tests-net_4_0.csproj
deleted file mode 100644
index f52d670e82f..00000000000
--- a/mcs/class/System.Runtime.Serialization/System.Runtime.Serialization-tests-net_4_0.csproj
+++ /dev/null
@@ -1,151 +0,0 @@
-<?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>{DA14FBBE-12B0-4CFC-AECC-5DAD4C79F679}</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.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 Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Runtime.Serialization\System.Runtime.Serialization-net_4_0.csproj">
- <Project>{28265916-A48E-4A4D-A845-2F1C06027D68}</Project>
- <Name>System.Runtime.Serialization\System.Runtime.Serialization-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
- <Name>System.XML\System.Xml-net_4_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
- <Name>System.Core\System.Core-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
- <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
- <Name>System.Data\System.Data-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
- <Name>System.Configuration\System.Configuration-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.ServiceModel\System.ServiceModel-net_2_0.csproj">
- <Project>{DA50E37C-63DE-4049-9BE0-141BF1104E20}</Project>
- <Name>System.ServiceModel\System.ServiceModel-net_2_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Web.Services\System.Web.Services-net_4_0.csproj">
- <Project>{75EA05AE-77E9-44DA-9ECC-CC5808134137}</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>
-