Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit be7a372

Browse files
author
Michel Rasschaert
committed
Fix Silverlight projects compilation
1 parent d78831e commit be7a372

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/ServiceStack.Text.SL4/ServiceStack.Text.SL4.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@
239239
<Compile Include="..\ServiceStack.Text\Support\TypePair.cs">
240240
<Link>Support\TypePair.cs</Link>
241241
</Compile>
242+
<Compile Include="..\ServiceStack.Text\SystemTime.cs">
243+
<Link>SystemTime.cs</Link>
244+
</Compile>
242245
<Compile Include="..\ServiceStack.Text\TextExtensions.cs">
243246
<Link>TextExtensions.cs</Link>
244247
</Compile>

src/ServiceStack.Text.SL5/ServiceStack.Text.SL5.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,9 @@
237237
<Compile Include="..\ServiceStack.Text\Support\TypePair.cs">
238238
<Link>Support\TypePair.cs</Link>
239239
</Compile>
240+
<Compile Include="..\ServiceStack.Text\SystemTime.cs">
241+
<Link>SystemTime.cs</Link>
242+
</Compile>
240243
<Compile Include="..\ServiceStack.Text\TextExtensions.cs">
241244
<Link>TextExtensions.cs</Link>
242245
</Compile>

0 commit comments

Comments
 (0)