Skip to content

Commit

Permalink
[msvc] Update csproj files (mono#6163)
Browse files Browse the repository at this point in the history
  • Loading branch information
monojenkins authored and akoeplinger committed Dec 5, 2017
1 parent 233212b commit 657ff6d
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 9 deletions.
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>

1 change: 1 addition & 0 deletions mcs/class/corlib/corlib-net_4_x.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,7 @@
<Compile Include="System\ValueType.cs" />
<Compile Include="System\Variant.cs" />
<Compile Include="System\Void.cs" />
<Compile Include="System\WeakAttribute.cs" />
<Compile Include="System\WeakReference.cs" />
<Compile Include="System\WeakReference_T.cs" />
<Compile Include="System\WindowsConsoleDriver.cs" /> </ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions mcs/tools/linker-analyzer/linkeranalyzer-net_4_x.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@
<Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
<Name>System-net_4_x</Name>
</ProjectReference>
<ProjectReference Include="../../class/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="../../class/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="../../class/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\" />
Expand Down
10 changes: 5 additions & 5 deletions net_4_x.sln
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Reflection.Context-n
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Profiler.Log-net_4_x", "mcs/class/Mono.Profiler.Log/Mono.Profiler.Log-net_4_x.csproj", "{58A188CE-DED8-48B0-98B7-065A260D21DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Runtime.CompilerServices.Unsafe-net_4_x", "mcs/class/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe-net_4_x.csproj", "{FBBC6F48-0030-4C01-925E-EBB84F60E6E6}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Runtime.CompilerServices.Unsafe-net_4_x", "mcs/class/System.Runtime.CompilerServices.Unsafe/System.Runtime.CompilerServices.Unsafe-net_4_x.csproj", "{6C50BF24-90AB-4654-B295-16A1C717643C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "legacy_Mono.Cecil-net_4_x", "mcs/class/legacy/Mono.Cecil/legacy_Mono.Cecil-net_4_x.csproj", "{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}"
EndProject
Expand Down Expand Up @@ -1287,10 +1287,10 @@ Global
{58A188CE-DED8-48B0-98B7-065A260D21DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58A188CE-DED8-48B0-98B7-065A260D21DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58A188CE-DED8-48B0-98B7-065A260D21DF}.Release|Any CPU.Build.0 = Release|Any CPU
{FBBC6F48-0030-4C01-925E-EBB84F60E6E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBBC6F48-0030-4C01-925E-EBB84F60E6E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBBC6F48-0030-4C01-925E-EBB84F60E6E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBBC6F48-0030-4C01-925E-EBB84F60E6E6}.Release|Any CPU.Build.0 = Release|Any CPU
{6C50BF24-90AB-4654-B295-16A1C717643C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C50BF24-90AB-4654-B295-16A1C717643C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C50BF24-90AB-4654-B295-16A1C717643C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C50BF24-90AB-4654-B295-16A1C717643C}.Release|Any CPU.Build.0 = Release|Any CPU
{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF1339E8-584B-4B3D-9A93-6F4AFDAFEE66}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 657ff6d

Please sign in to comment.