diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-01 06:51:33 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-01 08:58:42 -0700 |
commit | e7743dd039bab3788e682833368ca5a376b22354 (patch) | |
tree | a4eb3af6cc4c263823d3612ee39c6fa4a550aac5 /samples/OAuthClient/OAuthClient.csproj | |
parent | c94c7f8197eda673947a9d1e0c0b3f3c4efca94f (diff) | |
download | DotNetOpenAuth-e7743dd039bab3788e682833368ca5a376b22354.zip DotNetOpenAuth-e7743dd039bab3788e682833368ca5a376b22354.tar.gz DotNetOpenAuth-e7743dd039bab3788e682833368ca5a376b22354.tar.bz2 |
The OAuthClient, OAuthResourceServer and OAuthAuthorizationServer samples now work!
Diffstat (limited to 'samples/OAuthClient/OAuthClient.csproj')
-rw-r--r-- | samples/OAuthClient/OAuthClient.csproj | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/samples/OAuthClient/OAuthClient.csproj b/samples/OAuthClient/OAuthClient.csproj index f0a148f..37e42b2 100644 --- a/samples/OAuthClient/OAuthClient.csproj +++ b/samples/OAuthClient/OAuthClient.csproj @@ -64,10 +64,10 @@ <Content Include="GoogleAddressBook.aspx" /> <Content Include="images\Sign-in-with-Twitter-darker.png" /> <Content Include="Yammer.aspx" /> - <None Include="Service References\SampleServiceProvider\DataApi.disco" /> - <None Include="Service References\SampleServiceProvider\configuration91.svcinfo" /> - <None Include="Service References\SampleServiceProvider\configuration.svcinfo" /> - <None Include="Service References\SampleServiceProvider\Reference.svcmap"> + <None Include="Service References\SampleResourceServer\DataApi.disco" /> + <None Include="Service References\SampleResourceServer\configuration91.svcinfo" /> + <None Include="Service References\SampleResourceServer\configuration.svcinfo" /> + <None Include="Service References\SampleResourceServer\Reference.svcmap"> <Generator>WCF Proxy Generator</Generator> <LastGenOutput>Reference.cs</LastGenOutput> </None> @@ -76,10 +76,10 @@ <Content Include="TracePage.aspx" /> <Content Include="Twitter.aspx" /> <Content Include="Web.config" /> - <None Include="Service References\SampleServiceProvider\DataApi1.xsd"> + <None Include="Service References\SampleResourceServer\DataApi1.xsd"> <SubType>Designer</SubType> </None> - <None Include="Service References\SampleServiceProvider\DataApi2.xsd"> + <None Include="Service References\SampleResourceServer\DataApi2.xsd"> <SubType>Designer</SubType> </None> </ItemGroup> @@ -107,7 +107,7 @@ <Compile Include="SampleWcf2.aspx.designer.cs"> <DependentUpon>SampleWcf2.aspx</DependentUpon> </Compile> - <Compile Include="Service References\SampleServiceProvider\Reference.cs"> + <Compile Include="Service References\SampleResourceServer\Reference.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Reference.svcmap</DependentUpon> @@ -153,8 +153,8 @@ </ItemGroup> <ItemGroup> <Content Include="MasterPage.master" /> - <None Include="Service References\SampleServiceProvider\DataApi.wsdl" /> - <None Include="Service References\SampleServiceProvider\DataApi.xsd"> + <None Include="Service References\SampleResourceServer\DataApi.wsdl" /> + <None Include="Service References\SampleResourceServer\DataApi.xsd"> <SubType>Designer</SubType> </None> <None Include="Settings.StyleCop" /> @@ -173,7 +173,7 @@ <WCFMetadata Include="Service References\" /> </ItemGroup> <ItemGroup> - <WCFMetadataStorage Include="Service References\SampleServiceProvider\" /> + <WCFMetadataStorage Include="Service References\SampleResourceServer\" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |