summaryrefslogtreecommitdiffstats
path: root/samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-31 21:34:41 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-31 21:34:41 -0800
commit17e1e88e7f75c86a6d4494dd2cb59eb9a7e75280 (patch)
tree27c1e400cdb7712a05b1577d0583cf6d5de49375 /samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs
parent7b741da22d416744bf8f6f75c7a55552d1c1feca (diff)
parent4341ce681fbe4ff9b4a6b80127f495347f647dc7 (diff)
downloadDotNetOpenAuth-17e1e88e7f75c86a6d4494dd2cb59eb9a7e75280.zip
DotNetOpenAuth-17e1e88e7f75c86a6d4494dd2cb59eb9a7e75280.tar.gz
DotNetOpenAuth-17e1e88e7f75c86a6d4494dd2cb59eb9a7e75280.tar.bz2
Upgraded solution to Visual Studio 2010.
Merge branch 'master-Dev10'
Diffstat (limited to 'samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs')
-rw-r--r--samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs b/samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs
index 216c8b3..33bf064 100644
--- a/samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs
+++ b/samples/OAuthConsumerWpf/Service References/WcfSampleService/Reference.cs
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:2.0.50727.4918
+// Runtime Version:4.0.30104.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -11,7 +11,7 @@
namespace DotNetOpenAuth.Samples.OAuthConsumerWpf.WcfSampleService {
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContractAttribute(ConfigurationName="WcfSampleService.IDataApi")]
public interface IDataApi {
@@ -25,12 +25,12 @@ namespace DotNetOpenAuth.Samples.OAuthConsumerWpf.WcfSampleService {
string[] GetFavoriteSites();
}
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public interface IDataApiChannel : DotNetOpenAuth.Samples.OAuthConsumerWpf.WcfSampleService.IDataApi, System.ServiceModel.IClientChannel {
}
[System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
public partial class DataApiClient : System.ServiceModel.ClientBase<DotNetOpenAuth.Samples.OAuthConsumerWpf.WcfSampleService.IDataApi>, DotNetOpenAuth.Samples.OAuthConsumerWpf.WcfSampleService.IDataApi {
public DataApiClient() {