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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-05 23:51:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-06 10:34:01 +0300
commitb31a445e85523a9a41b0975203f7ccd1d6f185a8 (patch)
tree3fa9a395ceb204eb33a8abfd235b4c5e7b877633 /mcs/class/Mono.Posix
parenteb3f7312bd4da3e6ca1e072c06fcb3f1338ad974 (diff)
[gitattributes] Do CRLF normalization on sln/proj files
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
Diffstat (limited to 'mcs/class/Mono.Posix')
-rw-r--r--mcs/class/Mono.Posix/Mono.Posix.NETStandard-netstandard_2_0.csproj70
-rw-r--r--mcs/class/Mono.Posix/Mono.Posix.csproj348
2 files changed, 209 insertions, 209 deletions
diff --git a/mcs/class/Mono.Posix/Mono.Posix.NETStandard-netstandard_2_0.csproj b/mcs/class/Mono.Posix/Mono.Posix.NETStandard-netstandard_2_0.csproj
index 85635867d3e..d2a8f34750c 100644
--- a/mcs/class/Mono.Posix/Mono.Posix.NETStandard-netstandard_2_0.csproj
+++ b/mcs/class/Mono.Posix/Mono.Posix.NETStandard-netstandard_2_0.csproj
@@ -1,35 +1,35 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AssemblyName>Mono.Posix.NETStandard</AssemblyName>
- <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
- <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
- <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
- <EnableDefaultItems>false</EnableDefaultItems>
- <SignAssembly>true</SignAssembly>
- <DelaySign>true</DelaySign>
- <AssemblyOriginatorKeyFile>..\Open.snk</AssemblyOriginatorKeyFile>
- <!--<BaseIntermediateOutputPath>obj-netstandard2.0</BaseIntermediateOutputPath>
- <IntermediateOutputPath>obj-netstandard2.0</IntermediateOutputPath>-->
- </PropertyGroup>
-
- <PropertyGroup>
- <DefineConstants>$(DefineConstants);MONO_POSIX_NETSTANDARD_BUILD</DefineConstants>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(ForceUseLibC)' == 'true'">
- <DefineConstants>$(DefineConstants);FORCE_USE_LIBC_NOT_MSVC</DefineConstants>
- </PropertyGroup>
-
- <ItemGroup>
- <Compile Include=".\Assembly\**\*.cs" />
- <Compile Include=".\Mono.Posix\**\*.cs" />
- <Compile Include=".\Mono.Unix\**\*.cs" />
- <Compile Include=".\Mono.Unix.Native\**\*.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Remove=".\Mono.Unix.Native\CdeclFunction.cs" />
- </ItemGroup>
-
-</Project>
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AssemblyName>Mono.Posix.NETStandard</AssemblyName>
+ <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
+ <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
+ <GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
+ <EnableDefaultItems>false</EnableDefaultItems>
+ <SignAssembly>true</SignAssembly>
+ <DelaySign>true</DelaySign>
+ <AssemblyOriginatorKeyFile>..\Open.snk</AssemblyOriginatorKeyFile>
+ <!--<BaseIntermediateOutputPath>obj-netstandard2.0</BaseIntermediateOutputPath>
+ <IntermediateOutputPath>obj-netstandard2.0</IntermediateOutputPath>-->
+ </PropertyGroup>
+
+ <PropertyGroup>
+ <DefineConstants>$(DefineConstants);MONO_POSIX_NETSTANDARD_BUILD</DefineConstants>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(ForceUseLibC)' == 'true'">
+ <DefineConstants>$(DefineConstants);FORCE_USE_LIBC_NOT_MSVC</DefineConstants>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Compile Include=".\Assembly\**\*.cs" />
+ <Compile Include=".\Mono.Posix\**\*.cs" />
+ <Compile Include=".\Mono.Unix\**\*.cs" />
+ <Compile Include=".\Mono.Unix.Native\**\*.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Remove=".\Mono.Unix.Native\CdeclFunction.cs" />
+ </ItemGroup>
+
+</Project>
diff --git a/mcs/class/Mono.Posix/Mono.Posix.csproj b/mcs/class/Mono.Posix/Mono.Posix.csproj
index c4610dc6b8b..0ebc64fc137 100644
--- a/mcs/class/Mono.Posix/Mono.Posix.csproj
+++ b/mcs/class/Mono.Posix/Mono.Posix.csproj
@@ -1,175 +1,175 @@
-<?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="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
- <ProjectGuid>{CDCF8A59-1328-481A-8B0B-95B426F99743}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,612</NoWarn>
- <LangVersion>latest</LangVersion>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AssemblyName>Mono.Posix</AssemblyName>
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>../mono.pub</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <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 -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'monodroid' ">
- <OutputPath>./../../class/lib/monodroid</OutputPath>
- <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-monodroid</IntermediateOutputPath>
- <DefineConstants>NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;MOBILE_DYNAMIC;MONODROID;ANDROID</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'xammac_net_4_5' ">
- <OutputPath>./../../class/lib/xammac_net_4_5</OutputPath>
- <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-xammac_net_4_5</IntermediateOutputPath>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;NO_SYSTEM_DRAWING_DEPENDENCY;NO_WINFORMS_DEPENDENCY;NO_SYSTEM_WEB_DEPENDENCY;XAMMAC_4_5;XAMARIN_MODERN</DefineConstants>
- </PropertyGroup>
- <!-- @ALL_PROFILE_PROPERTIES@ -->
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
- <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- @BUILT_SOURCES@ -->
- <!--Common files-->
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="Mono.Posix\Catalog.cs" />
- <Compile Include="Mono.Posix\PeerCred.cs" />
- <Compile Include="Mono.Posix\Syscall.cs" />
- <Compile Include="Mono.Posix\UnixEndPoint.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSink.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSinkProvider.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryCore.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSink.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSinkProvider.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixChannel.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixClientChannel.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixClientTransportSink.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixClientTransportSinkProvider.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixConnectionPool.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixMessageIO.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixServerChannel.cs" />
- <Compile Include="Mono.Remoting.Channels.Unix\UnixServerTransportSink.cs" />
- <Compile Include="Mono.Unix.Native\CdeclFunction.cs" />
- <Compile Include="Mono.Unix.Native\FileNameMarshaler.cs" />
- <Compile Include="Mono.Unix.Native\MapAttribute.cs" />
- <Compile Include="Mono.Unix.Native\NativeConvert.cs" />
- <Compile Include="Mono.Unix.Native\NativeConvert.generated.cs" />
- <Compile Include="Mono.Unix.Native\RealTimeSignum.cs" />
- <Compile Include="Mono.Unix.Native\Stdlib.cs" />
- <Compile Include="Mono.Unix.Native\Syscall.cs" />
- <Compile Include="Mono.Unix.Native\TypeAttributes.cs" />
- <Compile Include="Mono.Unix\AbstractUnixEndPoint.cs" />
- <Compile Include="Mono.Unix\Catalog.cs" />
- <Compile Include="Mono.Unix\FileAccessPattern.cs" />
- <Compile Include="Mono.Unix\FileAccessPermissions.cs" />
- <Compile Include="Mono.Unix\FileHandleOperations.cs" />
- <Compile Include="Mono.Unix\FileSpecialAttributes.cs" />
- <Compile Include="Mono.Unix\FileTypes.cs" />
- <Compile Include="Mono.Unix\PeerCred.cs" />
- <Compile Include="Mono.Unix\StdioFileStream.cs" />
- <Compile Include="Mono.Unix\UnixClient.cs" />
- <Compile Include="Mono.Unix\UnixDirectoryInfo.cs" />
- <Compile Include="Mono.Unix\UnixDriveInfo.cs" />
- <Compile Include="Mono.Unix\UnixEncoding.cs" />
- <Compile Include="Mono.Unix\UnixEndPoint.cs" />
- <Compile Include="Mono.Unix\UnixEnvironment.cs" />
- <Compile Include="Mono.Unix\UnixFileInfo.cs" />
- <Compile Include="Mono.Unix\UnixFileSystemInfo.cs" />
- <Compile Include="Mono.Unix\UnixGroupInfo.cs" />
- <Compile Include="Mono.Unix\UnixIOException.cs" />
- <Compile Include="Mono.Unix\UnixListener.cs" />
- <Compile Include="Mono.Unix\UnixMarshal.cs" />
- <Compile Include="Mono.Unix\UnixPath.cs" />
- <Compile Include="Mono.Unix\UnixPipes.cs" />
- <Compile Include="Mono.Unix\UnixProcess.cs" />
- <Compile Include="Mono.Unix\UnixSignal.cs" />
- <Compile Include="Mono.Unix\UnixStream.cs" />
- <Compile Include="Mono.Unix\UnixSymbolicLinkInfo.cs" />
- <Compile Include="Mono.Unix\UnixUserInfo.cs" />
- <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
- <Name>genconsts</Name>
- <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- <CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>false</Private>
- </ProjectReference>
- </ItemGroup>
- <!--End of common files-->
- <!--Per-profile files-->
- <Choose>
- <When Condition="'$(Platform)' == 'xammac'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'winaot'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'wasm'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'unreal'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'orbis'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'net_4_x'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'monotouch_watch'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'monotouch_tv'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'monotouch'">
- <ItemGroup />
- </When>
- <When Condition="'$(Platform)' == 'monodroid'">
- <ItemGroup>
- <Compile Include="Mono.Unix.Android\AndroidUtils.cs" />
- </ItemGroup>
- </When>
- </Choose>
- <!--End of per-profile files-->
- <!-- @ALL_SOURCES@ -->
- <ItemGroup>
- <ProjectReference Include="../System/System.csproj" />
- <ProjectReference Include="../corlib/corlib.csproj" />
- </ItemGroup>
- <!-- @ALL_REFERENCES@ -->
- <!-- @ALL_RESOURCES@ -->
- <PropertyGroup>
- <!-- Force the pre-build event to run after references have been resolved. The default
- behavior is to run them before resolving references, which can cause things like
- culevel.exe to be used before they have been built. -->
- <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
- </PropertyGroup>
+<?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="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
+ <ProjectGuid>{CDCF8A59-1328-481A-8B0B-95B426F99743}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,618,612</NoWarn>
+ <LangVersion>latest</LangVersion>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AssemblyName>Mono.Posix</AssemblyName>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>../mono.pub</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <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 -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'monodroid' ">
+ <OutputPath>./../../class/lib/monodroid</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-monodroid</IntermediateOutputPath>
+ <DefineConstants>NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;MOBILE_DYNAMIC;MONODROID;ANDROID</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'xammac_net_4_5' ">
+ <OutputPath>./../../class/lib/xammac_net_4_5</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-xammac_net_4_5</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;NO_SYSTEM_DRAWING_DEPENDENCY;NO_WINFORMS_DEPENDENCY;NO_SYSTEM_WEB_DEPENDENCY;XAMMAC_4_5;XAMARIN_MODERN</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="Mono.Posix\Catalog.cs" />
+ <Compile Include="Mono.Posix\PeerCred.cs" />
+ <Compile Include="Mono.Posix\Syscall.cs" />
+ <Compile Include="Mono.Posix\UnixEndPoint.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSink.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryClientFormatterSinkProvider.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryCore.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSink.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixBinaryServerFormatterSinkProvider.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixChannel.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixClientChannel.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixClientTransportSink.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixClientTransportSinkProvider.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixConnectionPool.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixMessageIO.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixServerChannel.cs" />
+ <Compile Include="Mono.Remoting.Channels.Unix\UnixServerTransportSink.cs" />
+ <Compile Include="Mono.Unix.Native\CdeclFunction.cs" />
+ <Compile Include="Mono.Unix.Native\FileNameMarshaler.cs" />
+ <Compile Include="Mono.Unix.Native\MapAttribute.cs" />
+ <Compile Include="Mono.Unix.Native\NativeConvert.cs" />
+ <Compile Include="Mono.Unix.Native\NativeConvert.generated.cs" />
+ <Compile Include="Mono.Unix.Native\RealTimeSignum.cs" />
+ <Compile Include="Mono.Unix.Native\Stdlib.cs" />
+ <Compile Include="Mono.Unix.Native\Syscall.cs" />
+ <Compile Include="Mono.Unix.Native\TypeAttributes.cs" />
+ <Compile Include="Mono.Unix\AbstractUnixEndPoint.cs" />
+ <Compile Include="Mono.Unix\Catalog.cs" />
+ <Compile Include="Mono.Unix\FileAccessPattern.cs" />
+ <Compile Include="Mono.Unix\FileAccessPermissions.cs" />
+ <Compile Include="Mono.Unix\FileHandleOperations.cs" />
+ <Compile Include="Mono.Unix\FileSpecialAttributes.cs" />
+ <Compile Include="Mono.Unix\FileTypes.cs" />
+ <Compile Include="Mono.Unix\PeerCred.cs" />
+ <Compile Include="Mono.Unix\StdioFileStream.cs" />
+ <Compile Include="Mono.Unix\UnixClient.cs" />
+ <Compile Include="Mono.Unix\UnixDirectoryInfo.cs" />
+ <Compile Include="Mono.Unix\UnixDriveInfo.cs" />
+ <Compile Include="Mono.Unix\UnixEncoding.cs" />
+ <Compile Include="Mono.Unix\UnixEndPoint.cs" />
+ <Compile Include="Mono.Unix\UnixEnvironment.cs" />
+ <Compile Include="Mono.Unix\UnixFileInfo.cs" />
+ <Compile Include="Mono.Unix\UnixFileSystemInfo.cs" />
+ <Compile Include="Mono.Unix\UnixGroupInfo.cs" />
+ <Compile Include="Mono.Unix\UnixIOException.cs" />
+ <Compile Include="Mono.Unix\UnixListener.cs" />
+ <Compile Include="Mono.Unix\UnixMarshal.cs" />
+ <Compile Include="Mono.Unix\UnixPath.cs" />
+ <Compile Include="Mono.Unix\UnixPipes.cs" />
+ <Compile Include="Mono.Unix\UnixProcess.cs" />
+ <Compile Include="Mono.Unix\UnixSignal.cs" />
+ <Compile Include="Mono.Unix\UnixStream.cs" />
+ <Compile Include="Mono.Unix\UnixSymbolicLinkInfo.cs" />
+ <Compile Include="Mono.Unix\UnixUserInfo.cs" />
+ <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
+ <Name>genconsts</Name>
+ <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+ <Private>false</Private>
+ </ProjectReference>
+ </ItemGroup>
+ <!--End of common files-->
+ <!--Per-profile files-->
+ <Choose>
+ <When Condition="'$(Platform)' == 'xammac'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'winaot'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'wasm'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'unreal'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'orbis'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'net_4_x'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_watch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch_tv'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monotouch'">
+ <ItemGroup />
+ </When>
+ <When Condition="'$(Platform)' == 'monodroid'">
+ <ItemGroup>
+ <Compile Include="Mono.Unix.Android\AndroidUtils.cs" />
+ </ItemGroup>
+ </When>
+ </Choose>
+ <!--End of per-profile files-->
+ <!-- @ALL_SOURCES@ -->
+ <ItemGroup>
+ <ProjectReference Include="../System/System.csproj" />
+ <ProjectReference Include="../corlib/corlib.csproj" />
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <!-- @ALL_RESOURCES@ -->
+ <PropertyGroup>
+ <!-- Force the pre-build event to run after references have been resolved. The default
+ behavior is to run them before resolving references, which can cause things like
+ culevel.exe to be used before they have been built. -->
+ <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
+ </PropertyGroup>
</Project> \ No newline at end of file