|
72 | 72 | <Compile Include="..\RestSharp\Authenticators\NtlmAuthenticator.cs">
|
73 | 73 | <Link>Authenticators\NtlmAuthenticator.cs</Link>
|
74 | 74 | </Compile>
|
| 75 | + <Compile Include="..\RestSharp\Authenticators\OAuth1Authenticator.cs"> |
| 76 | + <Link>Authenticators\OAuth1Authenticator.cs</Link> |
| 77 | + </Compile> |
75 | 78 | <Compile Include="..\RestSharp\Authenticators\OAuth2Authenticator.cs">
|
76 | 79 | <Link>Authenticators\OAuth2Authenticator.cs</Link>
|
77 | 80 | </Compile>
|
| 81 | + <Compile Include="..\restsharp\authenticators\oauth\extensions\CollectionExtensions.cs"> |
| 82 | + <Link>Authenticators\OAuth\Extensions\CollectionExtensions.cs</Link> |
| 83 | + </Compile> |
| 84 | + <Compile Include="..\restsharp\authenticators\oauth\extensions\OAuthExtensions.cs"> |
| 85 | + <Link>Authenticators\OAuth\Extensions\OAuthExtensions.cs</Link> |
| 86 | + </Compile> |
| 87 | + <Compile Include="..\restsharp\authenticators\oauth\extensions\StringExtensions.cs"> |
| 88 | + <Link>Authenticators\OAuth\Extensions\StringExtensions.cs</Link> |
| 89 | + </Compile> |
| 90 | + <Compile Include="..\restsharp\authenticators\oauth\extensions\TimeExtensions.cs"> |
| 91 | + <Link>Authenticators\OAuth\Extensions\TimeExtensions.cs</Link> |
| 92 | + </Compile> |
| 93 | + <Compile Include="..\restsharp\authenticators\oauth\HttpPostParameter.cs"> |
| 94 | + <Link>Authenticators\OAuth\HttpPostParameter.cs</Link> |
| 95 | + </Compile> |
| 96 | + <Compile Include="..\restsharp\authenticators\oauth\HttpPostParameterType.cs"> |
| 97 | + <Link>Authenticators\OAuth\HttpPostParameterType.cs</Link> |
| 98 | + </Compile> |
| 99 | + <Compile Include="..\restsharp\authenticators\oauth\OAuthParameterHandling.cs"> |
| 100 | + <Link>Authenticators\OAuth\OAuthParameterHandling.cs</Link> |
| 101 | + </Compile> |
| 102 | + <Compile Include="..\restsharp\authenticators\oauth\OAuthSignatureMethod.cs"> |
| 103 | + <Link>Authenticators\OAuth\OAuthSignatureMethod.cs</Link> |
| 104 | + </Compile> |
| 105 | + <Compile Include="..\restsharp\authenticators\oauth\OAuthSignatureTreatment.cs"> |
| 106 | + <Link>Authenticators\OAuth\OAuthSignatureTreatment.cs</Link> |
| 107 | + </Compile> |
| 108 | + <Compile Include="..\restsharp\authenticators\oauth\OAuthTools.cs"> |
| 109 | + <Link>Authenticators\OAuth\OAuthTools.cs</Link> |
| 110 | + </Compile> |
| 111 | + <Compile Include="..\restsharp\authenticators\oauth\OAuthType.cs"> |
| 112 | + <Link>Authenticators\OAuth\OAuthType.cs</Link> |
| 113 | + </Compile> |
| 114 | + <Compile Include="..\restsharp\authenticators\oauth\OAuthWebQueryInfo.cs"> |
| 115 | + <Link>Authenticators\OAuth\OAuthWebQueryInfo.cs</Link> |
| 116 | + </Compile> |
| 117 | + <Compile Include="..\restsharp\authenticators\oauth\OAuthWorkflow.cs"> |
| 118 | + <Link>Authenticators\OAuth\OAuthWorkflow.cs</Link> |
| 119 | + </Compile> |
| 120 | + <Compile Include="..\restsharp\authenticators\oauth\WebPair.cs"> |
| 121 | + <Link>Authenticators\OAuth\WebPair.cs</Link> |
| 122 | + </Compile> |
| 123 | + <Compile Include="..\restsharp\authenticators\oauth\WebPairCollection.cs"> |
| 124 | + <Link>Authenticators\OAuth\WebPairCollection.cs</Link> |
| 125 | + </Compile> |
| 126 | + <Compile Include="..\restsharp\authenticators\oauth\WebParameter.cs"> |
| 127 | + <Link>Authenticators\OAuth\WebParameter.cs</Link> |
| 128 | + </Compile> |
| 129 | + <Compile Include="..\restsharp\authenticators\oauth\WebParameterCollection.cs"> |
| 130 | + <Link>Authenticators\OAuth\WebParameterCollection.cs</Link> |
| 131 | + </Compile> |
78 | 132 | <Compile Include="..\RestSharp\Authenticators\SimpleAuthenticator.cs">
|
79 | 133 | <Link>Authenticators\SimpleAuthenticator.cs</Link>
|
80 | 134 | </Compile>
|
|
212 | 266 | <ItemGroup>
|
213 | 267 | <None Include="packages.config" />
|
214 | 268 | </ItemGroup>
|
| 269 | + <ItemGroup> |
| 270 | + <Folder Include="Authenticators\NewFolder1\" /> |
| 271 | + </ItemGroup> |
215 | 272 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
|
216 | 273 | <ProjectExtensions>
|
217 | 274 | <VisualStudio>
|
|
0 commit comments