Skip to content

Commit 09485fb

Browse files
committed
Refactor SharpGen.Runtime to not use the Sdk since it doesn't need it.
1 parent 998a1f8 commit 09485fb

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Mapping.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<config id="sharpgen-runtime-com" xmlns="urn:SharpGen.Config">
2424
<namespace>SharpGen.Runtime</namespace>
2525
<assembly>SharpGen.Runtime.COM</assembly>
26-
<depends>SharpGen.Runtime</depends>
2726

2827

2928
<sdk name="WindowsSdk" version="10.0.15063.0" />
@@ -132,9 +131,6 @@
132131
<bind from="DISPPARAMS" to="System.Runtime.InteropServices.ComTypes.DISPPARAMS"/>
133132
<bind from="EXCEPINFO" to="System.Runtime.InteropServices.ComTypes.EXCEPINFO"/>
134133

135-
<!-- Root IUnknown interface -->
136-
137-
138134
<!-- COM interfaces not directly used -->
139135
<bind from="ITypeInfo" to="SharpGen.Runtime.ComObject" />
140136
<bind from="IErrorLog" to="SharpGen.Runtime.ComObject" />

SharpGen.Runtime.COM.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<ProjectReference Include="../SharpGen.Runtime/SharpGen.Runtime.csproj" />
1211
<SharpGenMapping Include="Mapping.xml" />
1312
<PackageReference Include="System.Memory" Version="4.4.0-preview2-25405-01" />
1413
<PackageReference Include="SharpGen.Doc.Msdn.Tasks" Version="$(LocalPackageVersion)">

0 commit comments

Comments
 (0)