-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support .Net Standard * Update DynamicLanguageRuntime.nuspec * Fix NuSpec * Update make.ps1 * Update ILGen.cs
- Loading branch information
1 parent
c29f32c
commit 487da7c
Showing
19 changed files
with
93 additions
and
27 deletions.
There are no files selected for viewing
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,49 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<IsFullFramework>false</IsFullFramework> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Features>$(Features);FEATURE_APARTMENTSTATE</Features> | ||
<Features>$(Features);FEATURE_APPLICATIONEXCEPTION</Features> | ||
<Features>$(Features);FEATURE_ASSEMBLY_CODEBASE</Features> | ||
<Features>$(Features);FEATURE_ASSEMBLY_LOCATION</Features> | ||
<Features>$(Features);FEATURE_ASSEMBLY_RESOLVE</Features> | ||
<Features>$(Features);FEATURE_ASSEMBLYBUILDER_DEFINEDYNAMICASSEMBLY</Features> | ||
<Features>$(Features);FEATURE_BASIC_CONSOLE</Features> | ||
<Features>$(Features);FEATURE_CODEDOM</Features> | ||
<Features>$(Features);FEATURE_CONFIGURATION</Features> | ||
<Features>$(Features);FEATURE_CUSTOM_TYPE_DESCRIPTOR</Features> | ||
<Features>$(Features);FEATURE_DBNULL</Features> | ||
<Features>$(Features);FEATURE_DRIVENOTFOUNDEXCEPTION</Features> | ||
<Features>$(Features);FEATURE_DYNAMIC_EXPRESSION_VISITOR</Features> | ||
<Features>$(Features);FEATURE_ENCODING</Features> | ||
<Features>$(Features);FEATURE_EXCEPTION_STATE</Features> | ||
<Features>$(Features);FEATURE_FILESYSTEM</Features> | ||
<Features>$(Features);FEATURE_FULL_CONSOLE</Features> | ||
<Features>$(Features);FEATURE_FULL_CRYPTO</Features> | ||
<Features>$(Features);FEATURE_FULL_NET</Features> | ||
<Features>$(Features);FEATURE_ICLONEABLE</Features> | ||
<Features>$(Features);FEATURE_LCG</Features> | ||
<Features>$(Features);FEATURE_LOADWITHPARTIALNAME</Features> | ||
<Features>$(Features);FEATURE_METADATA_READER</Features> | ||
<Features>$(Features);FEATURE_MMAP</Features> | ||
<Features>$(Features);FEATURE_OS_SERVICEPACK</Features> | ||
<Features>$(Features);FEATURE_PIPES</Features> | ||
<Features>$(Features);FEATURE_PROCESS</Features> | ||
<Features>$(Features);FEATURE_REFEMIT</Features> | ||
<Features>$(Features);FEATURE_REGISTRY</Features> | ||
<Features>$(Features);FEATURE_SECURITY_RULES</Features> | ||
<Features>$(Features);FEATURE_SERIALIZATION</Features> | ||
<Features>$(Features);FEATURE_SORTKEY</Features> | ||
<Features>$(Features);FEATURE_STACK_TRACE</Features> | ||
<Features>$(Features);FEATURE_SYNC_SOCKETS</Features> | ||
<Features>$(Features);FEATURE_THREAD</Features> | ||
<Features>$(Features);FEATURE_TYPE_EQUIVALENCE</Features> | ||
<Features>$(Features);FEATURE_TYPECONVERTER</Features> | ||
<Features>$(Features);FEATURE_WARNING_EXCEPTION</Features> | ||
<Features>$(Features);FEATURE_WIN32EXCEPTION</Features> | ||
<Features>$(Features);FEATURE_XMLDOC</Features> | ||
</PropertyGroup> | ||
</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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
Src/Microsoft.Scripting.Metadata/Microsoft.Scripting.Metadata.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
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
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