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

Commit d74d1c6

Browse files
committed
Getting MonoTouch/Droid/WP up to date
1 parent ae8fbbc commit d74d1c6

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

src/ServiceStack.Text.Android/ServiceStack.Text.Android/ServiceStack.Text.Android.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<Compile Include="..\..\ServiceStack.Text\Controller\PathInfo.cs">
120120
<Link>Controller\PathInfo.cs</Link>
121121
</Compile>
122+
<Compile Include="..\..\ServiceStack.Text\CsvAttribute.cs">
123+
<Link>CsvAttribute.cs</Link>
124+
</Compile>
122125
<Compile Include="..\..\ServiceStack.Text\CsvConfig.cs">
123126
<Link>CsvConfig.cs</Link>
124127
</Compile>
@@ -252,9 +255,6 @@
252255
<Compile Include="..\..\ServiceStack.Text\DynamicProxy.cs">
253256
<Link>DynamicProxy.cs</Link>
254257
</Compile>
255-
<Compile Include="..\..\ServiceStack.Text\DtoAttribute.cs">
256-
<Link>DtoAttribute.cs</Link>
257-
</Compile>
258258
</ItemGroup>
259259
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
260260
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.

src/ServiceStack.Text.MonoTouch/ServiceStack.Text.MonoTouch/ServiceStack.Text.MonoTouch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<Link>DynamicProxy.cs</Link>
257257
</Compile>
258258
<Compile Include="..\..\ServiceStack.Text\CsvAttribute.cs">
259-
<Link>DtoAttribute.cs</Link>
259+
<Link>CsvAttribute.cs</Link>
260260
</Compile>
261261
</ItemGroup>
262262
<ItemGroup>

src/ServiceStack.Text.WP/ServiceStack.Text.WP.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@
126126
<Compile Include="..\ServiceStack.Text\Controller\PathInfo.cs">
127127
<Link>Controller\PathInfo.cs</Link>
128128
</Compile>
129+
<Compile Include="..\ServiceStack.Text\CsvAttribute.cs">
130+
<Link>CsvAttribute.cs</Link>
131+
</Compile>
129132
<Compile Include="..\ServiceStack.Text\CsvConfig.cs">
130133
<Link>CsvConfig.cs</Link>
131134
</Compile>

src/ServiceStack.Text/CsvWriter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
using System.Runtime.Serialization;
66
using ServiceStack.Text.Common;
77
using ServiceStack.Text.Reflection;
8+
#if WINDOWS_PHONE
9+
using ServiceStack.Text.WP;
10+
#endif
811

912
namespace ServiceStack.Text
1013
{

0 commit comments

Comments
 (0)