|
12 | 12 | <AssemblyName>ServiceStack.Text.MonoTouch</AssemblyName> |
13 | 13 | </PropertyGroup> |
14 | 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
15 | | - <DebugSymbols>true</DebugSymbols> |
| 15 | + <DebugSymbols>True</DebugSymbols> |
16 | 16 | <DebugType>full</DebugType> |
17 | | - <Optimize>false</Optimize> |
| 17 | + <Optimize>False</Optimize> |
18 | 18 | <OutputPath>bin\Debug</OutputPath> |
19 | 19 | <DefineConstants>DEBUG;MONOTOUCH;</DefineConstants> |
20 | 20 | <ErrorReport>prompt</ErrorReport> |
21 | 21 | <WarningLevel>4</WarningLevel> |
22 | | - <ConsolePause>false</ConsolePause> |
| 22 | + <ConsolePause>False</ConsolePause> |
23 | 23 | </PropertyGroup> |
24 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 | 25 | <DebugType>none</DebugType> |
26 | | - <Optimize>true</Optimize> |
| 26 | + <Optimize>True</Optimize> |
27 | 27 | <OutputPath>bin\Release</OutputPath> |
28 | 28 | <ErrorReport>prompt</ErrorReport> |
29 | 29 | <WarningLevel>4</WarningLevel> |
30 | | - <ConsolePause>false</ConsolePause> |
| 30 | + <ConsolePause>False</ConsolePause> |
31 | 31 | <DefineConstants>MONOTOUCH</DefineConstants> |
32 | 32 | </PropertyGroup> |
33 | 33 | <ItemGroup> |
|
252 | 252 | <Compile Include="..\..\ServiceStack.Text\XmlSerializer.cs"> |
253 | 253 | <Link>XmlSerializer.cs</Link> |
254 | 254 | </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> |
255 | 261 | </ItemGroup> |
256 | 262 | <ItemGroup> |
257 | 263 | <None Include="..\..\ServiceStack.Text\ServiceStack.Text.XBox360.csproj"> |
|
0 commit comments