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:
authormonojenkins <jo.shields+jenkins@xamarin.com>2017-04-12 19:36:50 +0300
committerMarek Safar <marek.safar@gmail.com>2017-04-12 19:53:10 +0300
commitb09b3689f23d192839d84f2ad2b34523baec815e (patch)
tree97df7a657cde73fe2324e82b85b2d95147d2df3f /mcs/class/Facades
parent5e8012a6787e4dc1bb6577c4e3572a2c8070dd05 (diff)
[msvc] Update csproj files
Diffstat (limited to 'mcs/class/Facades')
-rw-r--r--mcs/class/Facades/netstandard/Facades_netstandard-net_4_x.csproj191
1 files changed, 191 insertions, 0 deletions
diff --git a/mcs/class/Facades/netstandard/Facades_netstandard-net_4_x.csproj b/mcs/class/Facades/netstandard/Facades_netstandard-net_4_x.csproj
new file mode 100644
index 00000000000..8605826e178
--- /dev/null
+++ b/mcs/class/Facades/netstandard/Facades_netstandard-net_4_x.csproj
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
+<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>{ECE97482-6E06-424A-8E60-46C5B1CCB47C}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,1616,1699,618</NoWarn>
+ <OutputPath>./../../../class/lib/net_4_x/Facades</OutputPath>
+ <IntermediateOutputPath>obj-Facades</IntermediateOutputPath>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>True</NoStdLib>
+
+ <NoConfig>True</NoConfig>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>
+ </RootNamespace>
+ <AssemblyName>netstandard</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup>
+ <SignAssembly>true</SignAssembly>
+ <DelaySign>true</DelaySign>
+ </PropertyGroup>
+ <PropertyGroup>
+ <AssemblyOriginatorKeyFile>../../msfinal.pub</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699,1616,1699,618</NoWarn>
+ <Optimize>false</Optimize>
+ <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699,1616,1699,618</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</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="AssemblyInfo.cs" />
+ <Compile Include="TypeForwarders.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.Xml.Linq/System.Xml.Linq-net_4_x.csproj">
+ <Project>{526286D5-38D9-4579-B001-471440D57752}</Project>
+ <Name>System.Xml.Linq-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Runtime.Serialization/System.Runtime.Serialization-net_4_x.csproj">
+ <Project>{D845AD9D-3CCB-49CB-9543-028678E94938}</Project>
+ <Name>System.Runtime.Serialization-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>
+ <ProjectReference Include="../../System.Numerics/System.Numerics-net_4_x.csproj">
+ <Project>{BD2FFDDC-BD89-4041-82F5-A696C941C7BE}</Project>
+ <Name>System.Numerics-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Numerics.Vectors/System.Numerics.Vectors-net_4_x.csproj">
+ <Project>{B05362C2-C85F-43A5-93D7-49A45892438D}</Project>
+ <Name>System.Numerics.Vectors-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Net.Http/System.Net.Http-net_4_x.csproj">
+ <Project>{F1636C0A-FC68-4362-918F-9CCC789FED13}</Project>
+ <Name>System.Net.Http-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Transactions/System.Transactions-net_4_x.csproj">
+ <Project>{3821C69F-220D-4231-992C-0FE05311A005}</Project>
+ <Name>System.Transactions-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.IO.Compression/System.IO.Compression-net_4_x.csproj">
+ <Project>{6187D26C-54C8-4298-829E-A99B0E6036B1}</Project>
+ <Name>System.IO.Compression-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Data/System.Data-net_4_x.csproj">
+ <Project>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</Project>
+ <Name>System.Data-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.ComponentModel.Composition.4.5/System.ComponentModel.Composition-net_4_x.csproj">
+ <Project>{9091B5ED-8AFF-4B93-801A-9A33E0895A2B}</Project>
+ <Name>System.ComponentModel.Composition-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.IO.Compression.FileSystem/System.IO.Compression.FileSystem-net_4_x.csproj">
+ <Project>{9E61FF2E-493E-4CA0-BBDA-2EF96A4CB058}</Project>
+ <Name>System.IO.Compression.FileSystem-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Runtime.InteropServices.RuntimeInformation/System.Runtime.InteropServices.RuntimeInformation-net_4_x.csproj">
+ <Project>{1E1BC1A8-EAD2-496C-A6D6-8AFABD741F56}</Project>
+ <Name>System.Runtime.InteropServices.RuntimeInformation-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Security.Cryptography.Algorithms/Facades_System.Security.Cryptography.Algorithms-net_4_x.csproj">
+ <Project>{B044DB11-DC90-4C35-B766-F2D24D7C3009}</Project>
+ <Name>Facades_System.Security.Cryptography.Algorithms-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Globalization.Extensions/Facades_System.Globalization.Extensions-net_4_x.csproj">
+ <Project>{B875622B-BEA2-4D1C-8242-3A1FCECF5890}</Project>
+ <Name>Facades_System.Globalization.Extensions-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Data.Common/Facades_System.Data.Common-net_4_x.csproj">
+ <Project>{360CDD70-6108-4406-9433-7BB178B0C3E3}</Project>
+ <Name>Facades_System.Data.Common-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Diagnostics.StackTrace/Facades_System.Diagnostics.StackTrace-net_4_x.csproj">
+ <Project>{871BE2C6-2F56-4E05-93E8-9B3FDD4711DB}</Project>
+ <Name>Facades_System.Diagnostics.StackTrace-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Runtime.Serialization.Xml/Facades_System.Runtime.Serialization.Xml-net_4_x.csproj">
+ <Project>{C948B3D4-0BEE-4363-B4A7-635A169C8D63}</Project>
+ <Name>Facades_System.Runtime.Serialization.Xml-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Runtime.Serialization.Primitives/Facades_System.Runtime.Serialization.Primitives-net_4_x.csproj">
+ <Project>{49BB9015-6989-4BD0-AF82-9184BE637D57}</Project>
+ <Name>Facades_System.Runtime.Serialization.Primitives-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Security.SecureString/Facades_System.Security.SecureString-net_4_x.csproj">
+ <Project>{57C02AD3-1118-4982-BCE3-53158D30F4E9}</Project>
+ <Name>Facades_System.Security.SecureString-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Threading.Overlapped/Facades_System.Threading.Overlapped-net_4_x.csproj">
+ <Project>{E8BFEFD2-AAB9-45E6-8523-1F6AEB1918A2}</Project>
+ <Name>Facades_System.Threading.Overlapped-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../System.Xml.XPath.XDocument/Facades_System.Xml.XPath.XDocument-net_4_x.csproj">
+ <Project>{38F046A2-EEBD-4FE7-B70E-636F5DB4BBF3}</Project>
+ <Name>Facades_System.Xml.XPath.XDocument-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Web/System.Web-net_4_x.csproj">
+ <Project>{9DB806CB-B828-49B7-BAE2-2E52402CB4DC}</Project>
+ <Name>System.Web-net_4_x</Name>
+ </ProjectReference>
+ <ProjectReference Include="../../System.Drawing/System.Drawing-net_4_x.csproj">
+ <Project>{584A5E46-2958-4CB2-8DF9-188B420D0BB0}</Project>
+ <Name>System.Drawing-net_4_x</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+</Project>
+