1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" ToolsVersion =" 3.5 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
55 <Platform Condition =" '$(Platform)' == '' " >iPhoneSimulator</Platform >
6- <ProductVersion >9 .0.21022 </ProductVersion >
6+ <ProductVersion >10 .0.0 </ProductVersion >
77 <SchemaVersion >2.0</SchemaVersion >
88 <ProjectGuid >{E9A9D1C5-4E06-4D31-9809-A97188C70B2C}</ProjectGuid >
9- <ProjectTypeGuids >{E613F3A2-FE9C-494F-B74E-F63BCB86FEA6 };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
9+ <ProjectTypeGuids >{6BC8ED88-2882-458C-8E55-DFD12B67127B };{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
1010 <OutputType >Library</OutputType >
11- <RootNamespace >RestSharp.MonoTouch </RootNamespace >
11+ <RootNamespace >RestSharp</RootNamespace >
1212 <MtouchSdkVersion >3.2</MtouchSdkVersion >
1313 <MtouchMinimumOS >3.0</MtouchMinimumOS >
1414 <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
2929 <MtouchArch >ARMv6</MtouchArch >
3030 <MtouchUseThumb >false</MtouchUseThumb >
3131 <MtouchUseSGen >false</MtouchUseSGen >
32+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
3233 </PropertyGroup >
3334 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
3435 <DebugType >none</DebugType >
4445 <MtouchArch >ARMv6</MtouchArch >
4546 <MtouchUseThumb >false</MtouchUseThumb >
4647 <MtouchUseSGen >false</MtouchUseSGen >
48+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
4749 </PropertyGroup >
4850 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhone' " >
4951 <DebugSymbols >true</DebugSymbols >
6062 <MtouchArch >ARMv6</MtouchArch >
6163 <MtouchUseThumb >false</MtouchUseThumb >
6264 <MtouchUseSGen >false</MtouchUseSGen >
65+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
6366 </PropertyGroup >
6467 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
6568 <DebugType >none</DebugType >
7578 <MtouchArch >ARMv6</MtouchArch >
7679 <MtouchUseThumb >false</MtouchUseThumb >
7780 <MtouchUseSGen >false</MtouchUseSGen >
81+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
7882 </PropertyGroup >
7983 <ItemGroup >
8084 <Reference Include =" System" />
8185 <Reference Include =" System.Xml" />
8286 <Reference Include =" System.Core" />
8387 <Reference Include =" monotouch" />
8488 <Reference Include =" System.Xml.Linq" />
85- <Reference Include =" NewtonsoftJsonMonoTouch, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null" >
86- <SpecificVersion >False</SpecificVersion >
87- <HintPath >..\References\NewtonsoftJsonMonoTouch.dll</HintPath >
88- </Reference >
8989 </ItemGroup >
90+ <Import Project =" $(ProgramFiles)\MSBuild\MonoTouch\Novell.MonoTouch.Common.targets" Condition =" '$(windir)' != '' " />
9091 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
9192 <ItemGroup >
9293 <Compile Include =" ..\RestSharp\Enum.cs" >
137138 <Compile Include =" ..\RestSharp\RestClient.Sync.cs" >
138139 <Link >RestClient.Sync.cs</Link >
139140 </Compile >
141+ <Compile Include =" ..\RestSharp\RestClientExtensions.cs" >
142+ <Link >RestClientExtensions.cs</Link >
143+ </Compile >
140144 <Compile Include =" ..\RestSharp\RestRequest.cs" >
141145 <Link >RestRequest.cs</Link >
142146 </Compile >
161165 <Compile Include =" ..\RestSharp\Serializers\SerializeAsAttribute.cs" >
162166 <Link >Serializers\SerializeAsAttribute.cs</Link >
163167 </Compile >
164- <Compile Include =" ..\RestSharp\Extensions\ResponseExtensions .cs" >
165- <Link >Extensions\ResponseExtensions .cs</Link >
168+ <Compile Include =" ..\RestSharp\Serializers\DotNetXmlSerializer .cs" >
169+ <Link >Serializers\DotNetXmlSerializer .cs</Link >
166170 </Compile >
167171 <Compile Include =" ..\RestSharp\Serializers\XmlSerializer.cs" >
168172 <Link >Serializers\XmlSerializer.cs</Link >
176180 <Compile Include =" ..\RestSharp\Extensions\XmlExtensions.cs" >
177181 <Link >Extensions\XmlExtensions.cs</Link >
178182 </Compile >
183+ <Compile Include =" ..\RestSharp\Extensions\ResponseExtensions.cs" >
184+ <Link >Extensions\ResponseExtensions.cs</Link >
185+ </Compile >
179186 <Compile Include =" ..\RestSharp\Deserializers\DeserializeAsAttribute.cs" >
180187 <Link >Deserializers\DeserializeAsAttribute.cs</Link >
181188 </Compile >
231238 <Link >IHttpFactory.cs</Link >
232239 </Compile >
233240 <Compile Include =" ..\RestSharp\Authenticators\OAuth1Authenticator.cs" >
234- <Link >Authenticators\Authenticators\ OAuth1Authenticator.cs</Link >
241+ <Link >Authenticators\OAuth1Authenticator.cs</Link >
235242 </Compile >
236243 <Compile Include =" ..\RestSharp\Authenticators\OAuth2Authenticator.cs" >
237- <Link >Authenticators\Authenticators\ OAuth2Authenticator.cs</Link >
244+ <Link >Authenticators\OAuth2Authenticator.cs</Link >
238245 </Compile >
239246 <Compile Include =" ..\RestSharp\Authenticators\OAuth\HttpPostParameter.cs" >
240- <Link >Authenticators\Authenticators\ OAuth\HttpPostParameter.cs</Link >
247+ <Link >Authenticators\OAuth\HttpPostParameter.cs</Link >
241248 </Compile >
242249 <Compile Include =" ..\RestSharp\Authenticators\OAuth\HttpPostParameterType.cs" >
243- <Link >Authenticators\Authenticators\ OAuth\HttpPostParameterType.cs</Link >
250+ <Link >Authenticators\OAuth\HttpPostParameterType.cs</Link >
244251 </Compile >
245252 <Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthParameterHandling.cs" >
246- <Link >Authenticators\Authenticators\ OAuth\OAuthParameterHandling.cs</Link >
253+ <Link >Authenticators\OAuth\OAuthParameterHandling.cs</Link >
247254 </Compile >
248255 <Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthSignatureMethod.cs" >
249- <Link >Authenticators\Authenticators\ OAuth\OAuthSignatureMethod.cs</Link >
256+ <Link >Authenticators\OAuth\OAuthSignatureMethod.cs</Link >
250257 </Compile >
251258 <Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthSignatureTreatment.cs" >
252- <Link >Authenticators\Authenticators\ OAuth\OAuthSignatureTreatment.cs</Link >
259+ <Link >Authenticators\OAuth\OAuthSignatureTreatment.cs</Link >
253260 </Compile >
254261 <Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthTools.cs" >
255- <Link >Authenticators\Authenticators\ OAuth\OAuthTools.cs</Link >
262+ <Link >Authenticators\OAuth\OAuthTools.cs</Link >
256263 </Compile >
257264 <Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthType.cs" >
258- <Link >Authenticators\Authenticators\ OAuth\OAuthType.cs</Link >
265+ <Link >Authenticators\OAuth\OAuthType.cs</Link >
259266 </Compile >
260267 <Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthWebQueryInfo.cs" >
261- <Link >Authenticators\Authenticators\ OAuth\OAuthWebQueryInfo.cs</Link >
268+ <Link >Authenticators\OAuth\OAuthWebQueryInfo.cs</Link >
262269 </Compile >
263270 <Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthWorkflow.cs" >
264- <Link >Authenticators\Authenticators\ OAuth\OAuthWorkflow.cs</Link >
271+ <Link >Authenticators\OAuth\OAuthWorkflow.cs</Link >
265272 </Compile >
266273 <Compile Include =" ..\RestSharp\Authenticators\OAuth\WebPair.cs" >
267- <Link >Authenticators\Authenticators\ OAuth\WebPair.cs</Link >
274+ <Link >Authenticators\OAuth\WebPair.cs</Link >
268275 </Compile >
269276 <Compile Include =" ..\RestSharp\Authenticators\OAuth\WebPairCollection.cs" >
270- <Link >Authenticators\Authenticators\ OAuth\WebPairCollection.cs</Link >
277+ <Link >Authenticators\OAuth\WebPairCollection.cs</Link >
271278 </Compile >
272279 <Compile Include =" ..\RestSharp\Authenticators\OAuth\WebParameter.cs" >
273- <Link >Authenticators\Authenticators\ OAuth\WebParameter.cs</Link >
280+ <Link >Authenticators\OAuth\WebParameter.cs</Link >
274281 </Compile >
275282 <Compile Include =" ..\RestSharp\Authenticators\OAuth\WebParameterCollection.cs" >
276- <Link >Authenticators\Authenticators\ OAuth\WebParameterCollection.cs</Link >
283+ <Link >Authenticators\OAuth\WebParameterCollection.cs</Link >
277284 </Compile >
278285 <Compile Include =" ..\RestSharp\Authenticators\OAuth\Extensions\CollectionExtensions.cs" >
279- <Link >Authenticators\Authenticators\ OAuth\Extensions\CollectionExtensions.cs</Link >
286+ <Link >Authenticators\OAuth\Extensions\CollectionExtensions.cs</Link >
280287 </Compile >
281288 <Compile Include =" ..\RestSharp\Authenticators\OAuth\Extensions\OAuthExtensions.cs" >
282- <Link >Authenticators\Authenticators\ OAuth\Extensions\OAuthExtensions.cs</Link >
289+ <Link >Authenticators\OAuth\Extensions\OAuthExtensions.cs</Link >
283290 </Compile >
284291 <Compile Include =" ..\RestSharp\Authenticators\OAuth\Extensions\StringExtensions.cs" >
285- <Link >Authenticators\Authenticators\ OAuth\Extensions\StringExtensions.cs</Link >
292+ <Link >Authenticators\OAuth\Extensions\StringExtensions.cs</Link >
286293 </Compile >
287294 <Compile Include =" ..\RestSharp\Authenticators\OAuth\Extensions\TimeExtensions.cs" >
288- <Link >Authenticators\Authenticators\ OAuth\Extensions\TimeExtensions.cs</Link >
295+ <Link >Authenticators\OAuth\Extensions\TimeExtensions.cs</Link >
289296 </Compile >
290297 <Compile Include =" ..\RestSharp\RestRequestAsyncHandle.cs" >
291298 <Link >RestRequestAsyncHandle.cs</Link >
292299 </Compile >
293- <Compile Include =" ..\RestSharp\Serializers\DotNetXmlSerializer.cs" >
294- <Link >Serializers\DotNetXmlSerializer.cs</Link >
295- </Compile >
296300 <Compile Include =" ..\RestSharp\Deserializers\DotNetXmlDeserializer.cs" >
297301 <Link >Deserializers\DotNetXmlDeserializer.cs</Link >
298302 </Compile >
299- </ItemGroup >
300- <ItemGroup >
301- <Folder Include =" Authenticators\" />
302- <Folder Include =" Deserializers\" />
303- <Folder Include =" Serializers\" />
304- <Folder Include =" Extensions\" />
305- <Folder Include =" Validation\" />
303+ <Compile Include =" ..\RestSharp\SharedAssemblyInfo.cs" >
304+ <Link >SharedAssemblyInfo.cs</Link >
305+ </Compile >
306+ <Compile Include =" Properties\AssemblyInfo.cs" />
306307 </ItemGroup >
307- </Project >
308+ </Project >
0 commit comments