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" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
5
<Platform Condition =" '$(Platform)' == '' " >iPhoneSimulator</Platform >
6
- <ProductVersion >9 .0.21022 </ProductVersion >
6
+ <ProductVersion >10 .0.0 </ProductVersion >
7
7
<SchemaVersion >2.0</SchemaVersion >
8
8
<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 >
10
10
<OutputType >Library</OutputType >
11
- <RootNamespace >RestSharp.MonoTouch </RootNamespace >
11
+ <RootNamespace >RestSharp</RootNamespace >
12
12
<MtouchSdkVersion >3.2</MtouchSdkVersion >
13
13
<MtouchMinimumOS >3.0</MtouchMinimumOS >
14
14
<TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
29
29
<MtouchArch >ARMv6</MtouchArch >
30
30
<MtouchUseThumb >false</MtouchUseThumb >
31
31
<MtouchUseSGen >false</MtouchUseSGen >
32
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
32
33
</PropertyGroup >
33
34
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhoneSimulator' " >
34
35
<DebugType >none</DebugType >
44
45
<MtouchArch >ARMv6</MtouchArch >
45
46
<MtouchUseThumb >false</MtouchUseThumb >
46
47
<MtouchUseSGen >false</MtouchUseSGen >
48
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
47
49
</PropertyGroup >
48
50
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|iPhone' " >
49
51
<DebugSymbols >true</DebugSymbols >
60
62
<MtouchArch >ARMv6</MtouchArch >
61
63
<MtouchUseThumb >false</MtouchUseThumb >
62
64
<MtouchUseSGen >false</MtouchUseSGen >
65
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
63
66
</PropertyGroup >
64
67
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|iPhone' " >
65
68
<DebugType >none</DebugType >
75
78
<MtouchArch >ARMv6</MtouchArch >
76
79
<MtouchUseThumb >false</MtouchUseThumb >
77
80
<MtouchUseSGen >false</MtouchUseSGen >
81
+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
78
82
</PropertyGroup >
79
83
<ItemGroup >
80
84
<Reference Include =" System" />
81
85
<Reference Include =" System.Xml" />
82
86
<Reference Include =" System.Core" />
83
87
<Reference Include =" monotouch" />
84
88
<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 >
89
89
</ItemGroup >
90
+ <Import Project =" $(ProgramFiles)\MSBuild\MonoTouch\Novell.MonoTouch.Common.targets" Condition =" '$(windir)' != '' " />
90
91
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
91
92
<ItemGroup >
92
93
<Compile Include =" ..\RestSharp\Enum.cs" >
137
138
<Compile Include =" ..\RestSharp\RestClient.Sync.cs" >
138
139
<Link >RestClient.Sync.cs</Link >
139
140
</Compile >
141
+ <Compile Include =" ..\RestSharp\RestClientExtensions.cs" >
142
+ <Link >RestClientExtensions.cs</Link >
143
+ </Compile >
140
144
<Compile Include =" ..\RestSharp\RestRequest.cs" >
141
145
<Link >RestRequest.cs</Link >
142
146
</Compile >
161
165
<Compile Include =" ..\RestSharp\Serializers\SerializeAsAttribute.cs" >
162
166
<Link >Serializers\SerializeAsAttribute.cs</Link >
163
167
</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 >
166
170
</Compile >
167
171
<Compile Include =" ..\RestSharp\Serializers\XmlSerializer.cs" >
168
172
<Link >Serializers\XmlSerializer.cs</Link >
176
180
<Compile Include =" ..\RestSharp\Extensions\XmlExtensions.cs" >
177
181
<Link >Extensions\XmlExtensions.cs</Link >
178
182
</Compile >
183
+ <Compile Include =" ..\RestSharp\Extensions\ResponseExtensions.cs" >
184
+ <Link >Extensions\ResponseExtensions.cs</Link >
185
+ </Compile >
179
186
<Compile Include =" ..\RestSharp\Deserializers\DeserializeAsAttribute.cs" >
180
187
<Link >Deserializers\DeserializeAsAttribute.cs</Link >
181
188
</Compile >
231
238
<Link >IHttpFactory.cs</Link >
232
239
</Compile >
233
240
<Compile Include =" ..\RestSharp\Authenticators\OAuth1Authenticator.cs" >
234
- <Link >Authenticators\Authenticators\ OAuth1Authenticator.cs</Link >
241
+ <Link >Authenticators\OAuth1Authenticator.cs</Link >
235
242
</Compile >
236
243
<Compile Include =" ..\RestSharp\Authenticators\OAuth2Authenticator.cs" >
237
- <Link >Authenticators\Authenticators\ OAuth2Authenticator.cs</Link >
244
+ <Link >Authenticators\OAuth2Authenticator.cs</Link >
238
245
</Compile >
239
246
<Compile Include =" ..\RestSharp\Authenticators\OAuth\HttpPostParameter.cs" >
240
- <Link >Authenticators\Authenticators\ OAuth\HttpPostParameter.cs</Link >
247
+ <Link >Authenticators\OAuth\HttpPostParameter.cs</Link >
241
248
</Compile >
242
249
<Compile Include =" ..\RestSharp\Authenticators\OAuth\HttpPostParameterType.cs" >
243
- <Link >Authenticators\Authenticators\ OAuth\HttpPostParameterType.cs</Link >
250
+ <Link >Authenticators\OAuth\HttpPostParameterType.cs</Link >
244
251
</Compile >
245
252
<Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthParameterHandling.cs" >
246
- <Link >Authenticators\Authenticators\ OAuth\OAuthParameterHandling.cs</Link >
253
+ <Link >Authenticators\OAuth\OAuthParameterHandling.cs</Link >
247
254
</Compile >
248
255
<Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthSignatureMethod.cs" >
249
- <Link >Authenticators\Authenticators\ OAuth\OAuthSignatureMethod.cs</Link >
256
+ <Link >Authenticators\OAuth\OAuthSignatureMethod.cs</Link >
250
257
</Compile >
251
258
<Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthSignatureTreatment.cs" >
252
- <Link >Authenticators\Authenticators\ OAuth\OAuthSignatureTreatment.cs</Link >
259
+ <Link >Authenticators\OAuth\OAuthSignatureTreatment.cs</Link >
253
260
</Compile >
254
261
<Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthTools.cs" >
255
- <Link >Authenticators\Authenticators\ OAuth\OAuthTools.cs</Link >
262
+ <Link >Authenticators\OAuth\OAuthTools.cs</Link >
256
263
</Compile >
257
264
<Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthType.cs" >
258
- <Link >Authenticators\Authenticators\ OAuth\OAuthType.cs</Link >
265
+ <Link >Authenticators\OAuth\OAuthType.cs</Link >
259
266
</Compile >
260
267
<Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthWebQueryInfo.cs" >
261
- <Link >Authenticators\Authenticators\ OAuth\OAuthWebQueryInfo.cs</Link >
268
+ <Link >Authenticators\OAuth\OAuthWebQueryInfo.cs</Link >
262
269
</Compile >
263
270
<Compile Include =" ..\RestSharp\Authenticators\OAuth\OAuthWorkflow.cs" >
264
- <Link >Authenticators\Authenticators\ OAuth\OAuthWorkflow.cs</Link >
271
+ <Link >Authenticators\OAuth\OAuthWorkflow.cs</Link >
265
272
</Compile >
266
273
<Compile Include =" ..\RestSharp\Authenticators\OAuth\WebPair.cs" >
267
- <Link >Authenticators\Authenticators\ OAuth\WebPair.cs</Link >
274
+ <Link >Authenticators\OAuth\WebPair.cs</Link >
268
275
</Compile >
269
276
<Compile Include =" ..\RestSharp\Authenticators\OAuth\WebPairCollection.cs" >
270
- <Link >Authenticators\Authenticators\ OAuth\WebPairCollection.cs</Link >
277
+ <Link >Authenticators\OAuth\WebPairCollection.cs</Link >
271
278
</Compile >
272
279
<Compile Include =" ..\RestSharp\Authenticators\OAuth\WebParameter.cs" >
273
- <Link >Authenticators\Authenticators\ OAuth\WebParameter.cs</Link >
280
+ <Link >Authenticators\OAuth\WebParameter.cs</Link >
274
281
</Compile >
275
282
<Compile Include =" ..\RestSharp\Authenticators\OAuth\WebParameterCollection.cs" >
276
- <Link >Authenticators\Authenticators\ OAuth\WebParameterCollection.cs</Link >
283
+ <Link >Authenticators\OAuth\WebParameterCollection.cs</Link >
277
284
</Compile >
278
285
<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 >
280
287
</Compile >
281
288
<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 >
283
290
</Compile >
284
291
<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 >
286
293
</Compile >
287
294
<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 >
289
296
</Compile >
290
297
<Compile Include =" ..\RestSharp\RestRequestAsyncHandle.cs" >
291
298
<Link >RestRequestAsyncHandle.cs</Link >
292
299
</Compile >
293
- <Compile Include =" ..\RestSharp\Serializers\DotNetXmlSerializer.cs" >
294
- <Link >Serializers\DotNetXmlSerializer.cs</Link >
295
- </Compile >
296
300
<Compile Include =" ..\RestSharp\Deserializers\DotNetXmlDeserializer.cs" >
297
301
<Link >Deserializers\DotNetXmlDeserializer.cs</Link >
298
302
</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" />
306
307
</ItemGroup >
307
- </Project >
308
+ </Project >
0 commit comments