diff --git a/framework/wcf/Basic/Ajax/ComplexTypeAjaxService/CS/service/service.csproj b/framework/wcf/Basic/Ajax/ComplexTypeAjaxService/CS/service/service.csproj
index a1ffa7411ac..1d3c132fe34 100644
--- a/framework/wcf/Basic/Ajax/ComplexTypeAjaxService/CS/service/service.csproj
+++ b/framework/wcf/Basic/Ajax/ComplexTypeAjaxService/CS/service/service.csproj
@@ -1,23 +1,15 @@
-
+
Debug
AnyCPU
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
-
-
service
-
-
- v4.8
-
-
- 4.0
+ v4.6.2
true
@@ -25,7 +17,6 @@
-
true
@@ -75,18 +66,15 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
- copy "$(ProjectDir)ComplexTypeClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
+ copy "$(MSBuildProjectDirectory)\ComplexTypeClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
@@ -100,11 +88,13 @@
http://localhost:65189/
False
False
-
-
+
False
-
\ No newline at end of file
+
+
+
+
diff --git a/framework/wcf/Basic/Ajax/ConfigFreeAjaxService/CS/service/service.csproj b/framework/wcf/Basic/Ajax/ConfigFreeAjaxService/CS/service/service.csproj
index e210f65bc4a..22b61f3bf44 100644
--- a/framework/wcf/Basic/Ajax/ConfigFreeAjaxService/CS/service/service.csproj
+++ b/framework/wcf/Basic/Ajax/ConfigFreeAjaxService/CS/service/service.csproj
@@ -1,22 +1,14 @@
-
+
Debug
AnyCPU
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
-
-
service
-
-
- v4.8
-
-
- 4.0
+ v4.6.2
true
@@ -24,7 +16,6 @@
-
true
@@ -73,18 +64,15 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
- copy "$(ProjectDir)ConfigFreeClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
+ copy "$(MSBuildProjectDirectory)\ConfigFreeClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
@@ -98,11 +86,13 @@
http://localhost:65254/
False
False
-
-
+
False
-
\ No newline at end of file
+
+
+
+
diff --git a/framework/wcf/Basic/Ajax/JSONP/CS/service/Service.csproj b/framework/wcf/Basic/Ajax/JSONP/CS/service/Service.csproj
index 8f0198c0ccc..0eb6696a38a 100644
--- a/framework/wcf/Basic/Ajax/JSONP/CS/service/Service.csproj
+++ b/framework/wcf/Basic/Ajax/JSONP/CS/service/Service.csproj
@@ -10,12 +10,7 @@
Properties
Microsoft.Samples.Jsonp
JsonpServiceSample
- v4.8
-
-
-
-
- 4.0
+ v4.6.2
false
@@ -23,7 +18,6 @@
-
true
@@ -83,7 +77,7 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
+
@@ -94,12 +88,10 @@
True
33695
/
-
-
+
False
False
-
-
+
False
@@ -112,4 +104,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Ajax/JSONP/CS/website/Website.csproj b/framework/wcf/Basic/Ajax/JSONP/CS/website/Website.csproj
index 1a0ee440f8a..e7ef24defa9 100644
--- a/framework/wcf/Basic/Ajax/JSONP/CS/website/Website.csproj
+++ b/framework/wcf/Basic/Ajax/JSONP/CS/website/Website.csproj
@@ -4,21 +4,14 @@
Debug
AnyCPU
-
-
- 2.0
+
{850BE9C8-B7C5-4A04-8E0B-3E43407F9E18}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
website
website
- v4.8
-
-
-
-
- 4.0
+ v4.6.2
false
@@ -26,7 +19,6 @@
-
true
@@ -84,7 +76,7 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
+
@@ -95,12 +87,10 @@
True
26648
/
-
-
+
False
False
-
-
+
False
@@ -113,4 +103,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/app.config b/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/app.config
index 3e0e37cfc8c..7bf4723c41e 100644
--- a/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/app.config
+++ b/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/client.csproj b/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/client.csproj
index b78530df390..f20cc2c18c9 100644
--- a/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/client.csproj
+++ b/framework/wcf/Basic/Ajax/JsonSerialization/CS/client/client.csproj
@@ -1,18 +1,13 @@
-
+
+
Debug
AnyCPU
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
-
-
- v4.8
-
+ v4.6.2
true
@@ -45,5 +40,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Ajax/JsonSerialization/VB/client/app.config b/framework/wcf/Basic/Ajax/JsonSerialization/VB/client/app.config
index b5cb6d50fc4..50c61ffed97 100644
--- a/framework/wcf/Basic/Ajax/JsonSerialization/VB/client/app.config
+++ b/framework/wcf/Basic/Ajax/JsonSerialization/VB/client/app.config
@@ -1,23 +1,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Ajax/PostAjaxService/CS/service/service.csproj b/framework/wcf/Basic/Ajax/PostAjaxService/CS/service/service.csproj
index d58488fcde7..d2d4869a03f 100644
--- a/framework/wcf/Basic/Ajax/PostAjaxService/CS/service/service.csproj
+++ b/framework/wcf/Basic/Ajax/PostAjaxService/CS/service/service.csproj
@@ -1,22 +1,14 @@
-
+
Debug
AnyCPU
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
-
-
service
-
-
- v4.8
-
-
- 4.0
+ v4.6.2
true
@@ -24,7 +16,6 @@
-
true
@@ -62,8 +53,7 @@
-
-
+
@@ -73,18 +63,15 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
- copy "$(ProjectDir)PostAjaxClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
+ copy "$(MSBuildProjectDirectory)\PostAjaxClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
@@ -98,11 +85,13 @@
http://localhost:65279/
False
False
-
-
+
False
-
\ No newline at end of file
+
+
+
+
diff --git a/framework/wcf/Basic/Ajax/SimpleAjaxService/CS/service/service.csproj b/framework/wcf/Basic/Ajax/SimpleAjaxService/CS/service/service.csproj
index ac718168ed1..c869161c01d 100644
--- a/framework/wcf/Basic/Ajax/SimpleAjaxService/CS/service/service.csproj
+++ b/framework/wcf/Basic/Ajax/SimpleAjaxService/CS/service/service.csproj
@@ -1,22 +1,14 @@
-
+
Debug
AnyCPU
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
-
-
service
-
-
- v4.8
-
-
- 4.0
+ v4.6.2
true
@@ -24,7 +16,6 @@
-
true
@@ -62,8 +53,7 @@
-
-
+
@@ -73,18 +63,15 @@
10.0
$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
- copy "$(ProjectDir)SimpleAjaxClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
+ copy "$(MSBuildProjectDirectory)\SimpleAjaxClientPage.aspx" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
@@ -98,11 +85,13 @@
http://localhost:65289/
False
False
-
-
+
False
-
\ No newline at end of file
+
+
+
+
diff --git a/framework/wcf/Basic/Ajax/XmlAjaxService/CS/service/service.csproj b/framework/wcf/Basic/Ajax/XmlAjaxService/CS/service/service.csproj
index f2f7088baa3..acb9bfb609d 100644
--- a/framework/wcf/Basic/Ajax/XmlAjaxService/CS/service/service.csproj
+++ b/framework/wcf/Basic/Ajax/XmlAjaxService/CS/service/service.csproj
@@ -1,18 +1,13 @@
-
+
+
Debug
AnyCPU
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
Library
Properties
-
-
service
-
-
- v4.8
-
+ v4.6.2
true
@@ -53,16 +48,16 @@
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
- copy "$(ProjectDir)XmlAjaxClientPage.htm" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ del %SystemDrive%\inetpub\wwwroot\ServiceModelSamples\*ClientPage*
+ copy "$(MSBuildProjectDirectory)\XmlAjaxClientPage.htm" %SystemDrive%\inetpub\wwwroot\ServiceModelSamples
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Basic/Http/CS/client/App.config b/framework/wcf/Basic/Binding/Basic/Http/CS/client/App.config
index ed668c06ed6..b9c4d603443 100644
--- a/framework/wcf/Basic/Binding/Basic/Http/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Basic/Http/CS/client/App.config
@@ -1,20 +1,17 @@
-
+
-
-
+
-
-
+
-
diff --git a/framework/wcf/Basic/Binding/Basic/Http/CS/client/client.csproj b/framework/wcf/Basic/Binding/Basic/Http/CS/client/client.csproj
index 561f7a03988..0b2770324c3 100644
--- a/framework/wcf/Basic/Binding/Basic/Http/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Basic/Http/CS/client/client.csproj
@@ -8,26 +8,21 @@
Windows Communication Foundation and Windows Workflow Foundation SDK
Copyright (c) Microsoft Corporation
-
-
-
-
-
diff --git a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/App.config b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/App.config
index eda7e180afc..b9dd473f751 100644
--- a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/App.config
@@ -1,11 +1,10 @@
-
+
-
+
-
-
+
-
@@ -29,7 +27,7 @@
This configuration references the "client.com" certificate installed during the setup instructions.
-->
-
+
-
-
+
+
-
+
diff --git a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/client.csproj b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/client.csproj
index 40bedc3253f..c0cf90fa443 100644
--- a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.8
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,27 +50,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/App.config b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/App.config
index a1dd3f3b4b3..7e7d9c42cb0 100644
--- a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/App.config
@@ -1,21 +1,19 @@
-
+
-
-
+
-
+
-
+
-
-
+
-
-
-
+
+
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/service.csproj b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/service.csproj
index 6947a35f085..21145cc5e22 100644
--- a/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Basic/MessageSecurity/CS/service/service.csproj
@@ -1,39 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
service
-
-
- v4.8
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,31 +50,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/client/App.config b/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/client/App.config
index eda7e180afc..b9dd473f751 100644
--- a/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/client/App.config
+++ b/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/client/App.config
@@ -1,11 +1,10 @@
-
+
-
+
-
-
+
-
@@ -29,7 +27,7 @@
This configuration references the "client.com" certificate installed during the setup instructions.
-->
-
+
-
-
+
+
-
+
diff --git a/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/service/App.config b/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/service/App.config
index 8e31b7cffbe..0db0d80647c 100644
--- a/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/service/App.config
+++ b/framework/wcf/Basic/Binding/Basic/MessageSecurity/VB/service/App.config
@@ -1,19 +1,17 @@
-
+
-
-
+
-
+
-
-
+
-
-
+
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config
index b183bdf3249..d959339c42a 100644
--- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/App.config
@@ -1,23 +1,20 @@
-
+
-
-
+
-
-
+
-
diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj
index 37c20b32c17..d266345d7f7 100644
--- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj
@@ -8,27 +8,22 @@
Windows Communication Foundation and Windows Workflow Foundation SDK
Copyright (c) Microsoft Corporation
-
-
-
-
-
diff --git a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj
index 94b0854c98c..b8ff00347d9 100644
--- a/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj
@@ -58,5 +58,5 @@
copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/app.config b/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/app.config
+++ b/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/client.csproj b/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/client.csproj
index a725368cd97..3ad81b18c9d 100644
--- a/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Custom/Imperative/CS/client/client.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -63,5 +55,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/app.config b/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/app.config
+++ b/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/service.csproj b/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/service.csproj
index c268c11bdce..80f6dc4e9df 100644
--- a/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Custom/Imperative/CS/service/service.csproj
@@ -1,22 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -48,5 +42,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Imperative/VB/client/app.config b/framework/wcf/Basic/Binding/Custom/Imperative/VB/client/app.config
index 6b91abde932..5aa9ed6d0f8 100644
--- a/framework/wcf/Basic/Binding/Custom/Imperative/VB/client/app.config
+++ b/framework/wcf/Basic/Binding/Custom/Imperative/VB/client/app.config
@@ -1,23 +1,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Imperative/VB/service/app.config b/framework/wcf/Basic/Binding/Custom/Imperative/VB/service/app.config
index 6b91abde932..5aa9ed6d0f8 100644
--- a/framework/wcf/Basic/Binding/Custom/Imperative/VB/service/app.config
+++ b/framework/wcf/Basic/Binding/Custom/Imperative/VB/service/app.config
@@ -1,23 +1,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/App.config b/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/App.config
index 1b74412bfe0..b99709d2b86 100644
--- a/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/App.config
@@ -1,26 +1,21 @@
-
+
-
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/client.csproj b/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/client.csproj
index b7003b5ffcc..3e4bfe1d345 100644
--- a/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
Microsoft.Samples.ReliableSession
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/service/service.csproj b/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/service/service.csproj
index 80012bcc6df..f192dfcf7c0 100644
--- a/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Custom/ReliableSession/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
Microsoft.Samples.ReliableSession
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,35 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/App.config b/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/App.config
index eb49302ec09..3e11265ce19 100644
--- a/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/App.config
@@ -1,21 +1,17 @@
-
+
-
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/client.csproj b/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/client.csproj
index 547e7ba2a14..507a55951f2 100644
--- a/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -64,27 +43,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/service.csproj b/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/service.csproj
index d8a0c43bcf7..c5ebc58cce3 100644
--- a/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,35 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Security/CS/client/App.config b/framework/wcf/Basic/Binding/Custom/Security/CS/client/App.config
index f89abaaac95..4632d058fce 100644
--- a/framework/wcf/Basic/Binding/Custom/Security/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Custom/Security/CS/client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -14,30 +14,27 @@
-->
-
-
-
-
-
-
+
+
+
+
-
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/Security/CS/client/client.csproj b/framework/wcf/Basic/Binding/Custom/Security/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Binding/Custom/Security/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Custom/Security/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Security/CS/service/App.config b/framework/wcf/Basic/Binding/Custom/Security/CS/service/App.config
index c613a43320b..c415f8346aa 100644
--- a/framework/wcf/Basic/Binding/Custom/Security/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Custom/Security/CS/service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -6,39 +6,36 @@
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/Security/CS/service/service.csproj b/framework/wcf/Basic/Binding/Custom/Security/CS/service/service.csproj
index d326a8d499d..60b7a4ca15c 100644
--- a/framework/wcf/Basic/Binding/Custom/Security/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Custom/Security/CS/service/service.csproj
@@ -1,39 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
service
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,31 +46,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/Custom/Security/VB/client/App.config b/framework/wcf/Basic/Binding/Custom/Security/VB/client/App.config
index f89abaaac95..4632d058fce 100644
--- a/framework/wcf/Basic/Binding/Custom/Security/VB/client/App.config
+++ b/framework/wcf/Basic/Binding/Custom/Security/VB/client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -14,30 +14,27 @@
-->
-
-
-
-
-
-
+
+
+
+
-
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/Security/VB/service/App.config b/framework/wcf/Basic/Binding/Custom/Security/VB/service/App.config
index c613a43320b..c415f8346aa 100644
--- a/framework/wcf/Basic/Binding/Custom/Security/VB/service/App.config
+++ b/framework/wcf/Basic/Binding/Custom/Security/VB/service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -6,39 +6,36 @@
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
-
-
-
+
+
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/Transport/CS/client/App.config b/framework/wcf/Basic/Binding/Custom/Transport/CS/client/App.config
index 31af7dc0e87..237ddd87057 100644
--- a/framework/wcf/Basic/Binding/Custom/Transport/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Custom/Transport/CS/client/App.config
@@ -1,13 +1,11 @@
-
+
-
-
-
-
+
+
+
-
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Custom/Transport/CS/service/service.csproj b/framework/wcf/Basic/Binding/Custom/Transport/CS/service/service.csproj
index 4b991e4e065..52ed6dffd2b 100644
--- a/framework/wcf/Basic/Binding/Custom/Transport/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Custom/Transport/CS/service/service.csproj
@@ -1,25 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
service
-
-
- v4.0
-
-
-
-
- 2.0
-
+
+ v4.6.2
true
@@ -52,9 +43,8 @@
-
-
-
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Custom/Transport/VB/client/app.config b/framework/wcf/Basic/Binding/Custom/Transport/VB/client/app.config
index 31af7dc0e87..237ddd87057 100644
--- a/framework/wcf/Basic/Binding/Custom/Transport/VB/client/app.config
+++ b/framework/wcf/Basic/Binding/Custom/Transport/VB/client/app.config
@@ -1,13 +1,11 @@
-
+
-
-
-
-
+
+
+
-
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/App.config
index 7e8bea016e9..bca336309eb 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/App.config
@@ -1,24 +1,21 @@
-
+
-
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/Client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/Client.csproj
index db8f0cf88d1..86cb152a092 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{5C7DFB5F-0CA6-41CC-ABD3-670459BDD569}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,27 +50,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/App.config
index dd818b3e6e4..0cf58ff8a38 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/App.config
@@ -1,27 +1,24 @@
-
+
-
+
-
-
+
-
-
-
-
+
+
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/DeadLetterService.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/DeadLetterService.csproj
index cc41f97f6a7..c62330a5f5b 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/DeadLetterService.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/DeadLetterService/DeadLetterService.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{530DCEDD-FBF5-43A7-80AC-BF0A78FFFB94}
Exe
Properties
DeadLetterService
DeadLetterService
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,27 +50,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/App.config
index 07a72da3c93..3648a809339 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/App.config
@@ -1,28 +1,28 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/Service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/Service.csproj
index 3ec4d96bdb2..ddd8310d86e 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/DeadLetter/CS/Service/Service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{60FECAE3-DA07-43E1-B64B-630C1CD87FC5}
Exe
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +49,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/App.config
index 7fede2f0b5b..1eb5bacbce4 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/App.config
@@ -1,24 +1,20 @@
-
+
-
-
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
@@ -28,9 +24,9 @@
This configuration references the "client.com" certificate installed during the setup instructions.
-->
-
+
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/client.csproj
index 2597935ab0a..d8f4d080ae7 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -84,27 +63,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/App.config
index 81e30fd401e..dff5149952a 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/App.config
@@ -1,49 +1,45 @@
-
+
-
-
+
-
-
+
-
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
+
-
+
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/service.csproj
index e3c054c1acf..1d3917d7e57 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/MessageSecurity/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50105
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,27 +51,5 @@
Designer
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/App.config
index c910b6988bb..5b2904f7628 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/App.config
@@ -1,21 +1,17 @@
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/Client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/Client.csproj
index e31327671f5..961390496d9 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F85369F2-BD64-4953-A924-90A838D8A29A}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,27 +50,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/App.config
index 8dfd5222df6..2274d86ae84 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/App.config
@@ -1,22 +1,19 @@
-
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/PoisonMessageService.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/PoisonMessageService.csproj
index 619ff39f790..cac6e0ec876 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/PoisonMessageService.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/PoisonMessageService/PoisonMessageService.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{4E66F395-1641-4F2D-AD94-DFB97A805338}
Exe
Properties
PoisonMessageService
PoisonMessageService
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +49,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/App.config
index 692ffedd31d..2e08f260a6a 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/App.config
@@ -1,42 +1,37 @@
-
+
-
+
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/Service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/Service.csproj
index 24f49308884..c1a003c1d05 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/Service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Poison/Msmq4/CS/service/Service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{5FA90AD0-1DDA-424A-8D6D-569E0C9D8CD9}
Exe
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +49,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/App.config
index 2f2728ad7a7..0b61d8d8b1e 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/App.config
@@ -1,22 +1,17 @@
-
+
-
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/client.csproj
index 26208fd141f..006bf6881dd 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{82CEFC8D-91DF-4DCE-9EE0-9F1A6812F514}
Exe
Properties
client
client
- v4.0
-
-
- 4.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +49,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/App.config
index 3d86b094c5d..bbc7f14ed17 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/App.config
@@ -1,43 +1,37 @@
-
+
-
-
+
-
-
+
-
+
-
+
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/service.csproj
index adaa0ce4ed8..b47f7af2bda 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Session/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{87AD269C-696F-40E3-AD68-07F1808F1317}
Exe
Properties
service
service
- v4.0
-
-
- 4.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +48,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/App.config
index b8379f0f583..2dac6323902 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/App.config
@@ -1,20 +1,17 @@
-
+
-
-
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/client.csproj
index 9a9e870cc8f..d8f4d080ae7 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 4.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -53,14 +32,8 @@
-
- False
- ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\binaries.AMD64chk\System.Runtime.Serialization.dll
-
-
- False
- ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\binaries.AMD64chk\System.ServiceModel.dll
-
+
+
@@ -90,27 +63,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/App.config
index 7b926426cc6..158c1eb8b7d 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/App.config
@@ -1,40 +1,37 @@
-
+
-
-
+
-
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/service.csproj
index 4178cb5150b..12eeef7d96b 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Srmp/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 4.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,14 +37,8 @@
-
- False
- ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\binaries.AMD64chk\System.Runtime.Serialization.dll
-
-
- False
- ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\binaries.AMD64chk\System.ServiceModel.dll
-
+
+
@@ -74,27 +49,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/App.config
index dc8c229f163..70f767fff6f 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/App.config
@@ -1,21 +1,16 @@
-
+
-
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/client.csproj
index 2597935ab0a..d8f4d080ae7 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -84,27 +63,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/App.config
index 5fc377e6808..90246b0899c 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/App.config
@@ -1,43 +1,37 @@
-
+
-
-
+
-
-
+
-
+
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/service.csproj
index eccd2bd50dc..a2e98e17341 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Transacted/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50105
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,30 +49,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/App.config
index a5e01d6f506..4e19aab566c 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/App.config
@@ -1,33 +1,27 @@
-
+
-
+
-
-
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/client.csproj
index 2597935ab0a..d8f4d080ae7 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -84,27 +63,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/App.config
index 92f8d7045c3..19df73ea81b 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/App.config
@@ -1,28 +1,23 @@
-
+
-
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/service.csproj
index 68962a6e018..7f5d9b1c0d0 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Two-way/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,30 +50,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/App.config
index 0cf232e3960..32d8cc64e00 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/App.config
@@ -1,22 +1,17 @@
-
+
-
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/client.csproj
index 1f8b7aca08d..b93e6ebe55b 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{D41C2F2B-6E2E-4E04-8125-AC49640F6FFE}
Exe
Properties
client
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +49,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/App.config b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/App.config
index 8592a8e17d1..ec4966dd4e4 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/App.config
@@ -1,45 +1,37 @@
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/service.csproj b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/service.csproj
index 4b870351c86..06918281d28 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQ/Volatile/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{30DA088C-55E5-40E2-AFB1-5B26E0AA4C70}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +48,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/App.config b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/App.config
index 8c681ad1446..f23c98faf94 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/App.config
@@ -1,9 +1,9 @@
-
+
-
-
+
+
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/client.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/client.csproj
index 376c9758002..bbba1a8951d 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{CCB30805-1E5E-426D-BB25-3AB6D4ACE70F}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,27 +51,5 @@
Order
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Order/order.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Order/order.csproj
index 7466586d293..57eaefbec79 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Order/order.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Order/order.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{15776E64-5E84-4B87-B079-9164587B5570}
Library
Properties
Order
Order
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -58,29 +39,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/App.config b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/App.config
index 037ac13b49d..490b8149265 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/App.config
@@ -1,31 +1,24 @@
-
+
-
-
+
-
-
+
-
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/Service.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/Service.csproj
index 5b751d23143..0bee90f3074 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MessageCorrelation/CS/Service/Service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{58A81298-3B51-493E-B7FB-FF48C7BE30DB}
Exe
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -75,27 +56,5 @@
Order
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/App.config b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/App.config
index 05768fa4fac..77b5a6178a5 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/App.config
@@ -1,8 +1,8 @@
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/Client.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/Client.csproj
index 376c9758002..bbba1a8951d 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{CCB30805-1E5E-426D-BB25-3AB6D4ACE70F}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,27 +51,5 @@
Order
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Order/Order.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Order/Order.csproj
index 7466586d293..57eaefbec79 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Order/Order.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Order/Order.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{15776E64-5E84-4B87-B079-9164587B5570}
Library
Properties
Order
Order
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -58,29 +39,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/App.config b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/App.config
index 1ce3e31382a..e8d64d31c76 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/App.config
@@ -1,26 +1,22 @@
-
+
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/Service.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/Service.csproj
index 0679c9ba75f..aaa5b216ce9 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/MsmqToWcf/CS/Service/Service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{58A81298-3B51-493E-B7FB-FF48C7BE30DB}
Exe
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,27 +52,5 @@
Order
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/App.config b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/App.config
index 0cac6797418..d04a41eb263 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/App.config
@@ -1,22 +1,16 @@
-
+
-
-
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/Client.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/Client.csproj
index d9d65856c39..0ce11ed4961 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{93198C3C-0859-472E-A1DE-9207B0B23757}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,27 +53,5 @@
Order
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Order/Order.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Order/Order.csproj
index 5e16bed9c31..f5f7ea4eab0 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Order/Order.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Order/Order.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{15776E64-5E84-4B87-B079-9164587B5570}
Library
Properties
Order
Order
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,33 +37,9 @@
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
+
-
-
- ..\..\..\..\..\..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/App.config b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/App.config
index e67cdcf9133..39af4c65cd0 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/App.config
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/App.config
@@ -1,9 +1,8 @@
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/Service.csproj b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/Service.csproj
index abbd7871458..8ab20607f78 100644
--- a/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Binding/Net/MSMQIntegration/WcfToMsmq/CS/Service/Service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{E8C53AC7-CF3C-4128-B2C8-4153E13555B0}
Exe
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,27 +50,5 @@
Order
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/App.config b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/App.config
index f1c40eecc14..3ad37bbed39 100644
--- a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/App.config b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/App.config
index c16503e17af..bc7610387fe 100644
--- a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/App.config
@@ -1,21 +1,19 @@
-
+
-
-
+
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/service.csproj b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/service.csproj
index 0a6732c70c3..3907177041e 100644
--- a/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/Net/NamedPipe/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/Net/NamedPipe/VB/client/App.config b/framework/wcf/Basic/Binding/Net/NamedPipe/VB/client/App.config
index f1c40eecc14..3ad37bbed39 100644
--- a/framework/wcf/Basic/Binding/Net/NamedPipe/VB/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/NamedPipe/VB/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/NamedPipe/VB/service/App.config b/framework/wcf/Basic/Binding/Net/NamedPipe/VB/service/App.config
index 499b5441668..bc7610387fe 100644
--- a/framework/wcf/Basic/Binding/Net/NamedPipe/VB/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/NamedPipe/VB/service/App.config
@@ -1,21 +1,19 @@
-
+
-
-
+
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/App.config b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/App.config
index 9174a43d29f..2d9b48f2a8f 100644
--- a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/App.config
@@ -1,4 +1,4 @@
-
+
diff --git a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj
index 4d8e291c24a..a5b372a848c 100644
--- a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj
@@ -8,27 +8,22 @@
Windows Communication Foundation and Windows Workflow Foundation SDK
Copyright (c) Microsoft Corporation
-
-
-
-
-
diff --git a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/service/App.config b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/service/App.config
index 475300727b7..c7deea814bd 100644
--- a/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/Net/Tcp/Default/CS/service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -11,7 +11,7 @@
-
+
diff --git a/framework/wcf/Basic/Binding/Net/Tcp/PortSharing/CS/client/client.csproj b/framework/wcf/Basic/Binding/Net/Tcp/PortSharing/CS/client/client.csproj
index b52a17aaa67..8b5cef50a27 100644
--- a/framework/wcf/Basic/Binding/Net/Tcp/PortSharing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/Net/Tcp/PortSharing/CS/client/client.csproj
@@ -8,14 +8,11 @@
Windows Communication Foundation and Windows Workflow Foundation SDK
Copyright (c) Microsoft Corporation
-
-
-
diff --git a/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/App.config b/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/App.config
index 6d5819a8ee6..caddda543ff 100644
--- a/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/App.config
@@ -1,19 +1,14 @@
-
+
-
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/client.csproj
index be1b0fb27a5..2cdd00ea842 100644
--- a/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/DualHttp/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
Microsoft.Samples.DualHttp
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/DualHttp/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/DualHttp/CS/service/service.csproj
index ab476ae5f2a..1ad576da02b 100644
--- a/framework/wcf/Basic/Binding/WS/DualHttp/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/DualHttp/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
Microsoft.Samples.DualHttp
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,35 +48,13 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)Service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)Service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/WS/MTOM/CS/client/App.config b/framework/wcf/Basic/Binding/WS/MTOM/CS/client/App.config
index 15f17f2ed95..d9ce702cd9c 100644
--- a/framework/wcf/Basic/Binding/WS/MTOM/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/MTOM/CS/client/App.config
@@ -1,14 +1,13 @@
-
+
-
+
-
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MTOM/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/MTOM/CS/client/client.csproj
index 67a57c7c504..a910a6b6801 100644
--- a/framework/wcf/Basic/Binding/WS/MTOM/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/MTOM/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,10 +33,7 @@
-
- False
- ..\..\..\..\..\..\..\..\..\..\..\..\..\..\binaries.x86chk\System.Runtime.Serialization.dll
-
+
@@ -71,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MTOM/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/MTOM/CS/service/service.csproj
index 1478a365537..e9d12b700de 100644
--- a/framework/wcf/Basic/Binding/WS/MTOM/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/MTOM/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,35 +45,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/App.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/App.config
index 710263cf4af..63573e9e8a2 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/App.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
@@ -32,11 +30,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/service.csproj
index bb88c6d8cf7..f6944405683 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,34 +47,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/App.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/App.config
index 710263cf4af..63573e9e8a2 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/App.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
@@ -32,11 +30,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/App.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/App.config
index f261cd61d26..65933fed916 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/App.config
@@ -1,11 +1,10 @@
-
+
-
+
-
-
+
-
@@ -29,7 +27,7 @@
This configuration references the "client.com" certificate installed during the setup instructions.
-->
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/client.csproj
index b9f6e064655..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/service.csproj
index 61a59d70ac5..217e50e7bc3 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,34 +48,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/App.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/App.config
index f261cd61d26..65933fed916 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/App.config
@@ -1,11 +1,10 @@
-
+
-
+
-
-
+
-
@@ -29,7 +27,7 @@
This configuration references the "client.com" certificate installed during the setup instructions.
-->
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/App.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/App.config
index 8a0dc3cd92e..71cbade8348 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/App.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
@@ -33,11 +31,11 @@
-->
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/client.csproj
index b9f6e064655..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/service/service.csproj
index 7f9dff1c1f5..f6944405683 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,34 +47,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/VB/client/app.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/VB/client/app.config
index 8a0dc3cd92e..71cbade8348 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/VB/client/app.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Username/VB/client/app.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
@@ -33,11 +31,11 @@
-->
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/App.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/App.config
index f92de295db7..f8b66eadab5 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/App.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/client.csproj
index b9f6e064655..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/service/service.csproj
index 7f9dff1c1f5..f6944405683 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,34 +47,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/VB/client/app.config b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/VB/client/app.config
index f92de295db7..f8b66eadab5 100644
--- a/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/VB/client/app.config
+++ b/framework/wcf/Basic/Binding/WS/MessageSecurity/Windows/VB/client/app.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/App.config b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/App.config
index b68fa2fe290..4402ecf9a2c 100644
--- a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/App.config
@@ -1,29 +1,29 @@
-
+
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/client.csproj
index 155dd115bb5..8e3d2d95195 100644
--- a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/App.config b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/App.config
index 6e2976f83e1..92fb439bb61 100644
--- a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/App.config
+++ b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/App.config
@@ -1,48 +1,44 @@
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/service.csproj
index d9b9f0a7b03..48ce477582e 100644
--- a/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/TransactionFlow/CS/service/service.csproj
@@ -1,39 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
service
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -79,31 +57,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
-
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/client/App.config b/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/client/App.config
index b68fa2fe290..4402ecf9a2c 100644
--- a/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/client/App.config
@@ -1,29 +1,29 @@
-
+
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/service/App.config b/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/service/App.config
index 52424da0399..879b33bba32 100644
--- a/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/service/App.config
+++ b/framework/wcf/Basic/Binding/WS/TransactionFlow/VB/service/App.config
@@ -1,48 +1,44 @@
-
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/App.config b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/App.config
index 87e1e3da53c..c53a22de170 100644
--- a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/App.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/client.csproj
index 412f9463b72..1726ff549ed 100644
--- a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50301
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/service.csproj
index 61a59d70ac5..217e50e7bc3 100644
--- a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,34 +48,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/App.config b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/App.config
index 87e1e3da53c..c53a22de170 100644
--- a/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/App.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
-
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/App.config b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/App.config
index 411004b9d8f..9915e46e322 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/App.config
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -12,18 +12,16 @@
-
+
-
-
+
-
@@ -40,14 +38,12 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/Client.csproj b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/Client.csproj
index 41ae33ae037..d5484774d20 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{31740DB0-199C-4084-85AB-5916DD165312}
Exe
Properties
Gudge.Demos.Security.Federation
Client
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,8 +34,8 @@
-
-
+
+
@@ -70,27 +50,5 @@
Shared
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RSTRSTR.csproj b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RSTRSTR.csproj
index b2a2568c27c..6d49b09bccc 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RSTRSTR.csproj
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RSTRSTR.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{EDAD158A-C895-48FB-A39C-282FE1C2E7CB}
Library
Properties
Gudge.Samples.Security.RSTRSTR
RSTRSTR
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -58,9 +38,9 @@
3.5
-
-
-
+
+
+
@@ -70,29 +50,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/App.config b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/App.config
index 256eedf1de8..1f6a7bc387a 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/App.config
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/App.config
@@ -1,4 +1,4 @@
-
+
@@ -9,28 +9,26 @@
-
+
-
+
-
+
-
+
-
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/SecurityTokenService.csproj b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/SecurityTokenService.csproj
index ec4428a6fca..b02a3c4dfe7 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/SecurityTokenService.csproj
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/SecurityTokenService.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{C0D12177-0B43-40EA-9D9A-1F08A902475F}
Exe
Properties
Gudge.Samples.Security.SecurityTokenService
SecurityTokenService
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -57,9 +37,9 @@
3.5
-
-
-
+
+
+
@@ -77,29 +57,7 @@
RSTRSTR
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/App.config b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/App.config
index 0c090dcb2b8..65a5c74885c 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/App.config
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/App.config
@@ -1,9 +1,9 @@
-
+
-
+
@@ -14,7 +14,7 @@
-
+
@@ -22,29 +22,27 @@
-
-
+
-
+
-
-
+
-
+
-
+
-
+
-
-
-
-
+
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/Service.csproj b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/Service.csproj
index 1fbfc5105ea..1c8990adba5 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{3613196C-2906-4679-96CA-E8B432DCA77C}
Exe
Properties
Gudge.Demos.Security.Federation
Service
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,7 +34,8 @@
-
+
+
@@ -70,27 +51,5 @@
Shared
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Shared/Shared.csproj b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Shared/Shared.csproj
index 814291cb6bb..b77f32a0551 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Shared/Shared.csproj
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/CS/Shared/Shared.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{FC4B8FA4-5BC0-43DE-9EF8-40E2DA1EB56F}
Library
Properties
Gudge.Demos.Security.Shared
Shared
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -53,36 +33,14 @@
AllRules.ruleset
-
+
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Client/App.config b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Client/App.config
index 411004b9d8f..9915e46e322 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Client/App.config
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -12,18 +12,16 @@
-
+
-
-
+
-
@@ -40,14 +38,12 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/App.config b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/App.config
index 256eedf1de8..1f6a7bc387a 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/App.config
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/App.config
@@ -1,4 +1,4 @@
-
+
@@ -9,28 +9,26 @@
-
+
-
+
-
+
-
+
-
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Service/App.config b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Service/App.config
index 0c090dcb2b8..65a5c74885c 100644
--- a/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Service/App.config
+++ b/framework/wcf/Basic/Binding/WS/WS2007FederationHttp/VB/Service/App.config
@@ -1,9 +1,9 @@
-
+
-
+
@@ -14,7 +14,7 @@
-
+
@@ -22,29 +22,27 @@
-
-
+
-
+
-
-
+
-
+
-
+
-
+
-
-
-
-
+
+
diff --git a/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/App.config b/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/App.config
index 4d5e5c31fd3..5c487c32900 100644
--- a/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/App.config
@@ -1,21 +1,17 @@
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/wsHttp/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/wsHttp/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/wsHttp/CS/service/service.csproj
index c9e12f4e345..c5ebc58cce3 100644
--- a/framework/wcf/Basic/Binding/WS/wsHttp/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/wsHttp/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,34 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/App.config b/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/App.config
index 53ce5221c75..70c7e3f4fdf 100644
--- a/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/App.config
@@ -1,20 +1,16 @@
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/client.csproj
index 38bfa9a656b..c590275d295 100644
--- a/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,27 +49,5 @@
Designer
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/service/service.csproj
index 0e1628e5bd7..a78ac9a1452 100644
--- a/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/wsReliableSession/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,34 +49,14 @@
Designer
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/App.config b/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/App.config
index 53e48524fb4..8c41b3080bb 100644
--- a/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/App.config
+++ b/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/App.config
@@ -1,24 +1,20 @@
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/client.csproj b/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/client.csproj
index daf37b67b64..d284189721e 100644
--- a/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/client.csproj
+++ b/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50301
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,27 +44,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/service/service.csproj b/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/service/service.csproj
index e6d699bb9f0..a78ac9a1452 100644
--- a/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/service/service.csproj
+++ b/framework/wcf/Basic/Binding/WS/wsTransportSecurity/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,35 +49,14 @@
Designer
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/AddressHeaders/CS/client/App.config b/framework/wcf/Basic/Client/AddressHeaders/CS/client/App.config
index f872c5fcdc7..7df594cb0e2 100644
--- a/framework/wcf/Basic/Client/AddressHeaders/CS/client/App.config
+++ b/framework/wcf/Basic/Client/AddressHeaders/CS/client/App.config
@@ -1,13 +1,13 @@
-
+
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Client/AddressHeaders/CS/client/client.csproj b/framework/wcf/Basic/Client/AddressHeaders/CS/client/client.csproj
index af4ccb9b9e3..8a555831c1c 100644
--- a/framework/wcf/Basic/Client/AddressHeaders/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/AddressHeaders/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/AddressHeaders/CS/service/service.csproj b/framework/wcf/Basic/Client/AddressHeaders/CS/service/service.csproj
index c48bab7e939..be8dd7955a0 100644
--- a/framework/wcf/Basic/Client/AddressHeaders/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/AddressHeaders/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/ChannelFactory/CS/client/app.config b/framework/wcf/Basic/Client/ChannelFactory/CS/client/app.config
index eb6101ea228..29fd3c32c32 100644
--- a/framework/wcf/Basic/Client/ChannelFactory/CS/client/app.config
+++ b/framework/wcf/Basic/Client/ChannelFactory/CS/client/app.config
@@ -1,4 +1,3 @@
-
+
-
-
+
diff --git a/framework/wcf/Basic/Client/ChannelFactory/CS/client/client.csproj b/framework/wcf/Basic/Client/ChannelFactory/CS/client/client.csproj
index 6e3fdc452c8..5884b447ba1 100644
--- a/framework/wcf/Basic/Client/ChannelFactory/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/ChannelFactory/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -62,30 +41,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/ChannelFactory/CS/service/service.csproj b/framework/wcf/Basic/Client/ChannelFactory/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Client/ChannelFactory/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/ChannelFactory/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/App.config b/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/App.config
index a763c07daed..64a296cabd7 100644
--- a/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/App.config
+++ b/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/client.csproj b/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/client.csproj
index af4ccb9b9e3..8a555831c1c 100644
--- a/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/ExpectedExceptions/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/ExpectedExceptions/CS/service/service.csproj b/framework/wcf/Basic/Client/ExpectedExceptions/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Client/ExpectedExceptions/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/ExpectedExceptions/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/Interop/ASMX/CS/client/App.config b/framework/wcf/Basic/Client/Interop/ASMX/CS/client/App.config
index 346d12a1d93..07255866284 100644
--- a/framework/wcf/Basic/Client/Interop/ASMX/CS/client/App.config
+++ b/framework/wcf/Basic/Client/Interop/ASMX/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Client/Interop/ASMX/CS/client/client.csproj b/framework/wcf/Basic/Client/Interop/ASMX/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Client/Interop/ASMX/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/Interop/ASMX/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/Interop/ASMX/CS/service/service.csproj b/framework/wcf/Basic/Client/Interop/ASMX/CS/service/service.csproj
index e4a7ae40ac8..c79036b6bb5 100644
--- a/framework/wcf/Basic/Client/Interop/ASMX/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/Interop/ASMX/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50301
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,34 +49,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.asmx" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.asmx" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/App.config b/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/App.config
index 1ba043e8c9c..7b47a116799 100644
--- a/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/App.config
+++ b/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/client.csproj b/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/service/service.csproj b/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/service/service.csproj
index c48bab7e939..be8dd7955a0 100644
--- a/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/Interop/XmlSerializer/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/App.config b/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/App.config
index e103c43582c..1b1bc625d88 100644
--- a/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/App.config
+++ b/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/App.config
@@ -1,10 +1,8 @@
-
+
-
-
+
-
diff --git a/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/client.csproj b/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/client.csproj
index 2ab160d93f1..f7f4a34131b 100644
--- a/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/RetrieveMetadata/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/RetrieveMetadata/CS/service/service.csproj b/framework/wcf/Basic/Client/RetrieveMetadata/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Client/RetrieveMetadata/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/RetrieveMetadata/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/TypedClient/CS/client/App.config b/framework/wcf/Basic/Client/TypedClient/CS/client/App.config
index 6e8bc823f3d..79fdef7bc0c 100644
--- a/framework/wcf/Basic/Client/TypedClient/CS/client/App.config
+++ b/framework/wcf/Basic/Client/TypedClient/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Client/TypedClient/CS/client/client.csproj b/framework/wcf/Basic/Client/TypedClient/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Client/TypedClient/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/TypedClient/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/TypedClient/CS/service/service.csproj b/framework/wcf/Basic/Client/TypedClient/CS/service/service.csproj
index c48bab7e939..be8dd7955a0 100644
--- a/framework/wcf/Basic/Client/TypedClient/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/TypedClient/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/UsingUsing/CS/client/App.config b/framework/wcf/Basic/Client/UsingUsing/CS/client/App.config
index 41c8abe66d0..113fd4c5034 100644
--- a/framework/wcf/Basic/Client/UsingUsing/CS/client/App.config
+++ b/framework/wcf/Basic/Client/UsingUsing/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Client/UsingUsing/CS/client/client.csproj b/framework/wcf/Basic/Client/UsingUsing/CS/client/client.csproj
index af4ccb9b9e3..8a555831c1c 100644
--- a/framework/wcf/Basic/Client/UsingUsing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Client/UsingUsing/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Client/UsingUsing/CS/service/service.csproj b/framework/wcf/Basic/Client/UsingUsing/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Client/UsingUsing/CS/service/service.csproj
+++ b/framework/wcf/Basic/Client/UsingUsing/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/Basic/CS/client/App.config b/framework/wcf/Basic/Contract/Data/Basic/CS/client/App.config
index b1ffe336d1f..04bebdf2f5e 100644
--- a/framework/wcf/Basic/Contract/Data/Basic/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Data/Basic/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Data/Basic/CS/client/client.csproj b/framework/wcf/Basic/Contract/Data/Basic/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Contract/Data/Basic/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Data/Basic/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/Basic/CS/service/service.csproj b/framework/wcf/Basic/Contract/Data/Basic/CS/service/service.csproj
index 959481bc223..f9669411488 100644
--- a/framework/wcf/Basic/Contract/Data/Basic/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Data/Basic/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,34 +48,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/DCRSample/DCRSample.csproj b/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/DCRSample/DCRSample.csproj
index 35b4a6295fb..5312f7bf010 100644
--- a/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/DCRSample/DCRSample.csproj
+++ b/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/DCRSample/DCRSample.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20207
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
Microsoft.Samples.DCR
DCRSample
- v4.0
+ v4.6.2
512
@@ -53,4 +53,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/Types/Types.csproj b/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/Types/Types.csproj
index fae5a25a6c7..cd91a8ab666 100644
--- a/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/Types/Types.csproj
+++ b/framework/wcf/Basic/Contract/Data/DataContractResolver/CS/Types/Types.csproj
@@ -1,17 +1,17 @@
-
+
+
Debug
AnyCPU
10.0.20207
- 2.0
{68594EFE-EFF3-4671-A93B-E7D22C6F9A7D}
Library
bin\Debug\
Properties
Microsoft.Samples.DCR.Types
Types
- v4.0
+ v4.6.2
512
@@ -40,5 +40,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/app.config b/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/app.config
index a4ae2ed235d..15ae7946751 100644
--- a/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/app.config
+++ b/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/client.csproj b/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/client.csproj
index 5dae6998295..cacba1ad040 100644
--- a/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Data/DataContractSerializer/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -80,27 +59,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Client/client.csproj b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Client/client.csproj
index 9af2aa0673e..981b98271f1 100644
--- a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Client/client.csproj
+++ b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Client/client.csproj
@@ -1,22 +1,15 @@
-
+
+
Debug
AnyCPU
10.0.20207
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
-
-
- 2.0
- v4.0
-
-
+ v4.6.2
true
@@ -55,5 +48,5 @@
Types
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Common/Common.csproj b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Common/Common.csproj
index b905a1753ff..71d4e56ae76 100644
--- a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Common/Common.csproj
+++ b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Common/Common.csproj
@@ -1,20 +1,19 @@
-
+
+
Debug
AnyCPU
10.0.20207
- 2.0
{F8AA8D53-14BD-4DA8-8FEE-0A70E785E704}
Library
Properties
Microsoft.Samples.KAA.Common
Common
- v4.0
+ v4.6.2
512
true
-
-
+
true
@@ -44,11 +43,11 @@
-
- copy "$(TargetDir)Common.dll" "$(TargetDir)..\..\..\Service\Common.dll"
+
+ copy "$(TargetDir)Common.dll" "$(TargetDir)..\..\..\Service\Common.dll"
copy "$(TargetDir)Common.dll" "$(TargetDir)..\..\..\Client\Common.dll"
-
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Service/service.csproj b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Service/service.csproj
index 739c58bcfc8..18920b15b69 100644
--- a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Service/service.csproj
+++ b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Service/service.csproj
@@ -1,22 +1,15 @@
-
+
+
Debug
AnyCPU
10.0.20207
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
-
-
- 2.0
- v4.0
-
-
+ v4.6.2
true
@@ -61,16 +54,16 @@
Types
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)Types.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)Common.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)Types.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)Common.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Types/Types.csproj b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Types/Types.csproj
index de680bf036c..85ff1d1d691 100644
--- a/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Types/Types.csproj
+++ b/framework/wcf/Basic/Contract/Data/KnownAssemblyAttribute/CS/Types/Types.csproj
@@ -1,20 +1,19 @@
-
+
+
Debug
AnyCPU
10.0.20207
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Library
Properties
Microsoft.Samples.KAA.Types
Types
- v4.0
+ v4.6.2
512
true
-
-
+
true
@@ -42,10 +41,11 @@
-
- copy "$(TargetDir)Types.dll" "$(TargetDir)..\..\..\Service\Types.dll"
+
+ copy "$(TargetDir)Types.dll" "$(TargetDir)..\..\..\Service\Types.dll"
copy "$(TargetDir)Types.dll" "$(TargetDir)..\..\..\Client\Types.dll"
-
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/App.config b/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/App.config
index 496c67f9ac0..6019f86d245 100644
--- a/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/client.csproj b/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Data/KnownTypes/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/KnownTypes/CS/service/service.csproj b/framework/wcf/Basic/Contract/Data/KnownTypes/CS/service/service.csproj
index ebd189ea229..98ac233d301 100644
--- a/framework/wcf/Basic/Contract/Data/KnownTypes/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Data/KnownTypes/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,34 +48,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/DCSwithDCR/DCSwithDCR.csproj b/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/DCSwithDCR/DCSwithDCR.csproj
index 4327ce8264f..be42a154814 100644
--- a/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/DCSwithDCR/DCSwithDCR.csproj
+++ b/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/DCSwithDCR/DCSwithDCR.csproj
@@ -1,21 +1,14 @@
-
+
+
Debug
AnyCPU
10.0.20604
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
DCSwithDCR
-
-
- 2.0
- v4.0
-
-
+ v4.6.2
true
@@ -43,5 +36,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/NetDCS/NetDCS.csproj b/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/NetDCS/NetDCS.csproj
index 3c85be8a4b8..4a66a0a145f 100644
--- a/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/NetDCS/NetDCS.csproj
+++ b/framework/wcf/Basic/Contract/Data/NetDCSasDCSwithDCR/CS/NetDCS/NetDCS.csproj
@@ -1,21 +1,14 @@
-
+
+
Debug
AnyCPU
10.0.20604
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
NetDCS
-
-
- 2.0
- v4.0
-
-
+ v4.6.2
true
@@ -43,5 +36,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/app.config b/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/app.config
index ea9113f992e..aef7a4262de 100644
--- a/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/app.config
+++ b/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/app.config
@@ -1,29 +1,20 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/client.csproj b/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/client.csproj
index 6f298a46139..a4e03a7f05a 100644
--- a/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{168D4931-F200-4703-8EF9-D2D71BA0EF26}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,28 +48,6 @@
Reference.svcmap
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
@@ -127,7 +86,7 @@
Reference.cs
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/service/service.csproj b/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/service/service.csproj
index 639fd0d9427..46a87080583 100644
--- a/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Data/ObjectReferences/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{C915C9DD-F25C-4465-B1EC-7E5EFD4D59D4}
Library
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,29 +47,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Data/POCO/CS/client/app.config b/framework/wcf/Basic/Contract/Data/POCO/CS/client/app.config
index 0c23aff406d..384393924d4 100644
--- a/framework/wcf/Basic/Contract/Data/POCO/CS/client/app.config
+++ b/framework/wcf/Basic/Contract/Data/POCO/CS/client/app.config
@@ -1,28 +1,19 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Contract/Data/POCO/CS/client/client.csproj b/framework/wcf/Basic/Contract/Data/POCO/CS/client/client.csproj
index 78365d646ea..da35ced48fb 100644
--- a/framework/wcf/Basic/Contract/Data/POCO/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Data/POCO/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{168D4931-F200-4703-8EF9-D2D71BA0EF26}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,28 +48,6 @@
Reference.svcmap
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
@@ -127,7 +86,7 @@
Reference.cs
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Contract/Data/POCO/CS/service/service.csproj b/framework/wcf/Basic/Contract/Data/POCO/CS/service/service.csproj
index 639fd0d9427..46a87080583 100644
--- a/framework/wcf/Basic/Contract/Data/POCO/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Data/POCO/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{C915C9DD-F25C-4465-B1EC-7E5EFD4D59D4}
Library
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,29 +47,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/Default/CS/client/App.config b/framework/wcf/Basic/Contract/Message/Default/CS/client/App.config
index a9e14e06ac0..68cfa932e43 100644
--- a/framework/wcf/Basic/Contract/Message/Default/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Message/Default/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Message/Default/CS/client/client.csproj b/framework/wcf/Basic/Contract/Message/Default/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Contract/Message/Default/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Message/Default/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/Default/CS/service/service.csproj b/framework/wcf/Basic/Contract/Message/Default/CS/service/service.csproj
index c48bab7e939..be8dd7955a0 100644
--- a/framework/wcf/Basic/Contract/Message/Default/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Message/Default/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/Untyped/CS/client/App.config b/framework/wcf/Basic/Contract/Message/Untyped/CS/client/App.config
index cb903402f67..dda7247aca6 100644
--- a/framework/wcf/Basic/Contract/Message/Untyped/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Message/Untyped/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Message/Untyped/CS/client/client.csproj b/framework/wcf/Basic/Contract/Message/Untyped/CS/client/client.csproj
index a0b530b172a..10b2e77103f 100644
--- a/framework/wcf/Basic/Contract/Message/Untyped/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Message/Untyped/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/Untyped/CS/service/service.csproj b/framework/wcf/Basic/Contract/Message/Untyped/CS/service/service.csproj
index c370a5a7ae5..7e3fd7ac4cb 100644
--- a/framework/wcf/Basic/Contract/Message/Untyped/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Message/Untyped/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,34 +49,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/App.config b/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/App.config
index f7f02410a02..3d1ec491777 100644
--- a/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
diff --git a/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/client.csproj b/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Message/Unwrapped/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/Unwrapped/CS/service/service.csproj b/framework/wcf/Basic/Contract/Message/Unwrapped/CS/service/service.csproj
index 173e2d07ff9..209e6647267 100644
--- a/framework/wcf/Basic/Contract/Message/Unwrapped/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Message/Unwrapped/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50301
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/App.config b/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/App.config
index 0d7560fe128..7fb73b8d9de 100644
--- a/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/client.csproj b/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/service/service.csproj b/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/service/service.csproj
index 7f6aed4ef61..2c68cfa9afe 100644
--- a/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Message/UseAndStyle/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50301
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/App.config b/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/App.config
index 19894c20670..b17d2e78486 100644
--- a/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/client.csproj b/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Message/XmlReader/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Message/XmlReader/CS/service/service.csproj b/framework/wcf/Basic/Contract/Message/XmlReader/CS/service/service.csproj
index c48bab7e939..be8dd7955a0 100644
--- a/framework/wcf/Basic/Contract/Message/XmlReader/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Message/XmlReader/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Duplex/CS/client/App.config b/framework/wcf/Basic/Contract/Service/Duplex/CS/client/App.config
index 549afda835c..95c98d190d0 100644
--- a/framework/wcf/Basic/Contract/Service/Duplex/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Service/Duplex/CS/client/App.config
@@ -1,20 +1,15 @@
-
+
-
-
+
-
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Service/Duplex/CS/client/client.csproj b/framework/wcf/Basic/Contract/Service/Duplex/CS/client/client.csproj
index 7dd1171b88d..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Contract/Service/Duplex/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Service/Duplex/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Duplex/CS/service/service.csproj b/framework/wcf/Basic/Contract/Service/Duplex/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Contract/Service/Duplex/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Service/Duplex/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Faults/CS/client/App.config b/framework/wcf/Basic/Contract/Service/Faults/CS/client/App.config
index f224eff181f..6d195adb093 100644
--- a/framework/wcf/Basic/Contract/Service/Faults/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Service/Faults/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Service/Faults/CS/client/client.csproj b/framework/wcf/Basic/Contract/Service/Faults/CS/client/client.csproj
index a0b530b172a..10b2e77103f 100644
--- a/framework/wcf/Basic/Contract/Service/Faults/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Service/Faults/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Faults/CS/service/service.csproj b/framework/wcf/Basic/Contract/Service/Faults/CS/service/service.csproj
index 334e16ecce6..6b1703e713a 100644
--- a/framework/wcf/Basic/Contract/Service/Faults/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Service/Faults/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Oneway/CS/client/App.config b/framework/wcf/Basic/Contract/Service/Oneway/CS/client/App.config
index 984d63ba8eb..4b9d34c24b7 100644
--- a/framework/wcf/Basic/Contract/Service/Oneway/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Service/Oneway/CS/client/App.config
@@ -1,13 +1,9 @@
-
+
-
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Service/Oneway/CS/client/client.csproj b/framework/wcf/Basic/Contract/Service/Oneway/CS/client/client.csproj
index 0042cde1cbd..12e98ec46ca 100644
--- a/framework/wcf/Basic/Contract/Service/Oneway/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Service/Oneway/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50301
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -80,27 +59,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Oneway/CS/service/App.config b/framework/wcf/Basic/Contract/Service/Oneway/CS/service/App.config
index 8c2609cc4b9..8ae2c44c083 100644
--- a/framework/wcf/Basic/Contract/Service/Oneway/CS/service/App.config
+++ b/framework/wcf/Basic/Contract/Service/Oneway/CS/service/App.config
@@ -1,17 +1,15 @@
-
+
-
-
-
+
+
-
diff --git a/framework/wcf/Basic/Contract/Service/Oneway/CS/service/service.csproj b/framework/wcf/Basic/Contract/Service/Oneway/CS/service/service.csproj
index 656546c409e..8154c7ac1bc 100644
--- a/framework/wcf/Basic/Contract/Service/Oneway/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Service/Oneway/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50105
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Session/CS/client/App.config b/framework/wcf/Basic/Contract/Service/Session/CS/client/App.config
index 8ccdb883f50..5fc5a6042a3 100644
--- a/framework/wcf/Basic/Contract/Service/Session/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Service/Session/CS/client/App.config
@@ -1,21 +1,17 @@
-
+
-
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Contract/Service/Session/CS/client/client.csproj b/framework/wcf/Basic/Contract/Service/Session/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Contract/Service/Session/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Service/Session/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Session/CS/service/service.csproj b/framework/wcf/Basic/Contract/Service/Session/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Contract/Service/Session/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Service/Session/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Stream/CS/client/App.config b/framework/wcf/Basic/Contract/Service/Stream/CS/client/App.config
index a62879b9bfe..1675bf64ad7 100644
--- a/framework/wcf/Basic/Contract/Service/Stream/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Service/Stream/CS/client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -11,8 +11,7 @@
transferMode was manually changed to Streamed in this sample to
allow transport streaming on the client side
-->
-
-
+
-
-
+
+
-
-
-
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Stream/CS/client/client.csproj b/framework/wcf/Basic/Contract/Service/Stream/CS/client/client.csproj
index 0733371d80b..8bec5090d7a 100644
--- a/framework/wcf/Basic/Contract/Service/Stream/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Service/Stream/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -81,27 +60,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/Stream/CS/service/App.config b/framework/wcf/Basic/Contract/Service/Stream/CS/service/App.config
index b67c9af3907..902e60f9f51 100644
--- a/framework/wcf/Basic/Contract/Service/Stream/CS/service/App.config
+++ b/framework/wcf/Basic/Contract/Service/Stream/CS/service/App.config
@@ -1,46 +1,42 @@
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
-
-
diff --git a/framework/wcf/Basic/Contract/Service/Stream/CS/service/service.csproj b/framework/wcf/Basic/Contract/Service/Stream/CS/service/service.csproj
index 60cc949d5cd..90448da586d 100644
--- a/framework/wcf/Basic/Contract/Service/Stream/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Service/Stream/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,27 +53,5 @@
Always
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/App.config b/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/App.config
index 35af82a01c2..9680d8ea383 100644
--- a/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/App.config
+++ b/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/client.csproj b/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/client.csproj
index 70573d674ff..ab46882af98 100644
--- a/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/client.csproj
+++ b/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
9.0.21022
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
-
-
- 3.5
-
-
- false
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
true
@@ -73,37 +51,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 2.0 %28x86%29
- true
-
-
- False
- .NET Framework 3.0 %28x86%29
- false
-
-
- False
- .NET Framework 3.5
- false
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/service/service.csproj b/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/service/service.csproj
index 0a114fbf2ac..a3af803d573 100644
--- a/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/service/service.csproj
+++ b/framework/wcf/Basic/Contract/Service/XmlSerializerFaults/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
9.0.21022
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
-
-
- 3.5
-
-
- v4.0
- false
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
true
@@ -73,46 +51,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 2.0 %28x86%29
- true
-
-
- False
- .NET Framework 3.0 %28x86%29
- false
-
-
- False
- .NET Framework 3.5
- false
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Discovery/Announcements/CS/client/client.csproj b/framework/wcf/Basic/Discovery/Announcements/CS/client/client.csproj
index 76aa757ed4f..5b4fb8d27fe 100644
--- a/framework/wcf/Basic/Discovery/Announcements/CS/client/client.csproj
+++ b/framework/wcf/Basic/Discovery/Announcements/CS/client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{68A87B1B-36AC-44E1-8D35-977816811572}
Exe
Properties
Microsoft.Samples.Discovery
client
- v4.0
+ v4.6.2
512
@@ -32,8 +32,7 @@
-
-
+
@@ -49,4 +48,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/Announcements/CS/service/service.csproj b/framework/wcf/Basic/Discovery/Announcements/CS/service/service.csproj
index d7365fc6249..fda621d05c8 100644
--- a/framework/wcf/Basic/Discovery/Announcements/CS/service/service.csproj
+++ b/framework/wcf/Basic/Discovery/Announcements/CS/service/service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{B3857098-A417-426E-8EC1-3445F0A99DFC}
Exe
Properties
Microsoft.Samples.Discovery
service
- v4.0
+ v4.6.2
512
@@ -48,4 +48,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/Basic/CS/client/client.csproj b/framework/wcf/Basic/Discovery/Basic/CS/client/client.csproj
index 7949c6719c4..84889a8c84d 100644
--- a/framework/wcf/Basic/Discovery/Basic/CS/client/client.csproj
+++ b/framework/wcf/Basic/Discovery/Basic/CS/client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{68A87B1B-36AC-44E1-8D35-977816811572}
Exe
Properties
Microsoft.Samples.Discovery
client
- v4.0
+ v4.6.2
512
@@ -32,8 +32,7 @@
-
-
+
@@ -49,4 +48,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/Basic/CS/service/service.csproj b/framework/wcf/Basic/Discovery/Basic/CS/service/service.csproj
index d7365fc6249..fda621d05c8 100644
--- a/framework/wcf/Basic/Discovery/Basic/CS/service/service.csproj
+++ b/framework/wcf/Basic/Discovery/Basic/CS/service/service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{B3857098-A417-426E-8EC1-3445F0A99DFC}
Exe
Properties
Microsoft.Samples.Discovery
service
- v4.0
+ v4.6.2
512
@@ -48,4 +48,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/Configuration/CS/client/App.config b/framework/wcf/Basic/Discovery/Configuration/CS/client/App.config
index f1af2e780a4..d066327e698 100644
--- a/framework/wcf/Basic/Discovery/Configuration/CS/client/App.config
+++ b/framework/wcf/Basic/Discovery/Configuration/CS/client/App.config
@@ -2,29 +2,20 @@
-
-
-
+
-
-
-
+
-
-
+
@@ -32,20 +23,14 @@
-
+
-
-
-
+
+
-
-
+
+
-
-
diff --git a/framework/wcf/Basic/Discovery/Configuration/CS/client/client.csproj b/framework/wcf/Basic/Discovery/Configuration/CS/client/client.csproj
index 2bdc15773e1..d9ba7397b9f 100644
--- a/framework/wcf/Basic/Discovery/Configuration/CS/client/client.csproj
+++ b/framework/wcf/Basic/Discovery/Configuration/CS/client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{68A87B1B-36AC-44E1-8D35-977816811572}
Exe
Properties
Microsoft.Samples.Discovery
client
- v4.0
+ v4.6.2
512
@@ -32,8 +32,7 @@
-
-
+
@@ -52,4 +51,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/Configuration/CS/service/App.config b/framework/wcf/Basic/Discovery/Configuration/CS/service/App.config
index f04713d8979..f7fb3e6bac8 100644
--- a/framework/wcf/Basic/Discovery/Configuration/CS/service/App.config
+++ b/framework/wcf/Basic/Discovery/Configuration/CS/service/App.config
@@ -1,58 +1,43 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Discovery/Configuration/CS/service/service.csproj b/framework/wcf/Basic/Discovery/Configuration/CS/service/service.csproj
index f42c965f800..83157ca0371 100644
--- a/framework/wcf/Basic/Discovery/Configuration/CS/service/service.csproj
+++ b/framework/wcf/Basic/Discovery/Configuration/CS/service/service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{B3857098-A417-426E-8EC1-3445F0A99DFC}
Exe
Properties
Microsoft.Samples.Discovery
service
- v4.0
+ v4.6.2
512
@@ -51,4 +51,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/Configuration/VB/client/app.config b/framework/wcf/Basic/Discovery/Configuration/VB/client/app.config
index 296d8a22b90..f0ea6c56f39 100644
--- a/framework/wcf/Basic/Discovery/Configuration/VB/client/app.config
+++ b/framework/wcf/Basic/Discovery/Configuration/VB/client/app.config
@@ -1,30 +1,21 @@
-
+
-
-
-
+
-
-
-
+
-
-
+
@@ -32,20 +23,14 @@
-
+
-
-
-
+
+
-
-
+
+
-
-
diff --git a/framework/wcf/Basic/Discovery/Configuration/VB/service/app.config b/framework/wcf/Basic/Discovery/Configuration/VB/service/app.config
index 0d2b96f066f..f7fb3e6bac8 100644
--- a/framework/wcf/Basic/Discovery/Configuration/VB/service/app.config
+++ b/framework/wcf/Basic/Discovery/Configuration/VB/service/app.config
@@ -1,58 +1,43 @@
-
+
-
-
-
+
+
-
+
-
-
-
-
+
-
-
-
-
-
+
+
-
-
-
-
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Client/CalculatorClient.csproj b/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Client/CalculatorClient.csproj
index 28df228bd62..e9a64006a85 100644
--- a/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Client/CalculatorClient.csproj
+++ b/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Client/CalculatorClient.csproj
@@ -1,15 +1,15 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{CCF6FB93-36BE-4126-8964-504FC6D61867}
Exe
- Properties
+ Properties
Microsoft.Samples.Discovery
CalculatorClient
- v4.0
+ v4.6.2
512
@@ -31,8 +31,7 @@
-
-
+
diff --git a/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Service/CalculatorService.csproj b/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Service/CalculatorService.csproj
index 58b19d7d797..559494952dc 100644
--- a/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Service/CalculatorService.csproj
+++ b/framework/wcf/Basic/Discovery/CustomFindCriteria/CS/Service/CalculatorService.csproj
@@ -1,15 +1,15 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{32650726-4A12-41BE-A558-74844841E962}
Exe
Properties
Microsoft.Samples.Discovery
CalculatorService
- v4.0
+ v4.6.2
512
@@ -31,8 +31,7 @@
-
-
+
@@ -51,4 +50,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Client/Client.csproj b/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Client/Client.csproj
index 77c306dab6c..e879eb06726 100644
--- a/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Client/Client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{18BF4809-CCA1-4ABA-9F44-2CD885A3E8F8}
Exe
Properties
Microsoft.Samples.Discovery
Client
- v4.0
+ v4.6.2
512
@@ -48,4 +48,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/DiscoveryRouter/DiscoveryRouter.csproj b/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/DiscoveryRouter/DiscoveryRouter.csproj
index c9734b3d472..6260537dee3 100644
--- a/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/DiscoveryRouter/DiscoveryRouter.csproj
+++ b/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/DiscoveryRouter/DiscoveryRouter.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{6911C427-1359-42B5-9BDE-5C75343DA6E8}
Exe
Properties
Microsoft.Samples.Discovery
DiscoveryRouter
- v4.0
+ v4.6.2
512
@@ -51,4 +51,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Service/Service.csproj b/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Service/Service.csproj
index fcf1154a225..7c2ab04575f 100644
--- a/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Discovery/DiscoveryRouter/CS/Service/Service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{8C817E2C-871A-4043-BC56-493B5ACCB518}
Exe
Properties
Microsoft.Samples.Discovery
Service
- v4.0
+ v4.6.2
512
@@ -48,4 +48,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/App.config b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/App.config
index 787c3c04a47..ca8e84e09e9 100644
--- a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/App.config
+++ b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/App.config
@@ -1,12 +1,9 @@
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/client.csproj b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/client.csproj
index 7475beca2fe..0ca2b0c3fa7 100644
--- a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/client.csproj
+++ b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{68A87B1B-36AC-44E1-8D35-977816811572}
Exe
Properties
Microsoft.Samples.Discovery
client
- v4.0
+ v4.6.2
512
@@ -51,4 +51,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/service/service.csproj b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/service/service.csproj
index d7365fc6249..fda621d05c8 100644
--- a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/service/service.csproj
+++ b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/CS/service/service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{B3857098-A417-426E-8EC1-3445F0A99DFC}
Exe
Properties
Microsoft.Samples.Discovery
service
- v4.0
+ v4.6.2
512
@@ -48,4 +48,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/VB/client/app.config b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/VB/client/app.config
index 787c3c04a47..ca8e84e09e9 100644
--- a/framework/wcf/Basic/Discovery/DiscoveryWithScopes/VB/client/app.config
+++ b/framework/wcf/Basic/Discovery/DiscoveryWithScopes/VB/client/app.config
@@ -1,12 +1,9 @@
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowClient/WorkflowClient.csproj b/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowClient/WorkflowClient.csproj
index 7ec7c0a42b5..4e66e2d1251 100644
--- a/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowClient/WorkflowClient.csproj
+++ b/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowClient/WorkflowClient.csproj
@@ -1,17 +1,17 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{2B85A5E1-113F-4A7E-ADE8-578CED21602A}
{32f31d43-81cc-4c15-9de6-3fc5453562b6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
Exe
Properties
Microsoft.Samples.Discovery
WorkflowClient
- v4.0
+ v4.6.2
512
diff --git a/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/App.config b/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/App.config
index 7b4b5fda51c..79c40e4e1ae 100644
--- a/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/App.config
+++ b/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/App.config
@@ -1,30 +1,21 @@
-
+
-
-
-
-
+
+
-
+
-
-
-
+
-
-
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/WorkflowService.csproj b/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/WorkflowService.csproj
index d9ac3417d95..3c255d988ec 100644
--- a/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/WorkflowService.csproj
+++ b/framework/wcf/Basic/Discovery/WorkflowDiscovery/CS/WorkflowService/WorkflowService.csproj
@@ -1,17 +1,17 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{829015B6-C687-4056-B2CA-DEBC64B70240}
{32f31d43-81cc-4c15-9de6-3fc5453562b6};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
Exe
Properties
Microsoft.Samples.Discovery
WorkflowService
- v4.0
+ v4.6.2
512
@@ -53,4 +53,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/App.config b/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/App.config
index 4ed6710c118..6d6fa7c0f55 100644
--- a/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/App.config
+++ b/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/App.config
@@ -1,9 +1,9 @@
-
+
-
+
diff --git a/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/client.csproj b/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/client.csproj
index 0a598e48e45..d39fc39a75b 100644
--- a/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/client.csproj
+++ b/framework/wcf/Basic/GettingStarted/GettingStarted/CS/client/client.csproj
@@ -8,26 +8,21 @@
Windows Communication Foundation and Windows Workflow Foundation SDK
Copyright (c) Microsoft Corporation
-
-
-
-
-
diff --git a/framework/wcf/Basic/Management/AnalyticTrace/CS/EtwAnalyticTraceSample/EtwAnalyticTraceSample.csproj b/framework/wcf/Basic/Management/AnalyticTrace/CS/EtwAnalyticTraceSample/EtwAnalyticTraceSample.csproj
index 00849cc79f2..ef8c78e1791 100644
--- a/framework/wcf/Basic/Management/AnalyticTrace/CS/EtwAnalyticTraceSample/EtwAnalyticTraceSample.csproj
+++ b/framework/wcf/Basic/Management/AnalyticTrace/CS/EtwAnalyticTraceSample/EtwAnalyticTraceSample.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20107
- 2.0
{4C0F94B5-0FAB-4943-AE1C-D85DA1055EDD}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
EtwAnalyticTraceSample
EtwAnalyticTraceSample
- v4.0
+ v4.6.2
true
@@ -72,8 +72,8 @@
-
-
+
+
@@ -82,12 +82,10 @@
True
1378
/
-
-
+
False
False
-
-
+
False
diff --git a/framework/wcf/Basic/Management/AnalyticTraceExtensibility/CS/WCFAnalyticTracingExtensibility/WCFAnalyticTracingExtensibility.csproj b/framework/wcf/Basic/Management/AnalyticTraceExtensibility/CS/WCFAnalyticTracingExtensibility/WCFAnalyticTracingExtensibility.csproj
index b71d039f3ff..7aad7ca19ea 100644
--- a/framework/wcf/Basic/Management/AnalyticTraceExtensibility/CS/WCFAnalyticTracingExtensibility/WCFAnalyticTracingExtensibility.csproj
+++ b/framework/wcf/Basic/Management/AnalyticTraceExtensibility/CS/WCFAnalyticTracingExtensibility/WCFAnalyticTracingExtensibility.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20604
- 2.0
{C429909E-8210-4B6F-8113-79579B050903}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
WCFAnalyticTracingExtensibility
WCFAnalyticTracingExtensibility
- v4.0
+ v4.6.2
true
@@ -76,8 +76,8 @@
-
-
+
+
@@ -86,12 +86,10 @@
True
4079
/
-
-
+
False
False
-
-
+
False
diff --git a/framework/wcf/Basic/Management/CircularTracing/CS/CircularTraceListener/TraceListener.csproj b/framework/wcf/Basic/Management/CircularTracing/CS/CircularTraceListener/TraceListener.csproj
index 8dce89f1bf1..4ee8c02569f 100644
--- a/framework/wcf/Basic/Management/CircularTracing/CS/CircularTraceListener/TraceListener.csproj
+++ b/framework/wcf/Basic/Management/CircularTracing/CS/CircularTraceListener/TraceListener.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{6CD4E59E-C294-4A04-AA33-DA7AEBB65373}
Library
Properties
Microsoft.Samples.ServiceModel
CircularTraceListener
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,33 +36,11 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Management/CircularTracing/CS/client/App.config b/framework/wcf/Basic/Management/CircularTracing/CS/client/App.config
index 8403bd2b677..e7557a295a5 100644
--- a/framework/wcf/Basic/Management/CircularTracing/CS/client/App.config
+++ b/framework/wcf/Basic/Management/CircularTracing/CS/client/App.config
@@ -1,25 +1,21 @@
-
+
-
+
-
+
-
-
+
-
-
-
diff --git a/framework/wcf/Basic/Management/CircularTracing/CS/client/client.csproj b/framework/wcf/Basic/Management/CircularTracing/CS/client/client.csproj
index 2b93504e52c..45354e2c9c7 100644
--- a/framework/wcf/Basic/Management/CircularTracing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/CircularTracing/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
Microsoft.Samples.ServiceModel
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,32 +46,10 @@
TraceListener
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Management/CircularTracing/CS/service/service.csproj b/framework/wcf/Basic/Management/CircularTracing/CS/service/service.csproj
index 79fa254a554..b5a78734596 100644
--- a/framework/wcf/Basic/Management/CircularTracing/CS/service/service.csproj
+++ b/framework/wcf/Basic/Management/CircularTracing/CS/service/service.csproj
@@ -1,18 +1,17 @@
-
+
+
Debug
AnyCPU
-
-
- 2.0
+
{1520661F-1D47-4846-86DD-98D340BB2A87}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
service
service
- v4.0
+ v4.6.2
true
@@ -73,8 +72,8 @@
TraceListener
-
-
+
+
@@ -86,8 +85,7 @@
http://localhost/myservice
False
False
-
-
+
False
True
@@ -95,12 +93,14 @@
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)CircularTraceListener.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)CircularTraceListener.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Management/ETWTracing/CS/client/App.config b/framework/wcf/Basic/Management/ETWTracing/CS/client/App.config
index eb5eae86599..3917cb58481 100644
--- a/framework/wcf/Basic/Management/ETWTracing/CS/client/App.config
+++ b/framework/wcf/Basic/Management/ETWTracing/CS/client/App.config
@@ -1,21 +1,21 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Management/ETWTracing/CS/client/client.csproj b/framework/wcf/Basic/Management/ETWTracing/CS/client/client.csproj
index 8719e8949bf..243b5c36011 100644
--- a/framework/wcf/Basic/Management/ETWTracing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/ETWTracing/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{8F278A71-0840-44D5-8354-558B943934A9}
Exe
Properties
Microsoft.ServiceModel.Samples
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,33 +48,11 @@
EtwTraceListener
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Management/ETWTracing/CS/service/service.csproj b/framework/wcf/Basic/Management/ETWTracing/CS/service/service.csproj
index 4b77cb10b13..1cde4bf91cc 100644
--- a/framework/wcf/Basic/Management/ETWTracing/CS/service/service.csproj
+++ b/framework/wcf/Basic/Management/ETWTracing/CS/service/service.csproj
@@ -1,18 +1,17 @@
-
+
+
Debug
AnyCPU
-
-
- 2.0
+
{1520661F-1D47-4846-86DD-98D340BB2A87}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
service
service
- v4.0
+ v4.6.2
true
@@ -72,8 +71,8 @@
Designer
-
-
+
+
@@ -82,12 +81,10 @@
True
4406
/
-
-
+
False
False
-
-
+
False
True
@@ -95,12 +92,14 @@
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)EtwTraceListener.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)EtwTraceListener.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
+
-
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Management/ExtendingTracing/CS/client/client.csproj b/framework/wcf/Basic/Management/ExtendingTracing/CS/client/client.csproj
index 1148c27d0a9..902508c86d8 100644
--- a/framework/wcf/Basic/Management/ExtendingTracing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/ExtendingTracing/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
Microsoft.ServiceModel.Samples
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -64,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Management/ExtendingTracing/CS/service/service.csproj b/framework/wcf/Basic/Management/ExtendingTracing/CS/service/service.csproj
index f573904a578..cc6260fbfe2 100644
--- a/framework/wcf/Basic/Management/ExtendingTracing/CS/service/service.csproj
+++ b/framework/wcf/Basic/Management/ExtendingTracing/CS/service/service.csproj
@@ -1,18 +1,17 @@
-
+
+
Debug
AnyCPU
-
-
- 2.0
+
{1520661F-1D47-4846-86DD-98D340BB2A87}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
service
service
- v4.0
+ v4.6.2
true
@@ -68,8 +67,8 @@
Designer
-
-
+
+
@@ -78,12 +77,10 @@
True
4406
/
-
-
+
False
False
-
-
+
False
True
@@ -91,11 +88,13 @@
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
+
-
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Management/PerfCounters/CS/client/App.config b/framework/wcf/Basic/Management/PerfCounters/CS/client/App.config
index da89a00e07b..2037618f0b7 100644
--- a/framework/wcf/Basic/Management/PerfCounters/CS/client/App.config
+++ b/framework/wcf/Basic/Management/PerfCounters/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Management/PerfCounters/CS/client/client.csproj b/framework/wcf/Basic/Management/PerfCounters/CS/client/client.csproj
index 44f86aedfe3..dd36fca96dc 100644
--- a/framework/wcf/Basic/Management/PerfCounters/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/PerfCounters/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
Microsoft.ServiceModel.Samples
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Management/PerfCounters/CS/service/service.csproj b/framework/wcf/Basic/Management/PerfCounters/CS/service/service.csproj
index 0e3bf66eacb..7c819f9a959 100644
--- a/framework/wcf/Basic/Management/PerfCounters/CS/service/service.csproj
+++ b/framework/wcf/Basic/Management/PerfCounters/CS/service/service.csproj
@@ -1,18 +1,17 @@
-
+
+
Debug
AnyCPU
-
-
- 2.0
+
{1520661F-1D47-4846-86DD-98D340BB2A87}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
service
service
- v4.0
+ v4.6.2
true
@@ -66,8 +65,8 @@
Designer
-
-
+
+
@@ -76,12 +75,10 @@
True
4406
/
-
-
+
False
False
-
-
+
False
True
@@ -89,11 +86,12 @@
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
-
+
+
-
+
-
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Management/SecurityLockdown/CS/client/client.csproj b/framework/wcf/Basic/Management/SecurityLockdown/CS/client/client.csproj
index 3f99ddd25fc..e0ab0be33d9 100644
--- a/framework/wcf/Basic/Management/SecurityLockdown/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/SecurityLockdown/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -60,31 +39,9 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Management/SecurityLockdown/CS/service/service.csproj b/framework/wcf/Basic/Management/SecurityLockdown/CS/service/service.csproj
index f573904a578..cc6260fbfe2 100644
--- a/framework/wcf/Basic/Management/SecurityLockdown/CS/service/service.csproj
+++ b/framework/wcf/Basic/Management/SecurityLockdown/CS/service/service.csproj
@@ -1,18 +1,17 @@
-
+
+
Debug
AnyCPU
-
-
- 2.0
+
{1520661F-1D47-4846-86DD-98D340BB2A87}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
service
service
- v4.0
+ v4.6.2
true
@@ -68,8 +67,8 @@
Designer
-
-
+
+
@@ -78,12 +77,10 @@
True
4406
/
-
-
+
False
False
-
-
+
False
True
@@ -91,11 +88,13 @@
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
-
+
+
-
+
-
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Management/ServiceValidation/CS/client/App.config b/framework/wcf/Basic/Management/ServiceValidation/CS/client/App.config
index 0754a6d52dd..b4143037879 100644
--- a/framework/wcf/Basic/Management/ServiceValidation/CS/client/App.config
+++ b/framework/wcf/Basic/Management/ServiceValidation/CS/client/App.config
@@ -1,39 +1,35 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Management/ServiceValidation/CS/client/client.csproj b/framework/wcf/Basic/Management/ServiceValidation/CS/client/client.csproj
index 770f85f592d..d777c951f0f 100644
--- a/framework/wcf/Basic/Management/ServiceValidation/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/ServiceValidation/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{4E6E0B5C-761F-4A84-9C96-7B5189DB21D0}
Exe
Properties
Microsoft.ServiceModel.Samples
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -51,7 +32,7 @@
4
AllRules.ruleset
-
+
@@ -6,34 +6,30 @@
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
-
-
+
+
+
-
+
diff --git a/framework/wcf/Basic/Management/TracingAndLogging/CS/client/App.config b/framework/wcf/Basic/Management/TracingAndLogging/CS/client/App.config
index f5f891746ed..652a4ecd633 100644
--- a/framework/wcf/Basic/Management/TracingAndLogging/CS/client/App.config
+++ b/framework/wcf/Basic/Management/TracingAndLogging/CS/client/App.config
@@ -1,37 +1,31 @@
-
+
-
-
+
-
-
+
-
-
+
-
+
-
-
-
diff --git a/framework/wcf/Basic/Management/TracingAndLogging/CS/client/client.csproj b/framework/wcf/Basic/Management/TracingAndLogging/CS/client/client.csproj
index 672af0e1bc2..dd36fca96dc 100644
--- a/framework/wcf/Basic/Management/TracingAndLogging/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/TracingAndLogging/CS/client/client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
Microsoft.ServiceModel.Samples
client
- v4.0
-
-
- 4.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Management/TracingAndLogging/CS/service/service.csproj b/framework/wcf/Basic/Management/TracingAndLogging/CS/service/service.csproj
index f573904a578..cc6260fbfe2 100644
--- a/framework/wcf/Basic/Management/TracingAndLogging/CS/service/service.csproj
+++ b/framework/wcf/Basic/Management/TracingAndLogging/CS/service/service.csproj
@@ -1,18 +1,17 @@
-
+
+
Debug
AnyCPU
-
-
- 2.0
+
{1520661F-1D47-4846-86DD-98D340BB2A87}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
service
service
- v4.0
+ v4.6.2
true
@@ -68,8 +67,8 @@
Designer
-
-
+
+
@@ -78,12 +77,10 @@
True
4406
/
-
-
+
False
False
-
-
+
False
True
@@ -91,11 +88,13 @@
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
+
-
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Management/WMIProvider/CS/client/App.config b/framework/wcf/Basic/Management/WMIProvider/CS/client/App.config
index da89a00e07b..2037618f0b7 100644
--- a/framework/wcf/Basic/Management/WMIProvider/CS/client/App.config
+++ b/framework/wcf/Basic/Management/WMIProvider/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Management/WMIProvider/CS/client/client.csproj b/framework/wcf/Basic/Management/WMIProvider/CS/client/client.csproj
index c49b397ea67..8a555831c1c 100644
--- a/framework/wcf/Basic/Management/WMIProvider/CS/client/client.csproj
+++ b/framework/wcf/Basic/Management/WMIProvider/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 4.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Management/WMIProvider/CS/service/service.csproj b/framework/wcf/Basic/Management/WMIProvider/CS/service/service.csproj
index 13637de6e9c..883e285ebc1 100644
--- a/framework/wcf/Basic/Management/WMIProvider/CS/service/service.csproj
+++ b/framework/wcf/Basic/Management/WMIProvider/CS/service/service.csproj
@@ -1,18 +1,17 @@
-
+
+
Debug
AnyCPU
-
-
- 2.0
+
{1520661F-1D47-4846-86DD-98D340BB2A87}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
service
service
- v4.0
+ v4.6.2
true
@@ -71,8 +70,8 @@
Designer
-
-
+
+
@@ -81,12 +80,10 @@
True
4406
/
-
-
+
False
False
-
-
+
False
True
@@ -94,12 +91,13 @@
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/App.config b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/App.config
index d256be2f952..cc4dd7dba98 100644
--- a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/App.config
+++ b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/App.config
@@ -1,19 +1,12 @@
-
+
-
-
-
+
-
-
-
diff --git a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/CalculatorClient.csproj b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/CalculatorClient.csproj
index a739c43565c..3ffcf5888c2 100644
--- a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/CalculatorClient.csproj
+++ b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorClient/CalculatorClient.csproj
@@ -1,38 +1,17 @@
-
+
+
Debug
AnyCPU
10.0.20604
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
-
-
-
-
- 2.0
-
-
+
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
+ v4.6.2
true
@@ -44,6 +23,7 @@
4
Auto
false
+ false
pdbonly
@@ -52,6 +32,7 @@
TRACE
prompt
4
+ false
@@ -65,27 +46,5 @@
-
-
- False
- .NET Framework 2.0 %28x86%29
- false
-
-
- False
- .NET Framework 3.0 %28x86%29
- false
-
-
- False
- .NET Framework 3.5
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/App.config b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/App.config
index 5af8509001a..a68ad931e83 100644
--- a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/App.config
+++ b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/App.config
@@ -1,39 +1,28 @@
-
+
-
-
-
+
-
+
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/CalculatorService.csproj b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/CalculatorService.csproj
index a9134b17315..ddd8c12d7d0 100644
--- a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/CalculatorService.csproj
+++ b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/CalculatorService/CalculatorService.csproj
@@ -1,22 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20604
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
service
-
-
-
-
- 2.0
+ v4.6.2
true
@@ -27,6 +21,7 @@
prompt
4
false
+ false
pdbonly
@@ -35,6 +30,7 @@
TRACE
prompt
4
+ false
@@ -47,9 +43,8 @@
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/App.config b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/App.config
index a00d8949d4b..2848be279cf 100644
--- a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/App.config
+++ b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/App.config
@@ -1,4 +1,4 @@
-
+
@@ -9,26 +9,20 @@
-
+
-
+
-
-
+
+
-
+
@@ -43,9 +37,9 @@
-
+
-
-
+
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/RoutingService.csproj b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/RoutingService.csproj
index 7a8f132e2f8..392b47723a9 100644
--- a/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/RoutingService.csproj
+++ b/framework/wcf/Basic/RoutingServices/HelloRoutingService/CS/RoutingService/RoutingService.csproj
@@ -1,19 +1,18 @@
-
+
+
Debug
AnyCPU
10.0.20604
- 2.0
{15B3E0D2-6217-493A-A690-158C497F5318}
Exe
Properties
RoutingService
RoutingService
- v4.0
+ v4.6.2
Microsoft.Samples.HelloRoutingService.Router
-
-
+
true
@@ -49,7 +48,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Security/CryptoAgility/CS/Client/App.config b/framework/wcf/Basic/Security/CryptoAgility/CS/Client/App.config
index 89e015a0aea..87aa0bcb754 100644
--- a/framework/wcf/Basic/Security/CryptoAgility/CS/Client/App.config
+++ b/framework/wcf/Basic/Security/CryptoAgility/CS/Client/App.config
@@ -1,32 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Security/CryptoAgility/CS/Client/Client.csproj b/framework/wcf/Basic/Security/CryptoAgility/CS/Client/Client.csproj
index 6c1b32abc63..f7bae69e7cc 100644
--- a/framework/wcf/Basic/Security/CryptoAgility/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Security/CryptoAgility/CS/Client/Client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{C7570A1B-4D8E-4629-A780-53920F7EA957}
Exe
Properties
Client
Client
- v4.0
+ v4.6.2
true
@@ -46,4 +46,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Security/CryptoAgility/CS/Service/App.config b/framework/wcf/Basic/Security/CryptoAgility/CS/Service/App.config
index 29bc739dc1f..2a2848ef7dd 100644
--- a/framework/wcf/Basic/Security/CryptoAgility/CS/Service/App.config
+++ b/framework/wcf/Basic/Security/CryptoAgility/CS/Service/App.config
@@ -1,40 +1,26 @@
-
+
-
-
-
-
+
-
+
-
-
+
-
-
+
-
@@ -45,5 +31,4 @@
-
diff --git a/framework/wcf/Basic/Security/CryptoAgility/CS/Service/Service.csproj b/framework/wcf/Basic/Security/CryptoAgility/CS/Service/Service.csproj
index e7904f4ecaa..b529c22a00c 100644
--- a/framework/wcf/Basic/Security/CryptoAgility/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Security/CryptoAgility/CS/Service/Service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{187191B1-28F3-4BF4-84D4-338FFCB14198}
Exe
Properties
Service
Service
- v4.0
+ v4.6.2
true
@@ -49,4 +49,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/Addressing/CS/client/App.config b/framework/wcf/Basic/Services/Addressing/CS/client/App.config
index b70f3274f52..b2f9f66a5e8 100644
--- a/framework/wcf/Basic/Services/Addressing/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Addressing/CS/client/App.config
@@ -1,12 +1,10 @@
-
+
-
-
-
-
+
+
diff --git a/framework/wcf/Basic/Services/Addressing/CS/client/client.csproj b/framework/wcf/Basic/Services/Addressing/CS/client/client.csproj
index cc848c4ea8c..d1098170012 100644
--- a/framework/wcf/Basic/Services/Addressing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Addressing/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -80,27 +59,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Addressing/CS/service/App.config b/framework/wcf/Basic/Services/Addressing/CS/service/App.config
index 050ad6eece1..642c6f3a735 100644
--- a/framework/wcf/Basic/Services/Addressing/CS/service/App.config
+++ b/framework/wcf/Basic/Services/Addressing/CS/service/App.config
@@ -1,12 +1,12 @@
-
+
-
-
+
+
diff --git a/framework/wcf/Basic/Services/Addressing/CS/service/service.csproj b/framework/wcf/Basic/Services/Addressing/CS/service/service.csproj
index 0a6732c70c3..3907177041e 100644
--- a/framework/wcf/Basic/Services/Addressing/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Addressing/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/App.config
index cd869ad496d..1269c476220 100644
--- a/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/App.config
@@ -1,13 +1,10 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/client.csproj
index 742cdb25a34..e172630b040 100644
--- a/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F86BF909-06ED-4B1F-8B2A-4C5EA9C8462D}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -80,27 +59,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/service/service.csproj
index 57380707f56..78d1f98ee4b 100644
--- a/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Concurrency/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,34 +47,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Default/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Default/CS/client/App.config
index 719f347af6c..aedc9c5411f 100644
--- a/framework/wcf/Basic/Services/Behaviors/Default/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Default/CS/client/App.config
@@ -1,13 +1,10 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Services/Behaviors/Default/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Default/CS/client/client.csproj
index 5019b6ef84b..3b1324046f6 100644
--- a/framework/wcf/Basic/Services/Behaviors/Default/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Default/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F86BF909-06ED-4B1F-8B2A-4C5EA9C8462D}
Exe
-
-
client
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -80,27 +59,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Default/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Default/CS/service/service.csproj
index d72f87d72fc..24fd649d2c3 100644
--- a/framework/wcf/Basic/Services/Behaviors/Default/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Default/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,34 +49,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/App.config
index 36cbc05731b..e2a60de3c17 100644
--- a/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/App.config
@@ -1,20 +1,16 @@
-
+
-
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/client.csproj
index af4ccb9b9e3..8a555831c1c 100644
--- a/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Instancing/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Instancing/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Instancing/CS/service/service.csproj
index e4e27d423b8..e77462fd63f 100644
--- a/framework/wcf/Basic/Services/Behaviors/Instancing/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Instancing/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,34 +47,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/App.config
index 8c5a988bd54..26f3e5ef3f7 100644
--- a/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Metadata/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Metadata/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Metadata/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Services/Behaviors/Metadata/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Metadata/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/App.config
index f3bc3f529be..33a87c86ca0 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/App.config
@@ -1,11 +1,9 @@
-
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/client.csproj
index b9f6e064655..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/service/service.csproj
index 34068673059..ab4848f1af6 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/VB/client/app.config b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/VB/client/app.config
index f3bc3f529be..33a87c86ca0 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Auditing/VB/client/app.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Auditing/VB/client/app.config
@@ -1,11 +1,9 @@
-
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/App.config
index 654caf08284..cafdb0c1781 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/App.config
@@ -1,12 +1,8 @@
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/client.csproj
index 6c7591b2704..09c614a6744 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -82,27 +60,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/App.config b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/App.config
index 144146ea8ef..609bf9b2ceb 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/App.config
@@ -1,31 +1,27 @@
-
+
-
-
+
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/service.csproj
index 47fbb434e4f..e524494002b 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/client/App.config b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/client/App.config
index 654caf08284..cafdb0c1781 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/client/App.config
@@ -1,12 +1,8 @@
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/service/App.config b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/service/App.config
index 144146ea8ef..609bf9b2ceb 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/service/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/Impersonation/VB/service/App.config
@@ -1,31 +1,27 @@
-
+
-
-
+
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/App.config
index 55d95490271..4593f0273e8 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/App.config
@@ -1,14 +1,12 @@
-
+
-
-
+
-
@@ -22,23 +20,21 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/client.csproj
index b9f6e064655..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/service/service.csproj
index 31789e0fd7d..23b6f1e0f8e 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,36 +49,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/VB/client/App.config b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/VB/client/App.config
index a2155c4de40..4593f0273e8 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/VB/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/MembershipAndRoleProvider/VB/client/App.config
@@ -1,14 +1,12 @@
-
+
-
-
+
-
@@ -22,23 +20,21 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/App.config
index b2ddd91a25e..57f1133ca68 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/App.config
@@ -1,11 +1,9 @@
-
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/client.csproj
index b9f6e064655..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/service.csproj
index 34068673059..ab4848f1af6 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/app.config b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/app.config
index b2ddd91a25e..57f1133ca68 100644
--- a/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/app.config
+++ b/framework/wcf/Basic/Services/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/app.config
@@ -1,11 +1,9 @@
-
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/App.config
index 40ffa8d3933..c35af82d582 100644
--- a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/client.csproj
index af4ccb9b9e3..8a555831c1c 100644
--- a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/service/service.csproj
index 5bd0753aff1..ab4848f1af6 100644
--- a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,36 +47,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/VB/client/App.config b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/VB/client/App.config
index 9ab62f8bef9..c35af82d582 100644
--- a/framework/wcf/Basic/Services/Behaviors/ServiceDebug/VB/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/ServiceDebug/VB/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/App.config
index 96c80298d28..3e6b17e55ac 100644
--- a/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Throttling/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Throttling/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Throttling/CS/service/service.csproj
index e4e27d423b8..e77462fd63f 100644
--- a/framework/wcf/Basic/Services/Behaviors/Throttling/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Throttling/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,34 +47,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Throttling/VB/client/app.config b/framework/wcf/Basic/Services/Behaviors/Throttling/VB/client/app.config
index 96c80298d28..3e6b17e55ac 100644
--- a/framework/wcf/Basic/Services/Behaviors/Throttling/VB/client/app.config
+++ b/framework/wcf/Basic/Services/Behaviors/Throttling/VB/client/app.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/App.config b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/App.config
index ff0f0b1c856..d707437fd46 100644
--- a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/App.config
@@ -1,19 +1,19 @@
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/client.csproj b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/client.csproj
index 155dd115bb5..8e3d2d95195 100644
--- a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/App.config b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/App.config
index 94be4ea8257..45a0ab11d8b 100644
--- a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/App.config
@@ -1,10 +1,10 @@
-
+
-
+
-
+
@@ -13,31 +13,27 @@
-
+
-
-
+
+
-
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/service.csproj b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/service.csproj
index 715072dced8..999f0da791d 100644
--- a/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Behaviors/Transactions/CS/service/service.csproj
@@ -1,39 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
service
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -81,31 +59,8 @@
Designer
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
-
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Transactions/VB/client/App.config b/framework/wcf/Basic/Services/Behaviors/Transactions/VB/client/App.config
index ff0f0b1c856..d707437fd46 100644
--- a/framework/wcf/Basic/Services/Behaviors/Transactions/VB/client/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Transactions/VB/client/App.config
@@ -1,19 +1,19 @@
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Behaviors/Transactions/VB/service/App.config b/framework/wcf/Basic/Services/Behaviors/Transactions/VB/service/App.config
index 94be4ea8257..45a0ab11d8b 100644
--- a/framework/wcf/Basic/Services/Behaviors/Transactions/VB/service/App.config
+++ b/framework/wcf/Basic/Services/Behaviors/Transactions/VB/service/App.config
@@ -1,10 +1,10 @@
-
+
-
+
-
+
@@ -13,31 +13,27 @@
-
+
-
-
+
+
-
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/App.config b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/App.config
index f6e08159818..9222b9c9ec7 100644
--- a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/App.config
+++ b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/App.config
@@ -1,29 +1,20 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/client.csproj b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/client.csproj
index 5721998a51a..5dfb8a27bd2 100644
--- a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/client.csproj
+++ b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20107
- 2.0
{65BE53C1-CE01-40DC-A0C3-D049F14827B6}
Exe
Properties
Microsoft.Samples.ConfigSimplification
client
- v4.0
+ v4.6.2
512
@@ -55,4 +55,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/App.config b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/App.config
index b86395d8072..b608fbc3cd0 100644
--- a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/App.config
+++ b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/App.config
@@ -1,15 +1,15 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/service.csproj b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/service.csproj
index 94b74ec6769..b1b4de5e666 100644
--- a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/service.csproj
+++ b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Self-Hosted/CS/Service/service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20107
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
Microsoft.Samples.ConfigSimplification
service
- v4.0
+ v4.6.2
512
diff --git a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/App.config b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/App.config
index 5c6ae4971ed..3e7b6e0ae4f 100644
--- a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/App.config
+++ b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/App.config
@@ -1,29 +1,20 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/client.csproj b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/client.csproj
index 1a3fe718ace..65e6eca0180 100644
--- a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/client.csproj
+++ b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20107
- 2.0
{65BE53C1-CE01-40DC-A0C3-D049F14827B6}
Exe
Properties
Microsoft.Samples
client
- v4.0
+ v4.6.2
512
diff --git a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Service/service.csproj b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Service/service.csproj
index 2e41935c94f..84f8b5ad957 100644
--- a/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Service/service.csproj
+++ b/framework/wcf/Basic/Services/ConfigSimplificationIn40/Web-Hosted/CS/Service/service.csproj
@@ -1,10 +1,10 @@
-
+
+
Debug
AnyCPU
10.0.20207
- 2.0
{15B3E0D2-6217-493A-A690-158C497F5318}
Library
Properties
@@ -12,16 +12,12 @@
service
{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
/client:"client.exe"
- v4.0
+ v4.6.2
-
-
-
-
-
-
-
-
+
+
+
+
true
@@ -57,14 +53,13 @@
-
mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
@@ -76,4 +71,5 @@
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Client/Client.csproj b/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Client/Client.csproj
index 89bf811d126..093dd376c58 100644
--- a/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Client/Client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
9.0.21022
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
Client
4
-
-
-
-
- 3.5
- false
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
true
@@ -78,37 +56,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 2.0 %28x86%29
- true
-
-
- False
- .NET Framework 3.0 %28x86%29
- false
-
-
- False
- .NET Framework 3.5
- false
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/App.config b/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/App.config
index 20d51fce0dc..e0bb06a8782 100644
--- a/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/App.config
+++ b/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -14,8 +14,8 @@
-
-
+
+
diff --git a/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/Service.csproj b/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/Service.csproj
index 9a5c0b6a61a..88346605587 100644
--- a/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Services/ConfigurationChannelFactory/CS/Service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.21022
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
Service
Service
-
-
-
-
- 3.5
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -74,27 +54,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/App.config b/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/App.config
index 39f5550fdfd..91f4e2b4eb7 100644
--- a/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/App.config
@@ -1,15 +1,13 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/client.csproj b/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/client.csproj
index d05b0d0b904..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,22 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/service/service.csproj b/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/service/service.csproj
index f32c44d1ffa..16dc814ef2a 100644
--- a/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/ASPNetCompatibility/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,30 +50,15 @@
Designer
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- rmdir /S /Q %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-copy "$(ProjectDir)bin\service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
+
+ rmdir /S /Q %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\bin\service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/App.config b/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/App.config
index efa3ef78cc8..558052d6200 100644
--- a/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/App.config
@@ -1,12 +1,9 @@
-
-
+
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/client.csproj b/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/client.csproj
index d05b0d0b904..a4f8592d2fc 100644
--- a/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Hosting/InlineCode/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,22 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/InlineCode/CS/service/service.csproj b/framework/wcf/Basic/Services/Hosting/InlineCode/CS/service/service.csproj
index 82b9fb3dd83..53d436497c5 100644
--- a/framework/wcf/Basic/Services/Hosting/InlineCode/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/InlineCode/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,28 +46,13 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- rmdir /S /Q %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+
+ rmdir /S /Q %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/App.config b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/App.config
index 738e558a661..c4acdf8dac3 100644
--- a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/App.config
@@ -1,12 +1,8 @@
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/client.csproj b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/client.csproj
index 81fd5a8377a..d1098170012 100644
--- a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
- false
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
true
@@ -50,9 +28,7 @@
AllRules.ruleset
-
- C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
-
+
@@ -83,27 +59,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/App.config b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/App.config
index 3928e495f2c..b9815b30bd2 100644
--- a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/App.config
+++ b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/App.config
@@ -1,31 +1,27 @@
-
+
-
-
+
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/service.csproj b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/service.csproj
index 31e2da8f1e2..3907177041e 100644
--- a/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/SelfHost/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/SelfHost/VB/client/App.config b/framework/wcf/Basic/Services/Hosting/SelfHost/VB/client/App.config
index 738e558a661..c4acdf8dac3 100644
--- a/framework/wcf/Basic/Services/Hosting/SelfHost/VB/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/SelfHost/VB/client/App.config
@@ -1,12 +1,8 @@
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/SelfHost/VB/service/App.config b/framework/wcf/Basic/Services/Hosting/SelfHost/VB/service/App.config
index e6e8918b30f..b9815b30bd2 100644
--- a/framework/wcf/Basic/Services/Hosting/SelfHost/VB/service/App.config
+++ b/framework/wcf/Basic/Services/Hosting/SelfHost/VB/service/App.config
@@ -1,31 +1,27 @@
-
+
-
-
+
-
+
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/App.config b/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/App.config
index d813f5fa254..f981a521a79 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -37,4 +37,4 @@
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/client.csproj b/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/client.csproj
index fcaf40d2415..2053f54afec 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
- 4.0
-
- false
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
true
@@ -49,9 +28,7 @@
AllRules.ruleset
-
- ..\..\..\..\..\..\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
-
+
@@ -87,22 +64,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/service/service.csproj b/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/service/service.csproj
index 472ef61cd80..c1895a980ad 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/MsmqActivation/CS/service/service.csproj
@@ -1,38 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Library
Properties
service
service
-
-
- v4.0
-
-
- 4.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,30 +52,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/App.config b/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/App.config
index c4f140eadd3..3e54464278e 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/App.config
@@ -1,26 +1,18 @@
-
+
-
-
+
-
-
-
-
-
+
-
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/client.csproj b/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/client.csproj
index 8e0821cc601..e0d706ff163 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,22 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/service/service.csproj b/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/service/service.csproj
index b51581b8006..42ccd76bf3f 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/NamedPipeActivation/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,31 +48,15 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- rmdir /S /Q %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+
+ rmdir /S /Q %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/App.config b/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/App.config
index 408528f8eca..ff05ee635f2 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/App.config
@@ -1,16 +1,16 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/client.csproj b/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/client.csproj
index ea96d0278ce..5f9f6fb479f 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,22 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/service/service.csproj b/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/service/service.csproj
index f477267c7fa..3597c5a975a 100644
--- a/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WASHost/TCPActivation/CS/service/service.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Library
Properties
service
service
-
-
- v4.0
-
-
-
-
- 2.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,31 +49,15 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- rmdir /S /Q %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+
+ rmdir /S /Q %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WebRoutingIntegration/CS/Service/Service.csproj b/framework/wcf/Basic/Services/Hosting/WebRoutingIntegration/CS/Service/Service.csproj
index 3f87334ec04..13d4ac5eefd 100644
--- a/framework/wcf/Basic/Services/Hosting/WebRoutingIntegration/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WebRoutingIntegration/CS/Service/Service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{0851EDD9-5666-4258-B4B7-0A34B0AFFB49}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
Microsoft.Samples.WebRoutingIntegration
WebRoutingIntegration
- v4.0
+ v4.6.2
true
@@ -91,8 +91,8 @@
Web.config
-
-
+
+
@@ -101,12 +101,10 @@
True
28477
/
-
-
+
False
False
-
-
+
False
diff --git a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/App.config b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/App.config
index 91faf8929c4..7755e3fc818 100644
--- a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/App.config
@@ -1,12 +1,9 @@
-
-
+
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/client.csproj b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/client.csproj
index 9fe8e72530d..d1098170012 100644
--- a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -81,22 +59,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/App.config b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/App.config
index 91722eb393c..3c5a050865f 100644
--- a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/App.config
+++ b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/App.config
@@ -1,31 +1,28 @@
-
-
+
+
-
-
+
-
+
-
+
-
-
-
+
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/service.csproj b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/service.csproj
index 07721eb342d..37211dfcb43 100644
--- a/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Hosting/WindowsService/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,22 +51,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Imperative/CS/client/app.config b/framework/wcf/Basic/Services/Imperative/CS/client/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Basic/Services/Imperative/CS/client/app.config
+++ b/framework/wcf/Basic/Services/Imperative/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Basic/Services/Imperative/CS/client/client.csproj b/framework/wcf/Basic/Services/Imperative/CS/client/client.csproj
index 58a37d43fec..157514b975d 100644
--- a/framework/wcf/Basic/Services/Imperative/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Imperative/CS/client/client.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -49,5 +41,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Imperative/CS/service/app.config b/framework/wcf/Basic/Services/Imperative/CS/service/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Basic/Services/Imperative/CS/service/app.config
+++ b/framework/wcf/Basic/Services/Imperative/CS/service/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Basic/Services/Imperative/CS/service/service.csproj b/framework/wcf/Basic/Services/Imperative/CS/service/service.csproj
index bc6bbe6e11f..65c64363a19 100644
--- a/framework/wcf/Basic/Services/Imperative/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Imperative/CS/service/service.csproj
@@ -1,22 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -48,5 +42,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Imperative/VB/client/app.config b/framework/wcf/Basic/Services/Imperative/VB/client/app.config
index 6b91abde932..5aa9ed6d0f8 100644
--- a/framework/wcf/Basic/Services/Imperative/VB/client/app.config
+++ b/framework/wcf/Basic/Services/Imperative/VB/client/app.config
@@ -1,23 +1,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/Imperative/VB/service/app.config b/framework/wcf/Basic/Services/Imperative/VB/service/app.config
index 6b91abde932..5aa9ed6d0f8 100644
--- a/framework/wcf/Basic/Services/Imperative/VB/service/app.config
+++ b/framework/wcf/Basic/Services/Imperative/VB/service/app.config
@@ -1,23 +1,23 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/Interop/ASMX/CS/client/App.config b/framework/wcf/Basic/Services/Interop/ASMX/CS/client/App.config
index 71a17f7825f..3d47393b9a1 100644
--- a/framework/wcf/Basic/Services/Interop/ASMX/CS/client/App.config
+++ b/framework/wcf/Basic/Services/Interop/ASMX/CS/client/App.config
@@ -1,7 +1,6 @@
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Interop/ASMX/CS/client/client.csproj b/framework/wcf/Basic/Services/Interop/ASMX/CS/client/client.csproj
index a14e7844c5c..b3e3868f47f 100644
--- a/framework/wcf/Basic/Services/Interop/ASMX/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Interop/ASMX/CS/client/client.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -51,5 +43,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Interop/ASMX/CS/service/service.csproj b/framework/wcf/Basic/Services/Interop/ASMX/CS/service/service.csproj
index e53831768b3..c0472e70e5e 100644
--- a/framework/wcf/Basic/Services/Interop/ASMX/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Interop/ASMX/CS/service/service.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -52,12 +44,12 @@
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Interop/ASMX/VB/client/app.config b/framework/wcf/Basic/Services/Interop/ASMX/VB/client/app.config
index 71a17f7825f..3d47393b9a1 100644
--- a/framework/wcf/Basic/Services/Interop/ASMX/VB/client/app.config
+++ b/framework/wcf/Basic/Services/Interop/ASMX/VB/client/app.config
@@ -1,7 +1,6 @@
-
+
-
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Interop/COM/CS/client/client.csproj b/framework/wcf/Basic/Services/Interop/COM/CS/client/client.csproj
index e08ae6af873..c670f7c3d2e 100644
--- a/framework/wcf/Basic/Services/Interop/COM/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Interop/COM/CS/client/client.csproj
@@ -1,10 +1,10 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{6841ED96-7CD8-45E6-A922-873C839A65ED}
Library
Properties
@@ -12,27 +12,8 @@
client
true
calcClientKey.snk
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,27 +51,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Interop/COM/CS/service/service.csproj b/framework/wcf/Basic/Services/Interop/COM/CS/service/service.csproj
index 89e6de239f1..bfe292fdce7 100644
--- a/framework/wcf/Basic/Services/Interop/COM/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Interop/COM/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{F4C8493A-8DB6-4F8E-ACE2-C578D941D76B}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,34 +48,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/MultipleContracts/CS/client/App.config b/framework/wcf/Basic/Services/MultipleContracts/CS/client/App.config
index 19c07866f5f..86af90b31e1 100644
--- a/framework/wcf/Basic/Services/MultipleContracts/CS/client/App.config
+++ b/framework/wcf/Basic/Services/MultipleContracts/CS/client/App.config
@@ -1,22 +1,18 @@
-
+
-
-
+
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/MultipleContracts/CS/client/client.csproj b/framework/wcf/Basic/Services/MultipleContracts/CS/client/client.csproj
index e373f0349d5..43e34525cbd 100644
--- a/framework/wcf/Basic/Services/MultipleContracts/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/MultipleContracts/CS/client/client.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -50,5 +42,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/MultipleContracts/CS/service/service.csproj b/framework/wcf/Basic/Services/MultipleContracts/CS/service/service.csproj
index d237f6a01b8..2385f581fb7 100644
--- a/framework/wcf/Basic/Services/MultipleContracts/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/MultipleContracts/CS/service/service.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -52,14 +44,14 @@
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/MultipleContracts/VB/client/app.config b/framework/wcf/Basic/Services/MultipleContracts/VB/client/app.config
index 19c07866f5f..86af90b31e1 100644
--- a/framework/wcf/Basic/Services/MultipleContracts/VB/client/app.config
+++ b/framework/wcf/Basic/Services/MultipleContracts/VB/client/app.config
@@ -1,22 +1,18 @@
-
+
-
-
+
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/App.config b/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/App.config
index 7597bbd83f7..7e774c80087 100644
--- a/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/App.config
+++ b/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/App.config
@@ -1,14 +1,11 @@
-
+
-
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/client.csproj b/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/client.csproj
index e373f0349d5..43e34525cbd 100644
--- a/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/MultipleEndpoints/CS/client/client.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -50,5 +42,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpoints/CS/service/service.csproj b/framework/wcf/Basic/Services/MultipleEndpoints/CS/service/service.csproj
index d237f6a01b8..2385f581fb7 100644
--- a/framework/wcf/Basic/Services/MultipleEndpoints/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/MultipleEndpoints/CS/service/service.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -52,14 +44,14 @@
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpoints/VB/client/app.config b/framework/wcf/Basic/Services/MultipleEndpoints/VB/client/app.config
index 7597bbd83f7..7e774c80087 100644
--- a/framework/wcf/Basic/Services/MultipleEndpoints/VB/client/app.config
+++ b/framework/wcf/Basic/Services/MultipleEndpoints/VB/client/app.config
@@ -1,14 +1,11 @@
-
+
-
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/App.config b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/App.config
index d5a312c5521..22b27da8afd 100644
--- a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/App.config
+++ b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/App.config
@@ -1,22 +1,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/client.csproj b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/client.csproj
index 7b1b2321a91..fb6819ddbb6 100644
--- a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/client/client.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -50,5 +42,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/service/service.csproj b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/service/service.csproj
index d237f6a01b8..2385f581fb7 100644
--- a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/CS/service/service.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -52,14 +44,14 @@
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/VB/client/App.config b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/VB/client/App.config
index fee9723be0e..22b27da8afd 100644
--- a/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/VB/client/App.config
+++ b/framework/wcf/Basic/Services/MultipleEndpointsSingleUri/VB/client/App.config
@@ -1,22 +1,22 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/framework/wcf/Basic/Services/OperationContextScope/CS/Client/App.config b/framework/wcf/Basic/Services/OperationContextScope/CS/Client/App.config
index e7b2a206190..995a0ecc24f 100644
--- a/framework/wcf/Basic/Services/OperationContextScope/CS/Client/App.config
+++ b/framework/wcf/Basic/Services/OperationContextScope/CS/Client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/OperationContextScope/CS/Client/Client.csproj b/framework/wcf/Basic/Services/OperationContextScope/CS/Client/Client.csproj
index bc25fb4fd89..2c1238443e5 100644
--- a/framework/wcf/Basic/Services/OperationContextScope/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Services/OperationContextScope/CS/Client/Client.csproj
@@ -1,22 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{E396A329-100F-428C-9CD4-ACD45563604A}
Exe
Properties
Client
Client
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -49,7 +43,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/OperationContextScope/CS/Service/App.config b/framework/wcf/Basic/Services/OperationContextScope/CS/Service/App.config
index 4aec7054bcc..df56825f470 100644
--- a/framework/wcf/Basic/Services/OperationContextScope/CS/Service/App.config
+++ b/framework/wcf/Basic/Services/OperationContextScope/CS/Service/App.config
@@ -1,29 +1,25 @@
-
+
-
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/OperationContextScope/CS/Service/Service.csproj b/framework/wcf/Basic/Services/OperationContextScope/CS/Service/Service.csproj
index c3e027b8f61..0aef8664919 100644
--- a/framework/wcf/Basic/Services/OperationContextScope/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Services/OperationContextScope/CS/Service/Service.csproj
@@ -1,24 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{8996AD4E-F26F-4223-9F47-7C537EA73871}
Exe
Properties
Service
Service
-
-
- v4.0
-
-
-
-
- 2.0
-
+
+ v4.6.2
true
@@ -51,7 +44,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/OperationContextScope/VB/Client/App.config b/framework/wcf/Basic/Services/OperationContextScope/VB/Client/App.config
index e7b2a206190..995a0ecc24f 100644
--- a/framework/wcf/Basic/Services/OperationContextScope/VB/Client/App.config
+++ b/framework/wcf/Basic/Services/OperationContextScope/VB/Client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/OperationContextScope/VB/Service/App.config b/framework/wcf/Basic/Services/OperationContextScope/VB/Service/App.config
index 37fc68f6f0c..df56825f470 100644
--- a/framework/wcf/Basic/Services/OperationContextScope/VB/Service/App.config
+++ b/framework/wcf/Basic/Services/OperationContextScope/VB/Service/App.config
@@ -1,29 +1,25 @@
-
+
-
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Reentrant/CS/Client/App.config b/framework/wcf/Basic/Services/Reentrant/CS/Client/App.config
index 17cff883d3c..343bd2d5592 100644
--- a/framework/wcf/Basic/Services/Reentrant/CS/Client/App.config
+++ b/framework/wcf/Basic/Services/Reentrant/CS/Client/App.config
@@ -1,18 +1,13 @@
-
+
-
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Reentrant/CS/Client/Client.csproj b/framework/wcf/Basic/Services/Reentrant/CS/Client/Client.csproj
index 92df0c39a73..dc3851cc7fc 100644
--- a/framework/wcf/Basic/Services/Reentrant/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Services/Reentrant/CS/Client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{B59D7C4F-3233-46B7-BCC0-C39E1E5EA819}
Exe
Properties
Client
Client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,29 +47,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/Reentrant/CS/Service/App.config b/framework/wcf/Basic/Services/Reentrant/CS/Service/App.config
index 9d794e0c339..3bec196c1f7 100644
--- a/framework/wcf/Basic/Services/Reentrant/CS/Service/App.config
+++ b/framework/wcf/Basic/Services/Reentrant/CS/Service/App.config
@@ -1,36 +1,30 @@
-
+
-
+
-
-
-
+
+
-
-
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Reentrant/CS/Service/Service.csproj b/framework/wcf/Basic/Services/Reentrant/CS/Service/Service.csproj
index 2cc1541da24..4f1217621a0 100644
--- a/framework/wcf/Basic/Services/Reentrant/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Services/Reentrant/CS/Service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{8D92710C-6B86-44F1-8898-70C9B257BED6}
Exe
Properties
Service
Service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,29 +46,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/Reentrant/VB/Client/App.config b/framework/wcf/Basic/Services/Reentrant/VB/Client/App.config
index 17cff883d3c..343bd2d5592 100644
--- a/framework/wcf/Basic/Services/Reentrant/VB/Client/App.config
+++ b/framework/wcf/Basic/Services/Reentrant/VB/Client/App.config
@@ -1,18 +1,13 @@
-
+
-
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Reentrant/VB/Service/App.config b/framework/wcf/Basic/Services/Reentrant/VB/Service/App.config
index 9d794e0c339..3bec196c1f7 100644
--- a/framework/wcf/Basic/Services/Reentrant/VB/Service/App.config
+++ b/framework/wcf/Basic/Services/Reentrant/VB/Service/App.config
@@ -1,36 +1,30 @@
-
+
-
+
-
-
-
+
+
-
-
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/app.config b/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/app.config
index fd1726a5ad2..48033c3cdd8 100644
--- a/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/app.config
+++ b/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/app.config
@@ -1,28 +1,17 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/client.csproj b/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/client.csproj
index 5a853d5cdd2..b6f97ee6565 100644
--- a/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/client/client.csproj
@@ -1,37 +1,18 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{383AA980-ED7F-411A-9E4B-3616BB6CAE28}
Exe
Properties
Microsoft.Samples.ExtendedProtection
client
- v4.0
+ v4.6.2
512
-
-
- 3.5
-
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,4 +54,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/service/service.csproj b/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/service/service.csproj
index 2bd1f4e80a0..80db37b550c 100644
--- a/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Security/ExtendedProtection/CS/service/service.csproj
@@ -1,21 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{5FBB75D5-03DE-45D2-8361-0ED3D24D8298}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
Microsoft.Samples.ExtendedProtection
service
- v4.0
-
-
- 3.5
-
-
+ v4.6.2
true
@@ -52,8 +47,8 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/Security/Identity/CS/client/client.csproj b/framework/wcf/Basic/Services/Security/Identity/CS/client/client.csproj
index 62994ba5363..c44e1b14a7d 100644
--- a/framework/wcf/Basic/Services/Security/Identity/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/Security/Identity/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -52,8 +30,7 @@
-
-
+
@@ -85,27 +62,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Security/Identity/CS/service/App.config b/framework/wcf/Basic/Services/Security/Identity/CS/service/App.config
index 542cac326c3..52a839e2e48 100644
--- a/framework/wcf/Basic/Services/Security/Identity/CS/service/App.config
+++ b/framework/wcf/Basic/Services/Security/Identity/CS/service/App.config
@@ -1,14 +1,12 @@
-
+
-
-
-
+
-
+
@@ -17,7 +15,7 @@
-
+
@@ -31,21 +29,19 @@
-
+
-
-
-
+
+
-
-
+
diff --git a/framework/wcf/Basic/Services/Security/Identity/CS/service/service.csproj b/framework/wcf/Basic/Services/Security/Identity/CS/service/service.csproj
index 14944e34ccb..e524494002b 100644
--- a/framework/wcf/Basic/Services/Security/Identity/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/Security/Identity/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,8 +36,7 @@
-
-
+
@@ -68,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/Security/Identity/VB/client/App.config b/framework/wcf/Basic/Services/Security/Identity/VB/client/App.config
index 805da930bb4..2e6d72f0b62 100644
--- a/framework/wcf/Basic/Services/Security/Identity/VB/client/App.config
+++ b/framework/wcf/Basic/Services/Security/Identity/VB/client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -14,7 +14,7 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
@@ -24,12 +24,12 @@
-
+
-
+
@@ -37,17 +37,17 @@
-
+
-
+
-
+
@@ -58,9 +58,9 @@
-
+
-
+
diff --git a/framework/wcf/Basic/Services/Security/Identity/VB/service/App.config b/framework/wcf/Basic/Services/Security/Identity/VB/service/App.config
index 441271c0275..4d5c048055e 100644
--- a/framework/wcf/Basic/Services/Security/Identity/VB/service/App.config
+++ b/framework/wcf/Basic/Services/Security/Identity/VB/service/App.config
@@ -1,14 +1,12 @@
-
+
-
-
-
+
-
+
@@ -17,7 +15,7 @@
-
+
@@ -31,21 +29,19 @@
-
+
-
-
-
+
+
-
-
+
diff --git a/framework/wcf/Basic/Services/ServiceDescription/CS/client/App.config b/framework/wcf/Basic/Services/ServiceDescription/CS/client/App.config
index 0e4d9d778e3..0bc086023dd 100644
--- a/framework/wcf/Basic/Services/ServiceDescription/CS/client/App.config
+++ b/framework/wcf/Basic/Services/ServiceDescription/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/ServiceDescription/CS/client/client.csproj b/framework/wcf/Basic/Services/ServiceDescription/CS/client/client.csproj
index e373f0349d5..43e34525cbd 100644
--- a/framework/wcf/Basic/Services/ServiceDescription/CS/client/client.csproj
+++ b/framework/wcf/Basic/Services/ServiceDescription/CS/client/client.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -50,5 +42,5 @@
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/ServiceDescription/CS/service/service.csproj b/framework/wcf/Basic/Services/ServiceDescription/CS/service/service.csproj
index d237f6a01b8..2385f581fb7 100644
--- a/framework/wcf/Basic/Services/ServiceDescription/CS/service/service.csproj
+++ b/framework/wcf/Basic/Services/ServiceDescription/CS/service/service.csproj
@@ -1,23 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
-
+ v4.6.2
true
@@ -52,14 +44,14 @@
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Basic/Services/ServiceDescription/VB/client/app.config b/framework/wcf/Basic/Services/ServiceDescription/VB/client/app.config
index 0e4d9d778e3..0bc086023dd 100644
--- a/framework/wcf/Basic/Services/ServiceDescription/VB/client/app.config
+++ b/framework/wcf/Basic/Services/ServiceDescription/VB/client/app.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/App.config b/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/App.config
index e12e890900f..49b62649fb3 100644
--- a/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/App.config
+++ b/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/App.config
@@ -1,24 +1,16 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/client.csproj b/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/client.csproj
index 63010744488..51063372079 100644
--- a/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/client.csproj
+++ b/framework/wcf/Basic/Services/StandardEndpoints/CS/Client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20417
- 2.0
{65BE53C1-CE01-40DC-A0C3-D049F14827B6}
Exe
Properties
Microsoft.Samples.StandardEndpoints
client
- v4.0
+ v4.6.2
512
@@ -89,4 +89,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/App.config b/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/App.config
index 69b1f3504c5..23e00c3d5f7 100644
--- a/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/App.config
+++ b/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -19,7 +19,7 @@
-
+
diff --git a/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/service.csproj b/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/service.csproj
index c83894ef480..6ced775de67 100644
--- a/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/service.csproj
+++ b/framework/wcf/Basic/Services/StandardEndpoints/CS/Service/service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20417
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
Microsoft.Samples.StandardEndpoints
service
- v4.0
+ v4.6.2
512
@@ -58,4 +58,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Syndication/DiagnosticsFeed/CS/DiagnosticsFeedService.csproj b/framework/wcf/Basic/Syndication/DiagnosticsFeed/CS/DiagnosticsFeedService.csproj
index c8bc133a811..dff0fabdf58 100644
--- a/framework/wcf/Basic/Syndication/DiagnosticsFeed/CS/DiagnosticsFeedService.csproj
+++ b/framework/wcf/Basic/Syndication/DiagnosticsFeed/CS/DiagnosticsFeedService.csproj
@@ -1,14 +1,14 @@
-
+
+
Debug
AnyCPU
- 2.0
{C29A28EC-33F0-4929-8594-45F7408F4229}
Exe
Properties
Microsoft.Samples.DiagnosticsFeed
DiagnosticsFeed
- v4.0
+ v4.6.2
true
@@ -40,7 +40,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Client/Client.csproj b/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Client/Client.csproj
index fe6b3c98b99..19b7a51001b 100644
--- a/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Client/Client.csproj
@@ -1,4 +1,5 @@
-
+
+
Debug
AnyCPU
@@ -6,10 +7,9 @@
Exe
false
AspNetCachingIntegrationClientSample
- v4.0
+ v4.6.2
512
Microsoft.Samples.AspNetCachingIntegration
-
true
@@ -51,4 +51,4 @@
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Common/CustomerType.csproj b/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Common/CustomerType.csproj
index 33fb14b6180..0bedb770f76 100644
--- a/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Common/CustomerType.csproj
+++ b/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Common/CustomerType.csproj
@@ -1,4 +1,5 @@
-
+
+
Debug
AnyCPU
@@ -6,10 +7,9 @@
Library
false
AspNetCachingIntegrationCommonSample
- v4.0
+ v4.6.2
512
Microsoft.Samples.AspNetCachingIntegration
-
true
@@ -45,4 +45,4 @@
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Service/Service.csproj b/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Service/Service.csproj
index fa56ad70e92..4fbb2dc0ea3 100644
--- a/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Web/AspNetCachingIntegration/CS/Service/Service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20604
- 2.0
{79D53420-55B0-4713-80BA-2636BAD41196}
{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}
Library
Properties
Microsoft.Samples.AspNetCachingIntegration
AspNetCachingIntegrationServiceSample
- v4.0
+ v4.6.2
true
@@ -40,10 +40,10 @@
-
-
-
-
+
+
+
+
@@ -66,8 +66,8 @@
CustomerType
-
-
+
+
@@ -76,12 +76,10 @@
False
33693
/
-
-
+
False
False
-
-
+
False
diff --git a/framework/wcf/Basic/Web/BasicHttpService/CS/App.config b/framework/wcf/Basic/Web/BasicHttpService/CS/App.config
index 144909bdb2b..166efd18f3c 100644
--- a/framework/wcf/Basic/Web/BasicHttpService/CS/App.config
+++ b/framework/wcf/Basic/Web/BasicHttpService/CS/App.config
@@ -1,12 +1,12 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/BasicHttpService/CS/BasicHttpService.csproj b/framework/wcf/Basic/Web/BasicHttpService/CS/BasicHttpService.csproj
index 93da88b0f5f..46fdb326e33 100644
--- a/framework/wcf/Basic/Web/BasicHttpService/CS/BasicHttpService.csproj
+++ b/framework/wcf/Basic/Web/BasicHttpService/CS/BasicHttpService.csproj
@@ -1,4 +1,5 @@
-
+
+
Debug
AnyCPU
@@ -6,7 +7,7 @@
Exe
false
BasicHttpServiceSample
- v4.0
+ v4.6.2
512
Microsoft.Samples.BasicHttpService
@@ -50,4 +51,4 @@
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/Client.csproj b/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/Client.csproj
index 99d29b26bbd..f03b576f51a 100644
--- a/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/Client.csproj
+++ b/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/Client.csproj
@@ -1,5 +1,6 @@
-
+
+
Debug
AnyCPU
@@ -8,7 +9,7 @@
Properties
Microsoft.Samples.SoapAndHttpEndpoints
SoapAndHttpEndpointsClientSample
- v4.0
+ v4.6.2
512
@@ -35,9 +36,9 @@
-
-
-
+
+
+
@@ -89,4 +90,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/app.config b/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/app.config
index 22cfb0ec6d2..547f7e08e88 100644
--- a/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/app.config
+++ b/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Client/app.config
@@ -1,29 +1,20 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Service/Service.csproj b/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Service/Service.csproj
index 941e9029084..00b576e5daf 100644
--- a/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Service/Service.csproj
+++ b/framework/wcf/Basic/Web/SoapAndHttpEndpoints/CS/Service/Service.csproj
@@ -1,4 +1,5 @@
-
+
+
Debug
AnyCPU
@@ -8,7 +9,7 @@
Properties
Microsoft.Samples.SoapAndHttpEndpoints
SoapAndHttpEndpointsServiceSample
- v4.0
+ v4.6.2
true
@@ -35,19 +36,19 @@
-
+
-
-
-
+
+
+
-
+
-
+
@@ -67,8 +68,8 @@
-
-
+
+
@@ -77,12 +78,10 @@
False
33692
/
-
-
+
False
False
-
-
+
False
diff --git a/framework/wcf/Basic/Web/UriTemplate/CS/UriTemplate.csproj b/framework/wcf/Basic/Web/UriTemplate/CS/UriTemplate.csproj
index e880db1df2b..8c4c22e6b4d 100644
--- a/framework/wcf/Basic/Web/UriTemplate/CS/UriTemplate.csproj
+++ b/framework/wcf/Basic/Web/UriTemplate/CS/UriTemplate.csproj
@@ -1,5 +1,6 @@
-
+
+
Debug
AnyCPU
@@ -9,7 +10,7 @@
Properties
Microsoft.Samples.UriTemplates
UriTemplatesSample
- v4.0
+ v4.6.2
true
@@ -38,7 +39,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/UriTemplateDispatcher/CS/UriTemplateDispatcher.csproj b/framework/wcf/Basic/Web/UriTemplateDispatcher/CS/UriTemplateDispatcher.csproj
index 33b7110e286..cc72891eddf 100644
--- a/framework/wcf/Basic/Web/UriTemplateDispatcher/CS/UriTemplateDispatcher.csproj
+++ b/framework/wcf/Basic/Web/UriTemplateDispatcher/CS/UriTemplateDispatcher.csproj
@@ -1,4 +1,5 @@
-
+
+
Debug
AnyCPU
@@ -7,7 +8,7 @@
Properties
Microsoft.Samples.UriTemplateDispatcher
UriTemplateDispatcherSample
- v4.0
+ v4.6.2
true
@@ -34,9 +35,9 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Basic/Web/UriTemplateTable/CS/UriTemplateTable.csproj b/framework/wcf/Basic/Web/UriTemplateTable/CS/UriTemplateTable.csproj
index e7ed81239fe..482d51cd76f 100644
--- a/framework/wcf/Basic/Web/UriTemplateTable/CS/UriTemplateTable.csproj
+++ b/framework/wcf/Basic/Web/UriTemplateTable/CS/UriTemplateTable.csproj
@@ -1,4 +1,5 @@
-
+
+
Debug
AnyCPU
@@ -7,7 +8,7 @@
Properties
Microsoft.Samples.UriTemplateTables
UriTemplateTableSample
- v4.0
+ v4.6.2
true
@@ -36,7 +37,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBinding.csproj b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBinding.csproj
index 7dc53bbf84a..0fd1e6a633d 100644
--- a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBinding.csproj
+++ b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBinding.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{638585AD-3091-426F-A2ED-689C22143649}
Library
Properties
Microsoft.Samples.WSStreamedHttpBinding
WSStreamedHttpBinding
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,34 +49,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)WSStreamedHttpBinding.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)WSStreamedHttpBinding.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/App.config b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/App.config
index 11fb413c18c..59b7add0153 100644
--- a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/App.config
+++ b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/App.config
@@ -1,18 +1,18 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/client.csproj b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/client.csproj
index 7e97bf4af58..f82c5deddf4 100644
--- a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/client/client.csproj
@@ -1,38 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{9CD329D5-0514-42C3-B1EC-D8C7B1CDB7B7}
Exe
Properties
Microsoft.Samples.WSStreamedHttpBinding
client
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -81,27 +61,5 @@
Always
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/service/service.csproj b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/service/service.csproj
index 2958d89ee64..b2c6d190ad7 100644
--- a/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Binding/WSStreamedHttpBinding/CS/service/service.csproj
@@ -1,38 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{B82D45D6-660C-4B78-B41F-4A0F81DBD8AC}
Library
Properties
Microsoft.Samples.WSStreamedHttpBinding
service
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -74,36 +54,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-
-
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/ChannelHelpers.csproj b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/ChannelHelpers.csproj
index 6c5e6af7300..90b90f061f2 100644
--- a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/ChannelHelpers.csproj
+++ b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/ChannelHelpers.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{33A7ACF0-7A02-47C4-9CF8-32F4A5D5A24C}
Library
Properties
Microsoft.Samples.ChunkingChannel
Microsoft.Samples.ChannelHelpers
- v4.0
-
-
-
-
- 4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -64,29 +44,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingChannel.csproj b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingChannel.csproj
index e93b197c616..b97642ae719 100644
--- a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingChannel.csproj
+++ b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingChannel.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{C93E515C-ADC0-4C38-8F54-87E756211355}
Library
Properties
Microsoft.Samples.ChunkingChannel
ChunkingChannel
-
-
- v4.0
-
-
-
-
- 4.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -81,29 +60,7 @@
ChannelHelpers
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/App.config b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/App.config
index 6ba2637f2dd..cb766b17c96 100644
--- a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/App.config
+++ b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/App.config
@@ -1,4 +1,4 @@
-
+
-
+
diff --git a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/Client.csproj b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/Client.csproj
index ef3415bc30e..0c60daa5334 100644
--- a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{9D01B696-9ABB-4ECB-8017-1CDAF57053BA}
Exe
Properties
Microsoft.Samples.ChunkingChannel
Client
- v4.0
-
-
-
-
- 4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -78,29 +58,7 @@
PreserveNewest
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/App.config b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/App.config
index b145ab21482..cd8b02643c0 100644
--- a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/App.config
+++ b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/App.config
@@ -1,2 +1 @@
-
-
+
diff --git a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/Service.csproj b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/Service.csproj
index ab382249d83..213f9f1a46b 100644
--- a/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/Service.csproj
+++ b/framework/wcf/Extensibility/Channels/ChunkingChannel/CS/Service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{0980BC1D-6D13-4405-901C-73AFFA517B8E}
Exe
Properties
Microsoft.Samples.ChunkingChannel
Service
- v4.0
-
-
-
-
- 4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,29 +53,7 @@
ChunkingChannel
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/Client.csproj b/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/Client.csproj
index a9259f94424..3fd39ac9f9f 100644
--- a/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{9D7E8093-8C0F-481C-97B7-E91A05A42A9E}
Exe
Properties
Microsoft.Samples.CustomChannelDispatcher
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -61,30 +42,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/app.config b/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/app.config
+++ b/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Service/Service.csproj b/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Service/Service.csproj
index 142ce709b1c..d870e88a97c 100644
--- a/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Service/Service.csproj
+++ b/framework/wcf/Extensibility/Channels/CustomChannelDispatcher/CS/Service/Service.csproj
@@ -1,35 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F7BA1775-D159-49A6-BC83-00DBC74FC651}
Library
Microsoft.Samples.CustomChannelDispatcher
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -64,29 +45,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)Service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)Service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/App.config b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/App.config
index e7d29529fb1..f2b0435f062 100644
--- a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/App.config
+++ b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/App.config
@@ -1,39 +1,32 @@
-
+
-
-
+
-
+
-
-
-
+
+
-
-
-
+
-
-
-
-
+
+
+
-
-
-
-
-
+
diff --git a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/Client.csproj b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/Client.csproj
index b1d38cadd14..cc29da81de1 100644
--- a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/Client.csproj
+++ b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{1D4D4FA3-8C51-40D4-BA36-D24DE3D03824}
Exe
Properties
Microsoft.Samples.HttpCookieSession
HttpCookieSessionClient
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,29 +53,7 @@
Extensions
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/extensions/Extensions.csproj b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/extensions/Extensions.csproj
index 083b38f755f..93ba5801fc9 100644
--- a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/extensions/Extensions.csproj
+++ b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/extensions/Extensions.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{E40847BA-28FC-4620-B471-FF4BF65D91EE}
Library
Properties
Microsoft.Samples.HttpCookieSession
HttpCookieSessionExtension
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -80,29 +61,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/service/Service.csproj b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/service/Service.csproj
index 6f3110c4110..5c4f0dadfb6 100644
--- a/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/service/Service.csproj
+++ b/framework/wcf/Extensibility/Channels/HttpCookieSession/CS/service/Service.csproj
@@ -1,38 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{C4C830A7-C09A-4FB0-AB3B-0F066B9F72B5}
Library
Properties
Microsoft.Samples.HttpCookieSession
service
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -74,29 +54,6 @@
Extensions
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Channels/LocalChannel/CS/ClientAndService/ClientAndService.csproj b/framework/wcf/Extensibility/Channels/LocalChannel/CS/ClientAndService/ClientAndService.csproj
index 6af35d4318c..3e685dbe63e 100644
--- a/framework/wcf/Extensibility/Channels/LocalChannel/CS/ClientAndService/ClientAndService.csproj
+++ b/framework/wcf/Extensibility/Channels/LocalChannel/CS/ClientAndService/ClientAndService.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
x86
10.0.20702
- 2.0
{BB9A3437-8DDE-48E9-8E42-5F2673C33155}
Exe
Properties
Microsoft.Samples.LocalChannel
ClientAndService
- v4.0
+ v4.6.2
512
x86
@@ -54,4 +54,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/LocalChannel/CS/LocalChannel/LocalChannel.csproj b/framework/wcf/Extensibility/Channels/LocalChannel/CS/LocalChannel/LocalChannel.csproj
index 4770dd6e319..403a260d0bc 100644
--- a/framework/wcf/Extensibility/Channels/LocalChannel/CS/LocalChannel/LocalChannel.csproj
+++ b/framework/wcf/Extensibility/Channels/LocalChannel/CS/LocalChannel/LocalChannel.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{4AC14F01-864E-4A27-8B5C-D2C9F359B91B}
Library
Properties
Microsoft.Samples.LocalChannel
LocalChannel
- v4.0
+ v4.6.2
512
@@ -66,4 +66,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/app.config b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/app.config
index 1648870749d..6d85f2983ae 100644
--- a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/app.config
+++ b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/app.config
@@ -1,26 +1,26 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/client.csproj b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/client.csproj
index aa2dc818559..8e88e39ff66 100644
--- a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/client/client.csproj
@@ -1,36 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F86BF909-06ED-4B1F-8B2A-4C5EA9C8462D}
Exe
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -63,33 +42,11 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
library
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/library/library.csproj b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/library/library.csproj
index 126d7719988..9d97ab4cf2f 100644
--- a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/library/library.csproj
+++ b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/library/library.csproj
@@ -1,36 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
Library
-
-
MessageInterceptor
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,31 +51,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/app.config b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/app.config
index fe12edc0583..56cfefc5f2f 100644
--- a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/app.config
+++ b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/app.config
@@ -1,21 +1,21 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/service.csproj b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/service.csproj
index 337479f67d0..1e8598909f8 100644
--- a/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Channels/MessageInterceptor/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{6AED9F11-7B2C-4E43-B454-2508660EDC61}
Exe
-
-
service
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,37 +43,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
{D067DEE6-D9F3-4169-981E-02732E8ABA72}
library
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Client/Client.csproj b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Client/Client.csproj
index 9d655c0ad43..548b2953fd5 100644
--- a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Client/Client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{E6CD89FB-FDD5-4FA1-B7A7-F6D757BFA6D3}
Exe
Properties
Microsoft.Samples.ReliableSecureProfile
Client
- v4.0
+ v4.6.2
512
AnyCPU
@@ -57,4 +57,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/MakeConnectionChannel/MakeConnectionChannel.csproj b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/MakeConnectionChannel/MakeConnectionChannel.csproj
index b216f88f61a..c68af8608b0 100644
--- a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/MakeConnectionChannel/MakeConnectionChannel.csproj
+++ b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/MakeConnectionChannel/MakeConnectionChannel.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{80C87312-A6A8-44DE-97E0-78A4517D2E61}
Library
Properties
Microsoft.Samples.ReliableSecureProfile
MakeConnectionChannel
- v4.0
+ v4.6.2
512
AnyCPU
@@ -80,4 +80,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/Service.csproj b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/Service.csproj
index 877ea45e8f3..69bca2a3c29 100644
--- a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/Service.csproj
+++ b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/Service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{0A3C5D6F-C57D-47C4-BEBF-5E905BA59CF0}
Exe
Properties
Microsoft.Samples.ReliableSecureProfile
Service
- v4.0
+ v4.6.2
512
AnyCPU
@@ -60,4 +60,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/app.config b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/app.config
index 4a87a4fa5c8..cc50bea626c 100644
--- a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/app.config
+++ b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/Service/app.config
@@ -1,43 +1,39 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/ServiceContract/ServiceContract.csproj b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/ServiceContract/ServiceContract.csproj
index b9558819d87..d94e09a7342 100644
--- a/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/ServiceContract/ServiceContract.csproj
+++ b/framework/wcf/Extensibility/Channels/ReliableSecureProfile/CS/ServiceContract/ServiceContract.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20702
- 2.0
{6CD7DC9E-909D-4870-B96E-6AE663C91CF7}
Library
Properties
Microsoft.Samples.ReliableSecureProfile
ServiceContract
- v4.0
+ v4.6.2
512
AnyCPU
@@ -47,4 +47,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/App.config b/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/App.config
index 46b370f5246..fd3e336df03 100644
--- a/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/App.config
+++ b/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/App.config
@@ -1,29 +1,20 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/Client.csproj b/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/Client.csproj
index c866a1c0c55..7b8b7f162e6 100644
--- a/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/DataContract/Surrogate/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{168D4931-F200-4703-8EF9-D2D71BA0EF26}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,29 +47,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/DataContract/Surrogate/CS/Service/Service.csproj b/framework/wcf/Extensibility/DataContract/Surrogate/CS/Service/Service.csproj
index a1d645bff6e..6be18ec08ed 100644
--- a/framework/wcf/Extensibility/DataContract/Surrogate/CS/Service/Service.csproj
+++ b/framework/wcf/Extensibility/DataContract/Surrogate/CS/Service/Service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{C915C9DD-F25C-4465-B1EC-7E5EFD4D59D4}
Library
Properties
Service
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,29 +49,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/App.config b/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/App.config
index f12e9980297..8ead3360f7a 100644
--- a/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/App.config
+++ b/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/App.config
@@ -1,11 +1,8 @@
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/client.csproj b/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/client.csproj
index 15af4395b72..a4f8592d2fc 100644
--- a/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/service/service.csproj b/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/service/service.csproj
index bb88c6d8cf7..f6944405683 100644
--- a/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/ErrorHandling/ErrorLogging/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,34 +47,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/App.config b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/App.config
index 0d690014f10..f3eddc5eae8 100644
--- a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/App.config
+++ b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/App.config
@@ -1,34 +1,29 @@
-
+
-
-
+
-
-
-
+
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/Client.csproj b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/Client.csproj
index 0d8e60b907e..28e5193c54e 100644
--- a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{6A70C6FC-E909-4EC2-B337-AD6993A4359F}
Exe
Properties
Client
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,29 +52,7 @@
QueryStringFormatter
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/QueryStringFormatter.csproj b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/QueryStringFormatter.csproj
index d1c838f7526..63d9bbd6431 100644
--- a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/QueryStringFormatter.csproj
+++ b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/QueryStringFormatter.csproj
@@ -1,38 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{2AE7CB56-CFBE-48EF-81F3-8A0B7D5F58BB}
Library
Properties
QueryStringFormatter
QueryStringFormatter
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,29 +49,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/App.config b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/App.config
index 0a65a793ccc..ae78de6ad78 100644
--- a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/App.config
+++ b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -6,37 +6,33 @@
-
+
-
+
-
-
-
+
+
-
-
+
-
-
+
-
-
+
diff --git a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/Service.csproj b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/Service.csproj
index 080db39a342..1097acac4db 100644
--- a/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/Service.csproj
+++ b/framework/wcf/Extensibility/Formatters/QueryStringFormatter/CS/Service/Service.csproj
@@ -1,38 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{E7A4D0B8-A861-4E9A-BA41-7FB2017FAACB}
Exe
Properties
Service
Service
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,29 +53,7 @@
QueryStringFormatter
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/App.config b/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/App.config
index 7493204f5f0..e657997b8f8 100644
--- a/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/App.config
+++ b/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/App.config
@@ -1,9 +1,9 @@
-
-
+
+
-
+
diff --git a/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/client.csproj b/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/client.csproj
index b1eb0f2c0f3..a4f8592d2fc 100644
--- a/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,22 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/service/service.csproj b/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/service/service.csproj
index 1bcd28087d8..fa053b6943e 100644
--- a/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Hosting/CustomServiceHost/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,33 +46,18 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- rmdir /S /Q %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+
+ rmdir /S /Q %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Instancing/Durable/CS/client/App.config b/framework/wcf/Extensibility/Instancing/Durable/CS/client/App.config
index 01e3f0faabe..03973724f79 100644
--- a/framework/wcf/Extensibility/Instancing/Durable/CS/client/App.config
+++ b/framework/wcf/Extensibility/Instancing/Durable/CS/client/App.config
@@ -1,32 +1,27 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ -->
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Instancing/Durable/CS/client/Client.csproj b/framework/wcf/Extensibility/Instancing/Durable/CS/client/Client.csproj
index 1e45f9e8792..f13f9c00930 100644
--- a/framework/wcf/Extensibility/Instancing/Durable/CS/client/Client.csproj
+++ b/framework/wcf/Extensibility/Instancing/Durable/CS/client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{BDB1DD52-5EAA-4AF6-8E56-F528A462F23E}
Exe
Properties
Microsoft.ServiceModel.Samples
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,29 +52,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Durable/CS/extensions/extensions.csproj b/framework/wcf/Extensibility/Instancing/Durable/CS/extensions/extensions.csproj
index d3099a511eb..3f98c934af3 100644
--- a/framework/wcf/Extensibility/Instancing/Durable/CS/extensions/extensions.csproj
+++ b/framework/wcf/Extensibility/Instancing/Durable/CS/extensions/extensions.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{14F5456C-B357-4BAB-BD2D-2DF58B507304}
Library
Properties
Microsoft.ServiceModel.Samples
DurableInstanceContextExtension
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -99,29 +80,7 @@
Resources.Designer.cs
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Durable/CS/service/App.config b/framework/wcf/Extensibility/Instancing/Durable/CS/service/App.config
index 4d96e5a5ada..b44dd6ebd5f 100644
--- a/framework/wcf/Extensibility/Instancing/Durable/CS/service/App.config
+++ b/framework/wcf/Extensibility/Instancing/Durable/CS/service/App.config
@@ -1,49 +1,42 @@
-
+
-
+
-
-
-
-
-
-
-
+
+
+
+
-
+
-
+
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Instancing/Durable/CS/service/service.csproj b/framework/wcf/Extensibility/Instancing/Durable/CS/service/service.csproj
index 8999fbbbaed..6bb5c082db1 100644
--- a/framework/wcf/Extensibility/Instancing/Durable/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Instancing/Durable/CS/service/service.csproj
@@ -1,39 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Exe
Properties
-
-
service
- true
-
-
- v4.0
-
-
- 2.0
-
+
+ v4.6.2
http://localhost/service/
- true
- Web
- true
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
true
@@ -84,41 +62,8 @@
extensions
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 2.0
- true
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
- False
- SQL Server 2005 Express Edition
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Initialization/CS/client/App.config b/framework/wcf/Extensibility/Instancing/Initialization/CS/client/App.config
index 4d1e1a56187..3bf4d0a32a8 100644
--- a/framework/wcf/Extensibility/Instancing/Initialization/CS/client/App.config
+++ b/framework/wcf/Extensibility/Instancing/Initialization/CS/client/App.config
@@ -1,9 +1,8 @@
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Instancing/Initialization/CS/client/Client.csproj b/framework/wcf/Extensibility/Instancing/Initialization/CS/client/Client.csproj
index bda015f414b..ad4edd20bbc 100644
--- a/framework/wcf/Extensibility/Instancing/Initialization/CS/client/Client.csproj
+++ b/framework/wcf/Extensibility/Instancing/Initialization/CS/client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{A14DAFDF-2D84-4DC3-A8CE-F81D36FC912F}
Exe
Properties
Microsoft.ServiceModel.Samples
Client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,29 +45,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Initialization/CS/extensions/Extensions.csproj b/framework/wcf/Extensibility/Instancing/Initialization/CS/extensions/Extensions.csproj
index 3747f3e5969..74e14a14f09 100644
--- a/framework/wcf/Extensibility/Instancing/Initialization/CS/extensions/Extensions.csproj
+++ b/framework/wcf/Extensibility/Instancing/Initialization/CS/extensions/Extensions.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{24F59702-9923-4D05-BD39-F4A6D9F0ED78}
Library
Properties
Microsoft.ServiceModel.Samples
InstancePoolingExtension
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -77,29 +57,7 @@
Resources.Designer.cs
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Initialization/CS/service/App.config b/framework/wcf/Extensibility/Instancing/Initialization/CS/service/App.config
index 91e63d6d70e..0d7bb403674 100644
--- a/framework/wcf/Extensibility/Instancing/Initialization/CS/service/App.config
+++ b/framework/wcf/Extensibility/Instancing/Initialization/CS/service/App.config
@@ -1,12 +1,11 @@
-
+
-
-
-
+
+
-
+
diff --git a/framework/wcf/Extensibility/Instancing/Initialization/CS/service/Service.csproj b/framework/wcf/Extensibility/Instancing/Initialization/CS/service/Service.csproj
index 3d14e0b771d..49f4ef6d329 100644
--- a/framework/wcf/Extensibility/Instancing/Initialization/CS/service/Service.csproj
+++ b/framework/wcf/Extensibility/Instancing/Initialization/CS/service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{AE58B0A0-F124-4ABE-8543-42110CFA8959}
Exe
Properties
Microsoft.ServiceModel.Samples
Service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,29 +51,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/App.config b/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/App.config
index 5f366b7a8d5..5fb8f6c5d88 100644
--- a/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/App.config
+++ b/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/App.config
@@ -1,19 +1,16 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/Client.csproj b/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/Client.csproj
index 0916ba47535..21ddfd17148 100644
--- a/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/Client.csproj
+++ b/framework/wcf/Extensibility/Instancing/Lifetime/CS/client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{141A9C5A-0610-4F1B-BDD5-1EAF8416850E}
Exe
Properties
Microsoft.ServiceModel.Samples
Client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,29 +47,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Lifetime/CS/extensions/Extensions.csproj b/framework/wcf/Extensibility/Instancing/Lifetime/CS/extensions/Extensions.csproj
index 011527897ea..7c4dfcc3e1d 100644
--- a/framework/wcf/Extensibility/Instancing/Lifetime/CS/extensions/Extensions.csproj
+++ b/framework/wcf/Extensibility/Instancing/Lifetime/CS/extensions/Extensions.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{286B7623-BDB9-409A-8489-A3D3FCEFEED4}
Library
Properties
Microsoft.ServiceModel.Samples
InstancePoolingExtension
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -83,29 +63,7 @@
Resources.Designer.cs
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/App.config b/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/App.config
index e51f2b9f27b..42708281ab6 100644
--- a/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/App.config
+++ b/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/App.config
@@ -1,20 +1,18 @@
-
+
-
+
-
-
-
+
+
-
-
+
diff --git a/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/Service.csproj b/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/Service.csproj
index 4ba11eda188..44e41fe699e 100644
--- a/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/Service.csproj
+++ b/framework/wcf/Extensibility/Instancing/Lifetime/CS/service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{E08400D5-2EE3-4798-A8E5-C0C2C1882E90}
Exe
Properties
Microsoft.ServiceModel.Samples
Service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,29 +53,7 @@
Extensions
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Pooling/CS/client/App.config b/framework/wcf/Extensibility/Instancing/Pooling/CS/client/App.config
index b9504df4a75..acd54f483eb 100644
--- a/framework/wcf/Extensibility/Instancing/Pooling/CS/client/App.config
+++ b/framework/wcf/Extensibility/Instancing/Pooling/CS/client/App.config
@@ -1,10 +1,9 @@
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Instancing/Pooling/CS/client/Client.csproj b/framework/wcf/Extensibility/Instancing/Pooling/CS/client/Client.csproj
index bda015f414b..ad4edd20bbc 100644
--- a/framework/wcf/Extensibility/Instancing/Pooling/CS/client/Client.csproj
+++ b/framework/wcf/Extensibility/Instancing/Pooling/CS/client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{A14DAFDF-2D84-4DC3-A8CE-F81D36FC912F}
Exe
Properties
Microsoft.ServiceModel.Samples
Client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,29 +45,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Pooling/CS/extensions/Extensions.csproj b/framework/wcf/Extensibility/Instancing/Pooling/CS/extensions/Extensions.csproj
index a1b2921114d..849a3ae6dd7 100644
--- a/framework/wcf/Extensibility/Instancing/Pooling/CS/extensions/Extensions.csproj
+++ b/framework/wcf/Extensibility/Instancing/Pooling/CS/extensions/Extensions.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{24F59702-9923-4D05-BD39-F4A6D9F0ED78}
Library
Properties
Microsoft.ServiceModel.Samples
InstancePoolingExtension
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -76,29 +56,7 @@
Resources.Designer.cs
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Instancing/Pooling/CS/service/App.config b/framework/wcf/Extensibility/Instancing/Pooling/CS/service/App.config
index 9c09fa32fb7..8e9584e789b 100644
--- a/framework/wcf/Extensibility/Instancing/Pooling/CS/service/App.config
+++ b/framework/wcf/Extensibility/Instancing/Pooling/CS/service/App.config
@@ -1,22 +1,22 @@
-
+
-
-
+
+
-
-
+
+
-
+
-
+
diff --git a/framework/wcf/Extensibility/Instancing/Pooling/CS/service/Service.csproj b/framework/wcf/Extensibility/Instancing/Pooling/CS/service/Service.csproj
index 86940dc8291..d35b83b80fb 100644
--- a/framework/wcf/Extensibility/Instancing/Pooling/CS/service/Service.csproj
+++ b/framework/wcf/Extensibility/Instancing/Pooling/CS/service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{AE58B0A0-F124-4ABE-8543-42110CFA8959}
Exe
Properties
Microsoft.ServiceModel.Samples
Service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,29 +51,7 @@
Extensions
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/app.config b/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/app.config
index c719e9eff1a..95e3fb990f3 100644
--- a/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/app.config
+++ b/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/app.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/client.csproj b/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/client.csproj
index 1035be8ae82..d7ff9ba5419 100644
--- a/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/service/service.csproj b/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/service/service.csproj
index 1d90c23b11b..706167e3822 100644
--- a/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Interop/AdvancedDispatchByBody/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,36 +51,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/App.config b/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/App.config
index cb903402f67..dda7247aca6 100644
--- a/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/App.config
+++ b/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/App.config
@@ -1,12 +1,9 @@
-
+
-
-
+
-
-
diff --git a/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/client.csproj b/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/client.csproj
index a0b530b172a..10b2e77103f 100644
--- a/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Interop/RouteByBody/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Interop/RouteByBody/CS/service/service.csproj b/framework/wcf/Extensibility/Interop/RouteByBody/CS/service/service.csproj
index 3b21f8b7089..2734738487d 100644
--- a/framework/wcf/Extensibility/Interop/RouteByBody/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Interop/RouteByBody/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,37 +51,15 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)service.wsdl" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\service.wsdl" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/Client.csproj b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/Client.csproj
index 9aebac1dbcb..d884f1ff264 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{97E8A065-31ED-4506-B3A4-6B2E2ED5B124}
Exe
Properties
Microsoft.Samples.GZipEncoder
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,27 +54,5 @@
GZipEncoder
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/app.config b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/app.config
index 6b6fb9dd944..5a7ff23e676 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/app.config
+++ b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Client/app.config
@@ -1,27 +1,26 @@
-
+
-
+
-
-
+
-
+
-
-
+
+
-
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipEncoder.csproj b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipEncoder.csproj
index e7ca1af23ef..e5366a84759 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipEncoder.csproj
+++ b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipEncoder.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{3EB736C4-62EA-4887-B040-948B13EF29B9}
Library
Microsoft.Samples.GZipEncoder
GZipEncoder
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -61,27 +42,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/Server.csproj b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/Server.csproj
index 56480530d08..65b242f7f27 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/Server.csproj
+++ b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/Server.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{9746FE53-56C5-4ED5-9214-D93F457A0560}
Exe
Microsoft.Samples.GZipEncoder
Server
4
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -66,27 +47,5 @@
GZipEncoder
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/app.config b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/app.config
index 83bfb8215ab..370388dabad 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/app.config
+++ b/framework/wcf/Extensibility/MessageEncoder/Compression/CS/Server/app.config
@@ -1,4 +1,4 @@
-
+
@@ -12,8 +12,8 @@
-
-
+
+
@@ -22,10 +22,10 @@
-
+
-
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/App.config b/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/App.config
index aa73bf3cdb8..4139472bab8 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/App.config
+++ b/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/App.config
@@ -1,39 +1,29 @@
-
+
-
-
-
-
+
+
-
-
-
-
-
+
+
-
-
+
-
+
-
+
-
-
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/client.csproj b/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/client.csproj
index 7cdb1ddb41a..eceb2846f05 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/MessageEncoder/Text/CS/client/client.csproj
@@ -1,36 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -74,27 +53,5 @@
CustomTextMessageEncoder
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncoder.csproj b/framework/wcf/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncoder.csproj
index 7e16c820618..b8615200a61 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncoder.csproj
+++ b/framework/wcf/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncoder.csproj
@@ -1,36 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{8A42F86C-6977-4A0B-9889-3C697A0C1096}
Library
-
-
CustomTextMessageEncoder
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageEncoder/Text/CS/service/service.csproj b/framework/wcf/Extensibility/MessageEncoder/Text/CS/service/service.csproj
index 2f1fe216c6b..60ba69650f7 100644
--- a/framework/wcf/Extensibility/MessageEncoder/Text/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/MessageEncoder/Text/CS/service/service.csproj
@@ -1,36 +1,15 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -76,34 +55,14 @@
CustomTextMessageEncoder
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\
- copy "$(TargetDir)*.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)Web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
+
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)*.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageFilter/CS/client/app.config b/framework/wcf/Extensibility/MessageFilter/CS/client/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Extensibility/MessageFilter/CS/client/app.config
+++ b/framework/wcf/Extensibility/MessageFilter/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/MessageFilter/CS/client/client.csproj b/framework/wcf/Extensibility/MessageFilter/CS/client/client.csproj
index ff6a3929e27..5884b447ba1 100644
--- a/framework/wcf/Extensibility/MessageFilter/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/MessageFilter/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -63,30 +41,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageFilter/CS/service/service.csproj b/framework/wcf/Extensibility/MessageFilter/CS/service/service.csproj
index a108333746e..49fe70725b4 100644
--- a/framework/wcf/Extensibility/MessageFilter/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/MessageFilter/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,36 +51,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageFilter/CopySamples.csproj b/framework/wcf/Extensibility/MessageFilter/CopySamples.csproj
index a1901c4f593..346cc255350 100644
--- a/framework/wcf/Extensibility/MessageFilter/CopySamples.csproj
+++ b/framework/wcf/Extensibility/MessageFilter/CopySamples.csproj
@@ -1,18 +1,14 @@
-
-
-
+
+
-
-
-
diff --git a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/MessageInspectors/MessageInspectors.csproj b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/MessageInspectors/MessageInspectors.csproj
index e32e5a2026e..6e3ae24127a 100644
--- a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/MessageInspectors/MessageInspectors.csproj
+++ b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/MessageInspectors/MessageInspectors.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{9A868F85-F6AA-456C-8E78-F695037CAF6E}
Library
Properties
Microsoft.ServiceModel.Samples
MessageInspectors
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,14 +36,8 @@
-
- False
- ..\..\..\..\..\..\..\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\\System.Runtime.Serialization.dll
-
-
- False
- ..\..\..\..\..\..\..\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\\System.ServiceModel.dll
-
+
+
@@ -73,29 +48,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/app.config b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/app.config
index 630cbbb1798..8bff918065c 100644
--- a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/app.config
+++ b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/app.config
@@ -1,9 +1,9 @@
-
+
-
-
+
+
-
+
diff --git a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/client.csproj b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/client.csproj
index c4352c2b304..8fff1ccae8d 100644
--- a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -79,27 +58,5 @@
MessageInspectors
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/service/service.csproj b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/service/service.csproj
index 17d41f42737..50fa4cfcd6f 100644
--- a/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/MessageInspectors/SchemaValidation/CS/service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -79,37 +58,16 @@
MessageInspectors
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(TargetDir)MessageInspectors.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)messages.xsd" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)MessageInspectors.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\messages.xsd" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/App.config b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/App.config
index 6750f28338b..5222bef74b3 100644
--- a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/App.config
+++ b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/App.config
@@ -1,7 +1,7 @@
-
+
-
+
-
+
diff --git a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/MetadataResolverClient.csproj b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/MetadataResolverClient.csproj
index c9f53bda4f4..77dda601f6e 100644
--- a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/MetadataResolverClient.csproj
+++ b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/MetadataResolverClient.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{8200D99B-8A5B-4417-99EE-401BBF6A5A61}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,6 +35,7 @@
+
@@ -66,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/Service/service.csproj b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/Service/service.csproj
index 6e7c930090f..37ca3364fc9 100644
--- a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/Service/service.csproj
+++ b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/Service/service.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,34 +46,12 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/App.config b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/App.config
index d109291dafb..b6662d0b2b3 100644
--- a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/App.config
+++ b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/App.config
@@ -1,21 +1,20 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/SvcutilClient.csproj b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/SvcutilClient.csproj
index 4650fab710e..3734e8c1682 100644
--- a/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/SvcutilClient.csproj
+++ b/framework/wcf/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/SvcutilClient.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,6 +33,7 @@
+
@@ -65,27 +45,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/App.config b/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/App.config
index 92b5150fe1a..b3455533ba4 100644
--- a/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/App.config
+++ b/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/App.config
@@ -1,16 +1,13 @@
-
+
-
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/client.csproj b/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/client.csproj
index c80364c9126..241ea443915 100644
--- a/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/client/client.csproj
@@ -1,37 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -41,8 +20,7 @@
DEBUG;TRACE
prompt
4
-
-
+
AllRules.ruleset
@@ -76,27 +54,5 @@
library
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/library/library.csproj b/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/library/library.csproj
index 7ee90db3975..6d012a6efd1 100644
--- a/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/library/library.csproj
+++ b/framework/wcf/Extensibility/Metadata/WsdlDocumentation/CS/library/library.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{1B3543EE-6721-437D-90D9-52EDA13F0F77}
Library
Properties
Microsoft.ServiceModel.Samples
WsdlDocumentation
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,10 +35,7 @@
-
- False
- ..\..\..\..\..\Whidbey\Assemblies\System.Runtime.Serialization.dll
-
+
@@ -67,29 +45,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/App.config b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/App.config
index e412b434836..7b6fc7e95e5 100644
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/App.config
+++ b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/App.config
@@ -1,32 +1,28 @@
-
+
-
-
-
+
-
-
+
-
-
+
-
-
-
-
-
+
+
+
+
+
-
+
-
-
+
+
@@ -40,13 +36,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 3546e395e44..00000000000
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.resx b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.resx
deleted file mode 100644
index fe52bb6e966..00000000000
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index ff4cd69ff1a..00000000000
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.settings b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.settings
deleted file mode 100644
index 099a656bee6..00000000000
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/client.csproj b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/client.csproj
index 23e0577b5cc..fe5e332486f 100644
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -62,49 +40,8 @@
-
- True
- True
- Settings.settings
-
-
- ResXFileCodeGenerator
- Designer
- Resources.Designer.cs
-
-
- True
- True
- Resources.resx
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/App.config b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/App.config
index f9cef7d64b5..06bbe40eb44 100644
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/App.config
+++ b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/App.config
@@ -1,47 +1,44 @@
-
+
-
-
+
-
-
+
+
-
-
+
-
+
-
-
+
-
+
@@ -54,27 +51,25 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/service.csproj b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/service.csproj
index d249dc135db..f1e5fd2225e 100644
--- a/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/AuthorizationPolicy/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -77,27 +57,5 @@
PolicyLibrary
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/ClientValidation/CS/InternetClientValidator/InternetClientValidator.csproj b/framework/wcf/Extensibility/Security/ClientValidation/CS/InternetClientValidator/InternetClientValidator.csproj
index 0d4dc3a1571..8d767759482 100644
--- a/framework/wcf/Extensibility/Security/ClientValidation/CS/InternetClientValidator/InternetClientValidator.csproj
+++ b/framework/wcf/Extensibility/Security/ClientValidation/CS/InternetClientValidator/InternetClientValidator.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{1690809B-62A4-4A9F-8746-9D9647177BF0}
Library
Properties
Microsoft.ServiceModel.Samples
InternetClientValidator
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,7 +36,7 @@
-
+
@@ -65,29 +45,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/ClientValidation/CS/client/app.config b/framework/wcf/Extensibility/Security/ClientValidation/CS/client/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Extensibility/Security/ClientValidation/CS/client/app.config
+++ b/framework/wcf/Extensibility/Security/ClientValidation/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/Security/ClientValidation/CS/client/client.csproj b/framework/wcf/Extensibility/Security/ClientValidation/CS/client/client.csproj
index 8c285977fab..e43e4872898 100644
--- a/framework/wcf/Extensibility/Security/ClientValidation/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/ClientValidation/CS/client/client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{C8F5CD12-A639-4431-BC76-BA60B2B379CD}
Exe
Properties
client
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,7 +35,8 @@
-
+
+
@@ -70,32 +51,10 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/ClientValidation/CS/service/App.config b/framework/wcf/Extensibility/Security/ClientValidation/CS/service/App.config
index 60edc7a6f3d..d3b8e42add2 100644
--- a/framework/wcf/Extensibility/Security/ClientValidation/CS/service/App.config
+++ b/framework/wcf/Extensibility/Security/ClientValidation/CS/service/App.config
@@ -1,66 +1,63 @@
-
+
-
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
-
+
-
+
-
-
-
+
+
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/ClientValidation/CS/service/service.csproj b/framework/wcf/Extensibility/Security/ClientValidation/CS/service/service.csproj
index 871b6c26f15..14839340ddd 100644
--- a/framework/wcf/Extensibility/Security/ClientValidation/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/ClientValidation/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{95E424C0-E517-4607-B7F2-1E3A2F4B649D}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,7 +35,7 @@
-
+
@@ -66,29 +46,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/CustomToken/CS/Common/Common.csproj b/framework/wcf/Extensibility/Security/CustomToken/CS/Common/Common.csproj
index 6ba8fa98535..1783c55be77 100644
--- a/framework/wcf/Extensibility/Security/CustomToken/CS/Common/Common.csproj
+++ b/framework/wcf/Extensibility/Security/CustomToken/CS/Common/Common.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{81F88465-17E1-4D35-AFC4-64686D4900E3}
Library
Properties
Common
Common
-
-
- v4.0
-
-
-
-
- 2.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,29 +51,7 @@
CreditCardToken
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardToken.csproj b/framework/wcf/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardToken.csproj
index 6140962690a..a4fafd84480 100644
--- a/framework/wcf/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardToken.csproj
+++ b/framework/wcf/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardToken.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{B6AA72DA-1BFD-40A0-B2DE-9B82FF0C3F37}
Library
Properties
Common
CreditCardToken
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -76,27 +56,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/CustomToken/CS/client/app.config b/framework/wcf/Extensibility/Security/CustomToken/CS/client/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Extensibility/Security/CustomToken/CS/client/app.config
+++ b/framework/wcf/Extensibility/Security/CustomToken/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/Security/CustomToken/CS/client/client.csproj b/framework/wcf/Extensibility/Security/CustomToken/CS/client/client.csproj
index e8f1b24d056..c98bf8cd0cf 100644
--- a/framework/wcf/Extensibility/Security/CustomToken/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/CustomToken/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -74,30 +52,8 @@
CreditCardToken
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/CustomToken/CS/service/service.csproj b/framework/wcf/Extensibility/Security/CustomToken/CS/service/service.csproj
index ed36dc13bba..bfb9b415e10 100644
--- a/framework/wcf/Extensibility/Security/CustomToken/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/CustomToken/CS/service/service.csproj
@@ -1,40 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
-
-
- v4.0
-
-
-
-
- 2.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -86,37 +63,15 @@
CreditCardToken
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(TargetDir)common.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)CreditCardToken.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)CreditCardFile.txt" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(TargetDir)common.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)CreditCardToken.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\CreditCardFile.txt" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/App.config b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/App.config
index 127e186d5a6..3e507c34df1 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/App.config
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/App.config
@@ -1,29 +1,27 @@
-
+
-
+
-
+
-
-
+
-
@@ -37,14 +35,12 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/Client.csproj b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/Client.csproj
index cd6f7a9fe44..421952efb86 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{31740DB0-199C-4084-85AB-5916DD165312}
Exe
Properties
Gudge.Demos.Security.Federation
Client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,8 +34,8 @@
-
-
+
+
@@ -74,27 +54,5 @@
Shared
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/DurableIssuedTokenClientCredentials.csproj b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/DurableIssuedTokenClientCredentials.csproj
index 1fd2737bc02..2b11fe73a7c 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/DurableIssuedTokenClientCredentials.csproj
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/DurableIssuedTokenClientCredentials.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{ECB3EECA-ABED-48FC-9355-617991C42D67}
Library
Properties
Microsoft.ServiceModel.Samples.Security.Federation
DurableIssuedTokenClientCredentials
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,9 +35,9 @@
-
-
-
+
+
+
@@ -66,29 +46,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RSTRSTR.csproj b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RSTRSTR.csproj
index b42ab18f6f6..d213de9088f 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RSTRSTR.csproj
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RSTRSTR.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{EDAD158A-C895-48FB-A39C-282FE1C2E7CB}
Library
Properties
Gudge.Samples.Security.RSTRSTR
RSTRSTR
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,9 +35,9 @@
-
-
-
+
+
+
@@ -67,29 +47,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/App.config b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/App.config
index 6f69cbdaa01..c62bca659d3 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/App.config
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/App.config
@@ -1,4 +1,4 @@
-
+
@@ -9,28 +9,26 @@
-
+
-
+
-
+
-
+
-
-
+
-
+
-
-
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/SecurityTokenService.csproj b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/SecurityTokenService.csproj
index 869334a8ee9..2c3f383b20b 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/SecurityTokenService.csproj
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/SecurityTokenService.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{C0D12177-0B43-40EA-9D9A-1F08A902475F}
Exe
Properties
Gudge.Samples.Security.SecurityTokenService
SecurityTokenService
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,9 +34,9 @@
-
-
-
+
+
+
@@ -74,29 +54,7 @@
RSTRSTR
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/App.config b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/App.config
index e553604c96a..2001d4af508 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/App.config
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/App.config
@@ -1,9 +1,9 @@
-
+
-
+
@@ -14,7 +14,7 @@
-
+
@@ -22,29 +22,27 @@
-
-
+
-
+
-
-
+
-
+
-
+
-
+
-
+
-
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/Service.csproj b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/Service.csproj
index 33f16f7b667..a91230d3586 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/Service.csproj
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/Service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{3613196C-2906-4679-96CA-E8B432DCA77C}
Exe
Properties
Gudge.Demos.Security.Federation
Service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,27 +50,5 @@
Shared
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Shared/Shared.csproj b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Shared/Shared.csproj
index 4e175bdff43..c396ea3180c 100644
--- a/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Shared/Shared.csproj
+++ b/framework/wcf/Extensibility/Security/DurableIssuedTokenProvider/CS/Shared/Shared.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{FC4B8FA4-5BC0-43DE-9EF8-40E2DA1EB56F}
Library
Properties
Gudge.Demos.Security.Shared
Shared
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -63,29 +43,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/App.config b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/App.config
index d8850f78b59..8971b8960a5 100644
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/App.config
+++ b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/App.config
@@ -1,4 +1,4 @@
-
+
@@ -6,26 +6,25 @@
-
+
-
+
-
-
+
-
+
-
+
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 3546e395e44..00000000000
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.resx b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.resx
deleted file mode 100644
index fe52bb6e966..00000000000
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index ff4cd69ff1a..00000000000
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.settings b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.settings
deleted file mode 100644
index 099a656bee6..00000000000
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/client.csproj b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/client.csproj
index 207506ea2e8..73879e83ad3 100644
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -59,54 +37,13 @@
-
- True
- True
- Resources.resx
-
-
- True
- True
- Settings.settings
-
-
- ResXFileCodeGenerator
- Designer
- Resources.Designer.cs
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/App.config b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/App.config
index 49ae19d7b4e..8eafcd98343 100644
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/App.config
+++ b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -9,34 +9,32 @@
-
+
-
+
-
+
-
-
+
-
+
-
+
-
@@ -50,15 +48,13 @@
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/service.csproj b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/service.csproj
index 6dfb93fd810..ce47d9e1cf3 100644
--- a/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/SamlTokenProvider/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,8 +35,7 @@
-
-
+
@@ -67,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/SupportingTokens/CS/Common/Common.csproj b/framework/wcf/Extensibility/Security/SupportingTokens/CS/Common/Common.csproj
index 6457fe8e0c9..88f52843c16 100644
--- a/framework/wcf/Extensibility/Security/SupportingTokens/CS/Common/Common.csproj
+++ b/framework/wcf/Extensibility/Security/SupportingTokens/CS/Common/Common.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{939BD183-0187-4D15-A789-16D32E0C4C27}
Library
Properties
Common
Common
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -62,29 +42,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/app.config b/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/app.config
+++ b/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/client.csproj b/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/client.csproj
index a6953ea8be1..f00f4f1ce30 100644
--- a/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/SupportingTokens/CS/client/client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{8AE0D87F-BBE3-438C-8CCD-CB6EE4A56520}
Exe
Properties
client
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,32 +48,10 @@
Common
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Security/SupportingTokens/CS/service/service.csproj b/framework/wcf/Extensibility/Security/SupportingTokens/CS/service/service.csproj
index ddb95ca17f1..637dfcb3c73 100644
--- a/framework/wcf/Extensibility/Security/SupportingTokens/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/SupportingTokens/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{D043EF78-4466-428A-9BC6-1E6485170A98}
Library
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -75,29 +55,6 @@
Common
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)Common.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)Common.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/App.config b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/App.config
index 5bcdb779979..3e32a49c540 100644
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/App.config
+++ b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/App.config
@@ -1,19 +1,17 @@
-
+
-
-
+
-
-
+
-
+
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 3546e395e44..00000000000
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.resx b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.resx
deleted file mode 100644
index fe52bb6e966..00000000000
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index ff4cd69ff1a..00000000000
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.settings b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.settings
deleted file mode 100644
index 099a656bee6..00000000000
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/client.csproj b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/client.csproj
index 6c7591b2704..dff5ddefebb 100644
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50215
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -52,6 +30,7 @@
+
@@ -60,49 +39,8 @@
-
- True
- True
- Settings.settings
-
-
- ResXFileCodeGenerator
- Designer
- Resources.Designer.cs
-
-
- True
- True
- Resources.resx
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/App.config b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/App.config
index c90cb575ffa..e7242df684e 100644
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/App.config
+++ b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/App.config
@@ -1,46 +1,41 @@
-
+
-
-
+
-
+
-
-
+
-
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/service.csproj b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/service.csproj
index 49d49f9ae72..37a64315708 100644
--- a/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/TokenAuthenticator/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,27 +51,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/App.config b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/App.config
index a6e8a4c1de5..a5c82ef69e8 100644
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/App.config
+++ b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/App.config
@@ -1,19 +1,17 @@
-
+
-
-
+
-
-
+
-
+
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 3546e395e44..00000000000
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.resx b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.resx
deleted file mode 100644
index fe52bb6e966..00000000000
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index ff4cd69ff1a..00000000000
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.settings b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.settings
deleted file mode 100644
index 099a656bee6..00000000000
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/client.csproj b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/client.csproj
index 40b4a6a27e8..53ef76b9fbe 100644
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/TokenProvider/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -64,49 +42,8 @@
-
- True
- True
- Settings.settings
-
-
- ResXFileCodeGenerator
- Designer
- Resources.Designer.cs
-
-
- True
- True
- Resources.resx
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/service/App.config b/framework/wcf/Extensibility/Security/TokenProvider/CS/service/App.config
index ad02e198af0..fc5908af043 100644
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/service/App.config
+++ b/framework/wcf/Extensibility/Security/TokenProvider/CS/service/App.config
@@ -1,45 +1,41 @@
-
+
-
-
+
-
+
-
-
+
-
-
+
-
+
-
-
+
diff --git a/framework/wcf/Extensibility/Security/TokenProvider/CS/service/service.csproj b/framework/wcf/Extensibility/Security/TokenProvider/CS/service/service.csproj
index c8c6034e421..6141aad7a31 100644
--- a/framework/wcf/Extensibility/Security/TokenProvider/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/TokenProvider/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +48,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/App.config b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/App.config
index 7a85353829a..01c42f5cf73 100644
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/App.config
+++ b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/App.config
@@ -1,26 +1,23 @@
-
+
-
-
-
+
-
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -34,13 +31,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 3546e395e44..00000000000
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.resx b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.resx
deleted file mode 100644
index fe52bb6e966..00000000000
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index ff4cd69ff1a..00000000000
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.settings b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.settings
deleted file mode 100644
index 099a656bee6..00000000000
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/client.csproj b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/client.csproj
index 6be9446c921..88c4a194280 100644
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -53,56 +31,15 @@
-
+
-
- True
- True
- Settings.settings
-
-
- ResXFileCodeGenerator
- Designer
- Resources.Designer.cs
-
-
- True
- True
- Resources.resx
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/App.config b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/App.config
index 2321383abb5..bf4e899f4f7 100644
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/App.config
+++ b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/App.config
@@ -1,34 +1,31 @@
-
+
-
-
+
-
+
-
-
+
-
+
-
@@ -36,18 +33,16 @@
-
+
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/service.csproj b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/service.csproj
index 8094ab04203..b782663acbd 100644
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -55,8 +35,8 @@
-
-
+
+
@@ -67,27 +47,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/client/app.config b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/client/app.config
index 7a85353829a..01c42f5cf73 100644
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/client/app.config
+++ b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/client/app.config
@@ -1,26 +1,23 @@
-
+
-
-
-
+
-
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -34,13 +31,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/service/app.config b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/service/app.config
index 2321383abb5..bf4e899f4f7 100644
--- a/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/service/app.config
+++ b/framework/wcf/Extensibility/Security/UserNamePasswordValidator/VB/service/app.config
@@ -1,34 +1,31 @@
-
+
-
-
+
-
+
-
-
+
-
+
-
@@ -36,18 +33,16 @@
-
+
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/App.config b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/App.config
index 7b2dc423d13..f76ec44c21d 100644
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/App.config
+++ b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/App.config
@@ -1,23 +1,20 @@
-
+
-
-
-
+
-
-
+
-
+
-
-
+
+
@@ -31,13 +28,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 3546e395e44..00000000000
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.resx b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.resx
deleted file mode 100644
index fe52bb6e966..00000000000
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index ff4cd69ff1a..00000000000
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.settings b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.settings
deleted file mode 100644
index 099a656bee6..00000000000
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/client.csproj b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/client.csproj
index b81c8c6d30e..1963d658494 100644
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/client.csproj
+++ b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
-
-
client
4
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -51,55 +29,14 @@
-
+
-
- True
- True
- Settings.settings
-
-
- ResXFileCodeGenerator
- Designer
- Resources.Designer.cs
-
-
- True
- True
- Resources.resx
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/App.config b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/App.config
index 22977a57d45..f14719afd43 100644
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/App.config
+++ b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/App.config
@@ -1,35 +1,32 @@
-
+
-
-
+
-
+
-
-
+
-
-
+
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/service.csproj b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/service.csproj
index 5d9693a0308..97ded7aacb2 100644
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/service.csproj
+++ b/framework/wcf/Extensibility/Security/X509CertificateValidator/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{66C5F965-7C66-479A-9960-A3CA6080A71B}
Exe
Properties
service
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -61,30 +41,8 @@
-
-
+
+
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/client/app.config b/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/client/app.config
index b6140f8bf6f..f76ec44c21d 100644
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/client/app.config
+++ b/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/client/app.config
@@ -1,28 +1,20 @@
-
+
-
-
-
+
-
-
+
-
+
-
-
+
+
@@ -36,13 +28,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/service/app.config b/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/service/app.config
index 22977a57d45..f14719afd43 100644
--- a/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/service/app.config
+++ b/framework/wcf/Extensibility/Security/X509CertificateValidator/VB/service/app.config
@@ -1,35 +1,32 @@
-
+
-
-
+
-
+
-
-
+
-
-
+
-
+
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Syndication/JsonFeeds/CS/JsonFeeds.csproj b/framework/wcf/Extensibility/Syndication/JsonFeeds/CS/JsonFeeds.csproj
index 1f35eebedc1..6ada6d98ceb 100644
--- a/framework/wcf/Extensibility/Syndication/JsonFeeds/CS/JsonFeeds.csproj
+++ b/framework/wcf/Extensibility/Syndication/JsonFeeds/CS/JsonFeeds.csproj
@@ -1,15 +1,15 @@
-
+
+
Debug
AnyCPU
- 2.0
{5E2287AF-0FBC-4CBC-8779-26760FBA3FFB}
Exe
Properties
Microsoft.Samples.JsonFeeds
JsonFeeds
- v4.0
+ v4.6.2
512
@@ -51,7 +51,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeeds.csproj b/framework/wcf/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeeds.csproj
index 471ab8235ac..8b1e2127b97 100644
--- a/framework/wcf/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeeds.csproj
+++ b/framework/wcf/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeeds.csproj
@@ -1,14 +1,14 @@
-
+
+
Debug
AnyCPU
- 2.0
{71C7E518-831C-4A3B-A29D-E253EE19F5D0}
Exe
Properties
Microsoft.Samples.StreamingFeeds
StreamingFeeds
- v4.0
+ v4.6.2
true
@@ -43,7 +43,7 @@
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/MessageInspectors.csproj b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/MessageInspectors.csproj
index 55ae1b42de4..7aea871f5a2 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/MessageInspectors.csproj
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/MessageInspectors.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{9A868F85-F6AA-456C-8E78-F695037CAF6E}
Library
Properties
Microsoft.ServiceModel.Samples
MessageInspectors
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,29 +47,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/App.config b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/App.config
index 228c185b23f..74763c16362 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/App.config
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/App.config
@@ -1,31 +1,31 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/UdpTestClient.csproj b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/UdpTestClient.csproj
index 763df1cf6cd..4e38419844c 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/UdpTestClient.csproj
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/UdpTestClient.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{99F3F714-0C25-4752-B413-0A0E11D16F12}
Exe
Properties
UdpTestClient
UdpTestClient
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -80,29 +60,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/App.config b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/App.config
index 80da1614dae..dfbf7c526c4 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/App.config
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/App.config
@@ -1,8 +1,6 @@
-
+
-
-
@@ -11,51 +9,45 @@
-->
-
+
-
+
-
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/UdpTestService.csproj b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/UdpTestService.csproj
index 1845f10cc5d..08138398b85 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/UdpTestService.csproj
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/UdpTestService.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{5920E202-A11F-47C6-8A27-B00BFAE213A0}
Exe
Properties
UdpTestService
UdpTestService
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,29 +52,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpTransport.csproj b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpTransport.csproj
index 6232169c0c7..28954370996 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpTransport.csproj
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpTransport.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{37086881-1FD9-4DE1-8DB5-0AC8456C65A9}
Library
Properties
UdpTransport
UdpTransport
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -86,27 +66,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestClient/app.config b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestClient/app.config
index 228c185b23f..74763c16362 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestClient/app.config
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestClient/app.config
@@ -1,31 +1,31 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
diff --git a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestService/app.config b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestService/app.config
index 80da1614dae..dfbf7c526c4 100644
--- a/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestService/app.config
+++ b/framework/wcf/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/VB/UdpTestService/app.config
@@ -1,8 +1,6 @@
-
+
-
-
@@ -11,51 +9,45 @@
-->
-
+
-
+
-
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/App.config b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/App.config
index 970e732d83c..2ab0e268b2e 100644
--- a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/App.config
+++ b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/App.config
@@ -1,31 +1,31 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
+
-
+
-
+
diff --git a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/UdpTestClient.csproj b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/UdpTestClient.csproj
index b89432aa7c2..73b3bd3dcd5 100644
--- a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/UdpTestClient.csproj
+++ b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestClient/UdpTestClient.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{99F3F714-0C25-4752-B413-0A0E11D16F12}
Exe
Properties
Microsoft.Samples.Udp
UdpTestClient
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,29 +54,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/App.config b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/App.config
index 0ec1a212c24..f6eb15c7233 100644
--- a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/App.config
+++ b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/App.config
@@ -1,8 +1,6 @@
-
+
-
-
@@ -11,51 +9,45 @@
-->
-
+
-
+
-
-
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/UdpTestService.csproj b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/UdpTestService.csproj
index f006fb9590b..3ce6342a1cf 100644
--- a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/UdpTestService.csproj
+++ b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTestService/UdpTestService.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{5920E202-A11F-47C6-8A27-B00BFAE213A0}
Exe
Properties
Microsoft.Samples.Udp
UdpTestService
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -72,29 +53,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTransport/UdpTransport.csproj b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTransport/UdpTransport.csproj
index 037b1142988..b0ba66c51d3 100644
--- a/framework/wcf/Extensibility/Transport/Udp/CS/UdpTransport/UdpTransport.csproj
+++ b/framework/wcf/Extensibility/Transport/Udp/CS/UdpTransport/UdpTransport.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{37086881-1FD9-4DE1-8DB5-0AC8456C65A9}
Library
Properties
Microsoft.Samples.Udp
UdpTransport
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -75,27 +56,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/App.config b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/App.config
index d266d4f4107..e540bc6dc60 100644
--- a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/App.config
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/App.config
@@ -1,8 +1,6 @@
-
+
-
-
@@ -11,41 +9,36 @@
-->
-
+
-
+
-
-
+
-
-
-
-
-
+
+
+
-
-
+
+
-
-
-
+
+
-
+
-
-
+
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/Client.csproj b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/Client.csproj
index 954e50d31d0..aafe2df00a5 100644
--- a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/Client.csproj
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Client/Client.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{EB0D023D-1EA6-4370-9E7D-2591366A482C}
Exe
Properties
Microsoft.ServiceModel.Samples
Client
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
@@ -71,27 +52,5 @@
UDPActivation
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/Service.csproj b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/Service.csproj
index 66e6e6ed04e..841da5ad33a 100644
--- a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/Service.csproj
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/Service.csproj
@@ -1,35 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{378C01C5-A821-46AF-ADF4-C9CC6BB9911F}
Library
Microsoft.ServiceModel.Samples
Service
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -71,29 +52,6 @@
UDPActivation
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-if not exist %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy /y $(ProjectDir)hello.aspx %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\.
-copy /y $(ProjectDir)Service.svc %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\.
-copy /y $(ProjectDir)Web.config %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\.
-copy "$(TargetDir)Service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-copy "$(TargetDir)Service.pdb" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
-call $(ProjectDir)SetupApp.bat
-
+ if not exist %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy /y "$(MSBuildProjectDirectory)\hello.aspx" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy /y "$(MSBuildProjectDirectory)\Service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy /y "$(MSBuildProjectDirectory)\Web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\
+ copy "$(TargetDir)Service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)Service.pdb" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ call "$(MSBuildProjectDirectory)\SetupApp.bat"
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/SetupApp.bat b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/SetupApp.bat
index 3d1a5b83bab..a5ee4b571c8 100644
--- a/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/SetupApp.bat
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/Service/SetupApp.bat
@@ -18,3 +18,5 @@ if "%ISVISTA%" == "1" (
)
@echo on
+
+exit 0
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/UDPActivation/UDPActivation.csproj b/framework/wcf/Extensibility/Transport/UdpActivation/CS/UDPActivation/UDPActivation.csproj
index 0f71ed55838..24e4675c126 100644
--- a/framework/wcf/Extensibility/Transport/UdpActivation/CS/UDPActivation/UDPActivation.csproj
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/UDPActivation/UDPActivation.csproj
@@ -1,10 +1,10 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{FE5DA43A-9746-48EE-AB5C-9EE52A1EF2CA}
Library
Properties
@@ -12,27 +12,8 @@
UDPActivation
true
UDPActivation.snk
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -136,29 +117,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- "$(FrameworkSDKDir)bin\NETFX 4.0 Tools\gacutil.exe" /f /i "$(TargetDir)UDPActivation.dll"
-
+
+ "gacutil.exe" /f /i "$(TargetDir)UDPActivation.dll"
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.csproj b/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.csproj
index 66d20050a8f..fe05c70febc 100644
--- a/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.csproj
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{3D21C55B-00DC-45A2-A9F4-83D23944D0C6}
WinExe
Properties
Microsoft.ServiceModel.Samples.Channels
WASNetActivator
- v4.0
-
-
- 2.0
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -67,8 +48,7 @@
WASNetActivator.cs
-
-
+
Designer
@@ -101,29 +81,7 @@
UDPActivation
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/app.config b/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/app.config
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/WASNetActivator/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/Transport/UdpActivation/CS/snippets.5000.json b/framework/wcf/Extensibility/Transport/UdpActivation/CS/snippets.5000.json
new file mode 100644
index 00000000000..9493e733615
--- /dev/null
+++ b/framework/wcf/Extensibility/Transport/UdpActivation/CS/snippets.5000.json
@@ -0,0 +1,3 @@
+{
+ "host": "visualstudio"
+}
\ No newline at end of file
diff --git a/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/WseTcpTransport.csproj b/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/WseTcpTransport.csproj
index cbde3e5ecd5..d0d9edc4dae 100644
--- a/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/WseTcpTransport.csproj
+++ b/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/WseTcpTransport.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{EA93D43D-BD71-46EF-83C0-C56B051E0805}
Exe
Properties
Microsoft.ServiceModel.Samples.Transport
WseTcpTransport
-
-
- v4.0
-
-
-
-
- 2.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -73,30 +52,8 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/app.config b/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/app.config
+++ b/framework/wcf/Extensibility/Transport/WseTcpInterop/CS/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Extensibility/Web/FormPost/CS/FormPost.csproj b/framework/wcf/Extensibility/Web/FormPost/CS/FormPost.csproj
index 67ed6ea8dca..572eeec175d 100644
--- a/framework/wcf/Extensibility/Web/FormPost/CS/FormPost.csproj
+++ b/framework/wcf/Extensibility/Web/FormPost/CS/FormPost.csproj
@@ -1,4 +1,5 @@
-
+
+
Debug
AnyCPU
@@ -6,10 +7,9 @@
Exe
false
FormPostSample
- v4.0
+ v4.6.2
512
Microsoft.Samples.FormPost
-
true
@@ -66,4 +66,4 @@
-
\ No newline at end of file
+
diff --git a/framework/wcf/Extensibility/Web/FormPost/CS/HtmlFormProcessing/HtmlFormProcessing.csproj b/framework/wcf/Extensibility/Web/FormPost/CS/HtmlFormProcessing/HtmlFormProcessing.csproj
index a863ce1c877..4047a70c4d6 100644
--- a/framework/wcf/Extensibility/Web/FormPost/CS/HtmlFormProcessing/HtmlFormProcessing.csproj
+++ b/framework/wcf/Extensibility/Web/FormPost/CS/HtmlFormProcessing/HtmlFormProcessing.csproj
@@ -1,5 +1,6 @@
-
+
+
Debug
AnyCPU
@@ -8,7 +9,7 @@
Properties
Microsoft.Samples.FormPost
HtmlFormProcessing
- v4.0
+ v4.6.2
512
@@ -35,7 +36,7 @@
-
+
@@ -52,4 +53,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/Ajax/WeaklyTypedJson/CS/JsonObjectLibrary/JsonObjectLibrary.csproj b/framework/wcf/Scenario/Ajax/WeaklyTypedJson/CS/JsonObjectLibrary/JsonObjectLibrary.csproj
index a34284f0c79..c9166b5e210 100644
--- a/framework/wcf/Scenario/Ajax/WeaklyTypedJson/CS/JsonObjectLibrary/JsonObjectLibrary.csproj
+++ b/framework/wcf/Scenario/Ajax/WeaklyTypedJson/CS/JsonObjectLibrary/JsonObjectLibrary.csproj
@@ -1,15 +1,15 @@
-
+
+
Debug
AnyCPU
- 2.0
{1295E10F-DCA3-4F32-B72E-C14129A2FAEA}
Library
Properties
WeaklyTypedJsonLibrary
JsonObjectLibrary
- v4.0
+ v4.6.2
512
@@ -33,8 +33,7 @@
-
-
+
3.5
@@ -44,7 +43,7 @@
-
+
-
-
-
-
-
-
+
+
+
+
+
diff --git a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 8fc53d033a6..00000000000
--- a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Microsoft.Samples.DataBinding.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.ServiceModel.Samples.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.resx b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.resx
deleted file mode 100644
index 3e18af958a2..00000000000
--- a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index 03ed0a4fd09..00000000000
--- a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Microsoft.Samples.DataBinding.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.settings b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.settings
deleted file mode 100644
index 4024694778b..00000000000
--- a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/client.csproj b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/client.csproj
index 6f910e7e525..59294bd78f4 100644
--- a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/client.csproj
+++ b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/client/client.csproj
@@ -1,5 +1,6 @@
-
+
+
Debug
AnyCPU
@@ -11,30 +12,9 @@
$(OutputType)
9.0.20727
- 2.0
- v4.0
+ v4.6.2
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
-
-
-
-
- 3.5
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -53,12 +33,8 @@
-
- 3.0
-
-
- 3.0
-
+
+
@@ -87,51 +63,10 @@
Code
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
Always
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
- True
- True
- Resources.resx
-
-
- True
- True
- Settings.settings
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/service/service.csproj b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/service/service.csproj
index a5998eb969a..484515c253b 100644
--- a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/service/service.csproj
+++ b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/service/service.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{BCFCB3AA-50D3-492F-A3F6-A7AB0AA836D3}
Library
Properties
AlbumService
service
-
-
-
-
-
-
- 3.5
- v4.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -69,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/snippets.5000.json b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/snippets.5000.json
new file mode 100644
index 00000000000..9493e733615
--- /dev/null
+++ b/framework/wcf/Scenario/DataBinding/WPFDataBinding/CS/snippets.5000.json
@@ -0,0 +1,3 @@
+{
+ "host": "visualstudio"
+}
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WebForms/CS/WebForms.sln b/framework/wcf/Scenario/DataBinding/WebForms/CS/WebForms.sln
index 5ac289547ff..30400837331 100644
--- a/framework/wcf/Scenario/DataBinding/WebForms/CS/WebForms.sln
+++ b/framework/wcf/Scenario/DataBinding/WebForms/CS/WebForms.sln
@@ -1,9 +1,11 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.9.34321.82
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "client", "client\", "{5A30DAD7-80A5-4462-89CF-6C76496378B7}"
ProjectSection(WebsiteProperties) = preProject
- TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.0"
+ TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.8"
Debug.AspNetCompiler.VirtualPath = "/client"
Debug.AspNetCompiler.PhysicalPath = "client\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\client\"
@@ -19,6 +21,7 @@ Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "client", "client\", "{5A30D
Release.AspNetCompiler.FixedNames = "true"
Release.AspNetCompiler.Debug = "False"
VWDPort = "40810"
+ SlnRelativePath = "client\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
@@ -58,4 +61,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {8EA2F12C-DF83-462B-91F5-C17C177D6EAC}
+ EndGlobalSection
EndGlobal
diff --git a/framework/wcf/Scenario/DataBinding/WebForms/CS/client/Web.Config b/framework/wcf/Scenario/DataBinding/WebForms/CS/client/Web.Config
index b5307a43e3e..f21869d968c 100644
--- a/framework/wcf/Scenario/DataBinding/WebForms/CS/client/Web.Config
+++ b/framework/wcf/Scenario/DataBinding/WebForms/CS/client/Web.Config
@@ -1,24 +1,34 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/framework/wcf/Scenario/DataBinding/WebForms/CS/service/service.csproj b/framework/wcf/Scenario/DataBinding/WebForms/CS/service/service.csproj
index 5406a7ddedf..e24460ae4aa 100644
--- a/framework/wcf/Scenario/DataBinding/WebForms/CS/service/service.csproj
+++ b/framework/wcf/Scenario/DataBinding/WebForms/CS/service/service.csproj
@@ -1,36 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{CDD7B00A-5A65-4350-8088-2D0C83DE32D1}
Library
Properties
service1
service
-
-
- 3.5
-
-
- v3.5
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
true
@@ -66,29 +47,6 @@
Designer
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/DataBinding/WebForms/CS/snippets.5000.json b/framework/wcf/Scenario/DataBinding/WebForms/CS/snippets.5000.json
new file mode 100644
index 00000000000..9493e733615
--- /dev/null
+++ b/framework/wcf/Scenario/DataBinding/WebForms/CS/snippets.5000.json
@@ -0,0 +1,3 @@
+{
+ "host": "visualstudio"
+}
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/App.config b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/App.config
index 505cd02b555..e3294911ce1 100644
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/App.config
+++ b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/App.config
@@ -1,10 +1,9 @@
-
+
-
+
-
-
+
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Form1.resx b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Form1.resx
deleted file mode 100644
index d58980a38d7..00000000000
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Form1.resx
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.Designer.cs b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.Designer.cs
deleted file mode 100644
index 0054c7d8691..00000000000
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace client.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("client.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.resx b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.resx
deleted file mode 100644
index af7dbebbace..00000000000
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.Designer.cs b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.Designer.cs
deleted file mode 100644
index d3badf95968..00000000000
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace client.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.settings b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.settings
deleted file mode 100644
index 39645652af6..00000000000
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/client.csproj b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/client.csproj
index 0da61a542d8..9c42668668f 100644
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/client.csproj
+++ b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/client/client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{43BF7495-8DC0-4954-8629-C286F7418840}
WinExe
Properties
client
client
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,12 +36,8 @@
-
- 3.0
-
-
- 3.0
-
+
+
@@ -73,53 +49,8 @@
Form1.cs
-
- Form1.cs
- Designer
-
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
-
- True
- Resources.resx
- True
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
- True
- Settings.settings
- True
-
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/service/service.csproj b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/service/service.csproj
index 2e0111988b2..9b0e02be88f 100644
--- a/framework/wcf/Scenario/DataBinding/WindowsForms/CS/service/service.csproj
+++ b/framework/wcf/Scenario/DataBinding/WindowsForms/CS/service/service.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
9.0.20727
- 2.0
{C148B349-3664-4EFE-9A29-BDD087F485C9}
Library
Properties
service
service
-
-
- 3.5
-
-
- v4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -65,29 +45,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- mkdir %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\servicemodelsamples
-
+
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/App.config b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/App.config
index cbf5bf712eb..e9704ae772f 100644
--- a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/App.config
+++ b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/App.config
@@ -1,18 +1,14 @@
-
+
-
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/client.csproj b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/client.csproj
index b45194bd31e..5f9f6fb479f 100644
--- a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/client.csproj
+++ b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/client.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{F6D8FC2E-62D0-4554-AC3E-1964042590E3}
Exe
Properties
-
-
client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/App.config b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/App.config
index c073081c428..059e53b7435 100644
--- a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/App.config
+++ b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/App.config
@@ -1,18 +1,14 @@
-
+
-
-
+
-
-
-
+
+
-
-
-
+
diff --git a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/datasource.csproj b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/datasource.csproj
index 52d2bc46816..780df3ef161 100644
--- a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/datasource.csproj
+++ b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/datasource.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{94968F83-7408-473B-9792-D8C986293B29}
Exe
Properties
-
-
datasource
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -68,27 +46,5 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/service.csproj b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/service.csproj
index 23516eb59c0..be8dd7955a0 100644
--- a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/service.csproj
+++ b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/service.csproj
@@ -1,38 +1,16 @@
-
+
+
Debug
AnyCPU
8.0.50110
- 2.0
{73D6E51B-9EAB-4EBE-BAA3-794D636BD176}
Library
Properties
-
-
service
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -70,36 +48,14 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
- copy "$(ProjectDir)service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
- copy "$(ProjectDir)web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
-
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ mkdir %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(TargetDir)service.dll" %SystemDrive%\inetpub\wwwroot\servicemodelsamples\bin
+ copy "$(MSBuildProjectDirectory)\service.svc" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\servicemodelsamples
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/App.config b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/App.config
index 504540a9ff1..a0a919fcc59 100644
--- a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/App.config
+++ b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/App.config
@@ -1,17 +1,13 @@
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/App.config b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/App.config
index 8cbec8d41e2..b6a44da3ed8 100644
--- a/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/App.config
+++ b/framework/wcf/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/App.config
@@ -1,17 +1,13 @@
-
+
-
-
+
-
-
+
-
-
-
+
diff --git a/framework/wcf/Scenario/DiscoveryScenario/CS/AnnouncementListener/AnnouncementListener.csproj b/framework/wcf/Scenario/DiscoveryScenario/CS/AnnouncementListener/AnnouncementListener.csproj
index f4d9ba4fb67..a7297e7cdcf 100644
--- a/framework/wcf/Scenario/DiscoveryScenario/CS/AnnouncementListener/AnnouncementListener.csproj
+++ b/framework/wcf/Scenario/DiscoveryScenario/CS/AnnouncementListener/AnnouncementListener.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{8C5DD68E-FF16-4BB3-B3C9-DA3CDB5B4DD7}
Exe
Properties
Microsoft.Samples.Discovery
AnnouncementListener
- v4.0
+ v4.6.2
512
@@ -53,4 +53,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/DiscoveryScenario/CS/Client/App.config b/framework/wcf/Scenario/DiscoveryScenario/CS/Client/App.config
index 59c4d8cebf9..1a1baeb6d29 100644
--- a/framework/wcf/Scenario/DiscoveryScenario/CS/Client/App.config
+++ b/framework/wcf/Scenario/DiscoveryScenario/CS/Client/App.config
@@ -1,7 +1,7 @@
-
+
@@ -10,13 +10,9 @@
-
+
-
+
@@ -24,10 +20,9 @@
-
+
-
-
+
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/DiscoveryScenario/CS/Client/client.csproj b/framework/wcf/Scenario/DiscoveryScenario/CS/Client/client.csproj
index 1f2b13ebc74..95c1bcde77f 100644
--- a/framework/wcf/Scenario/DiscoveryScenario/CS/Client/client.csproj
+++ b/framework/wcf/Scenario/DiscoveryScenario/CS/Client/client.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{68A87B1B-36AC-44E1-8D35-977816811572}
Exe
Properties
Microsoft.Samples.Discovery
Client
- v4.0
+ v4.6.2
512
@@ -58,4 +58,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/DiscoveryScenario/CS/CompactSignatureSecurity/CompactSignatureSecurity.csproj b/framework/wcf/Scenario/DiscoveryScenario/CS/CompactSignatureSecurity/CompactSignatureSecurity.csproj
index d346de0353e..cf702124adc 100644
--- a/framework/wcf/Scenario/DiscoveryScenario/CS/CompactSignatureSecurity/CompactSignatureSecurity.csproj
+++ b/framework/wcf/Scenario/DiscoveryScenario/CS/CompactSignatureSecurity/CompactSignatureSecurity.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{DB189E70-01C6-4926-AD9B-32B88E74899F}
Library
Properties
Microsoft.Samples.Discovery
CompactSignatureSecurity
- v4.0
+ v4.6.2
512
@@ -77,4 +77,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/DiscoveryScenario/CS/Service/App.config b/framework/wcf/Scenario/DiscoveryScenario/CS/Service/App.config
index cfe9f4a511d..71e283430d7 100644
--- a/framework/wcf/Scenario/DiscoveryScenario/CS/Service/App.config
+++ b/framework/wcf/Scenario/DiscoveryScenario/CS/Service/App.config
@@ -1,4 +1,4 @@
-
+
@@ -11,13 +11,9 @@
-
+
-
+
@@ -25,9 +21,7 @@
-
+
@@ -39,17 +33,16 @@
-
+
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/DiscoveryScenario/CS/Service/service.csproj b/framework/wcf/Scenario/DiscoveryScenario/CS/Service/service.csproj
index 0b6328f490b..61890214013 100644
--- a/framework/wcf/Scenario/DiscoveryScenario/CS/Service/service.csproj
+++ b/framework/wcf/Scenario/DiscoveryScenario/CS/Service/service.csproj
@@ -1,16 +1,16 @@
-
+
+
Debug
AnyCPU
10.0.20815
- 2.0
{B3857098-A417-426E-8EC1-3445F0A99DFC}
Exe
Properties
Microsoft.Samples.Discovery
service
- v4.0
+ v4.6.2
512
@@ -58,4 +58,4 @@
-->
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreClient/App.config b/framework/wcf/Scenario/Federation/CS/BookStoreClient/App.config
index 9b9b86c63b1..b1cd5b976e0 100644
--- a/framework/wcf/Scenario/Federation/CS/BookStoreClient/App.config
+++ b/framework/wcf/Scenario/Federation/CS/BookStoreClient/App.config
@@ -1,4 +1,4 @@
-
+
@@ -10,7 +10,7 @@
-
+
@@ -20,7 +20,7 @@
-
+
@@ -30,15 +30,14 @@
-
+
-
+
-
@@ -52,22 +51,19 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
-
+
-
+
-
-
-
+
+
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreClient/BookStoreClient.csproj b/framework/wcf/Scenario/Federation/CS/BookStoreClient/BookStoreClient.csproj
index f5796a5ca0b..b097cd8d309 100644
--- a/framework/wcf/Scenario/Federation/CS/BookStoreClient/BookStoreClient.csproj
+++ b/framework/wcf/Scenario/Federation/CS/BookStoreClient/BookStoreClient.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{679328F3-0BFE-4144-963F-2B052AD2D642}
WinExe
Properties
FederationSample
BookStoreClient
- v4.0
-
-
-
-
- 4.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -79,26 +59,7 @@
BookStoreClientForm.cs
Designer
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
-
- True
- Resources.resx
- True
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
- True
- Settings.settings
- True
-
@@ -106,27 +67,5 @@
Common
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
\ No newline at end of file
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Resources.Designer.cs b/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Resources.Designer.cs
deleted file mode 100644
index d383d4f3640..00000000000
--- a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,63 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.21019.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace FederationSample.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("FederationSample.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Resources.resx b/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Resources.resx
deleted file mode 100644
index af7dbebbace..00000000000
--- a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Settings.Designer.cs b/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Settings.Designer.cs
deleted file mode 100644
index d277e1cbd87..00000000000
--- a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.21019.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace FederationSample.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Settings.settings b/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Settings.settings
deleted file mode 100644
index 39645652af6..00000000000
--- a/framework/wcf/Scenario/Federation/CS/BookStoreClient/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreSTS/BookStoreSTS.csproj b/framework/wcf/Scenario/Federation/CS/BookStoreSTS/BookStoreSTS.csproj
index 1c392738df3..54348cff560 100644
--- a/framework/wcf/Scenario/Federation/CS/BookStoreSTS/BookStoreSTS.csproj
+++ b/framework/wcf/Scenario/Federation/CS/BookStoreSTS/BookStoreSTS.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{3D879B25-E8E3-4ADF-9004-2F9B5C8FA960}
Library
Properties
FederationSample
BookStoreSTS
-
-
- v4.0
-
-
-
-
- 4.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -85,35 +64,15 @@
Common
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- md %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreSTS\bin
-copy "$(TargetDir)BookStoreSTS.dll" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreSTS\bin
-copy "$(TargetDir)Common.dll" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreSTS\bin
-copy "$(ProjectDir)STS.svc" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreSTS
-copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreSTS
-copy "$(ProjectDir)BookDB.txt" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreSTS
+
+ md %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreSTS\bin
+ copy "$(TargetDir)BookStoreSTS.dll" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreSTS\bin
+ copy "$(TargetDir)Common.dll" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreSTS\bin
+ copy "$(MSBuildProjectDirectory)\STS.svc" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreSTS
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreSTS
+ copy "$(MSBuildProjectDirectory)\BookDB.txt" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreSTS
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/Federation/CS/BookStoreService/BookStoreService.csproj b/framework/wcf/Scenario/Federation/CS/BookStoreService/BookStoreService.csproj
index 93d7920150f..e7b576e4e52 100644
--- a/framework/wcf/Scenario/Federation/CS/BookStoreService/BookStoreService.csproj
+++ b/framework/wcf/Scenario/Federation/CS/BookStoreService/BookStoreService.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{18B2A3EC-94D3-406E-8823-C1C8054BA469}
Library
Properties
FederationSample
BookStoreService
-
-
- v4.0
-
-
-
-
- 4.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -87,36 +66,15 @@
Common
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- md %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreService\bin
-copy "$(TargetDir)BookStoreService.dll" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreService\bin
-copy "$(TargetDir)Common.dll" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreService\bin
-copy "$(ProjectDir)store.svc" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreService
-copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreService
-copy "$(ProjectDir)BookDB.txt" %25SystemDrive%25\inetpub\wwwroot\FederationSample\BookStoreService
-
+
+ md %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreService\bin
+ copy "$(TargetDir)BookStoreService.dll" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreService\bin
+ copy "$(TargetDir)Common.dll" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreService\bin
+ copy "$(MSBuildProjectDirectory)\store.svc" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreService
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreService
+ copy "$(MSBuildProjectDirectory)\BookDB.txt" %SystemDrive%\inetpub\wwwroot\FederationSample\BookStoreService
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/Federation/CS/Common/Common.csproj b/framework/wcf/Scenario/Federation/CS/Common/Common.csproj
index 29aa15819fb..3e748431eb9 100644
--- a/framework/wcf/Scenario/Federation/CS/Common/Common.csproj
+++ b/framework/wcf/Scenario/Federation/CS/Common/Common.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{B22E58A4-A415-4D85-A7C2-9636E6413A3F}
Library
Properties
Common
Common
-
-
- v4.0
-
-
-
-
- 4.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -54,14 +33,13 @@
4
AllRules.ruleset
-
-
-
+
+
-
+
@@ -79,30 +57,8 @@
Code
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
-
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTS.csproj b/framework/wcf/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTS.csproj
index f0ce237f6ab..1ab2b534b18 100644
--- a/framework/wcf/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTS.csproj
+++ b/framework/wcf/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTS.csproj
@@ -1,39 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{6DD2CA1E-3FDE-4CBA-9A7B-ED0624A03238}
Library
Properties
FederationSample
HomeRealmSTS
-
-
- v4.0
-
-
-
-
- 4.0
+
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -79,35 +58,14 @@
Common
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- md %25SystemDrive%25\inetpub\wwwroot\FederationSample\HomeRealmSTS\bin
-copy "$(TargetDir)HomeRealmSTS.dll" %25SystemDrive%25\inetpub\wwwroot\FederationSample\HomeRealmSTS\bin
-copy "$(TargetDir)Common.dll" %25SystemDrive%25\inetpub\wwwroot\FederationSample\HomeRealmSTS\bin
-copy "$(ProjectDir)STS.svc" %25SystemDrive%25\inetpub\wwwroot\FederationSample\HomeRealmSTS
-copy "$(ProjectDir)web.config" %25SystemDrive%25\inetpub\wwwroot\FederationSample\HomeRealmSTS
-
+
+ md %SystemDrive%\inetpub\wwwroot\FederationSample\HomeRealmSTS\bin
+ copy "$(TargetDir)HomeRealmSTS.dll" %SystemDrive%\inetpub\wwwroot\FederationSample\HomeRealmSTS\bin
+ copy "$(TargetDir)Common.dll" %SystemDrive%\inetpub\wwwroot\FederationSample\HomeRealmSTS\bin
+ copy "$(MSBuildProjectDirectory)\STS.svc" %SystemDrive%\inetpub\wwwroot\FederationSample\HomeRealmSTS
+ copy "$(MSBuildProjectDirectory)\web.config" %SystemDrive%\inetpub\wwwroot\FederationSample\HomeRealmSTS
+
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Scenario/Federation/CS/snippets.5000.json b/framework/wcf/Scenario/Federation/CS/snippets.5000.json
new file mode 100644
index 00000000000..9493e733615
--- /dev/null
+++ b/framework/wcf/Scenario/Federation/CS/snippets.5000.json
@@ -0,0 +1,3 @@
+{
+ "host": "visualstudio"
+}
\ No newline at end of file
diff --git a/framework/wcf/Scenario/Federation/VB/BookStoreClient/App.config b/framework/wcf/Scenario/Federation/VB/BookStoreClient/App.config
index 9b9b86c63b1..b1cd5b976e0 100644
--- a/framework/wcf/Scenario/Federation/VB/BookStoreClient/App.config
+++ b/framework/wcf/Scenario/Federation/VB/BookStoreClient/App.config
@@ -1,4 +1,4 @@
-
+
@@ -10,7 +10,7 @@
-
+
@@ -20,7 +20,7 @@
-
+
@@ -30,15 +30,14 @@
-
+
-
+
-
@@ -52,22 +51,19 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
-
-
+
-
+
-
-
-
+
+
diff --git a/framework/wcf/Scenario/TrustedFacade/CS/BackendService/App.config b/framework/wcf/Scenario/TrustedFacade/CS/BackendService/App.config
index 2054233cb99..8eed089d416 100644
--- a/framework/wcf/Scenario/TrustedFacade/CS/BackendService/App.config
+++ b/framework/wcf/Scenario/TrustedFacade/CS/BackendService/App.config
@@ -1,30 +1,28 @@
-
+
-
+
-
-
-
-
+
+
+
-
-
+
-
+
diff --git a/framework/wcf/Scenario/TrustedFacade/CS/BackendService/BackendService.csproj b/framework/wcf/Scenario/TrustedFacade/CS/BackendService/BackendService.csproj
index 304c05158df..db9d4b9960c 100644
--- a/framework/wcf/Scenario/TrustedFacade/CS/BackendService/BackendService.csproj
+++ b/framework/wcf/Scenario/TrustedFacade/CS/BackendService/BackendService.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{FD3C52F1-586A-47EC-A1D0-8CBFA615CBD6}
Exe
Properties
BackendService
BackendService
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,10 +36,8 @@
-
-
-
-
+
+
@@ -69,29 +47,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/TrustedFacade/CS/Client/App.config b/framework/wcf/Scenario/TrustedFacade/CS/Client/App.config
index 3b6706576a7..2508e81cca1 100644
--- a/framework/wcf/Scenario/TrustedFacade/CS/Client/App.config
+++ b/framework/wcf/Scenario/TrustedFacade/CS/Client/App.config
@@ -1,20 +1,18 @@
-
+
-
+
-
-
+
-
@@ -28,11 +26,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
+
diff --git a/framework/wcf/Scenario/TrustedFacade/CS/Client/Client.csproj b/framework/wcf/Scenario/TrustedFacade/CS/Client/Client.csproj
index 770249e6115..86031d61889 100644
--- a/framework/wcf/Scenario/TrustedFacade/CS/Client/Client.csproj
+++ b/framework/wcf/Scenario/TrustedFacade/CS/Client/Client.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{317CA326-EFB3-4A35-A1DE-D073B4E8DD53}
Exe
Properties
Client
Client
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,8 +36,7 @@
-
-
+
@@ -68,29 +47,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/App.config b/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/App.config
index 35989ad6b12..872e06fb5ac 100644
--- a/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/App.config
+++ b/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/App.config
@@ -1,56 +1,52 @@
-
+
-
+
-
+
-
+
-
-
+
-
-
+
-
-
-
+
+
+
-
-
-
+
-
-
+
+
-
+
diff --git a/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/FacadeService.csproj b/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/FacadeService.csproj
index e03c14b2c54..c4bbbf87240 100644
--- a/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/FacadeService.csproj
+++ b/framework/wcf/Scenario/TrustedFacade/CS/FacadeService/FacadeService.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F0D42A09-93B8-4ED1-A3BB-05BAB632E376}
Exe
Properties
FacadeService
FacadeService
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -56,10 +36,8 @@
-
-
-
-
+
+
@@ -70,29 +48,7 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Scenario/TrustedFacade/VB/BackendService/App.config b/framework/wcf/Scenario/TrustedFacade/VB/BackendService/App.config
index 2054233cb99..8eed089d416 100644
--- a/framework/wcf/Scenario/TrustedFacade/VB/BackendService/App.config
+++ b/framework/wcf/Scenario/TrustedFacade/VB/BackendService/App.config
@@ -1,30 +1,28 @@
-
+
-
+
-
-
-
-
+
+
+
-
-
+
-
+
diff --git a/framework/wcf/Scenario/TrustedFacade/VB/Client/App.config b/framework/wcf/Scenario/TrustedFacade/VB/Client/App.config
index a4f848a32c2..2508e81cca1 100644
--- a/framework/wcf/Scenario/TrustedFacade/VB/Client/App.config
+++ b/framework/wcf/Scenario/TrustedFacade/VB/Client/App.config
@@ -1,20 +1,18 @@
-
+
-
+
-
-
+
-
@@ -28,11 +26,11 @@
This setting is less secure than the default, ChainTrust. The security implications of this
setting should be carefully considered before using PeerOrChainTrust in production code.
-->
-
+
-
+
diff --git a/framework/wcf/Scenario/TrustedFacade/VB/FacadeService/App.config b/framework/wcf/Scenario/TrustedFacade/VB/FacadeService/App.config
index 35989ad6b12..872e06fb5ac 100644
--- a/framework/wcf/Scenario/TrustedFacade/VB/FacadeService/App.config
+++ b/framework/wcf/Scenario/TrustedFacade/VB/FacadeService/App.config
@@ -1,56 +1,52 @@
-
+
-
+
-
+
-
+
-
-
+
-
-
+
-
-
-
+
+
+
-
-
-
+
-
-
+
+
-
+
diff --git a/framework/wcf/Setup/FindPrivateKey/CS/FindPrivateKey.csproj b/framework/wcf/Setup/FindPrivateKey/CS/FindPrivateKey.csproj
index b2345915330..68952667da9 100644
--- a/framework/wcf/Setup/FindPrivateKey/CS/FindPrivateKey.csproj
+++ b/framework/wcf/Setup/FindPrivateKey/CS/FindPrivateKey.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{F58C5713-2550-4820-8CAF-D083B8483A53}
Exe
Properties
FindPrivateKey
FindPrivateKey
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
Microsoft.Samples.Tools.FindPrivateKey.FindPrivateKey
@@ -64,32 +44,10 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
+
-
\ No newline at end of file
+
diff --git a/framework/wcf/Setup/FindPrivateKey/CS/app.config b/framework/wcf/Setup/FindPrivateKey/CS/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Setup/FindPrivateKey/CS/app.config
+++ b/framework/wcf/Setup/FindPrivateKey/CS/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Tools/ConfigurationCodeGenerator/CS/ConfigurationCodeGenerator.csproj b/framework/wcf/Tools/ConfigurationCodeGenerator/CS/ConfigurationCodeGenerator.csproj
index 29ca9c2cef5..1b857c1396f 100644
--- a/framework/wcf/Tools/ConfigurationCodeGenerator/CS/ConfigurationCodeGenerator.csproj
+++ b/framework/wcf/Tools/ConfigurationCodeGenerator/CS/ConfigurationCodeGenerator.csproj
@@ -1,37 +1,17 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{13127AAF-79C9-4F07-B669-6E0E5BE71B99}
Exe
Properties
Microsoft.ChannelSDK.Tools.ConfigurationCodeGenerator
ConfigurationCodeGenerator
- v4.0
-
-
-
-
- 4.0
- false
-
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
true
@@ -70,32 +50,9 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(ProjectDir)SampleRun.cmd" "$(TargetDir)SampleRun.cmd"
+ copy "$(MSBuildProjectDirectory)\SampleRun.cmd" "$(TargetDir)SampleRun.cmd"
-
\ No newline at end of file
+
+
diff --git a/framework/wcf/Tools/ConfigurationCodeGenerator/CS/app.config b/framework/wcf/Tools/ConfigurationCodeGenerator/CS/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Tools/ConfigurationCodeGenerator/CS/app.config
+++ b/framework/wcf/Tools/ConfigurationCodeGenerator/CS/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+
diff --git a/framework/wcf/Tools/CustomChannelsTester/CS/CustomChannelsTester.csproj b/framework/wcf/Tools/CustomChannelsTester/CS/CustomChannelsTester.csproj
index c6df1275ae5..5e0ef7b2ab6 100644
--- a/framework/wcf/Tools/CustomChannelsTester/CS/CustomChannelsTester.csproj
+++ b/framework/wcf/Tools/CustomChannelsTester/CS/CustomChannelsTester.csproj
@@ -1,38 +1,18 @@
-
+
+
Debug
AnyCPU
8.0.50727
- 2.0
{DCB577D2-21F6-4BB3-BDF1-6479BDF569B0}
Exe
Properties
System.ServiceModel.Samples.CustomChannelsTester
CustomChannelsTester
Microsoft.Samples.Tools.CustomChannelsTester.CustomChannelsTester
- v4.0
-
-
-
-
- 2.0
+ v4.6.2
publish\
- true
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- false
- true
-
true
@@ -76,26 +56,7 @@
-
- ResXFileCodeGenerator
- Resources.Designer.cs
- Designer
-
-
- True
- Resources.resx
- True
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
- True
- Settings.settings
- True
-
@@ -119,29 +80,6 @@
-
-
- False
- .NET Framework 3.5 SP1 Client Profile
- false
-
-
- False
- .NET Framework 3.5 SP1
- true
-
-
- False
- Microsoft Visual Basic PowerPacks 10.0
- true
-
-
- False
- Windows Installer 3.1
- true
-
-
-
- copy "$(ProjectDir)SampleRun.cmd" "$(TargetDir)SampleRun.cmd"
- copy "$(ProjectDir)TestSpec.xml" "$(TargetDir)TestSpec.xml"
- copy "$(ProjectDir)TestSpec.xsd" "$(TargetDir)TestSpec.xsd"
+ copy "$(MSBuildProjectDirectory)\SampleRun.cmd" "$(TargetDir)SampleRun.cmd"
+ copy "$(MSBuildProjectDirectory)\TestSpec.xml" "$(TargetDir)TestSpec.xml"
+ copy "$(MSBuildProjectDirectory)\TestSpec.xsd" "$(TargetDir)TestSpec.xsd"
+
\ No newline at end of file
diff --git a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Resources.Designer.cs b/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Resources.Designer.cs
deleted file mode 100644
index 49958bbbe9a..00000000000
--- a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Resources.Designer.cs
+++ /dev/null
@@ -1,67 +0,0 @@
-//----------------------------------------------------------------
-// Copyright (c) Microsoft Corporation. All rights reserved.
-//----------------------------------------------------------------
-
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Microsoft.Samples.Tools.CustomChannelsTester.Properties {
- using System;
-
-
- ///
- /// A strongly-typed resource class, for looking up localized strings, etc.
- ///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- internal class Resources {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Resources() {
- }
-
- ///
- /// Returns the cached ResourceManager instance used by this class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Samples.Tools.CustomChannelsTester.Properties.Resources", typeof(Resources).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- ///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- ///
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
- }
-}
diff --git a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Resources.resx b/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Resources.resx
deleted file mode 100644
index af7dbebbace..00000000000
--- a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Resources.resx
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Settings.Designer.cs b/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Settings.Designer.cs
deleted file mode 100644
index 4eb494a1cc3..00000000000
--- a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Settings.Designer.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-//----------------------------------------------------------------
-// Copyright (c) Microsoft Corporation. All rights reserved.
-//----------------------------------------------------------------
-
-//------------------------------------------------------------------------------
-//
-// This code was generated by a tool.
-// Runtime Version:4.0.20915.0
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-//
-//------------------------------------------------------------------------------
-
-namespace Microsoft.Samples.Tools.CustomChannelsTester.Properties {
-
-
- [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-
- private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
-
- public static Settings Default {
- get {
- return defaultInstance;
- }
- }
- }
-}
diff --git a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Settings.settings b/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Settings.settings
deleted file mode 100644
index 39645652af6..00000000000
--- a/framework/wcf/Tools/CustomChannelsTester/CS/Properties/Settings.settings
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
diff --git a/framework/wcf/Tools/CustomChannelsTester/CS/app.config b/framework/wcf/Tools/CustomChannelsTester/CS/app.config
index e3656033377..15ae7946751 100644
--- a/framework/wcf/Tools/CustomChannelsTester/CS/app.config
+++ b/framework/wcf/Tools/CustomChannelsTester/CS/app.config
@@ -1,3 +1,2 @@
-
-
-
+
+