-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[msvc] Update csproj files (mono#6163)
- Loading branch information
1 parent
233212b
commit 657ff6d
Showing
4 changed files
with
98 additions
and
9 deletions.
There are no files selected for viewing
88 changes: 88 additions & 0 deletions
88
...tem.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe-net_4_x.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?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>{6C50BF24-90AB-4654-B295-16A1C717643C}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<NoWarn>1699</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'))">darwin</HostPlatform> | ||
<HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform> | ||
<OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath> | ||
<IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath> | ||
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute> | ||
<NoStdLib>True</NoStdLib> | ||
|
||
<NoConfig>True</NoConfig> | ||
|
||
<AppDesignerFolder>Properties</AppDesignerFolder> | ||
<RootNamespace> | ||
</RootNamespace> | ||
<AssemblyName>System.Runtime.CompilerServices.Unsafe</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;WIN_PLATFORM;MULTIPLEX_OS</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;WIN_PLATFORM;MULTIPLEX_OS</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> | ||
</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> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Properties\" /> | ||
</ItemGroup> | ||
</Project> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters