Refactored association management functions from the OpenIdRelyingParty class into...
[dotnetoauth.git] / src / DotNetOpenAuth / DotNetOpenAuth.csproj
blob637bcc5caa7218575fcfc94e077371b739f35abd
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" 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>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{3191B653-F76D-4C1A-9A5A-347BC3AAAAB7}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>DotNetOpenAuth</RootNamespace>
12     <AssemblyName>DotNetOpenAuth</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>..\..\bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
25     <DocumentationFile>..\..\bin\Debug\DotNetOpenAuth.xml</DocumentationFile>
26     <RunCodeAnalysis>false</RunCodeAnalysis>
27     <CodeAnalysisRules>-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <Optimize>true</Optimize>
32     <OutputPath>..\..\bin\Release\</OutputPath>
33     <DefineConstants>TRACE</DefineConstants>
34     <ErrorReport>prompt</ErrorReport>
35     <WarningLevel>4</WarningLevel>
36     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
37     <DocumentationFile>..\..\bin\debug\DotNetOpenAuth.xml</DocumentationFile>
38     <RunCodeAnalysis>true</RunCodeAnalysis>
39     <CodeAnalysisRules>-Microsoft.Design#CA1054;-Microsoft.Design#CA1056;-Microsoft.Design#CA1055</CodeAnalysisRules>
40   </PropertyGroup>
41   <PropertyGroup Condition=" '$(Sign)' == 'true' ">
42     <SignAssembly>true</SignAssembly>
43     <AssemblyOriginatorKeyFile>..\official-build-key.pfx</AssemblyOriginatorKeyFile>
44     <DefineConstants>$(DefineConstants);StrongNameSigned</DefineConstants>
45   </PropertyGroup>
46   <ItemGroup>
47     <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
48       <SpecificVersion>False</SpecificVersion>
49       <HintPath>..\..\lib\log4net.dll</HintPath>
50     </Reference>
51     <Reference Include="System" />
52     <Reference Include="System.configuration" />
53     <Reference Include="System.Core">
54       <RequiredTargetFramework>3.5</RequiredTargetFramework>
55     </Reference>
56     <Reference Include="System.Data" />
57     <Reference Include="System.ServiceModel">
58       <RequiredTargetFramework>3.0</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="System.Web" />
61     <Reference Include="System.XML" />
62     <Reference Include="System.Xml.Linq">
63       <RequiredTargetFramework>3.5</RequiredTargetFramework>
64     </Reference>
65   </ItemGroup>
66   <ItemGroup>
67     <Compile Include="Configuration\AssociationTypeCollection.cs" />
68     <Compile Include="Configuration\AssociationTypeElement.cs" />
69     <Compile Include="Configuration\DotNetOpenAuthSection.cs" />
70     <Compile Include="Configuration\MessagingElement.cs" />
71     <Compile Include="Configuration\OpenIdElement.cs" />
72     <Compile Include="Configuration\OpenIdProviderElement.cs" />
73     <Compile Include="Configuration\ProviderSecuritySettingsElement.cs" />
74     <Compile Include="Configuration\OpenIdRelyingPartyElement.cs" />
75     <Compile Include="Configuration\RelyingPartySecuritySettingsElement.cs" />
76     <Compile Include="Configuration\TypeConfigurationElement.cs" />
77     <Compile Include="Configuration\UntrustedWebRequestElement.cs" />
78     <Compile Include="Configuration\HostNameOrRegexCollection.cs" />
79     <Compile Include="Configuration\HostNameElement.cs" />
80     <Compile Include="Messaging\CachedDirectWebResponse.cs" />
81     <Compile Include="Messaging\IExtensionMessage.cs" />
82     <Compile Include="Messaging\IMessage.cs" />
83     <Compile Include="Messaging\DirectWebResponse.cs" />
84     <Compile Include="Messaging\IDirectResponseProtocolMessage.cs" />
85     <Compile Include="Messaging\EmptyDictionary.cs" />
86     <Compile Include="Messaging\EmptyEnumerator.cs" />
87     <Compile Include="Messaging\EmptyList.cs" />
88     <Compile Include="Messaging\ErrorUtilities.cs" />
89     <Compile Include="Messaging\IDirectSslWebRequestHandler.cs" />
90     <Compile Include="Messaging\IMessageWithEvents.cs" />
91     <Compile Include="Messaging\IProtocolMessageWithExtensions.cs" />
92     <Compile Include="Messaging\InternalErrorException.cs" />
93     <Compile Include="Messaging\NetworkDirectWebResponse.cs" />
94     <Compile Include="Messaging\Reflection\IMessagePartEncoder.cs" />
95     <Compile Include="OAuth\ChannelElements\IConsumerCertificateProvider.cs" />
96     <Compile Include="OAuth\ChannelElements\OAuthConsumerMessageFactory.cs" />
97     <Compile Include="OAuth\ChannelElements\ITokenGenerator.cs" />
98     <Compile Include="OAuth\ChannelElements\ITokenManager.cs" />
99     <Compile Include="OAuth\ChannelElements\OAuthHttpMethodBindingElement.cs" />
100     <Compile Include="OAuth\ChannelElements\PlaintextSigningBindingElement.cs" />
101     <Compile Include="OAuth\ChannelElements\HmacSha1SigningBindingElement.cs" />
102     <Compile Include="OAuth\ChannelElements\SigningBindingElementChain.cs" />
103     <Compile Include="OAuth\ChannelElements\StandardTokenGenerator.cs" />
104     <Compile Include="OAuth\ChannelElements\TokenType.cs" />
105     <Compile Include="OAuth\ConsumerBase.cs" />
106     <Compile Include="OAuth\DesktopConsumer.cs" />
107     <Compile Include="GlobalSuppressions.cs" />
108     <Compile Include="OAuth\Messages\ITokenSecretContainingMessage.cs" />
109     <Compile Include="Messaging\ChannelEventArgs.cs" />
110     <Compile Include="Messaging\ITamperProtectionChannelBindingElement.cs" />
111     <Compile Include="OAuth\OAuthStrings.Designer.cs">
112       <AutoGen>True</AutoGen>
113       <DesignTime>True</DesignTime>
114       <DependentUpon>OAuthStrings.resx</DependentUpon>
115     </Compile>
116     <Compile Include="OAuth\ServiceProviderDescription.cs" />
117     <Compile Include="OAuth\Messages\ITokenContainingMessage.cs" />
118     <Compile Include="OAuth\Messages\SignedMessageBase.cs" />
119     <Compile Include="Messaging\Bindings\NonceMemoryStore.cs" />
120     <Compile Include="OAuth\ChannelElements\SigningBindingElementBase.cs" />
121     <Compile Include="OAuth\WebConsumer.cs" />
122     <Compile Include="Messaging\IDirectWebRequestHandler.cs" />
123     <Compile Include="OAuth\ChannelElements\ITamperResistantOAuthMessage.cs" />
124     <Compile Include="OAuth\Messages\MessageBase.cs" />
125     <Compile Include="OAuth\Messages\AuthorizedTokenRequest.cs" />
126     <Compile Include="Messaging\Bindings\INonceStore.cs" />
127     <Compile Include="Messaging\Bindings\StandardReplayProtectionBindingElement.cs" />
128     <Compile Include="Messaging\MessagePartAttribute.cs" />
129     <Compile Include="Messaging\MessageProtections.cs" />
130     <Compile Include="Messaging\IChannelBindingElement.cs" />
131     <Compile Include="Messaging\Bindings\ReplayedMessageException.cs" />
132     <Compile Include="Messaging\Bindings\ExpiredMessageException.cs" />
133     <Compile Include="Messaging\Bindings\InvalidSignatureException.cs" />
134     <Compile Include="Messaging\Bindings\IReplayProtectedProtocolMessage.cs" />
135     <Compile Include="Messaging\Bindings\IExpiringProtocolMessage.cs" />
136     <Compile Include="OAuth\Messages\AccessProtectedResourceRequest.cs" />
137     <Compile Include="OAuth\Messages\AuthorizedTokenResponse.cs" />
138     <Compile Include="OAuth\Messages\UserAuthorizationResponse.cs" />
139     <Compile Include="OAuth\Messages\UserAuthorizationRequest.cs" />
140     <Compile Include="OAuth\Messages\UnauthorizedTokenResponse.cs" />
141     <Compile Include="Messaging\Channel.cs" />
142     <Compile Include="Messaging\HttpRequestInfo.cs" />
143     <Compile Include="Messaging\IDirectedProtocolMessage.cs" />
144     <Compile Include="Messaging\IMessageFactory.cs" />
145     <Compile Include="Messaging\ITamperResistantProtocolMessage.cs" />
146     <Compile Include="Messaging\MessageSerializer.cs" />
147     <Compile Include="Messaging\MessagingStrings.Designer.cs">
148       <AutoGen>True</AutoGen>
149       <DesignTime>True</DesignTime>
150       <DependentUpon>MessagingStrings.resx</DependentUpon>
151     </Compile>
152     <Compile Include="Messaging\MessagingUtilities.cs" />
153     <Compile Include="Messaging\Bindings\StandardExpirationBindingElement.cs" />
154     <Compile Include="Messaging\Reflection\ValueMapping.cs" />
155     <Compile Include="Messaging\Reflection\MessageDescription.cs" />
156     <Compile Include="Messaging\Reflection\MessageDictionary.cs" />
157     <Compile Include="Messaging\Reflection\MessagePart.cs" />
158     <Compile Include="Messaging\UnprotectedMessageException.cs" />
159     <Compile Include="OAuth\ChannelElements\OAuthChannel.cs" />
160     <Compile Include="Messaging\UserAgentResponse.cs" />
161     <Compile Include="Messaging\IProtocolMessage.cs" />
162     <Compile Include="Logger.cs" />
163     <Compile Include="Loggers\ILog.cs" />
164     <Compile Include="Loggers\Log4NetLogger.cs" />
165     <Compile Include="Loggers\NoOpLogger.cs" />
166     <Compile Include="Loggers\TraceLogger.cs" />
167     <Compile Include="Messaging\HttpDeliveryMethods.cs" />
168     <Compile Include="Messaging\MessageTransport.cs" />
169     <Compile Include="OAuth\ChannelElements\OAuthServiceProviderMessageFactory.cs" />
170     <Compile Include="Messaging\ProtocolException.cs" />
171     <Compile Include="OpenId\Association.cs" />
172     <Compile Include="OpenId\AssociationMemoryStore.cs" />
173     <Compile Include="OpenId\Associations.cs" />
174     <Compile Include="OpenId\ChannelElements\BackwardCompatibilityBindingElement.cs" />
175     <Compile Include="OpenId\ChannelElements\ExtensionsBindingElement.cs" />
176     <Compile Include="OpenId\ChannelElements\IOpenIdExtensionFactory.cs" />
177     <Compile Include="OpenId\ChannelElements\IPrivateSecretStore.cs" />
178     <Compile Include="OpenId\ChannelElements\ITamperResistantOpenIdMessage.cs" />
179     <Compile Include="OpenId\ChannelElements\OriginalStringUriEncoder.cs" />
180     <Compile Include="OpenId\ChannelElements\ReturnToNonceBindingElement.cs" />
181     <Compile Include="OpenId\ChannelElements\SigningBindingElement.cs" />
182     <Compile Include="OpenId\ChannelElements\KeyValueFormEncoding.cs" />
183     <Compile Include="OpenId\ChannelElements\OpenIdChannel.cs" />
184     <Compile Include="OpenId\ChannelElements\OpenIdMessageFactory.cs" />
185     <Compile Include="OpenId\ChannelElements\ReturnToSignatureBindingElement.cs" />
186     <Compile Include="OpenId\Extensions\AliasManager.cs" />
187     <Compile Include="OpenId\Extensions\AttributeExchange\AttributeRequest.cs" />
188     <Compile Include="OpenId\Extensions\AttributeExchange\AttributeValues.cs" />
189     <Compile Include="OpenId\Extensions\AttributeExchange\AXUtilities.cs" />
190     <Compile Include="OpenId\Extensions\AttributeExchange\Constants.cs" />
191     <Compile Include="OpenId\Extensions\AttributeExchange\FetchRequest.cs" />
192     <Compile Include="OpenId\Extensions\AttributeExchange\FetchResponse.cs" />
193     <Compile Include="OpenId\Extensions\AttributeExchange\StoreRequest.cs" />
194     <Compile Include="OpenId\Extensions\AttributeExchange\StoreResponse.cs" />
195     <Compile Include="OpenId\Extensions\AttributeExchange\WellKnownAttributes.cs" />
196     <Compile Include="OpenId\Extensions\ExtensionBase.cs" />
197     <Compile Include="OpenId\Extensions\ExtensionArgumentsManager.cs" />
198     <Compile Include="OpenId\Extensions\OpenIdExtensionFactory.cs" />
199     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\AuthenticationPolicies.cs" />
200     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\Constants.cs" />
201     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\DateTimeEncoder.cs" />
202     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\NistAssuranceLevel.cs" />
203     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\PapeUtilities.cs" />
204     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\PolicyRequest.cs" />
205     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\PolicyResponse.cs" />
206     <Compile Include="OpenId\Extensions\ProviderAuthenticationPolicy\TimespanSecondsEncoder.cs" />
207     <Compile Include="OpenId\Extensions\SimpleRegistration\ClaimsRequest.cs" />
208     <Compile Include="OpenId\Extensions\SimpleRegistration\ClaimsResponse.cs" />
209     <Compile Include="OpenId\Extensions\SimpleRegistration\Constants.cs" />
210     <Compile Include="OpenId\Extensions\SimpleRegistration\DemandLevel.cs" />
211     <Compile Include="OpenId\Extensions\SimpleRegistration\Gender.cs" />
212     <Compile Include="OpenId\Identifier.cs" />
213     <Compile Include="OpenId\Messages\CheckAuthenticationRequest.cs" />
214     <Compile Include="OpenId\Messages\CheckAuthenticationResponse.cs" />
215     <Compile Include="OpenId\Messages\CheckIdRequest.cs" />
216     <Compile Include="OpenId\Messages\IndirectResponseBase.cs" />
217     <Compile Include="OpenId\Messages\IndirectSignedResponse.cs" />
218     <Compile Include="OpenId\Messages\IOpenIdMessageExtension.cs" />
219     <Compile Include="OpenId\Messages\NegativeAssertionResponse.cs" />
220     <Compile Include="OpenId\Messages\PositiveAssertionResponse.cs" />
221     <Compile Include="OpenId\Messages\SignedResponseRequest.cs" />
222     <Compile Include="OpenId\NoDiscoveryIdentifier.cs" />
223     <Compile Include="OpenId\OpenIdUtilities.cs" />
224     <Compile Include="OpenId\PrivateSecretMemoryStore.cs" />
225     <Compile Include="OpenId\Provider\AuthenticationRequest.cs" />
226     <Compile Include="OpenId\Provider\AutoResponsiveRequest.cs" />
227     <Compile Include="OpenId\Provider\IAuthenticationRequest.cs" />
228     <Compile Include="OpenId\Provider\IProviderApplicationStore.cs" />
229     <Compile Include="OpenId\Provider\IRequest.cs" />
230     <Compile Include="OpenId\Provider\Request.cs" />
231     <Compile Include="OpenId\Provider\StandardProviderApplicationStore.cs" />
232     <Compile Include="OpenId\Realm.cs" />
233     <Compile Include="OpenId\RelyingPartyDescription.cs" />
234     <Compile Include="OpenId\DiffieHellmanUtilities.cs" />
235     <Compile Include="OpenId\DiffieHellman\DHKeyGeneration.cs" />
236     <Compile Include="OpenId\DiffieHellman\DHParameters.cs" />
237     <Compile Include="OpenId\DiffieHellman\DiffieHellman.cs" />
238     <Compile Include="OpenId\DiffieHellman\DiffieHellmanManaged.cs" />
239     <Compile Include="OpenId\DiffieHellman\mono\BigInteger.cs" />
240     <Compile Include="OpenId\DiffieHellman\mono\ConfidenceFactor.cs" />
241     <Compile Include="OpenId\DiffieHellman\mono\NextPrimeFinder.cs" />
242     <Compile Include="OpenId\DiffieHellman\mono\PrimalityTests.cs" />
243     <Compile Include="OpenId\DiffieHellman\mono\PrimeGeneratorBase.cs" />
244     <Compile Include="OpenId\DiffieHellman\mono\SequentialSearchPrimeGeneratorBase.cs" />
245     <Compile Include="OpenId\HmacShaAssociation.cs" />
246     <Compile Include="OpenId\IAssociationStore.cs" />
247     <Compile Include="OpenId\Messages\AssociateUnencryptedRequest.cs" />
248     <Compile Include="OpenId\Provider\OpenIdProvider.cs" />
249     <Compile Include="OpenId\Messages\AssociateDiffieHellmanRequest.cs" />
250     <Compile Include="OpenId\Messages\AssociateDiffieHellmanResponse.cs" />
251     <Compile Include="OpenId\Messages\AssociateRequest.cs" />
252     <Compile Include="OpenId\Messages\AssociateSuccessfulResponse.cs" />
253     <Compile Include="OpenId\Messages\AssociateUnencryptedResponse.cs" />
254     <Compile Include="OpenId\Messages\AssociateUnsuccessfulResponse.cs" />
255     <Compile Include="OpenId\Messages\IndirectErrorResponse.cs" />
256     <Compile Include="OpenId\Messages\DirectErrorResponse.cs" />
257     <Compile Include="OpenId\Messages\RequestBase.cs" />
258     <Compile Include="OpenId\Messages\DirectResponseBase.cs" />
259     <Compile Include="OpenId\RelyingParty\AssociationManager.cs" />
260     <Compile Include="OpenId\RelyingParty\AssociationPreference.cs" />
261     <Compile Include="OpenId\RelyingParty\AuthenticationRequest.cs" />
262     <Compile Include="OpenId\RelyingParty\AuthenticationRequestMode.cs" />
263     <Compile Include="OpenId\RelyingParty\NegativeAuthenticationResponse.cs" />
264     <Compile Include="OpenId\RelyingParty\PositiveAuthenticationResponse.cs" />
265     <Compile Include="OpenId\RelyingParty\AuthenticationStatus.cs" />
266     <Compile Include="OpenId\RelyingParty\FailedAuthenticationResponse.cs" />
267     <Compile Include="OpenId\RelyingParty\IAuthenticationRequest.cs" />
268     <Compile Include="OpenId\RelyingParty\IAuthenticationResponse.cs" />
269     <Compile Include="OpenId\RelyingParty\IProviderEndpoint.cs" />
270     <Compile Include="OpenId\RelyingParty\ISetupRequiredAuthenticationResponse.cs" />
271     <Compile Include="OpenId\RelyingParty\IXrdsProviderEndpoint.cs" />
272     <Compile Include="OpenId\RelyingParty\OpenIdRelyingParty.cs" />
273     <Compile Include="OpenId\OpenIdStrings.Designer.cs">
274       <DependentUpon>OpenIdStrings.resx</DependentUpon>
275       <DesignTime>True</DesignTime>
276       <AutoGen>True</AutoGen>
277     </Compile>
278     <Compile Include="OpenId\Protocol.cs" />
279     <Compile Include="OpenId\ProviderEndpointDescription.cs" />
280     <Compile Include="OpenId\Provider\ProviderSecuritySettings.cs" />
281     <Compile Include="OpenId\RelyingParty\IRelyingPartyApplicationStore.cs" />
282     <Compile Include="OpenId\RelyingParty\RelyingPartySecuritySettings.cs" />
283     <Compile Include="OpenId\RelyingParty\ServiceEndpoint.cs" />
284     <Compile Include="OpenId\OpenIdXrdsHelper.cs" />
285     <Compile Include="OpenId\RelyingParty\StandardRelyingPartyApplicationStore.cs" />
286     <Compile Include="OpenId\SecuritySettings.cs" />
287     <Compile Include="Messaging\UntrustedWebRequestHandler.cs" />
288     <Compile Include="OpenId\UriIdentifier.cs" />
289     <Compile Include="OpenId\XriIdentifier.cs" />
290     <Compile Include="Properties\AssemblyInfo.cs" />
291     <Compile Include="OAuth\Messages\UnauthorizedTokenRequest.cs" />
292     <Compile Include="OAuth\ChannelElements\RsaSha1SigningBindingElement.cs" />
293     <Compile Include="Messaging\StandardWebRequestHandler.cs" />
294     <Compile Include="Messaging\MessageReceivingEndpoint.cs" />
295     <Compile Include="Util.cs" />
296     <Compile Include="OAuth\Protocol.cs" />
297     <Compile Include="OAuth\ServiceProvider.cs" />
298     <Compile Include="Strings.Designer.cs">
299       <AutoGen>True</AutoGen>
300       <DesignTime>True</DesignTime>
301       <DependentUpon>Strings.resx</DependentUpon>
302     </Compile>
303     <Compile Include="UriUtil.cs" />
304     <Compile Include="Xrds\XrdsStrings.Designer.cs">
305       <AutoGen>True</AutoGen>
306       <DesignTime>True</DesignTime>
307       <DependentUpon>XrdsStrings.resx</DependentUpon>
308     </Compile>
309     <Compile Include="Yadis\ContentTypes.cs" />
310     <Compile Include="Yadis\DiscoveryResult.cs" />
311     <Compile Include="Yadis\HtmlParser.cs" />
312     <Compile Include="Xrds\ServiceElement.cs" />
313     <Compile Include="Xrds\TypeElement.cs" />
314     <Compile Include="Xrds\UriElement.cs" />
315     <Compile Include="Xrds\XrdElement.cs" />
316     <Compile Include="Xrds\XrdsDocument.cs" />
317     <Compile Include="Xrds\XrdsNode.cs" />
318     <Compile Include="Yadis\Yadis.cs" />
319   </ItemGroup>
320   <ItemGroup>
321     <None Include="OAuth\ClassDiagram.cd" />
322     <None Include="OAuth\Messages\OAuth Messages.cd" />
323     <None Include="Messaging\Bindings\Bindings.cd" />
324     <None Include="Messaging\Exceptions.cd" />
325     <None Include="Messaging\Messaging.cd" />
326   </ItemGroup>
327   <ItemGroup>
328     <EmbeddedResource Include="Messaging\MessagingStrings.resx">
329       <Generator>ResXFileCodeGenerator</Generator>
330       <LastGenOutput>MessagingStrings.Designer.cs</LastGenOutput>
331     </EmbeddedResource>
332     <EmbeddedResource Include="OAuth\OAuthStrings.resx">
333       <Generator>ResXFileCodeGenerator</Generator>
334       <LastGenOutput>OAuthStrings.Designer.cs</LastGenOutput>
335     </EmbeddedResource>
336     <EmbeddedResource Include="OpenId\OpenIdStrings.resx">
337       <Generator>ResXFileCodeGenerator</Generator>
338       <LastGenOutput>OpenIdStrings.Designer.cs</LastGenOutput>
339     </EmbeddedResource>
340     <EmbeddedResource Include="Strings.resx">
341       <Generator>ResXFileCodeGenerator</Generator>
342       <LastGenOutput>Strings.Designer.cs</LastGenOutput>
343       <SubType>Designer</SubType>
344     </EmbeddedResource>
345     <EmbeddedResource Include="Xrds\XrdsStrings.resx">
346       <Generator>ResXFileCodeGenerator</Generator>
347       <LastGenOutput>XrdsStrings.Designer.cs</LastGenOutput>
348     </EmbeddedResource>
349   </ItemGroup>
350   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
351   <Import Project="..\..\tools\DotNetOpenAuth.Versioning.targets" />
352 </Project>