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:
authorJoão Matos <joao@tritao.eu>2015-09-14 02:16:41 +0300
committerJoão Matos <joao@tritao.eu>2015-09-14 02:16:41 +0300
commita373c3d98959d8c386045999cb69761ab1843259 (patch)
tree4f36c47d766edee5130d0882da6390191ea604d4 /mcs/class/System.Xaml
parenta8d6b4abff88a2b1d0c56053f9ac54c5e82625e2 (diff)
[build] Generated up-to-date net_4_x MSBuild projects.
Diffstat (limited to 'mcs/class/System.Xaml')
-rw-r--r--mcs/class/System.Xaml/System.Xaml-net_4_x.csproj215
1 files changed, 215 insertions, 0 deletions
diff --git a/mcs/class/System.Xaml/System.Xaml-net_4_x.csproj b/mcs/class/System.Xaml/System.Xaml-net_4_x.csproj
new file mode 100644
index 00000000000..25d922d3760
--- /dev/null
+++ b/mcs/class/System.Xaml/System.Xaml-net_4_x.csproj
@@ -0,0 +1,215 @@
+<?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>{4E79FA59-8344-4053-8E3B-B9619BA26513}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699</NoWarn>
+ <OutputPath>./../../class/lib/net_4_x</OutputPath>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>
+ </RootNamespace>
+ <AssemblyName>System.Xaml</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</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="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="System.Windows.Markup\AmbientAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ArrayExtension.cs" />
+ <Compile Include="System.Windows.Markup\ConstructorArgumentAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ContentWrapperAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DateTimeValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\DependsOnAttribute.cs" />
+ <Compile Include="System.Windows.Markup\DictionaryKeyPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\IComponentConnector.cs" />
+ <Compile Include="System.Windows.Markup\INameScope.cs" />
+ <Compile Include="System.Windows.Markup\INameScopeDictionary.cs" />
+ <Compile Include="System.Windows.Markup\IProvideValueTarget.cs" />
+ <Compile Include="System.Windows.Markup\IQueryAmbient.cs" />
+ <Compile Include="System.Windows.Markup\IUriContext.cs" />
+ <Compile Include="System.Windows.Markup\IValueSerializerContext.cs" />
+ <Compile Include="System.Windows.Markup\IXamlTypeResolver.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtension.cs" />
+ <Compile Include="System.Windows.Markup\MarkupExtensionReturnTypeAttribute.cs" />
+ <Compile Include="System.Windows.Markup\MemberDefinition.cs" />
+ <Compile Include="System.Windows.Markup\NameReferenceConverter.cs" />
+ <Compile Include="System.Windows.Markup\NameScopePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\NullExtension.cs" />
+ <Compile Include="System.Windows.Markup\PropertyDefinition.cs" />
+ <Compile Include="System.Windows.Markup\Reference.cs" />
+ <Compile Include="System.Windows.Markup\RootNamespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\RuntimeNamePropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\StaticExtension.cs" />
+ <Compile Include="System.Windows.Markup\StaticExtensionConverter.cs" />
+ <Compile Include="System.Windows.Markup\TrimSurroundingWhitespaceAttribute.cs" />
+ <Compile Include="System.Windows.Markup\TypeExtension.cs" />
+ <Compile Include="System.Windows.Markup\TypeExtensionConverter.cs" />
+ <Compile Include="System.Windows.Markup\UidPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\UsableDuringInitializationAttribute.cs" />
+ <Compile Include="System.Windows.Markup\ValueSerializer.cs" />
+ <Compile Include="System.Windows.Markup\WhitespaceSignificantCollectionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XamlDeferLoadAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XamlSetMarkupExtensionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XamlSetMarkupExtensionEventArgs.cs" />
+ <Compile Include="System.Windows.Markup\XamlSetTypeConverterAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XamlSetTypeConverterEventArgs.cs" />
+ <Compile Include="System.Windows.Markup\XamlSetValueEventArgs.cs" />
+ <Compile Include="System.Windows.Markup\XData.cs" />
+ <Compile Include="System.Windows.Markup\XmlLangPropertyAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsCompatibleWithAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsDefinitionAttribute.cs" />
+ <Compile Include="System.Windows.Markup\XmlnsPrefixAttribute.cs" />
+ <Compile Include="System.Xaml.Permissions\XamlAccessLevel.cs" />
+ <Compile Include="System.Xaml.Permissions\XamlLoadPermission.cs" />
+ <Compile Include="System.Xaml.Schema\AllowedMemberLocations.cs" />
+ <Compile Include="System.Xaml.Schema\ShouldSerializeResult.cs" />
+ <Compile Include="System.Xaml.Schema\XamlCollectionKind.cs" />
+ <Compile Include="System.Xaml.Schema\XamlMemberInvoker.cs" />
+ <Compile Include="System.Xaml.Schema\XamlTypeInvoker.cs" />
+ <Compile Include="System.Xaml.Schema\XamlTypeName.cs" />
+ <Compile Include="System.Xaml.Schema\XamlTypeTypeConverter.cs" />
+ <Compile Include="System.Xaml.Schema\XamlValueConverter.cs" />
+ <Compile Include="System.Xaml\AmbientPropertyValue.cs" />
+ <Compile Include="System.Xaml\AttachableMemberIdentifier.cs" />
+ <Compile Include="System.Xaml\AttachablePropertyServices.cs" />
+ <Compile Include="System.Xaml\IAmbientProvider.cs" />
+ <Compile Include="System.Xaml\IAttachedPropertyStore.cs" />
+ <Compile Include="System.Xaml\IDestinationTypeProvider.cs" />
+ <Compile Include="System.Xaml\INamespacePrefixLookup.cs" />
+ <Compile Include="System.Xaml\IRootObjectProvider.cs" />
+ <Compile Include="System.Xaml\IXamlIndexingReader.cs" />
+ <Compile Include="System.Xaml\IXamlLineInfo.cs" />
+ <Compile Include="System.Xaml\IXamlLineInfoConsumer.cs" />
+ <Compile Include="System.Xaml\IXamlNameProvider.cs" />
+ <Compile Include="System.Xaml\IXamlNameResolver.cs" />
+ <Compile Include="System.Xaml\IXamlNamespaceResolver.cs" />
+ <Compile Include="System.Xaml\IXamlObjectWriterFactory.cs" />
+ <Compile Include="System.Xaml\IXamlSchemaContextProvider.cs" />
+ <Compile Include="System.Xaml\NameScope.cs" />
+ <Compile Include="System.Xaml\NamespaceDeclaration.cs" />
+ <Compile Include="System.Xaml\ParsedMarkupExtensionInfo.cs" />
+ <Compile Include="System.Xaml\PrefixLookup.cs" />
+ <Compile Include="System.Xaml\TypeExtensionMethods.cs" />
+ <Compile Include="System.Xaml\ValueSerializerContext.cs" />
+ <Compile Include="System.Xaml\XamlBackgroundReader.cs" />
+ <Compile Include="System.Xaml\XamlDeferringLoader.cs" />
+ <Compile Include="System.Xaml\XamlDirective.cs" />
+ <Compile Include="System.Xaml\XamlDuplicateMemberException.cs" />
+ <Compile Include="System.Xaml\XamlException.cs" />
+ <Compile Include="System.Xaml\XamlInternalException.cs" />
+ <Compile Include="System.Xaml\XamlLanguage.cs" />
+ <Compile Include="System.Xaml\XamlMember.cs" />
+ <Compile Include="System.Xaml\XamlNameResolver.cs" />
+ <Compile Include="System.Xaml\XamlNode.cs" />
+ <Compile Include="System.Xaml\XamlNodeList.cs" />
+ <Compile Include="System.Xaml\XamlNodeQueue.cs" />
+ <Compile Include="System.Xaml\XamlNodeQueueReader.cs" />
+ <Compile Include="System.Xaml\XamlNodeQueueWriter.cs" />
+ <Compile Include="System.Xaml\XamlNodeType.cs" />
+ <Compile Include="System.Xaml\XamlObjectEventArgs.cs" />
+ <Compile Include="System.Xaml\XamlObjectNodeIterator.cs" />
+ <Compile Include="System.Xaml\XamlObjectReader.cs" />
+ <Compile Include="System.Xaml\XamlObjectReaderException.cs" />
+ <Compile Include="System.Xaml\XamlObjectReaderSettings.cs" />
+ <Compile Include="System.Xaml\XamlObjectWriter.cs" />
+ <Compile Include="System.Xaml\XamlObjectWriterException.cs" />
+ <Compile Include="System.Xaml\XamlObjectWriterSettings.cs" />
+ <Compile Include="System.Xaml\XamlParseException.cs" />
+ <Compile Include="System.Xaml\XamlReader.cs" />
+ <Compile Include="System.Xaml\XamlReaderSettings.cs" />
+ <Compile Include="System.Xaml\XamlSchemaContext.cs" />
+ <Compile Include="System.Xaml\XamlSchemaContextSettings.cs" />
+ <Compile Include="System.Xaml\XamlSchemaException.cs" />
+ <Compile Include="System.Xaml\XamlServices.cs" />
+ <Compile Include="System.Xaml\XamlSubtreeReader.cs" />
+ <Compile Include="System.Xaml\XamlType.cs" />
+ <Compile Include="System.Xaml\XamlWriter.cs" />
+ <Compile Include="System.Xaml\XamlWriterInternalBase.cs" />
+ <Compile Include="System.Xaml\XamlWriterSettings.cs" />
+ <Compile Include="System.Xaml\XamlWriterStateManager.cs" />
+ <Compile Include="System.Xaml\XamlXmlReader.cs" />
+ <Compile Include="System.Xaml\XamlXmlReaderSettings.cs" />
+ <Compile Include="System.Xaml\XamlXmlWriter.cs" />
+ <Compile Include="System.Xaml\XamlXmlWriterException.cs" />
+ <Compile Include="System.Xaml\XamlXmlWriterSettings.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 Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PreBuildEvent>
+ <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PreBuildEvent>
+
+ <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+ </PostBuildEvent>
+ <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+ </PostBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
+ <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
+ <Name>corlib-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System/System-net_4_x.csproj">
+ <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
+ <Name>System-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
+ <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
+ <Name>System.Xml-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
+ <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
+ <Name>System.Core-net_4_x</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
+