You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.278
Former-commit-id: 8e546554fb8a6a1589c359278da385ff24d70cc3
This commit is contained in:
parent
8bc755c196
commit
4ed14e5c30
@ -1 +1 @@
|
|||||||
c59faf1f59a25f69ff623318cca30496873ba4ab
|
799bcbd4d60c3694db91755fa7c8c99bc65fb780
|
@ -1 +1 @@
|
|||||||
529b08e68bcd5383e6351269bc0e539f99671441
|
df10188ed85b7c592c5676b2d81a3f1d8135dbd0
|
@ -0,0 +1 @@
|
|||||||
|
b22c1001f96026227bfeb8765492c71397b2a250
|
@ -48,6 +48,12 @@
|
|||||||
<PdbFile Condition="'$(PdbFile)' == '' AND '$(OutputType)' == 'winmdobj' AND '$(_DebugSymbolsProduced)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
|
<PdbFile Condition="'$(PdbFile)' == '' AND '$(OutputType)' == 'winmdobj' AND '$(_DebugSymbolsProduced)' == 'true'">$(IntermediateOutputPath)$(TargetName).compile.pdb</PdbFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<LangVersion Condition="'$(LangVersion)' == '' AND
|
||||||
|
(('$(TargetFrameworkIdentifier)' == '.NETCoreApp' AND '$(TargetFrameworkVersion)' == 'v3.0') OR
|
||||||
|
('$(TargetFrameworkIdentifier)' == '.NETStandard' AND '$(TargetFrameworkVersion)' == 'v2.1'))">preview</LangVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
<!-- Condition is to filter out the _CoreCompileResourceInputs so that it doesn't pass in culture resources to the compiler -->
|
<!-- Condition is to filter out the _CoreCompileResourceInputs so that it doesn't pass in culture resources to the compiler -->
|
||||||
<Csc Condition="'%(_CoreCompileResourceInputs.WithCulture)' != 'true'"
|
<Csc Condition="'%(_CoreCompileResourceInputs.WithCulture)' != 'true'"
|
||||||
AdditionalLibPaths="$(AdditionalLibPaths)"
|
AdditionalLibPaths="$(AdditionalLibPaths)"
|
||||||
@ -65,6 +71,7 @@
|
|||||||
DefineConstants="$(DefineConstants)"
|
DefineConstants="$(DefineConstants)"
|
||||||
DelaySign="$(DelaySign)"
|
DelaySign="$(DelaySign)"
|
||||||
DisabledWarnings="$(NoWarn)"
|
DisabledWarnings="$(NoWarn)"
|
||||||
|
DisableSdkPath="$(DisableSdkPath)"
|
||||||
DocumentationFile="@(DocFileItem)"
|
DocumentationFile="@(DocFileItem)"
|
||||||
EmbedAllSources="$(EmbedAllSources)"
|
EmbedAllSources="$(EmbedAllSources)"
|
||||||
EmbeddedFiles="@(EmbeddedFiles)"
|
EmbeddedFiles="@(EmbeddedFiles)"
|
||||||
@ -88,6 +95,7 @@
|
|||||||
NoLogo="$(NoLogo)"
|
NoLogo="$(NoLogo)"
|
||||||
NoStandardLib="$(NoCompilerStandardLib)"
|
NoStandardLib="$(NoCompilerStandardLib)"
|
||||||
NoWin32Manifest="$(NoWin32Manifest)"
|
NoWin32Manifest="$(NoWin32Manifest)"
|
||||||
|
NullableContextOptions="$(NullableContextOptions)"
|
||||||
Optimize="$(Optimize)"
|
Optimize="$(Optimize)"
|
||||||
Deterministic="$(Deterministic)"
|
Deterministic="$(Deterministic)"
|
||||||
PublicSign="$(PublicSign)"
|
PublicSign="$(PublicSign)"
|
||||||
@ -99,6 +107,7 @@
|
|||||||
PreferredUILang="$(PreferredUILang)"
|
PreferredUILang="$(PreferredUILang)"
|
||||||
ProvideCommandLineArgs="$(ProvideCommandLineArgs)"
|
ProvideCommandLineArgs="$(ProvideCommandLineArgs)"
|
||||||
References="@(ReferencePathWithRefAssemblies)"
|
References="@(ReferencePathWithRefAssemblies)"
|
||||||
|
RefOnly="$(ProduceOnlyReferenceAssembly)"
|
||||||
ReportAnalyzer="$(ReportAnalyzer)"
|
ReportAnalyzer="$(ReportAnalyzer)"
|
||||||
Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
|
Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
|
||||||
ResponseFiles="$(CompilerResponseFile)"
|
ResponseFiles="$(CompilerResponseFile)"
|
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/Microsoft.CodeAnalysis.CSharp.Scripting.dll
vendored
Executable file
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/Microsoft.CodeAnalysis.CSharp.Scripting.dll
vendored
Executable file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
38948683e151f6009580f20359e51270510c49d5
|
@ -0,0 +1 @@
|
|||||||
|
5cb9029bf1147f755252018acf04c7ea947b214a
|
@ -0,0 +1 @@
|
|||||||
|
b06cf34859cb7c700dfd8f87f8038fd2efbfa21c
|
@ -0,0 +1 @@
|
|||||||
|
7696c03b218eb7d3c30c858963d98687f17f8d9e
|
@ -0,0 +1 @@
|
|||||||
|
e376a20352bb547c881ad93a9529ad3fedd5fae9
|
@ -0,0 +1 @@
|
|||||||
|
5ebef7fe292eaf725025142a43f8f667700cf003
|
@ -9,16 +9,24 @@
|
|||||||
<Target Name="ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies"
|
<Target Name="ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies"
|
||||||
BeforeTargets="CoreCompile"
|
BeforeTargets="CoreCompile"
|
||||||
Condition="'@(ReferencePathWithRefAssemblies)' == ''">
|
Condition="'@(ReferencePathWithRefAssemblies)' == ''">
|
||||||
<!-- Common targets should populate this item from dev15.3, but this file
|
<!--
|
||||||
may be used (via NuGet package) on earlier MSBuilds. If the
|
FindReferenceAssembliesForReferences target in Common targets populate this item
|
||||||
adjusted-for-reference-assemblies item is not populated, just use
|
since dev15.3. The compiler targets may be used (via NuGet package) on earlier MSBuilds.
|
||||||
the older item's contents. -->
|
If the ReferencePathWithRefAssemblies item is not populated, just use ReferencePaths
|
||||||
|
(implementation assemblies) as they are.
|
||||||
|
|
||||||
|
Since XAML inner build runs CoreCompile directly (instead of Compile target),
|
||||||
|
it also doesn't invoke FindReferenceAssembliesForReferences listed in CompileDependsOn.
|
||||||
|
In that case we also populate ReferencePathWithRefAssemblies with implementation assemblies.
|
||||||
|
-->
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ReferencePathWithRefAssemblies Include="@(ReferencePath)" />
|
<ReferencePathWithRefAssemblies Include="@(ReferencePath)" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="_BeforeVBCSCoreCompile">
|
<Target Name="_BeforeVBCSCoreCompile"
|
||||||
|
DependsOnTargets="ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies">
|
||||||
|
|
||||||
<ItemGroup Condition="'$(TargetingClr2Framework)' == 'true'">
|
<ItemGroup Condition="'$(TargetingClr2Framework)' == 'true'">
|
||||||
<ReferencePathWithRefAssemblies>
|
<ReferencePathWithRefAssemblies>
|
||||||
<EmbedInteropTypes />
|
<EmbedInteropTypes />
|
@ -50,6 +50,7 @@
|
|||||||
DebugType="$(DebugType)"
|
DebugType="$(DebugType)"
|
||||||
DefineConstants="$(FinalDefineConstants)"
|
DefineConstants="$(FinalDefineConstants)"
|
||||||
DelaySign="$(DelaySign)"
|
DelaySign="$(DelaySign)"
|
||||||
|
DisableSdkPath="$(DisableSdkPath)"
|
||||||
DisabledWarnings="$(NoWarn)"
|
DisabledWarnings="$(NoWarn)"
|
||||||
DocumentationFile="@(DocFileItem)"
|
DocumentationFile="@(DocFileItem)"
|
||||||
EmbedAllSources="$(EmbedAllSources)"
|
EmbedAllSources="$(EmbedAllSources)"
|
||||||
@ -91,6 +92,7 @@
|
|||||||
PreferredUILang="$(PreferredUILang)"
|
PreferredUILang="$(PreferredUILang)"
|
||||||
ProvideCommandLineArgs="$(ProvideCommandLineArgs)"
|
ProvideCommandLineArgs="$(ProvideCommandLineArgs)"
|
||||||
References="@(ReferencePathWithRefAssemblies)"
|
References="@(ReferencePathWithRefAssemblies)"
|
||||||
|
RefOnly="$(ProduceOnlyReferenceAssembly)"
|
||||||
RemoveIntegerChecks="$(RemoveIntegerChecks)"
|
RemoveIntegerChecks="$(RemoveIntegerChecks)"
|
||||||
ReportAnalyzer="$(ReportAnalyzer)"
|
ReportAnalyzer="$(ReportAnalyzer)"
|
||||||
Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
|
Resources="@(_CoreCompileResourceInputs);@(CompiledLicenseFile)"
|
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/Roslyn.Compilers.Extension.dll
vendored
Executable file
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/Roslyn.Compilers.Extension.dll
vendored
Executable file
Binary file not shown.
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/System.Buffers.dll
vendored
Executable file
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/System.Buffers.dll
vendored
Executable file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
049149f17929322dd246d994780d0399a24cf90f
|
1
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/System.Memory.dll.REMOVED.git-id
vendored
Normal file
1
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/System.Memory.dll.REMOVED.git-id
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
2d54316954f4200997856156289df2e6115d51e0
|
@ -0,0 +1 @@
|
|||||||
|
ce46d5be85cdee1a3c0ef5bc22c8e1772d0d0d98
|
@ -0,0 +1 @@
|
|||||||
|
52082366b0a69847cb0e6351ad4ac3690746f6b5
|
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/System.Runtime.CompilerServices.Unsafe.dll
vendored
Executable file
BIN
external/roslyn-binaries/Microsoft.Net.Compilers/3.1.0/System.Runtime.CompilerServices.Unsafe.dll
vendored
Executable file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user