Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaizur Rahman <shrah@microsoft.com>2017-03-17 21:20:29 +0300
committerFaizur Rahman <shrah@microsoft.com>2017-03-30 21:48:26 +0300
commit8f3eee0fc92e1ba541df868ac72fecce4742c652 (patch)
tree695725003b63cab915e85bee665c020d2ace5b2c /src/System.Private.Jit
parentfd4002e37c4183d355c31c1602b4192f7ddddc7e (diff)
ByValArray Marshaller
Marsahal fixed size arrays, ansi string, and unicode string.
Diffstat (limited to 'src/System.Private.Jit')
-rw-r--r--src/System.Private.Jit/src/System.Private.Jit.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/System.Private.Jit/src/System.Private.Jit.csproj b/src/System.Private.Jit/src/System.Private.Jit.csproj
index 43bd519ee..b0224c409 100644
--- a/src/System.Private.Jit/src/System.Private.Jit.csproj
+++ b/src/System.Private.Jit/src/System.Private.Jit.csproj
@@ -82,7 +82,9 @@
<Compile Include="$(TypeSystemBasePath)\IL\Stubs\UnsafeIntrinsics.cs" />
<Compile Include="$(TypeSystemBasePath)\Interop\IL\Marshaller.cs" />
<Compile Include="$(TypeSystemBasePath)\Interop\IL\MarshalHelpers.cs" />
- <Compile Include="$(TypeSystemBasePath)\Interop\IL\NativeStructType.cs" /> <Compile Include="$(TypeSystemBasePath)\Interop\IL\PInvokeILEmitterConfiguration.cs" />
+ <Compile Include="$(TypeSystemBasePath)\Interop\IL\NativeStructType.cs" />
+ <Compile Include="$(TypeSystemBasePath)\Interop\IL\InlineArrayType.cs" />
+ <Compile Include="$(TypeSystemBasePath)\Interop\IL\PInvokeILEmitterConfiguration.cs" />
<Compile Include="$(TypeSystemBasePath)\Interop\InteropTypes.cs" />
<Compile Include="$(TypeSystemBasePath)\Interop\InteropStateManager.cs" />
<Compile Include="$(ILCompilerBasePath)\Logger.cs" />