Skip to content

Commit

Permalink
Fix Silverlight projects compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Rasschaert committed Apr 11, 2012
1 parent d78831e commit be7a372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ServiceStack.Text.SL4/ServiceStack.Text.SL4.csproj
Expand Up @@ -239,6 +239,9 @@
<Compile Include="..\ServiceStack.Text\Support\TypePair.cs">
<Link>Support\TypePair.cs</Link>
</Compile>
<Compile Include="..\ServiceStack.Text\SystemTime.cs">
<Link>SystemTime.cs</Link>
</Compile>
<Compile Include="..\ServiceStack.Text\TextExtensions.cs">
<Link>TextExtensions.cs</Link>
</Compile>
Expand Down
3 changes: 3 additions & 0 deletions src/ServiceStack.Text.SL5/ServiceStack.Text.SL5.csproj
Expand Up @@ -237,6 +237,9 @@
<Compile Include="..\ServiceStack.Text\Support\TypePair.cs">
<Link>Support\TypePair.cs</Link>
</Compile>
<Compile Include="..\ServiceStack.Text\SystemTime.cs">
<Link>SystemTime.cs</Link>
</Compile>
<Compile Include="..\ServiceStack.Text\TextExtensions.cs">
<Link>TextExtensions.cs</Link>
</Compile>
Expand Down

0 comments on commit be7a372

Please sign in to comment.