File tree Expand file tree Collapse file tree 3 files changed +3
-51
lines changed
nanoFramework.Runtime.Native Expand file tree Collapse file tree 3 files changed +3
-51
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
7
using System . Reflection ;
8
- using System . Runtime . InteropServices ;
9
8
10
9
[ assembly: AssemblyTitle ( "nanoFramework.Runtime.Native" ) ]
11
10
[ assembly: AssemblyCompany ( "nanoFramework Contributors" ) ]
14
13
15
14
////////////////////////////////////////////////////////////////
16
15
// update this whenever the native assembly signature changes //
17
- [ assembly: AssemblyNativeVersion ( "100.0.10 .0" ) ]
16
+ [ assembly: AssemblyNativeVersion ( "100.0.11 .0" ) ]
18
17
////////////////////////////////////////////////////////////////
19
-
20
- // Setting ComVisible to false makes the types in this assembly not visible
21
- // to COM components. If you need to access a type in this assembly from
22
- // COM, set the ComVisible attribute to true on that type.
23
- [ assembly: ComVisible ( false ) ]
Original file line number Diff line number Diff line change 12
12
<ProjectGuid >4C4AA37C-19D9-4C41-ADD0-BA83A0E593DA</ProjectGuid >
13
13
<OutputType >Library</OutputType >
14
14
<FileAlignment >512</FileAlignment >
15
- <RootNamespace ></RootNamespace >
15
+ <RootNamespace >
16
+ </RootNamespace >
16
17
<AssemblyName >nanoFramework.Runtime.Native</AssemblyName >
17
18
<TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
18
19
<NF_IsCoreLibrary >True</NF_IsCoreLibrary >
44
45
<ItemGroup >
45
46
<Compile Include =" RebootOption.cs" />
46
47
<Compile Include =" Power.cs" />
47
- <Compile Include =" GC.cs" />
48
48
<Compile Include =" SystemInfo.cs" />
49
49
<Compile Include =" ExecutionConstraint.cs" />
50
50
<Compile Include =" Properties\AssemblyInfo.cs" />
You can’t perform that action at this time.
0 commit comments