Skip to content

Commit eb9e422

Browse files
committed
Monotouch solution updated
Files linked to Monotouch solution to make it compile
1 parent d09942d commit eb9e422

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
<AssemblyName>ServiceStack.Text.MonoTouch</AssemblyName>
1313
</PropertyGroup>
1414
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15-
<DebugSymbols>true</DebugSymbols>
15+
<DebugSymbols>True</DebugSymbols>
1616
<DebugType>full</DebugType>
17-
<Optimize>false</Optimize>
17+
<Optimize>False</Optimize>
1818
<OutputPath>bin\Debug</OutputPath>
1919
<DefineConstants>DEBUG;MONOTOUCH;</DefineConstants>
2020
<ErrorReport>prompt</ErrorReport>
2121
<WarningLevel>4</WarningLevel>
22-
<ConsolePause>false</ConsolePause>
22+
<ConsolePause>False</ConsolePause>
2323
</PropertyGroup>
2424
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2525
<DebugType>none</DebugType>
26-
<Optimize>true</Optimize>
26+
<Optimize>True</Optimize>
2727
<OutputPath>bin\Release</OutputPath>
2828
<ErrorReport>prompt</ErrorReport>
2929
<WarningLevel>4</WarningLevel>
30-
<ConsolePause>false</ConsolePause>
30+
<ConsolePause>False</ConsolePause>
3131
<DefineConstants>MONOTOUCH</DefineConstants>
3232
</PropertyGroup>
3333
<ItemGroup>
@@ -252,6 +252,12 @@
252252
<Compile Include="..\..\ServiceStack.Text\XmlSerializer.cs">
253253
<Link>XmlSerializer.cs</Link>
254254
</Compile>
255+
<Compile Include="..\..\ServiceStack.Text\DynamicProxy.cs">
256+
<Link>DynamicProxy.cs</Link>
257+
</Compile>
258+
<Compile Include="..\..\ServiceStack.Text\DtoAttribute.cs">
259+
<Link>DtoAttribute.cs</Link>
260+
</Compile>
255261
</ItemGroup>
256262
<ItemGroup>
257263
<None Include="..\..\ServiceStack.Text\ServiceStack.Text.XBox360.csproj">

src/ServiceStack.Text/JsConfig.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
using System;
22
using System.Collections.Generic;
33
using System.IO;
4-
using ServiceStack.Text.Common;
4+
using ServiceStack.Text.Common;
5+
using ServiceStack.Text.Json;
6+
using ServiceStack.Text.Jsv;
7+
8+
59
#if WINDOWS_PHONE
610
using ServiceStack.Text.WP;
711
#endif

0 commit comments

Comments
 (0)