Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 160053e

Browse files
author
Stephen Hawley
committed
Don't forget the project files.
1 parent abf3c4d commit 160053e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SwiftRuntimeLibrary.Mac/SwiftRuntimeLibrary.Mac.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@
211211
<Compile Include="..\SwiftRuntimeLibrary\SwiftCharacter.cs">
212212
<Link>SwiftCharacter.cs</Link>
213213
</Compile>
214-
<Compile Include="..\SwiftRuntimeLibrary\Extensions.cs">
215-
<Link>Extensions.cs</Link>
214+
<Compile Include="..\SwiftRuntimeLibrary\Exceptions.cs">
215+
<Link>Exceptions.cs</Link>
216216
</Compile>
217217
<Compile Include="..\SwiftRuntimeLibrary\SwiftMarshal\ImportedTypeCache.cs">
218218
<Link>SwiftMarshal\ImportedTypeCache.cs</Link>

SwiftRuntimeLibrary.iOS/SwiftRuntimeLibrary.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
<Compile Include="..\SwiftRuntimeLibrary\SwiftMarshal\DynamicLib.cs">
136136
<Link>SwiftMarshal\DynamicLib.cs</Link>
137137
</Compile>
138-
<Compile Include="..\SwiftRuntimeLibrary\SwiftMarshal\Extensions.cs">
139-
<Link>SwiftMarshal\Extensions.cs</Link>
138+
<Compile Include="..\SwiftRuntimeLibrary\SwiftMarshal\Exceptions.cs">
139+
<Link>SwiftMarshal\Exceptions.cs</Link>
140140
</Compile>
141141
<Compile Include="..\SwiftRuntimeLibrary\SwiftMarshal\Memory.cs">
142142
<Link>SwiftMarshal\Memory.cs</Link>

0 commit comments

Comments
 (0)