Skip to content

Commit 63f7cba

Browse files
author
Michael Hallett
committed
removed dlls in .nuget temp; added net4 client project for targeting;
1 parent 2257cf1 commit 63f7cba

File tree

6 files changed

+611
-0
lines changed

6 files changed

+611
-0
lines changed

.nuget/RestSharp.Build.dll

-7 KB
Binary file not shown.

.nuget/Signed/RestSharp.Build.dll

-7.5 KB
Binary file not shown.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("RestSharp")]
9+
10+
// Setting ComVisible to false makes the types in this assembly not visible
11+
// to COM components. If you need to access a type in this assembly from
12+
// COM, set the ComVisible attribute to true on that type.
13+
[assembly: ComVisible(false)]
14+
15+
// The following GUID is for the ID of the typelib if this project is exposed to COM
16+
[assembly: Guid("97044cbf-6c9d-4b08-87e3-bf30fbde1933")]
17+
18+
#if SIGNED
19+
[assembly: InternalsVisibleTo("RestSharp.IntegrationTests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100fda57af14a288d46e3efea89617037585c4de57159cd536ca6dff792ea1d6addc665f2fccb4285413d9d44db5a1be87cb82686db200d16325ed9c42c89cd4824d8cc447f7cee2ac000924c3bceeb1b7fcb5cc1a3901785964d48ce14172001084134f4dcd9973c3776713b595443b1064bb53e2eeb924969244d354e46495e9d"),
20+
InternalsVisibleTo("RestSharp.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100fda57af14a288d46e3efea89617037585c4de57159cd536ca6dff792ea1d6addc665f2fccb4285413d9d44db5a1be87cb82686db200d16325ed9c42c89cd4824d8cc447f7cee2ac000924c3bceeb1b7fcb5cc1a3901785964d48ce14172001084134f4dcd9973c3776713b595443b1064bb53e2eeb924969244d354e46495e9d")]
21+
#else
22+
[assembly: InternalsVisibleTo("RestSharp.IntegrationTests"),
23+
InternalsVisibleTo("RestSharp.Tests")]
24+
#endif
Lines changed: 298 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,298 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{CE439183-9CC6-4767-9041-016E3576D0F6}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>RestSharp</RootNamespace>
12+
<AssemblyName>RestSharp</AssemblyName>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
16+
<RestorePackages>true</RestorePackages>
17+
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
18+
</PropertyGroup>
19+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20+
<DebugSymbols>true</DebugSymbols>
21+
<DebugType>full</DebugType>
22+
<Optimize>false</Optimize>
23+
<OutputPath>bin\DebugSigned\</OutputPath>
24+
<IntermediateOutputPath>obj\DebugSigned\</IntermediateOutputPath>
25+
<DefineConstants>TRACE;DEBUG;FRAMEWORK, NET4, SIGNED</DefineConstants>
26+
<ErrorReport>prompt</ErrorReport>
27+
<WarningLevel>4</WarningLevel>
28+
<DocumentationFile>bin\DebugSigned\RestSharp.xml</DocumentationFile>
29+
<NoWarn>1591,1584,1572,1574,1658</NoWarn>
30+
</PropertyGroup>
31+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32+
<DebugType>pdbonly</DebugType>
33+
<Optimize>true</Optimize>
34+
<OutputPath>bin\ReleaseSigned\</OutputPath>
35+
<IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath>
36+
<DefineConstants>TRACE;FRAMEWORK, NET4, SIGNED</DefineConstants>
37+
<ErrorReport>prompt</ErrorReport>
38+
<WarningLevel>4</WarningLevel>
39+
<DocumentationFile>bin\ReleaseSigned\RestSharp.xml</DocumentationFile>
40+
<NoWarn>1591,1573,1658,1584,1574,1572</NoWarn>
41+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
42+
</PropertyGroup>
43+
<PropertyGroup>
44+
<SignAssembly>true</SignAssembly>
45+
</PropertyGroup>
46+
<PropertyGroup>
47+
<AssemblyOriginatorKeyFile>..\RestSharp.snk</AssemblyOriginatorKeyFile>
48+
</PropertyGroup>
49+
<PropertyGroup>
50+
<DelaySign>false</DelaySign>
51+
</PropertyGroup>
52+
<ItemGroup>
53+
<Reference Include="System" />
54+
<Reference Include="System.Core" />
55+
<Reference Include="System.Xml.Linq" />
56+
<Reference Include="System.Data.DataSetExtensions" />
57+
<Reference Include="Microsoft.CSharp" />
58+
<Reference Include="System.Data" />
59+
<Reference Include="System.Xml" />
60+
</ItemGroup>
61+
<ItemGroup>
62+
<Compile Include="..\restsharp\authenticators\HttpBasicAuthenticator.cs">
63+
<Link>Authenticators\HttpBasicAuthenticator.cs</Link>
64+
</Compile>
65+
<Compile Include="..\restsharp\authenticators\IAuthenticator.cs">
66+
<Link>Authenticators\IAuthenticator.cs</Link>
67+
</Compile>
68+
<Compile Include="..\RestSharp\Authenticators\JwtAuthenticator.cs">
69+
<Link>Authenticators\JwtAuthenticator.cs</Link>
70+
</Compile>
71+
<Compile Include="..\restsharp\authenticators\NtlmAuthenticator.cs">
72+
<Link>Authenticators\NtlmAuthenticator.cs</Link>
73+
</Compile>
74+
<Compile Include="..\RestSharp\Authenticators\OAuth1Authenticator.cs">
75+
<Link>Authenticators\OAuth1Authenticator.cs</Link>
76+
</Compile>
77+
<Compile Include="..\restsharp\authenticators\OAuth2Authenticator.cs">
78+
<Link>Authenticators\OAuth2Authenticator.cs</Link>
79+
</Compile>
80+
<Compile Include="..\restsharp\authenticators\oauth\extensions\CollectionExtensions.cs">
81+
<Link>Authenticators\OAuth\Extensions\CollectionExtensions.cs</Link>
82+
</Compile>
83+
<Compile Include="..\restsharp\authenticators\oauth\extensions\OAuthExtensions.cs">
84+
<Link>Authenticators\OAuth\Extensions\OAuthExtensions.cs</Link>
85+
</Compile>
86+
<Compile Include="..\restsharp\authenticators\oauth\extensions\StringExtensions.cs">
87+
<Link>Authenticators\OAuth\Extensions\StringExtensions.cs</Link>
88+
</Compile>
89+
<Compile Include="..\restsharp\authenticators\oauth\extensions\TimeExtensions.cs">
90+
<Link>Authenticators\OAuth\Extensions\TimeExtensions.cs</Link>
91+
</Compile>
92+
<Compile Include="..\restsharp\authenticators\oauth\HttpPostParameter.cs">
93+
<Link>Authenticators\OAuth\HttpPostParameter.cs</Link>
94+
</Compile>
95+
<Compile Include="..\restsharp\authenticators\oauth\HttpPostParameterType.cs">
96+
<Link>Authenticators\OAuth\HttpPostParameterType.cs</Link>
97+
</Compile>
98+
<Compile Include="..\restsharp\authenticators\oauth\OAuthParameterHandling.cs">
99+
<Link>Authenticators\OAuth\OAuthParameterHandling.cs</Link>
100+
</Compile>
101+
<Compile Include="..\restsharp\authenticators\oauth\OAuthSignatureMethod.cs">
102+
<Link>Authenticators\OAuth\OAuthSignatureMethod.cs</Link>
103+
</Compile>
104+
<Compile Include="..\restsharp\authenticators\oauth\OAuthSignatureTreatment.cs">
105+
<Link>Authenticators\OAuth\OAuthSignatureTreatment.cs</Link>
106+
</Compile>
107+
<Compile Include="..\restsharp\authenticators\oauth\OAuthTools.cs">
108+
<Link>Authenticators\OAuth\OAuthTools.cs</Link>
109+
</Compile>
110+
<Compile Include="..\restsharp\authenticators\oauth\OAuthType.cs">
111+
<Link>Authenticators\OAuth\OAuthType.cs</Link>
112+
</Compile>
113+
<Compile Include="..\restsharp\authenticators\oauth\OAuthWebQueryInfo.cs">
114+
<Link>Authenticators\OAuth\OAuthWebQueryInfo.cs</Link>
115+
</Compile>
116+
<Compile Include="..\restsharp\authenticators\oauth\OAuthWorkflow.cs">
117+
<Link>Authenticators\OAuth\OAuthWorkflow.cs</Link>
118+
</Compile>
119+
<Compile Include="..\restsharp\authenticators\oauth\WebPair.cs">
120+
<Link>Authenticators\OAuth\WebPair.cs</Link>
121+
</Compile>
122+
<Compile Include="..\restsharp\authenticators\oauth\WebPairCollection.cs">
123+
<Link>Authenticators\OAuth\WebPairCollection.cs</Link>
124+
</Compile>
125+
<Compile Include="..\restsharp\authenticators\oauth\WebParameter.cs">
126+
<Link>Authenticators\OAuth\WebParameter.cs</Link>
127+
</Compile>
128+
<Compile Include="..\restsharp\authenticators\oauth\WebParameterCollection.cs">
129+
<Link>Authenticators\OAuth\WebParameterCollection.cs</Link>
130+
</Compile>
131+
<Compile Include="..\restsharp\authenticators\SimpleAuthenticator.cs">
132+
<Link>Authenticators\SimpleAuthenticator.cs</Link>
133+
</Compile>
134+
<Compile Include="..\restsharp\deserializers\DeserializeAsAttribute.cs">
135+
<Link>Deserializers\DeserializeAsAttribute.cs</Link>
136+
</Compile>
137+
<Compile Include="..\restsharp\deserializers\DotNetXmlDeserializer.cs">
138+
<Link>Deserializers\DotNetXmlDeserializer.cs</Link>
139+
</Compile>
140+
<Compile Include="..\restsharp\deserializers\IDeserializer.cs">
141+
<Link>Deserializers\IDeserializer.cs</Link>
142+
</Compile>
143+
<Compile Include="..\restsharp\deserializers\JsonDeserializer.cs">
144+
<Link>Deserializers\JsonDeserializer.cs</Link>
145+
</Compile>
146+
<Compile Include="..\restsharp\deserializers\XmlAttributeDeserializer.cs">
147+
<Link>Deserializers\XmlAttributeDeserializer.cs</Link>
148+
</Compile>
149+
<Compile Include="..\restsharp\deserializers\XmlDeserializer.cs">
150+
<Link>Deserializers\XmlDeserializer.cs</Link>
151+
</Compile>
152+
<Compile Include="..\RestSharp\Enum.cs">
153+
<Link>Enum.cs</Link>
154+
</Compile>
155+
<Compile Include="..\restsharp\extensions\MiscExtensions.cs">
156+
<Link>Extensions\MiscExtensions.cs</Link>
157+
</Compile>
158+
<Compile Include="..\RestSharp\Extensions\MonoHttp\Helpers.cs">
159+
<Link>Extensions\MonoHttp\Helpers.cs</Link>
160+
</Compile>
161+
<Compile Include="..\RestSharp\Extensions\MonoHttp\HtmlEncoder.cs">
162+
<Link>Extensions\MonoHttp\HtmlEncoder.cs</Link>
163+
</Compile>
164+
<Compile Include="..\RestSharp\Extensions\MonoHttp\HttpUtility.cs">
165+
<Link>Extensions\MonoHttp\HttpUtility.cs</Link>
166+
</Compile>
167+
<Compile Include="..\restsharp\extensions\ReflectionExtensions.cs">
168+
<Link>Extensions\ReflectionExtensions.cs</Link>
169+
</Compile>
170+
<Compile Include="..\restsharp\extensions\ResponseExtensions.cs">
171+
<Link>Extensions\ResponseExtensions.cs</Link>
172+
</Compile>
173+
<Compile Include="..\RestSharp\Extensions\ResponseStatusExtensions.cs">
174+
<Link>Extensions\ResponseStatusExtensions.cs</Link>
175+
</Compile>
176+
<Compile Include="..\restsharp\extensions\StringExtensions.cs">
177+
<Link>Extensions\StringExtensions.cs</Link>
178+
</Compile>
179+
<Compile Include="..\restsharp\extensions\XmlExtensions.cs">
180+
<Link>Extensions\XmlExtensions.cs</Link>
181+
</Compile>
182+
<Compile Include="..\RestSharp\FileParameter.cs">
183+
<Link>FileParameter.cs</Link>
184+
</Compile>
185+
<Compile Include="..\RestSharp\Http.Async.cs">
186+
<Link>Http.Async.cs</Link>
187+
</Compile>
188+
<Compile Include="..\RestSharp\Http.cs">
189+
<Link>Http.cs</Link>
190+
</Compile>
191+
<Compile Include="..\RestSharp\Http.Sync.cs">
192+
<Link>Http.Sync.cs</Link>
193+
</Compile>
194+
<Compile Include="..\RestSharp\HttpCookie.cs">
195+
<Link>HttpCookie.cs</Link>
196+
</Compile>
197+
<Compile Include="..\RestSharp\HttpFile.cs">
198+
<Link>HttpFile.cs</Link>
199+
</Compile>
200+
<Compile Include="..\RestSharp\HttpHeader.cs">
201+
<Link>HttpHeader.cs</Link>
202+
</Compile>
203+
<Compile Include="..\RestSharp\HttpParameter.cs">
204+
<Link>HttpParameter.cs</Link>
205+
</Compile>
206+
<Compile Include="..\RestSharp\HttpResponse.cs">
207+
<Link>HttpResponse.cs</Link>
208+
</Compile>
209+
<Compile Include="..\RestSharp\IHttp.cs">
210+
<Link>IHttp.cs</Link>
211+
</Compile>
212+
<Compile Include="..\RestSharp\IHttpFactory.cs">
213+
<Link>IHttpFactory.cs</Link>
214+
</Compile>
215+
<Compile Include="..\RestSharp\IHttpResponse.cs">
216+
<Link>IHttpResponse.cs</Link>
217+
</Compile>
218+
<Compile Include="..\RestSharp\IRestClient.cs">
219+
<Link>IRestClient.cs</Link>
220+
</Compile>
221+
<Compile Include="..\RestSharp\IRestRequest.cs">
222+
<Link>IRestRequest.cs</Link>
223+
</Compile>
224+
<Compile Include="..\RestSharp\IRestResponse.cs">
225+
<Link>IRestResponse.cs</Link>
226+
</Compile>
227+
<Compile Include="..\RestSharp\Parameter.cs">
228+
<Link>Parameter.cs</Link>
229+
</Compile>
230+
<Compile Include="..\RestSharp\RestClient.Async.cs">
231+
<Link>RestClient.Async.cs</Link>
232+
</Compile>
233+
<Compile Include="..\RestSharp\RestClient.cs">
234+
<Link>RestClient.cs</Link>
235+
</Compile>
236+
<Compile Include="..\RestSharp\RestClient.Sync.cs">
237+
<Link>RestClient.Sync.cs</Link>
238+
</Compile>
239+
<Compile Include="..\RestSharp\RestClientExtensions.cs">
240+
<Link>RestClientExtensions.cs</Link>
241+
</Compile>
242+
<Compile Include="..\RestSharp\RestRequest.cs">
243+
<Link>RestRequest.cs</Link>
244+
</Compile>
245+
<Compile Include="..\RestSharp\RestRequestAsyncHandle.cs">
246+
<Link>RestRequestAsyncHandle.cs</Link>
247+
</Compile>
248+
<Compile Include="..\RestSharp\RestResponse.cs">
249+
<Link>RestResponse.cs</Link>
250+
</Compile>
251+
<Compile Include="..\RestSharp\RestResponseCookie.cs">
252+
<Link>RestResponseCookie.cs</Link>
253+
</Compile>
254+
<Compile Include="..\restsharp\serializers\DotNetXmlSerializer.cs">
255+
<Link>Serializers\DotNetXmlSerializer.cs</Link>
256+
</Compile>
257+
<Compile Include="..\restsharp\serializers\ISerializer.cs">
258+
<Link>Serializers\ISerializer.cs</Link>
259+
</Compile>
260+
<Compile Include="..\restsharp\serializers\JsonSerializer.cs">
261+
<Link>Serializers\JsonSerializer.cs</Link>
262+
</Compile>
263+
<Compile Include="..\restsharp\serializers\SerializeAsAttribute.cs">
264+
<Link>Serializers\SerializeAsAttribute.cs</Link>
265+
</Compile>
266+
<Compile Include="..\restsharp\serializers\XmlSerializer.cs">
267+
<Link>Serializers\XmlSerializer.cs</Link>
268+
</Compile>
269+
<Compile Include="..\RestSharp\SharedAssemblyInfo.cs">
270+
<Link>SharedAssemblyInfo.cs</Link>
271+
</Compile>
272+
<Compile Include="..\restsharp\validation\Require.cs">
273+
<Link>Validation\Require.cs</Link>
274+
</Compile>
275+
<Compile Include="..\restsharp\SimpleJson.cs">
276+
<Link>SimpleJson.cs</Link>
277+
</Compile>
278+
<Compile Include="..\restsharp\validation\Validate.cs">
279+
<Link>Validation\Validate.cs</Link>
280+
</Compile>
281+
<Compile Include="Properties\AssemblyInfo.cs" />
282+
</ItemGroup>
283+
<ItemGroup>
284+
<None Include="..\RestSharp.snk">
285+
<Link>RestSharp.snk</Link>
286+
</None>
287+
<None Include="packages.config" />
288+
</ItemGroup>
289+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
290+
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
291+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
292+
Other similar extension points exist, see Microsoft.Common.targets.
293+
<Target Name="BeforeBuild">
294+
</Target>
295+
<Target Name="AfterBuild">
296+
</Target>
297+
-->
298+
</Project>

0 commit comments

Comments
 (0)