added samples
commit089c2844c1e065c6961a6180a52ab570f5a9a1f3
authorjdm7dv <jdm7dv@gmail.com>
Tue, 26 Dec 2017 22:46:33 +0000 (26 17:46 -0500)
committerjdm7dv <jdm7dv@gmail.com>
Tue, 26 Dec 2017 22:46:33 +0000 (26 17:46 -0500)
tree297e381f843a3c0d909595eae357aa4f9335d938
parent8500b29bd40bd211a2021be94bf8384cb237003e
added samples
28350 files changed:
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/CardWriter.csproj [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/CardWriter.sln [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/DefaultValues.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/IniReader.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/ManagedCardWriter.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/ManagedInformationCard.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/CardWriter/xmlNames.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/SampleCards/FabrikamCertificate.ini [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/SampleCards/FabrikamSelfIssued.crd [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/SampleCards/FabrikamSelfIssued.ini [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/SampleCards/FabrikamUP.ini [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/SampleCards/images/fabrikam.jpg [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/certificates/adatum.sst [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/certificates/www.adatum.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/certificates/www.contoso.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/certificates/www.fabrikam.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/certificates/www.woodgrovebank.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/scripts/Install-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/scripts/Install-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/scripts/Install-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/scripts/Remove-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/scripts/Remove-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/scripts/Remove-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/scripts/vb-script-library.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/setup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/website/CardSpace/App_Code/TokenProcessor.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/website/CardSpace/default.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/website/crldata/adatum.crl [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/website/images/adatum.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/website/images/contoso.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/website/images/fabrikam.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/CS/website/images/woodgrovebank.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/CardWriter.sln [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/CardWriter.vbproj [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/ClaimInfo.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/DefaultValues.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/IniFile.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/ManagedCardWriter.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/ManagedInformationCard.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/Properties/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/XmlNames.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/key.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/CardWriter/section.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/SampleCards/FabrikamCertificate.ini [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/SampleCards/FabrikamSelfIssued.ini [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/SampleCards/FabrikamUP.ini [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/SampleCards/images/fabrikam.jpg [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/certificates/adatum.sst [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/certificates/www.adatum.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/certificates/www.contoso.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/certificates/www.fabrikam.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/certificates/www.woodgrovebank.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/scripts/Install-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/scripts/Install-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/scripts/Install-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/scripts/Remove-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/scripts/Remove-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/scripts/Remove-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/scripts/vb-script-library.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/setup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/website/CardSpace/App_Code/TokenProcessor.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/website/CardSpace/default.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/website/crldata/adatum.crl [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/website/images/adatum.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/website/images/contoso.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/website/images/fabrikam.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/CreatingManagedCards/VB/website/images/woodgrovebank.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/certificates/adatum.sst [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/certificates/www.adatum.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/certificates/www.contoso.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/certificates/www.fabrikam.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/certificates/www.woodgrovebank.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/scripts/Install-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/scripts/Install-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/scripts/Install-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/scripts/Remove-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/scripts/Remove-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/scripts/Remove-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/scripts/vb-script-library.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/setup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/CardSpace/App_Code/TokenProcessor.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/CardSpace/Web.Config [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/CardSpace/default.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/CardSpace/login.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/CardSpace/proper.png [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/CardSpace/sample.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/crldata/adatum.crl [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/images/adatum.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/images/contoso.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/images/fabrikam.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/CS/website/images/woodgrovebank.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/certificates/adatum.sst [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/certificates/www.adatum.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/certificates/www.contoso.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/certificates/www.fabrikam.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/certificates/www.woodgrovebank.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/scripts/Install-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/scripts/Install-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/scripts/Install-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/scripts/Remove-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/scripts/Remove-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/scripts/Remove-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/scripts/vb-script-library.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/setup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/CardSpace/App_Code/TokenProcessor.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/CardSpace/Web.Config [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/CardSpace/default.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/CardSpace/login.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/CardSpace/proper.png [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/CardSpace/sample.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/crldata/adatum.crl [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/images/adatum.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/images/contoso.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/images/fabrikam.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/DecryptingASecurityToken/VB/website/images/woodgrovebank.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/certificates/adatum.sst [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/certificates/www.adatum.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/certificates/www.contoso.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/certificates/www.fabrikam.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/certificates/www.woodgrovebank.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/scripts/Install-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/scripts/Install-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/scripts/Install-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/scripts/Remove-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/scripts/Remove-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/scripts/Remove-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/scripts/vb-script-library.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/setup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/App_Code/TokenProcessor.cs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/Web.Config [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/default.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/login1.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/login2.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/login3.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/login4.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/proper.png [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/sample1.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/sample2.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/sample3.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/CardSpace/sample4.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/crldata/adatum.crl [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/images/adatum.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/images/contoso.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/images/fabrikam.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/CS/website/images/woodgrovebank.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/certificates/adatum.sst [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/certificates/www.adatum.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/certificates/www.contoso.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/certificates/www.fabrikam.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/certificates/www.woodgrovebank.com.pfx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/scripts/Install-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/scripts/Install-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/scripts/Install-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/scripts/Remove-certificates.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/scripts/Remove-hosts.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/scripts/Remove-website.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/scripts/vb-script-library.vbs [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/setup.bat [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/App_Code/TokenProcessor.vb [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/Web.Config [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/default.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/login1.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/login2.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/login3.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/login4.aspx [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/proper.png [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/sample1.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/sample2.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/sample3.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/CardSpace/sample4.htm [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/crldata/adatum.crl [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/images/adatum.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/images/contoso.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/images/fabrikam.gif [new file with mode: 0644]
sdk/samples/Cardspace_samples/TechnologySamples/CardSpace/UsingCardSpaceWithIE7/VB/website/images/woodgrovebank.gif [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/backbuttondisabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/backbuttonleftenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/backbuttonlefthover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/backbuttonleftpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/backbuttonrightenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/backbuttonrighthover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/backbuttonrightpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/dwmapi.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/backbuttondisabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/backbuttonleftenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/backbuttonlefthover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/backbuttonleftpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/backbuttonrightenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/backbuttonrighthover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/backbuttonrightpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/leftbackbuttondisabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/leftbackbuttonenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/leftbackbuttonhover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/images/backbuttons/leftbackbuttonpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/leftbackbuttondisabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/leftbackbuttonenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/leftbackbuttonhover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/leftbackbuttonpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/leftbackbuttonpressed.psd [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/myhost.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/none.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/obj/debug/wizard.properties.resources.resources [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/win32.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/wizard.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/wizard.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AeroWizardDemo/wizard.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/alarmclock.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/tradclock.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/traditionalclock.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/alarmclock/traditionalclock.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/AlarmClock/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/app.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/app.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/menu.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/menu.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/register.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/register.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/registration.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/signin.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration/signin.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration_data.sql [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/classregistration_schema.sql [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/app.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/app.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/properties/resources.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/registrar.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/registrar.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/registrar.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrar/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrationinterface/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrationinterface/registrationinterface.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/registrationinterface/registrationinterface.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/registrationworkflow.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/registrationworkflow.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/registrationworkflow.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/registrationworkflow.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ClassRegistration/workflowlibrary/registrationworkflow.rules [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinkssolution.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/commandlinktestapp.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/mainform.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/mainform.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/mainform.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/save/mainform.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/save/mainform.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/save/mainform.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/commandlinktestapp/save/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/CommandLinkDemo/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/client/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/client/page1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/consumingrssfromwcfinwpf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/service/querystringdictionary.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/service/rss/rss.xml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/service/service.svc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingRssFromWcfInWpf/service/web.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/client/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/client/run_svcutil.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/client/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/client/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/consumingxamlfromwpf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/service.svc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/web.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/xaml/banana.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/xaml/cherry.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/xaml/lemon.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/ConsumingXamlFromWpf/service/xaml/lime.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/client_temporarykey.pfx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/properties/app.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/run_svcutil.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/client/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/fulltrustwpfcallingwcf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/numberutility.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/properties/resources.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/properties/settings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/service.svc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/FullTrustWpfCallingWcf/service/web.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/buildaction.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/buildproject.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/additemdialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/additemdialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/additemgroupdialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/additemgroupdialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addpropertydialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addpropertydialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addpropertygroupdialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addpropertygroupdialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addtargetdialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addtargetdialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addtaskdialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/addtaskdialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/deletequestiondialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/deletequestiondialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/errordialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/errordialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/savequestiondialog.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogs/savequestiondialog.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/dialogwindow.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/code_codefile.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/code_codefilecs.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/delete.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/error.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/folderopen.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/generic.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/leftarrow.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/message.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/projecticon.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/rightarrow.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/warning.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/icons/web_xml.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/itemclasses.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/msbuildg.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/msbuildg.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/resource libraries/resources_vista.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/resource libraries/resources_vista.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/settingsstorage.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/settingssystem.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/windows/designerwindow.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/windows/designerwindow.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/windows/pickerwindow.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/windows/pickerwindow.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/windows/wizardwindow.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/windows/wizardwindow.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpage1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpage2.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpage3.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpagedone.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpagedone.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/MSBuildG/wizardpages/wizardpagefunction.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/generatedproxy.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/page1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/page1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/partialtrustwpfcallingwcf_temporarykey.pfx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/properties/app.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/readme.txt [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/client/run_wsdl.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/partialtrustwpfcallingwcf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/numberutility.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/properties/resources.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/properties/settings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/service.svc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/PartialTrustWpfCallingWcf/service/web.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/consolehost/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/consolehost/consolehost.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/consolehost/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/consolehost/properties/app.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/consolehost/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/documentserviceinfo/documentdatacontracts.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/documentserviceinfo/documentservice.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/documentserviceinfo/documentservicecontracts.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/documentserviceinfo/documentserviceinfo.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/documentserviceinfo/indigoservices.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/documentserviceinfo/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/intefaceclasses/intefaceclasses.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/intefaceclasses/interfaceclasses.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/intefaceclasses/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/localrecipestore/localrecipestore.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/localrecipestore/localrecipestore.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/localrecipestore/nativemethods.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/localrecipestore/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/documentserviceproxy.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/recipedetail.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/recipedetail.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/recipelistpage.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/recipelistpage.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/reciperolodex.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/reciperolodex.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/recipeviewer/recipeviewer.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/samplefiles/chocolatechipcookies.jpg [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/samplefiles/chocolatechipcookies.xml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/samplefiles/mikesbakedsalmon.xml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/samplefiles/perfectsteaks.xml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/servicehelpers/helpers.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/servicehelpers/indigohelpers.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/servicehelpers/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/servicehelpers/servicehelpers.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/shellrecipestore/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/shellrecipestore/shellrecipestore.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/RecipeViewer/recipeviewer/shellrecipestore/shellrecipestore.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/generic.aps [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/notepad icon.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/program.cpp [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/r [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/readme.txt [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/resources.h [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/safepad.aps [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/safepad.h [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/safepad.rc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/SafePad/safepad/safepad.vcproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/demosteps.txt [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/privilegedexe/privilegedexe.aps [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/privilegedexe/privilegedexe.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/privilegedexe/privilegedexe.exe.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/privilegedexe/privilegedexe.rc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/privilegedexe/privilegedexe.res [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/privilegedexe/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/privilegedexe/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/ilogwriter.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/mainform.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/mainform.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/mainform.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/uacdemo.aps [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/uacdemo.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/uacdemo.exe.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/uacdemo.exe.txt [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/uacdemo.rc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemo/uacdemo.res [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/UACDemo/uacdemosolution.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/applicationrecoveryrestartdemoapp/applicationrecoveryrestartdemoapp.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/applicationrecoveryrestartdemoapp/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/applicationrecoveryrestartdemoapp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/app.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/app.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/knownfoldersdemoapp.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/knownfoldersdemoapp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/app.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/app.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/networklistdemo.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/networklistdemo/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/app.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/app.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/mypowersettings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/powermgmtdemoapp.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/powermgmtdemoapp/yesnoconverter.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/app.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/app.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/globalsuppressions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/stockicondemoapp.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/stockiconsample/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridge.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/aerowizard.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/commandlink.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/commandlink.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/commandlinkwinforms.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/commandlinkwpf.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/commandlinkwpf.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/globalsuppressions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/backbuttondisabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/backbuttonleftenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/backbuttonlefthover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/backbuttonleftpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/backbuttonrightenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/backbuttonrighthover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/backbuttonrightpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/leftbackbuttondisabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/leftbackbuttonenabled.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/leftbackbuttonhover.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/images/backbuttons/leftbackbuttonpressed.png [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/none.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/themes/generic.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/vistabridgecontrols.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgecontrols/wizard.ico [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/dialogsdemoapp.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/globalsuppressions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/vistabridgedemoapp.exe.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedemoapp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgedocumentation.chm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/applicationrecoveryrestart/arrmanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/applicationrecoveryrestart/recoverydata.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/applicationrecoveryrestart/recoverysettings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/applicationrecoveryrestart/restartrestrictions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/applicationrecoveryrestart/restartsettings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonfiledialog.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonfiledialogcontrol.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonfiledialogfilter.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonfiledialogfiltercollection.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonfiledialogfolderchangeeventargs.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonfiledialogresult.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonfiledialogstandardfilters.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonopenfiledialog.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/commonsavefiledialog.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/dialogcontrol.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/dialogcontrolcollection.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/idialogcontrolhost.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/knownfolders.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialog.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogbar.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogbutton.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogbuttonbase.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogclosingeventargs.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogcommandlink.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogcontrol.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogdefaults.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogexpandedinfomode.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialoghyperlinkclickedeventargs.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogmarquee.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogprogressbar.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogprogressbarstate.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogradiobutton.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogresult.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogstandardbutton.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogstandardbuttons.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogstandardicon.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogstartuplocation.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/dialogs/taskdialogtickeventargs.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/globalsuppressions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/comguids.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/dllversionmanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/errorhelper.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/externdll.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/helpers.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/inetwork.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/inetworkconnection.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/inetworklistmanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/nativemethods.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/nativetaskdialog.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/nativetaskdialogsettings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/nativetaskdialogshowstate.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/networklistmanagerclass.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/safenativemethods.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/shellcominterfaces.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/shellwrapperdefinitions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/interop/unsafenativemethods.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/definitionoptions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/foldercategory.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/foldersidentifiers.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/foldertypes.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/knownfolder.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/knownfoldermanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/knownfolders.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/redirectioncapabilities.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/knownfolders/retrievaloptions.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/miscellaneous/interophelper.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/miscellaneous/knownfolders.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/miscellaneous/uacmanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/connectivity.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/domaintype.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/network.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/networkcategory.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/networkcollection.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/networkconnection.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/networkconnectioncollection.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/networkconnectivitylevels.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/networklist/networklistmanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/batterystate.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/eventmanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/executionstate.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/messagemanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/personalityguids.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/power.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/powermanager.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/powerpersonality.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/powermgmt/powersource.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/stockicons/stockicon.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/stockicons/stockiconenums.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/stockicons/stockiconhelper.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/stockicons/stockicons.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/vbsl.cd [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/vistabridgelibrary.aps [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/vistabridgelibrary.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/vistabridgelibrary.dll.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/vistabridgelibrary.rc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/VistaBridge/vistabridgelibrary/vistabridgelibrary.res [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/client/client.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/client/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/client/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/client/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/service/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/wcfhostingwf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/workflow/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/workflow/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/workflow/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/workflow/workflow.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/workflow/workflow1.xoml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF/workflow/workflow1.xoml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/client/client.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/client/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/client/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/client/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/library/asyncresult.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/library/library.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/library/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/service/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/wcfhostingwf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/workflow/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/workflow/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/workflow/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/workflow/workflow.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/workflow/workflow1.xoml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WCFHostingWF2/workflow/workflow1.xoml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/service/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/wfcallingwcf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/web references/localhost/echoable.wsdl [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/web references/localhost/echoable.xsd [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/web references/localhost/echoable0.xsd [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/web references/localhost/echoableservice.wsdl [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/web references/localhost/reference.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/web references/localhost/reference.map [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/workflow.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/workflow1.xoml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WFCallingWCF/workflow/workflow1.xoml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/client.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/properties/resources.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/properties/settings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/client/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/host.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/service/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WPFHostingWCF/wpfhostingwcf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/bin/debug/winformssearchapp.vshost.exe.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/mainform.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/mainform.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/mainform.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/nativemethods.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/notes.txt [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/program.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/propertysystemhelper.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/propertysysteminteropdefs.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/winformssearchapp.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WindowsIndexSearchApp/winformssearchapp.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/cleanup.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/properties/app.manifest [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/run_svcutil.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/client/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/cleanupcerts.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/cleanupvdir.vbs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/contoso-fabrikam.pfx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/contoso.gif [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/fabrikam-contoso.pfx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/fabrikam.gif [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/publickeycertificates/cardspace-sample-public.cer [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/publickeycertificates/contoso-fabrikam-public.cer [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/publickeycertificates/fabrikam-contoso-public.cer [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/servicenames.txt [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/setupcerts.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/sampleresources/setupvdir.vbs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/service/service.svc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/service/web.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/setup.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfCardSpaceClient/wpfcardspaceclient.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/client/myapp.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/client/run_svcutil.bat [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/client/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/client/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/numberutility.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/properties/resources.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/properties/settings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/service.svc [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/service/web.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfDataBindingToWcfResults/wpfdatabindingtowcfresults.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/app.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/properties/resources.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/properties/settings.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/window1.xaml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/client/window1.xaml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/service/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/web references/localhost/echoable.wsdl [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/web references/localhost/echoable.xsd [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/web references/localhost/echoable0.xsd [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/web references/localhost/echoableservice.wsdl [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/web references/localhost/reference.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/web references/localhost/reference.map [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/workflow.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/workflow1.xoml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/workflow/workflow1.xoml.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/WpfHostingWfCallingWCF/wpfhostingwfcallingwcf.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/client/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/client/client.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/client/client.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/client/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/client/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/client/properties/resources.resx [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/library/library.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/library/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/library/wfservicehostextension.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/readme.htm [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/service/app.config [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/service/mathdataexchangeservice.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/service/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/service/service.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/service/service.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/service/servicehost.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/wcfwfsession.sln [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/imathservice.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/properties/settings.settings [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/workflow.csproj [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/workflow1.layout [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/workflow1.xoml [new file with mode: 0644]
sdk/samples/CrossTechnologySamples/wcfwfsession/workflow/workflow1.xoml.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/customproxiescs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywiredtohttpchannel/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywiredtohttpchannel/hello.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywiredtohttpchannel/helloservice.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywiredtohttpchannel/proxywiredtohttpchannel.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywiredtohttpchannel/proxywiredtohttpchannel.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywiredtohttpchannel/web.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywithcustomcasting/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywithcustomcasting/proxywithcustomcasting.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywithcustomcasting/proxywithcustomcasting.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywithreturnmessage/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywithreturnmessage/proxywithreturnmessage.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/cs/proxywithreturnmessage/proxywithreturnmessage.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Advanced/CustomProxies/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/client/client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/client/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/ipcwithacl.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/server/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/server/implementation.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/server/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/sharedinterface/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/sharedinterface/sharedinterface.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/cs/ipcwithacl/sharedinterface/sharedinterface.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/client/client.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/client/client.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/client/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/ipcwithacl.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/server/implementation.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/server/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/server/server.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/server/server.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/sharedinterface/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/sharedinterface/sharedinterface.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/IpcWithAcl/vb/ipcwithacl/sharedinterface/sharedinterface.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/client/assemblyinfo.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/client/client.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/client/client.exe.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/client/client.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/client/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/client/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/remotingconfig.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/server/assemblyinfo.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/server/server.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/server/server.exe.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/server/server.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/server/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/server/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/sharedimplementation/assemblyinfo.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/sharedimplementation/sharedimplementation.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/sharedimplementation/sharedimplementation.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/sharedimplementation/sharedimplementation.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/sharedimplementation/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cp/remotingconfig/sharedimplementation/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/client/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/client/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/client/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/remotingconfig.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/server/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/server/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/sharedimplementation/class1.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/sharedimplementation/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/cs/remotingconfig/sharedimplementation/sharedimplementation.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/client/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/client/client.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/client/client.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/client/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/remotingconfig.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/server/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/server/server.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/server/server.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/sharedimplementation/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/sharedimplementation/sharedimplementation.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingConfig/vb/remotingconfig/sharedimplementation/sharedimplementation.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/application/application.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/application/application.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/application/assemblyinfo.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/application/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/application/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/implementationlibrary/assemblyinfo.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/implementationlibrary/implementationlibrary.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/implementationlibrary/implementationlibrary.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/implementationlibrary/implementationlibrary.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/implementationlibrary/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/implementationlibrary/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/remotingcrossappdomain.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/sharedinterface/assemblyinfo.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/sharedinterface/sharedinterface.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/sharedinterface/sharedinterface.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/sharedinterface/sharedinterface.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/sharedinterface/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cp/remotingcrossappdomain/sharedinterface/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/application/application.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/application/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/application/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/implementationlibrary/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/implementationlibrary/helloworld.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/implementationlibrary/implementationlibrary.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/remotingcrossappdomain.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/sharedinterface/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/sharedinterface/ihelloworld.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/cs/remotingcrossappdomain/sharedinterface/sharedinterface.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/application/application.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/application/module1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/application/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/implementationlibrary/helloworld.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/implementationlibrary/implementationlibrary.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/implementationlibrary/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/remotingcrossappdomain.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/sharedinterface/ihelloworld.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/sharedinterface/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingCrossAppDomain/vb/remotingcrossappdomain/sharedinterface/sharedinterface.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/client/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/client/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/client/client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/remotinggenericscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/server/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/server/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/server/implementation.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/server/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/sharedinterface/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/sharedinterface/sharedinterface.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/cs/remotinggenerics/sharedinterface/sharedinterface.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenerics/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/client/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/client/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/client/client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/implementation/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/implementation/implementation.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/implementation/implementation.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/remotinggenericsinconfigcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/server/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/server/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/cs/remotinggenericsinconfig/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingGenericsInConfig/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/client/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/client/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/client/client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/remotingipccs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/server/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/server/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/server/implementation.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/server/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/sharedinterface/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/sharedinterface/sharedinterface.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/cs/remotingipc/sharedinterface/sharedinterface.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/client/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/client/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/client/client.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/client/client.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/remotingipc.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/server/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/server/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/server/implementation.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/server/server.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/server/server.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/sharedinterface/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/sharedinterface/sharedinterface.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/jsl/remotingipc/sharedinterface/sharedinterface.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/client.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/client.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/client/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/remotingipcvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/implementation.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/server.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/server/server.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/sharedinterface.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/RemotingIPC/vb/remotingipc/sharedinterface/sharedinterface.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/client/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/client/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/client/client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/secureremoting.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/server/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/server/implementation.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/server/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/sharedinterface/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/sharedinterface/sharedinterface.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/cs/secureremoting/sharedinterface/sharedinterface.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/client/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/client/client.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/client/client.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/client/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/secureremotingvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/server/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/server/implementation.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/server/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/server/server.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/server/server.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/sharedinterface/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/sharedinterface/sharedinterface.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Remoting/Basic/SecureRemoting/vb/secureremoting/sharedinterface/sharedinterface.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/cs/serialization/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/cs/serialization/serializationcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/cs/serialization/serialize.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/cs/serializationcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/jsl/serialization/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/jsl/serialization/serializationjsl.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/jsl/serialization/serialize.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/jsl/serializationjsl.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/vb/serialization/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/vb/serialization/serializationvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/vb/serialization/serialize.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/Basic/vb/serializationvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/output/v1output.bin [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/output/v2output.bin [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/runme.cmd [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/person/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/person/person.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/person/person.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part1/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part1/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part1/testv1part1.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part1/testv1part1.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part2/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part2/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part2/testv1part2.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/testv1part2/testv1part2.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/upgradelog.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v1 application/v1 applicationcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/person/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/person/person.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/person/person.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/testv2/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/testv2/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/testv2/testv2.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/testv2/testv2.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/cs/v2 application/v2 applicationcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/runme.cmd [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/person/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/person/person.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/person/person.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part1/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part1/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part1/testv1part1.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part1/testv1part1.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part2/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part2/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part2/testv1part2.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/testv1part2/testv1part2.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v1 application/v1 application.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/person/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/person/person.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/person/person.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/testv2/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/testv2/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/testv2/testv2.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/testv2/testv2.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/jsl/v2 application/v2 application.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/output/v1output.bin [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/output/v2output.bin [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/runme.cmd [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/class1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/person/person.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/module1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part1/testv1part1.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/module1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/testv1part2/testv1part2.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v1 application/v1 applicationvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/class1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/person/person.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/module1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/testv2/testv2.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Runtime Serialization/VTS/vb/v2 application/v2 applicationvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/cs/service/app_code/order.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/cs/service/app_code/service.asmx.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/cs/service/order.xsd [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/cs/service/order.xsx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/cs/service/service.asmx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/jsl/service/app_code/order.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/jsl/service/app_code/service.asmx.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/jsl/service/order.xsd [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/jsl/service/order.xsx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/jsl/service/service.asmx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/vb/service/app_code/order.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/vb/service/app_code/service.asmx.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/vb/service/order.xsd [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/vb/service/order.xsx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/IXmlSerializable/vb/service/service.asmx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/console application/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/console application/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/console application/console application.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/console application/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/order/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/order/order.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/order/order.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/orderschemaimporterextension/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/orderschemaimporterextension/orderschemaimporterextension.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/orderschemaimporterextensioncs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/cs/orderschemaimporterextension/orderservice.wsdl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/console application/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/console application/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/console application/console application.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/console application/program.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/order/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/order/order.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/order/order.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/orderschemaimporterextension.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/orderschemaimporterextension/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/orderschemaimporterextension/orderschemaimporterextension.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/jsl/orderschemaimporterextension/orderservice.wsdl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/console application.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/module1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/console application/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/order.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/order/order.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextension/orderschemaimporterextension.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderschemaimporterextensionvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/SchemaImporterExtension/vb/orderschemaimporterextension/orderservice.wsdl [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/cs/customorder/customorder.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/cs/customorder/customorder/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/cs/customorder/customorder/customorder.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/cs/customorder/customorder/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/vb/customorder/customorder.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/vb/customorder/customorder/customorder.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/vb/customorder/customorder/module1.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/customorder/vb/customorder/customorder/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/genericsserialization/cs/genericsservice/app_code/service.asmx.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/genericsserialization/cs/genericsservice/service.asmx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/1028/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/1031/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/1036/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/1040/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/1041/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/1042/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/2052/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/3082/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/cs/importinteger.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/cs/importinteger/importinteger.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/cs/importinteger/importinteger.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/importinteger/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CFX/Serialization/Xml Serialization/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/cs/codedomsample/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/cs/codedomsample/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/cs/codedomsample/generatelist.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/cs/codedomsample/genericlist.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/cs/codedomsample/genericlist.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/cs/codedomsamplecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/codedomsample.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/generatelist.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/genericlist.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsample/my project/resource1.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CodeDOMSample/vb/codedomsamplevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/compression.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/compressionform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/compressionform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/customfiledialog.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/entrypoint.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/resource1.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/resource1.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/zipconstants.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/zipentry.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/zipfile.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/zipreader.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compression/zipwriter.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/cs/compressioncs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/compression.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/compressionform.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/compressionform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/compressionform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/customfiledialog.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/entrypoint.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/myevents.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/myresources.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/mysettings.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/my project/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/resources/copytoolstripmenuitem.image.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/resources/cuttoolstripmenuitem.image.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/resources/newdeflatetoolstripmenuitem.image.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/resources/newgziptoolstripmenuitem.image.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/resources/opentoolstripmenuitem.image.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/resources/redotoolstripmenuitem.image.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/resources/undotoolstripmenuitem.image.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/zipconstants.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/zipentry.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/zipfile.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/zipreader.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compression/zipwriter.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/CompressionSample/vb/compressionvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/customeraddresses.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/customernames.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/debugaddress.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/debugcustomer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/debugcustomername.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/debuggerviews.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/debuggerviewsexample.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/nondebugaddress.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/nondebugcustomer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/cs/debuggerviewscs/nondebugcustomername.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/DebuggerViewsCS/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/decodebytesusercontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/decodecontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodefileusercontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodefileusercontrol.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodeform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodeform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encoderbestfitfallback.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encoderinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodestringusercontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodestringusercontrol.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodingapp.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodingusercontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/encodingusercontrol.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingapp/outputcontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/cs/encodingappcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/decodebytesusercontrol.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/decodecontrol.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/decodecontrol.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodefileusercontrol.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodefileusercontrol.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodeform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodeform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encoderbestfitfallback.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encoderinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodestringusercontrol.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodestringusercontrol.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodingapp.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodingusercontrol.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/encodingusercontrol.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/my project/resource1.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingapp/outputcontrol.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/EncodingApp/vb/encodingappvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/all.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/all2.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/all3.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/cddrive.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/controlpanel.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/dirproperties.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/driveproperties.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/driveproperties.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/editvariable.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/editvariable.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/environvariables.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/environvariables.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/explorerresources.mc [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/filedemovb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/filedirproperties.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/filedirproperties.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/floppydrive.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/folderclosed.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/folderopen.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/general.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/localdrive.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/mainform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/mainform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/mycomputer.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/network.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/projectinstaller.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/projectinstaller.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/recycle.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/textfile.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/textviewer.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemo/textviewer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/FileDemo/vb/filedemovb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/cs/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/cs/formmain.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/cs/formmain.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/cs/gcdemocs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/cs/gcdemocs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/cs/nativemethods.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/formmain.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/formmain.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/formmain.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/gcdemovb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/gcdemovb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/memoryhogger.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/myapplication.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/myapplication.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/myevents.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/myresources.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/mysettings.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/my project/resource1.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GCDemo/vb/nativemethods.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/cs/garbagecollection/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/cs/garbagecollection/garbagecollection.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/cs/garbagecollection/garbagecollectioncs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/cs/garbagecollectioncs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/vb/garbagecollection/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/vb/garbagecollection/garbagecollection.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/vb/garbagecollection/garbagecollectionvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/GarbageCollection/vb/garbagecollectionvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Hosting/CLRVerSample/cp/clrvercp.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Hosting/CLRVerSample/cp/clrversample/clrver.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Hosting/CLRVerSample/cp/clrversample/clrver.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Hosting/CLRVerSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cp/autoexcel/autoexcel.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cp/autoexcel/autoexcel.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cp/autoexcel/excel.key [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cp/autoexcelcp.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cs/autoexcel/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cs/autoexcel/autoexcel.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cs/autoexcel/autoexcel.proj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cs/autoexcel/excel.key [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/cs/autoexcelcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/vb/autoexcel/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/vb/autoexcel/autoexcel.proj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/vb/autoexcel/autoexcel.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/vb/autoexcel/excel.key [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Excel/vb/autoexcelvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Word/cs/wordapp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Word/cs/wordapp/wordapp.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Word/cs/wordapp/wordapp.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Word/cs/wordappcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Applications/Office/Word/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/.vs/explorer/v15/.suo [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/Backup/Explorer/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/Backup/Explorer/Explorer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/Backup/Explorer/Explorer.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/Backup/explorercs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/UpgradeLog.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/explorer.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/explorer/.vs/explorer/v15/.suo [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/explorer/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/explorer/explorer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/explorer/explorer.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/cs/explorercs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/Basic/InternetExplorer/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/cs/arrays/arrays.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/cs/arrays/arrays.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/cs/arrayscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/vb/arrays/arrays.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/vb/arrays/arrays.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/vb/arrays/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/arrays/vb/arraysvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/cs/callback/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/cs/callback/callback.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/cs/callback/callback.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/cs/callbackcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/vb/callback/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/vb/callback/callback.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/vb/callback/callback.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/callback/vb/callbackvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/cs/classmethods/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/cs/classmethods/classmethods.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/cs/classmethods/classmethods.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/cs/classmethodscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/vb/classmethods/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/vb/classmethods/classmethods.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/vb/classmethods/classmethods.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/classmethods/vb/classmethodsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/pinvokelib/pinvokelib.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/pinvokelib/pinvokelib.def [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/pinvokelib/pinvokelib.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/pinvokelib/pinvokelib.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/pinvokelib/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/pinvokelib/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/pinvokelibcp.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/lib/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/cs/outarrayofstructs/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/cs/outarrayofstructs/outarrayofstructs.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/cs/outarrayofstructs/outarrayofstructs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/cs/outarrayofstructscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/vb/outarrayofstructs/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/vb/outarrayofstructs/outarrayofstructs.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/vb/outarrayofstructs/outarrayofstructs.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/outarrayofstructs/vb/outarrayofstructsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/cs/structs/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/cs/structs/structs.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/cs/structs/structs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/cs/structscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/vb/structs/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/vb/structs/structs.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/vb/structs/structs.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/structs/vb/structsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/cs/unions/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/cs/unions/unions.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/cs/unions/unions.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/cs/unionscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/vb/unions/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/vb/unions/unions.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/vb/unions/unions.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/unions/vb/unionsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/cs/void/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/cs/void/void.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/cs/void/void.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/cs/voidcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/vb/void/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/vb/void/void.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/vb/void/void.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/custom/void/vb/voidvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/cs/activedir/activedir.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/cs/activedir/activedir.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/cs/activedir/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/cs/activedircs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/vb/activedir/activedir.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/vb/activedir/activedir.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/vb/activedir/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/activedir/vb/activedirvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/cs/buffers/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/cs/buffers/buffers.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/cs/buffers/buffers.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/cs/bufferscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/vb/buffers/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/vb/buffers/buffers.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/vb/buffers/buffers.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/buffer/vb/buffersvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/cs/createobject/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/cs/createobject/createobject.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/cs/createobject/createobject.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/cs/createobjectcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/vb/createobject/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/vb/createobject/createobject.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/vb/createobject/createobject.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/createobject/vb/createobjectvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/cs/errors/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/cs/errors/errors.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/cs/errors/errors.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/cs/errorscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/vb/errors/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/vb/errors/errors.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/vb/errors/errors.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/errors/vb/errorsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/cs/findfile/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/cs/findfile/findfile.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/cs/findfile/findfile.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/cs/findfilecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/vb/findfile/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/vb/findfile/findfile.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/vb/findfile/findfile.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/findfile/vb/findfilevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/cs/gchandle/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/cs/gchandle/gchandle.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/cs/gchandle/gchandle.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/cs/gchandlecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/vb/gchandle/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/vb/gchandle/gchandle.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/vb/gchandle/gchandle.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/gchandle/vb/gchandlevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/cs/handleref/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/cs/handleref/handleref.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/cs/handleref/handleref.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/cs/handleref/handleref.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/cs/handlerefcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/vb/handleref/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/vb/handleref/handleref.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/vb/handleref/handleref.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/vb/handleref/handleref.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/handleref/vb/handlerefvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/cs/msgbox/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/cs/msgbox/msgbox.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/cs/msgbox/msgbox.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/cs/msgboxcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/vb/msgbox/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/vb/msgbox/msgbox.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/vb/msgbox/msgbox.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/msgbox/vb/msgboxvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/cs/openfiledlg/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/cs/openfiledlg/openfiledlg.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/cs/openfiledlg/openfiledlg.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/cs/openfiledlgcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/vb/openfiledlg/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/vb/openfiledlg/openfiledlg.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/vb/openfiledlg/openfiledlg.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/openfiledlg/vb/openfiledlgvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/cs/osinfo/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/cs/osinfo/osinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/cs/osinfo/osinfo.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/cs/osinfocs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/vb/osinfo/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/vb/osinfo/osinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/vb/osinfo/osinfo.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/osinfo/vb/osinfovb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/cs/printf/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/cs/printf/printf.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/cs/printf/printf.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/cs/printfcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/vb/printf/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/vb/printf/printf.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/vb/printf/printf.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/printf/vb/printfvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/cs/systime/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/cs/systime/systime.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/cs/systime/systime.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/cs/systimecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/vb/systime/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/vb/systime/systime.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/vb/systime/systime.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Interop/PlatformInvoke/winapis/systime/vb/systimevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/cs/customattribute/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/cs/customattribute/custattr.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/cs/customattribute/customattributecs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/cs/customattributecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/vb/customattribute/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/vb/customattribute/custattr.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/vb/customattribute/customattributevb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/CustomAttribute/vb/customattributevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/cs/dynamictyperesolve/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/cs/dynamictyperesolve/dynamictyperesolvecs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/cs/dynamictyperesolve/typeresolve.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/cs/dynamictyperesolvecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/vb/dynamictyperesolve/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/vb/dynamictyperesolve/dynamictyperesolvevb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/vb/dynamictyperesolve/typeresolve.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/DynamicTypeResolve/vb/dynamictyperesolvevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/cs/invoke/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/cs/invoke/invoke.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/cs/invoke/invokecs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/cs/invoke/tester.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/cs/invoke/testercs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/cs/invokecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/vb/invoke/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/vb/invoke/invoke.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/vb/invoke/invokevb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/vb/invoke/tester.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/vb/invoke/testervb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/Invoke/vb/invokevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/cs/reflectionemit/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/cs/reflectionemit/emitassembly.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/cs/reflectionemit/reflectionemitcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/cs/reflectionemit/testemittedassembly.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/cs/reflectionemit/testemittedassemblycs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/cs/reflectionemitcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/vb/reflectionemit/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/vb/reflectionemit/emitassembly.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/vb/reflectionemit/reflectionemitvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/vb/reflectionemit/testemittedassembly.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/vb/reflectionemit/testemittedassemblyvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Reflection/ReflectionEmit/vb/reflectionemitvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/doctorfile.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/nativemethods.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/nursefile.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/securestringconsoledemo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/securestringconsoledemocs.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/securestringconsoledemocs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/cs/securestringconsoledemocs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/doctorfile.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/my project/application.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/my project/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/my project/settings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/nativemethods.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/nursefile.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/securestringconsoledemovb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/securestringconsoledemovb.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SecureStringConsoleDemo/vb/securestringconsoledemovb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/cs/publickeycryptography/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/cs/publickeycryptography/publickey.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/cs/publickeycryptography/publickeycs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/cs/publickeycs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/vb/publickeycryptography/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/vb/publickeycryptography/publickey.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/vb/publickeycryptography/publickeyvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Security/PublicKeyCryptography/vb/publickeyvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/cs/seriallcd/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/cs/seriallcd/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/cs/seriallcd/mainform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/cs/seriallcd/mainform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/cs/seriallcd/seriallcd.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/cs/seriallcd/seriallcdcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/cs/seriallcdcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/SerialLCDCS/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/cs/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/cs/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/cs/entrypoint.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/cs/formmain.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/cs/formmain.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/cs/stopwatchcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/cs/stopwatchdemocs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/formmain.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/formmain.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/pause.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/play.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/stop.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/stopwatchdemovb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Stopwatch/vb/stopwatchvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/cs/jointhread/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/cs/jointhread/jointhread.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/cs/jointhread/jointhreadcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/cs/jointhreadcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/vb/jointhread/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/vb/jointhread/jointhread.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/vb/jointhread/jointhreadvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/JoinThread/vb/jointhreadvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/cs/monitorsynchronization/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/cs/monitorsynchronization/monitor.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/cs/monitorsynchronization/monitorsynchronizationcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/cs/monitorsynchronizationcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/vb/monitorsynchronization/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/vb/monitorsynchronization/monitor.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/vb/monitorsynchronization/monitorsynchronizationvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/MonitorSynchronization/vb/monitorsynchronizationvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/cs/pools/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/cs/pools/asyncmethod.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/cs/pools/poolscs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/cs/poolscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/vb/pools/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/vb/pools/asyncmethod.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/vb/pools/poolsvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Pools/vb/poolsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/cs/readerwritersynchronization/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/cs/readerwritersynchronization/readerwriter.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/cs/readerwritersynchronization/readerwritersynchronizationcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/cs/readerwritersynchronizationcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/vb/readerwritersynchronization/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/vb/readerwritersynchronization/readerwriter.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/vb/readerwritersynchronization/readerwritersynchronizationvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/ReaderWriterSynchronization/vb/readerwritersynchronizationvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/cs/timers/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/cs/timers/timedcallback.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/cs/timers/timerscs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/cs/timerscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/vb/timers/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/vb/timers/timedcallback.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/vb/timers/timersvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/Timers/vb/timersvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/cs/waitsynchronization/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/cs/waitsynchronization/mutex.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/cs/waitsynchronization/waitsynchronizationcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/cs/waitsynchronizationcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/vb/waitsynchronization/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/vb/waitsynchronization/mutex.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/vb/waitsynchronization/waitsynchronizationvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/Threading/WaitSynchronization/vb/waitsynchronizationvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/entrypoint.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/formhelp.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/formhelp.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/formmain.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/formmain.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/tryparsedemocs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/cs/tryparsedemocs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/vb/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/vb/formhelp.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/vb/formhelp.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/vb/mainform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/vb/mainform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/vb/tryparsedemovb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TryParse/vb/tryparsedemovb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/cs/typefinder/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/cs/typefinder/findtype.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/cs/typefinder/findtype.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/cs/typefindercs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/vb/typefinder/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/vb/typefinder/findtype.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/vb/typefinder/findtype.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/TypeFinder/vb/typefindervb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/cs/valueandenumtypes/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/cs/valueandenumtypes/valueandenumtypescs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/cs/valueandenumtypes/valueenum.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/cs/valueandenumtypescs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/vb/valueandenumtypes/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/vb/valueandenumtypes/valueandenumtypesvb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/vb/valueandenumtypes/valueenum.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/ValueAndEnumTypes/vb/valueandenumtypesvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/customerlibrary/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/customerlibrary/customercontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/customerlibrary/customercontrol.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/customerlibrary/customerlibrary.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/___readme_1st___ondemand.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/downloadprogressform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/downloadprogressform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/entrypoint.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/mainform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/mainform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/mainform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/ondemand.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/resources.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/ondemand/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlibrary/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlibrary/ordercontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlibrary/ordercontrol.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlibrary/orderlibrary.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlibrary/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlibrary/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlistcontrol/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlistcontrol/orderlistcontrol.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlistcontrol/orderlistcontrol.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/cs/orderlistcontrol/orderlistcontrol.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WinForms/ClickOnce/OnDemand/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/cs/wordcount/argparser.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/cs/wordcount/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/cs/wordcount/wordcount.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/cs/wordcount/wordcount.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/cs/wordcountcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/vb/wordcount/argparser.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/vb/wordcount/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/vb/wordcount/wordcount.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/vb/wordcount/wordcount.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/CLR/WordCount/vb/wordcountvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/1028/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/1031/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/1036/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/1040/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/1041/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/1042/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/2052/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/3082/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/1028/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/1031/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/1036/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/1040/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/1041/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/1042/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/2052/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/3082/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/aspxexception.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/aspxhostcs.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/aspxhostcs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/aspxnetengine.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/aspxpage.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/aspxrequestinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/aspxvirtualroot.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/demopages/math.asmx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/demopages/test.aspx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/properties/settings.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/properties/settings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/cs/aspxhostcs/readme.html [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AspxHost/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketclient/asyncsocketclient.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketclient/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketclient/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver/asyncsocketserver.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver/asyncusertoken.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver/buffermanager.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/asyncsocketserver/socketasynceventargpool.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/AsyncSocketServer/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/addftpsite.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/addftpsite.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/certificatevalidationform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/certificatevalidationform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/certificatevalidationform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/configuration/resources.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/configuration/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/configuration/settings.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/configuration/settings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/directorylistparser.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/dodirectorydownload.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/dodirectorydownload.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/dodownload.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/dodownload.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/dodownloaddialog.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/dodownloaddialog.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/file.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/folder.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpclient.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexlorerworkspace.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexlorerworkspace.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexlorerworkspace.xsc [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexlorerworkspace.xsd [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexlorerworkspace.xss [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexplorer.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexplorermainform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexplorermainform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/ftpexplorermainform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/host.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/nameinputform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/nameinputform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/nameinputform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/cs/ftpexplorer/openfolder.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPExplorerSample/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/cs/ftpsample/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/cs/ftpsample/ftpsample.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/cs/ftpsample/ftpsample.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/cs/ftpsamplecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/vb/ftpsample/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/vb/ftpsample/ftpsample.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/vb/ftpsample/ftpsample.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/FTPSample/vb/ftpsamplevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/cs/httplistener/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/cs/httplistener/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/cs/httplistener/httplistener.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/cs/httplistener/httprequestlistener.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/cs/httplistenercs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/jsl/httplistener/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/jsl/httplistener/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/jsl/httplistener/httplistener.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/jsl/httplistener/httprequestlistener.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/jsl/httplistenerjs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/vb/httplistener/httplistener.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/vb/httplistener/httplistener.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/vb/httplistener/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/vb/httplistener/my project/myapplication.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/vb/httplistener/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/HttpListener/vb/httplistenervb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/cs/ipv6client/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/cs/ipv6client/ipv6client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/cs/ipv6client/ipv6client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/cs/ipv6server/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/cs/ipv6server/ipv6server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/cs/ipv6server/ipv6server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/cs/ipv6socketscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6client/ipv6client.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6client/ipv6client.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6client/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6client/my project/application.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6client/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6server/ipv6server.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6server/ipv6server.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6server/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6server/my project/application.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6server/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/IPv6Sockets/vb/ipv6socketsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cp/mailer/assemblyinfo.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cp/mailer/mailer.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cp/mailer/mailer.vcproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cp/mailer/resource.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cp/mailer/stdafx.cpp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cp/mailer/stdafx.h [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cp/mailercp.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cs/mailer/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cs/mailer/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cs/mailer/mailer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cs/mailer/mailer.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/cs/mailercs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/jsl/mailer/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/jsl/mailer/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/jsl/mailer/mailer.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/jsl/mailer/mailer.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/jsl/mailerjs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/vb/mailer/mailer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/vb/mailer/mailer.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/vb/mailer/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/vb/mailer/my project/myapplication.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/vb/mailer/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/Mailer/vb/mailervb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/cs/netstattool/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/cs/netstattool/netstattool.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/cs/netstattool/netstattool.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/cs/netstattoolcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/vb/netstattool/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/vb/netstattool/netstattool.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/vb/netstattool/netstattool.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetStatTool/vb/netstattoolvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/cs/networkinformation/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/cs/networkinformation/entrypoint.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/cs/networkinformation/networkinformation.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/cs/networkinformation/networkinformation.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/cs/networkinformation/networkinformation.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/cs/networkinformationcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/jsl/networkinformation/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/jsl/networkinformation/networkinformation.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/jsl/networkinformation/networkinformation.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/jsl/networkinformationjs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/vb/networkinformation/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/vb/networkinformation/my project/myapplication.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/vb/networkinformation/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/vb/networkinformation/networkinformation.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/vb/networkinformation/networkinformation.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/vb/networkinformation/networkinformation.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/NetworkInformation/vb/networkinformationvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/pnrpsample.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/publishpeername/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/publishpeername/publishpeername.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/publishpeername/registerpeername.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/resolvepeername/peernameresolver.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/resolvepeername/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PNRPSample/resolvepeername/resolvepeername.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/cs/pingclient/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/cs/pingclient/pingclient.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/cs/pingclient/pingclient.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/cs/pingclient/pingclientform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/cs/pingclient/pingclientform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/cs/pingclientcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/jsl/pingclient/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/jsl/pingclient/pingclient.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/jsl/pingclient/pingclient.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/jsl/pingclientjs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/vb/pingclient/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/vb/pingclient/my project/myapplication.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/vb/pingclient/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/vb/pingclient/pingclient.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/vb/pingclient/pingclient.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/vb/pingclient/pingclient.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/PingClient/vb/pingclientvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/negotiateclient/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/negotiateclient/negotiateclient.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/negotiateclient/negotiateclient.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/negotiateserver/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/negotiateserver/negotiateserver.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/negotiateserver/negotiateserver.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/securestreamscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/sslclient/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/sslclient/sslclient.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/sslclient/sslclient.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/sslserver/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/sslserver/sslserver.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/cs/sslserver/sslserver.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/negotiateclient/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/negotiateclient/negotiateclient.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/negotiateclient/negotiateclient.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/negotiateserver/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/negotiateserver/negotiateserver.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/negotiateserver/negotiateserver.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/securestreamsvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/sslclient/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/sslclient/sslclient.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/sslclient/sslclient.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/sslserver/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/sslserver/sslserver.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/SecureStreams/vb/sslserver/sslserver.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/cs/webclientprogress/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/cs/webclientprogress/webclientprogress.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/cs/webclientprogress/webclientprogress.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/cs/webclientprogress/webclientprogressform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/cs/webclientprogress/webclientprogressform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/cs/webclientprogresscs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/jsl/webclientprogress/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/jsl/webclientprogress/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/jsl/webclientprogress/webclientprogress.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/jsl/webclientprogress/webclientprogressform.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/jsl/webclientprogress/webclientprogressform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/jsl/webclientprogressjs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogress/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogress/my project/myapplication.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogress/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogress/webclientprogress.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogress/webclientprogress.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogress/webclientprogress.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogress/webclientprogress.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientProgress/vb/webclientprogressvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/cs/webclientsample/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/cs/webclientsample/webclientsample.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/cs/webclientsample/webclientsample.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/cs/webclientsamplecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/jsl/webclientsample/assemblyinfo.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/jsl/webclientsample/webclientsample.jsl [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/jsl/webclientsample/webclientsample.vjsproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/jsl/webclientsamplejs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/app.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/my project/myapplication.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/my project/myapplication.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/my project/myresources.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/my project/mysettings.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/webclientsample.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsample/webclientsample.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NCL/WebClientSample/vb/webclientsamplevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/cs/calculator/calculator.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/cs/calculator/calculator.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/cs/calculator/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/cs/calculatorcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/vb/calculator/calculator.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/vb/calculator/calculatorform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/vb/calculator/calculatorform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/vb/calculator/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/Calculator/vb/calculatorvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/configuration/resources.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/configuration/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/configuration/settings.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/configuration/settings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/desktopapp.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/properties/settings.settings [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/receiver.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/receiver.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/desktopapp/receiver.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/configuration/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/deviceapp.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/ordersender.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/ordersender.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/ordersender.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/properties/resources.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/deviceapp/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/cdorder.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/compactdisc.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/configuration/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/customer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/messagingdemo.common.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/properties/resources.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/messagingdemo.common/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/cs/msmqsamplecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/MSMQSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/arrow.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/barbarian.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/baseobj.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/arrow.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/arrow1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/barbarian.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/ppcbackground.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/ppcpause.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/ppcsplash.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/ppcwon.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romana0.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romana1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romana2.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romana3.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romana4.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romana5.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romanb0.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romanb1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romanb2.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romanb3.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romanb4.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/romanb5.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/wcebackground.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/wcepause.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/wcesplash.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/content/wcewon.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/game.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/game.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/legion.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/roman.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/romanlegion.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegion/score.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/cs/romanlegioncs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/arrow.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/barbarian.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/baseobj.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/arrow.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/arrow1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/barbarian.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/ppcbackground.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/ppcpause.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/ppcsplash.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/ppcwon.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romana0.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romana1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romana2.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romana3.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romana4.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romana5.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romanb0.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romanb1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romanb2.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romanb3.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romanb4.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/romanb5.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/wcebackground.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/wcepause.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/wcesplash.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/content/wcewon.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/game.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/game.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/legion.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/roman.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/romanlegion.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegion/score.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/RomanLegion/vb/romanlegionvb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/app.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/boardform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/boardform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/content/sliderpuzzle.jpg [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/puzzle.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/sliderpuzzle.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzle/tile.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/cs/sliderpuzzlecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/SliderPuzzle/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/ai/ai.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/animations/animations.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/animations/mech.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/animations/mech_fire.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/animations/plane.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/animations/plane_fire.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/animations/player.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/animations/player_fire.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/intro/intro.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/intro/page1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/intro/page2.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/level/background1.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/level/background2.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/level/background3.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/level/level.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/player/player.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/splash/splash.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/ui/bottombanner.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/ui/font.fnt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/ui/testfont.png [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/ui/topbanner.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/ui/ui.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/data/worldobjects/worldobjects.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/aggressiveai.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/ai.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/aihandler.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/animcycle.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/bounds.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/duckandfireai.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/flybyai.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/game.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/gameform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/gamemain.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/intro.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/layer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/level.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/player.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/shotarcai.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/shotinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/staticai.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/ui.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/game/worldobject.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/graphics/animation.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/graphics/bitmap.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/graphics/font.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/graphics/graphics.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/graphics/graphics.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/input/input.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/input/input.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/timer/timer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/timer/timer.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/cs/ultimategmancs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UltimateGMan/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/messages.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorclient/mainform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorclient/mainform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorclient/mainform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorclient/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorclient/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorclient/uptimemonitorclient.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorsample.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorserver/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorserver/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Applications/UptimeMonitorSample/uptimemonitorserver/uptimemonitorserver.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/cs/bubble/bubble.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/cs/bubble/bubble.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/cs/bubble/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/cs/bubblecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubble/bubble.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubble/bubble.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubble/bubble.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubble/bubbleform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubble/bubbleform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubble/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubble/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/Bubble/vb/bubblevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/configuration/resources.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/configuration/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/devicenotification.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/devicenotification.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/devicenotification.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/devicenotification.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/resources/bel.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/resources/cedialer.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/cs/devicenotification/resources/icon1.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/devicenotification.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/devicenotification.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/devicenotification.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/devicenotification.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/my project/application.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/my project/myresources.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/my project/myresources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/resources/bel.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/resources/cedialer.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/DeviceNotification/vb/devicenotification/resources/icon1.ico [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/client/client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/client/client.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/client/client.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/client/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/client/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/content.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/e-mailmessagehelloworld.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/server/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/server/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/E-MailMessageHelloWorld/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/client/client.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/client/client.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/client/client.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/client/client.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/client/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/client/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/content.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/httpmessagehelloworld.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/server/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/server/server.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/HTTPMessageHelloWorld/server/server.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/IndigoGzipSample/content.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/IndigoGzipSample/indigogzip.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/IndigoGzipSample/indigogzipsample.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/IndigoGzipSample/indigogzipsample.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/IndigoGzipSample/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/IndigoGzipSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/common.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/extensionmethods.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/groupform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/groupform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/groupform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/linqsamplecs.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/searchform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/searchform.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/linqsamplecs/searchform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/cs/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/common.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/extensionmethods.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/groupform.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/groupform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/groupform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/linqsamplevb.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/main.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/my project/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/searchform.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/searchform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/linqsamplevb/searchform.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/LINQ/vb/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/cs/rotatedtext/rotatedtext.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/cs/rotatedtext/rotatedtext.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/cs/rotatedtextcs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/my project/application.myapp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/my project/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/rotatedtext.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/rotatedtext.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/RotatedText/vb/rotatedtext/rotatedtext.vbproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/northwind.sdf [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/properties/resources.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/resultsetsample.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/resultsetsample.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/resultsetsample.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/sqlceresultset.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultset/sqlceresultsetsample.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/cs/sqlceresultsetsample.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/SQLCEResultSetSample/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/configuration/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/content/darkgreen.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/content/green.bmp [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/crawler.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/linkinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/mainform.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/mainform.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawler/webcrawler.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/cs/webcrawlercs.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/WebCrawler/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/author.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/book.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/books.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/books.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/books.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/configurationmanager.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/program.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/properties/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/searchhistory.cs [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/xlinqbooks.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/xlinqsamplebooks.csproj [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/cs/xlinqsamplebooks/xlinqsamplebooks.exe.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/readme.htm [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/readme.txt [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks.sln [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/author.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/book.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/books.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/books.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/books.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/configurationmanager.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/my project/resources.resx [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/searchhistory.vb [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/xlinqbooks.xml [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/xlinqsamplebooks.exe.config [new file with mode: 0644]
sdk/samples/FrameworkSamples/NETCF/Technologies/XLINQ/vb/xlinqsamplebooks/xlinqsamplebooks.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/ComplexTypeAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/ComplexTypeClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/ComplexTypeAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/ComplexTypeClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ComplexTypeAjaxService/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/ConfigFreeAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/ConfigFreeClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/ConfigFreeAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/ConfigFreeClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/ConfigFreeAjaxService/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/JsonSerialization.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/JsonSerialization.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/JsonSerialization/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/PostAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/PostAjaxClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/PostAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/PostAjaxClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/PostAjaxService/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/SimpleAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/SimpleAjaxClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/SimpleAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/SimpleAjaxClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/SimpleAjaxService/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/XmlAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/XmlAjaxClientPage.htm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/XmlAjaxService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/XmlAjaxClientPage.htm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Ajax/XmlAjaxService/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/Http.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/Http.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/My Project/MyApplication.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/My Project/MyApplication.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/My Project/MyResources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/My Project/MyResources.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/MyApplication.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/MyApplication.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/MyResources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/MyResources.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/Http/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/MessageSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/MessageSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/MyApplication.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/MyResources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/MyResources.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/MessageSecurity/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/TransportSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/TransportSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Basic/TransportSecurity/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/Imperative.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/Imperative.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Imperative/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/ReliableSession.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/ReliableSession.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSession/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/ReliableSessionOverHttps.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/ReliableSessionOverHttps.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/ReliableSessionOverHttps/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/Security.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/Security.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Security/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Client/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Client/Client.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Client/Client.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Client/generatedClient.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Service/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Service/service.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Service/service.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Service/service.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CPP/Transport.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/Transport.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/Transport.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Custom/Transport/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/CustomDemux.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Order/Order.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Order/Order.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Order/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/CustomDemux.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Order/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Order/Order.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Order/Order.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/CustomDemux/VB/Service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Order/Order.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Order/Order.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Order/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/CS/msmqtowcf.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Order/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Order/Order.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Order/Order.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/Service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MSMQToWCF/VB/msmqtowcf.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/MessageCorrelation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Order/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Order/order.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Order/order.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Service/OrderResponse.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Service/Orderprocessor.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/MessageCorrelation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Order/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Order/Order.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Order/Order.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Service/OrderResponse.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Service/Orderprocessor.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/MessageCorrelation/VB/Service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Client/orderprocessorclient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Client/proxy.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Order/Order.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Order/Order.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Order/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/CS/WCFToMSMQ.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Client/orderprocessorclient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Order/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Order/Order.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Order/Order.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/Service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/MsmqIntegration/WCFToMsmq/VB/WCFToMSMQ.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/TransactedBatching.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/orders.mdf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/orders_log.LDF [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/TransactedBatching.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/service/orders.mdf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/service/orders_log.LDF [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Batching/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/DeadLetter.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/DeadLetterService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/DeadLetterService/DeadLetterService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/DeadLetterService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/DeadLetterService/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/DeadLetterService/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/DeadLetter.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/DeadLetterService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/DeadLetterService/DeadLetterService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/DeadLetterService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/DeadLetterService/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/DeadLetterService/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Deadletter/VB/Service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/MessageSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/MessageSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/MessageSecurity/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/Poison.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/PoisonMessageService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/PoisonMessageService/PoisonMessageService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/PoisonMessageService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/PoisonMessageService/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Poison.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/PoisonMessageService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/PoisonMessageService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/PoisonMessageService/PoisonMessageService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/PoisonMessageService/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq3/VB/Service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/Poison.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/PoisonMessageService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/PoisonMessageService/PoisonMessageService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/PoisonMessageService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/PoisonMessageService/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Client/Properties/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Poison.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/PoisonMessageService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/PoisonMessageService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/PoisonMessageService/PoisonMessageService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/PoisonMessageService/Properties/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/PoisonMessageService/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Service/Properties/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Poison/msmq4/VB/Service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Client/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Client/Client.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Client/Client.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Client/generatedClient.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Service/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Service/Service.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Service/Service.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Service/Service.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CPP/Session.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/Session.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/Session.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/service/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Session/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/Srmp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/Srmp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Srmp/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/Transacted.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/Transacted.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Transacted/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/Two-way.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/client/properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/Two-way.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/service/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Two-way/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/Volatile.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/Volatile.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/service/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Msmq/Volatile/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/NetNamedPipe.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/NetNamedPipe.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/NamedPipe/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/NetPeerTcp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/receiver.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/receiver/receiver.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/sender.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/CS/sender/sender.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/NetPeerTcp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/receiver/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/receiver/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/receiver/receiver.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/receiver/receiver.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/sender/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/sender/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/sender/sender.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Default/VB/sender/sender.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/CustomAuthentication.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/instance.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/instance/instance.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/VB/CustomAuthentication.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/VB/instance/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/VB/instance/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/VB/instance/instance.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/VB/instance/instance.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/CustomAuthentication/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/SecureBroadcast.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/receiver.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/receiver/receiver.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/sender.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/CS/sender/sender.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/SecureBroadcast.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/receiver/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/receiver/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/receiver/receiver.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/receiver/receiver.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/sender/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/sender/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/sender/sender.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/VB/sender/sender.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/MessageAuthentication/SecureBroadcast/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/CS/SecureChat.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/CS/instance/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/CS/instance/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/CS/instance/instance.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/CS/instance/instance.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/VB/SecureChat.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/VB/instance/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/VB/instance/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/VB/instance/instance.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/VB/instance/instance.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/PeerTcp/Security/Password/SecureChat/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/NetTcp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/NetTcp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/Default/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/CS/PortSharing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/VB/PortSharing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/Net/Tcp/PortSharing/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/CardSpace.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/CleanUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/CleanupCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/Contoso-Fabrikam.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/Fabrikam-Contoso.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/PublicKeyCertificates/CardSpace-Sample-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/PublicKeyCertificates/Contoso-Fabrikam-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/PublicKeyCertificates/Fabrikam-Contoso-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/ServiceNames.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/SetUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/SetUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/contoso.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SampleResources/fabrikam.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/CardSpace.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/CleanUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/CleanupCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/Contoso-Fabrikam.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/Fabrikam-Contoso.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/PublicKeyCertificates/CardSpace-Sample-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/PublicKeyCertificates/Contoso-Fabrikam-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/PublicKeyCertificates/Fabrikam-Contoso-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/ServiceNames.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/SetUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/SetUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/contoso.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SampleResources/fabrikam.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/Simple/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/CardSpace.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/CleanUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/CleanupCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/Contoso-Fabrikam.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/Fabrikam-Contoso.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/PublicKeyCertificates/CardSpace-Sample-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/PublicKeyCertificates/Contoso-Fabrikam-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/PublicKeyCertificates/Fabrikam-Contoso-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/ServiceNames.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/SetUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/SetUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/contoso.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SampleResources/fabrikam.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/CardSpace.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/CleanUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/CleanupCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/Contoso-Fabrikam.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/Fabrikam-Contoso.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/PublicKeyCertificates/CardSpace-Sample-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/PublicKeyCertificates/Contoso-Fabrikam-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/PublicKeyCertificates/Fabrikam-Contoso-Public.cer [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/ServiceNames.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/SetUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/SetUpVdir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/contoso.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SampleResources/fabrikam.gif [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/CardSpace/UsingWsFederation/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/DualHttp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/DualHttp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/DualHttp/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/RSTRSTR/Constants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/RSTRSTR/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/RSTRSTR/RSTRSTR.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/RSTRSTR/RequestSecurityToken.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/RSTRSTR/RequestSecurityTokenBase.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/RSTRSTR/RequestSecurityTokenResponse.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/SecurityTokenService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/SecurityTokenService/IWSTrust.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/SecurityTokenService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/SecurityTokenService/SecurityTokenService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/SecurityTokenService/SecurityTokenService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/SecurityTokenService/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Shared/ICalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Shared/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/Shared/Shared.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/WSFederationHttpBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/cleanup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/removecert.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/CS/setup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/RSTRSTR/Constants.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/RSTRSTR/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/RSTRSTR/RSTRSTR.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/RSTRSTR/RequestSecurityToken.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/RSTRSTR/RequestSecurityTokenBase.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/RSTRSTR/RequestSecurityTokenResponse.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/SecurityTokenService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/SecurityTokenService/IWSTrust.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/SecurityTokenService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/SecurityTokenService/SecurityTokenService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/SecurityTokenService/SecurityTokenService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/SecurityTokenService/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Service/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Shared/ICalculator.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Shared/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/Shared/Shared.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/WSFederationHttpBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/cleanup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/removecert.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/FederationHttp/VB/setup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/Http.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/Http.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/Http/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/Mtom.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/Mtom.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MTOM/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/Anonymous.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/Anonymous.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Anonymous/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/certificate.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/Certificate.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Certificate/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/UserName.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/Username.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Username/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/Windows.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/Windows.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/MessageSecurity/Windows/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/ReliableSession.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/ReliableSession.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/ReliableSession/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/TransactionFlow.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/SampleDb.mdf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/SampleDb_log.LDF [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/TransactionFlow.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/service/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/service/SampleDb.mdf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/service/SampleDb_log.ldf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransactionFlow/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/TransportSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/TransportSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportSecurity/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/TransportWithMessageCredentialSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/TransportWithMessageCredentialSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/TransportWithMessageCredentialSecurity/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/Constants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RSTRSTR.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RequestSecurityTokenBase.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RequestSecurityTokenResponseWSTrust13.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/RSTRSTR/RequestSecurityTokenWSTrust13.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/IWSTrust13.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/SecurityTokenService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/SecurityTokenService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/SecurityTokenService/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Shared/ICalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Shared/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/Shared/Shared.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/WS2007FederationHttpBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/cleanup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/CS/setup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/Constants.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/RSTRSTR.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/RequestSecurityTokenBase.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/RequestSecurityTokenResponseWSTrust13.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/RSTRSTR/RequestSecurityTokenWSTrust13.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/IWSTrust13.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/SecurityTokenService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/SecurityTokenService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/SecurityTokenService/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/ICalculator.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/Shared/Shared.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/WS2007FederationHttpBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/cleanup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Binding/WS/WS2007FederationHttp/VB/setup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/AddressHeaders.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/AddressHeaders.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/AddressHeaders/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/ChannelFactory.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/ChannelFactory.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ChannelFactory/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/ExpectedExceptions.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/ExpectedExceptions.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/ExpectedExceptions/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/WCFClientInteropASMX.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/service.asmx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/service.asmx.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/WCFClientInteropASMX.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/service/service.asmx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/service/service.asmx.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/ASMX/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/EnterpriseServices.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/service/DummyService.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/service/esCalculatorKey.snk [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/Client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/EnterpriseServices.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/service/DummyService.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/service/esCalculatorKey.snk [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServices/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/EnterpriseServicesHosted.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/CreateAppLeaveRunning.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/DummyService.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/StartApp.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/application.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/CS/Service/esCalculatorHostedKey.snk [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/EnterpriseServicesHosted.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/CreateAppLeaveRunning.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/DummyService.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/StartApp.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/application.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/EnterpriseServicesHosted/VB/Service/esCalculatorHostedKey.snk [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/WSEHttpBinding/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/WSEHttpBinding/WseHttpBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/WSEHttpBinding/WseHttpBinding.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/WSEHttpBinding/WseHttpBindingConfigurationElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/WSEHttpBinding/WseSecurityAssertion.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/WSEHttpBinding/sources.inc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/WSEInteropBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/client/wse3policyCache.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/client/wseclient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/WSEInteropBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/WseHttpBinding/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/WseHttpBinding/WSEHttpBinding.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/WseHttpBinding/WSESecurityAssertion.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/WseHttpBinding/WseHttpBinding.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/client/wse3policyCache.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/client/wseclient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/WSE/WSEInteropBinding/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/XmlSerializer.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/XmlSerializer.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/Interop/XmlSerializer/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/Client/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/Client/Client.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/Client/Client.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/Client/generatedClient.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/RetrieveMetadata.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/service/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/service/service.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/service/service.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CPP/service/service.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/RetrieveMetadata.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/RetrieveMetadata.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/RetrieveMetadata/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/TypedClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/TypedClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/TypedClient/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/UsingUsing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/UsingUsing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Client/UsingUsing/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/Data.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/Data.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/Basic/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/DataContractSerializer.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/DataContractSerializer.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/DataContractSerializer/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/KnownTypes.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/KnownTypes.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/KnownTypes/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/ObjectReferences.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.svcmap [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/SocialNetworkService1.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/configuration.svcinfo [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service1.disco [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service1.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service3.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service31.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service32.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/ObjectReferenes.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.svcmap [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/SocialNetworkService.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/configuration.svcinfo [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.disco [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service1.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service2.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/ObjectReferences/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/POCO.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/DataContractCalculatorService.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/Microsoft.ServiceModel.Samples.ComplexNumber.datasource [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.svcmap [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/configuration.svcinfo [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.disco [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service1.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/ServiceReferences/Microsoft.ServiceModel.Samples/service2.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/POCO.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/DataContractCalculatorService.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/Microsoft.ServiceModel.Samples.ComplexNumber.datasource [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.svcmap [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/Reference.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/configuration.svcinfo [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.disco [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service1.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/ServiceReferences/Microsoft.ServiceModel.Samples/service2.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Data/POCO/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/Message.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/Message.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Default/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/Untyped.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/Untyped.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Untyped/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/Unwrapped.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/Unwrapped.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/My Project/MyApplication.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/My Project/MyApplication.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/My Project/MyResources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/My Project/MyResources.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/MyApplication.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/MyApplication.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/MyResources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/MyResources.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/Unwrapped/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/UseAndStyle.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/UseAndStyle.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/UseAndStyle/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/XmlReader.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/XmlReader.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Message/XmlReader/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/Asynchronous.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/library/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/library/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/library/library.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/Asynchronous.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/library/AsyncResult.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/library/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/library/library.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Asynchronous/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/Client/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/Client/Client.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/Client/Client.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/Client/generatedClient.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/Duplex.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/service/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/service/service.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/service/service.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CPP/service/service.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/Duplex.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/Duplex.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Duplex/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/Faults.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/Faults.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Faults/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/OneWay.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/Oneway.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Oneway/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/Session.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/Session.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Session/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/Stream.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/Host.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/image.jpg [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/Stream.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/service/Host.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/service/image.jpg [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/Stream/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/XmlSerializerFaults.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/XmlSerialzerFaults.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/client/CalculatorService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Contract/Service/XmlSerializerFaults/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/GettingStarted.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/GettingStarted.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/GettingStarted/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/CircularTraceListener/CircularTraceListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/CircularTraceListener/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/CircularTraceListener/TraceListener.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/CircularTracing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/CircularTraceListener/CircularTraceListener.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/CircularTraceListener/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/CircularTraceListener/TraceListener.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/CircularTracing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/CircularTracing/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/ETWTracing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/EtwTraceListener/EtwTraceListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/EtwTraceListener/EtwTraceListener.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/EtwTraceListener/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/CleanupETW.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/RegisterProvider.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/SetupETW.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/XmlEtw.mof [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ETWTracing/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/ExtendingTracing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/client/generatedProxy.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/ExtendingTracing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ExtendingTracing/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/MOMPack.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/mgmtpack/wcf_mom_pack.akm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/MOMPack.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/mgmtpack/wcf_mom_pack.akm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/MOMPack/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/PerfCounters.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/PerfCounters.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/PerfCounters/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/SecurityLockdown.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/SecurityLockdown.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/SecurityLockdown/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/ServiceValidation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/endpointValidate/EndpointValidateElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/endpointValidate/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/endpointValidate/endpointValidate.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/endpointValidate/endpointValidateBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/ServiceValidation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/endpointValidate/EndpointValidateBehavior.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/endpointValidate/EndpointValidateElement.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/endpointValidate/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/endpointValidate/endpointValidate.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/ServiceValidation/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/Client/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/Client/Client.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/Client/Client.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/Client/generatedClient.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/TracingAndLogging.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/service/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/service/service.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/service/service.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CPP/service/service.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/TracingAndLogging.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/TracingAndLogging.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/TracingAndLogging/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/WMIProvider.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/EnumerateCustomObjects.js [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/EnumerateServices.js [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/WMIProvider.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/service/EnumerateCustomObjects.js [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/service/EnumerateServices.js [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Management/WMIProvider/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/Addressing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/Addressing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Addressing/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/Concurrency.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/Concurrency.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Concurrency/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/Behaviors.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/Behaviors.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Default/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/Instancing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/Instancing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Instancing/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/Metadata.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/Metadata.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Metadata/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/Auditing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/Auditing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Auditing/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/impersonation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/Impersonation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/Impersonation/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/MembershipAndRoleProvider.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/MembershipAndRoleProvider.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/MembershipAndRoleProvider/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/PrincipalPermissionAuthorization.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/PrincipalPermissionAuthorization.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Security/PrincipalPermissionAuthorization/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/ServiceDebug.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/ServiceDebug.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/ServiceDebug/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/Throttling.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/Throttling.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Throttling/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/Transactions.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/SampleDb.mdf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/SampleDb_log.LDF [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/Transactions.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/service/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/service/SampleDb.mdf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/service/SampleDb_log.LDF [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Behaviors/Transactions/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/SelfHost.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/SelfHost.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/SelfHost/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/AddMsmqSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/MsmqActivation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/RemoveMsmqSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/client/properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/AddMsmqSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/MsmqActivation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/RemoveMsmqSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/service/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/MsmqActivation/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/AddNetPipeSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/NamedPipeActivation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/RemoveNetPipeSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/AddNetPipeSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/NamedPipeActivation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/RemoveNetPipeSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/NamedPipeActivation/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/AddNetTcpSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/RemoveNetTcpSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/TcpActivation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/AddNetTcpSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/RemoveNetTcpSiteBinding.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/TcpActivation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WASHost/TcpActivation/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/AspNetCompatibility.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/AspNetCompatibility.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/AspNetCompatibility/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/InLineCode.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/InLineCode.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/Webhost/InlineCode/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/WindowsService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/CS/service/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/WindowsService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/service/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Hosting/WindowsService/VB/service/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/Imperative.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/VB/Imperative.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Imperative/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/WcfServiceInteropASMX.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/WcfServiceInteropASMX.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/ASMX/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/COM.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/client/ComCalcClient.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/client/assemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/client/calcClientKey.snk [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/client/serviceWsdl.xml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/COM.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/client/ComCalcClient.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/client/assemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/client/calcClientKey.snk [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/client/serviceWsdl.xml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Interop/COM/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/MultipleContracts.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/MultipleContracts.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleContracts/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/MultipleEndpoints.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/MultipleEndpoints.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpoints/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/MultipleEndpointsSingleUri.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/MultipleEndpointsSingleUri.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/MultipleEndpointsSingleUri/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/OperationContextScope.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/OperationContextScope.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Service/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/OperationContextScope/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Reentrant.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Reentrant.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Service/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Reentrant/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/ExtendedProtection.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/client/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/service/GetKey.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/service/GetKey.svc.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/service/IGetKey.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/ExtendedProtection/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/Identity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/client/generatedclient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/identity.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/Identity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/identity.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/Security/Identity/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/ServiceDescription.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/ServiceDescription.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Service/ServiceDescription/VB/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/CS/DiagnosticsFeed.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/CS/DiagnosticsFeedService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/CS/ProcessData.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/DiagnosticsFeed.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/DiagnosticsFeed.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/ProcessData.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/DiagnosticsFeed/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/CS/ExtensionTypes.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/CS/LooselyTypedExtensions.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/CS/LooselyTypedExtensions.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/ExtensionTypes.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/LooselyTypedExtensions.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/LooselyTypedExtensions.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Syndication/LooselyTypedExtensions/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/ServiceChargeActivityLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/ServiceChargeActivityLibrary/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/ServiceChargeActivityLibrary/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/ServiceChargeActivityLibrary/ServiceCharge.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/ServiceChargeActivityLibrary/ServiceChargeActivityLibrary.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/BankMachineWorkflow.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/BankMachineWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/CreateTrackingDatabase.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/DeleteTrackingDatabase.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/WorkflowAndActivityDataTrackingExtract.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/trackingcleanup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/CS/WorkflowAndActivityDataTrackingExtract/trackingsetup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/ServiceCharge.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/ServiceChargeActivityLibrary/ServiceChargeActivityLibrary.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/BankMachineWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/BankMachineWorkflow.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/CreateTrackingDatabase.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/DeleteTrackingDatabase.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/WorkflowAndActivityDataTrackingExtract.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/trackingcleanup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Tracking/TrackingProfile/VB/WorkflowAndActivityDataTrackingExtract/trackingsetup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/CS/AdvancedWebProgramming.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/CS/AdvancedWebProgramming.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/CS/Customer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/CS/ICustomerCollection.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/CS/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/AdvancedWebProgramming.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/AdvancedWebProgramming.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/Customer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/ICustomerCollection.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/AdvancedWebProgramming/VB/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/CS/BasicWebProgramming.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/CS/BasicWebProgramming.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/CS/IService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/CS/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/BasicWebProgramming.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/BasicWebProgramming.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/IService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/BasicWebProgramming/VB/Service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/CS/UriTemplate.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/CS/UriTemplate.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/UriTemplate.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplate/VB/UriTemplate.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/CS/UriTemplateDispatcher.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/CS/UriTemplateDispatcher.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/UriTemplateDispatcher.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateDispatcher/VB/UriTemplateDispatcher.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/CS/UriTemplateTable.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/CS/UriTemplateTable.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/UriTemplateTable.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/Web/UriTemplateTable/VB/UriTemplateTable.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/CS/DurableCalculator.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/CS/Service/DurableCalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/CS/Service/DurableCalculator.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/CS/Service/ICalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/CS/Service/Service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/CS/Service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/DurableCalculator.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/DurableCalculator.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/ICalculator.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/Service.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/Service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/DurableService/VB/Service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/SequentialCalculatorClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/SequentialCalculatorClient.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/SequentialCalculatorClient.xoml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/Service References/ICalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Client/Service References/ICalculator.map [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/SequentialWorkflowService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Service/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Service/SequentialCalculatorService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Service/SequentialCalculatorService.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Service/SequentialCalculatorService.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/CS/Service/SequentialCalculatorService.xoml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/SequentialCalculatorClient.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/SequentialCalculatorClient.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/SequentialCalculatorClient.xoml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/Service References/ICalculator.map [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Client/Service References/ICalculator.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/SequentialCalculatorClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/SequentialCalculatorService.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/SequentialCalculatorService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/SequentialCalculatorService.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/SequentialWorkflowService/VB/Service/SequentialCalculatorService.xoml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/ICalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/Service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/StateMachineCalculatorService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/StateMachineCalculatorService.layout [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/StateMachineCalculatorService.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/StateMachineCalculatorService.xoml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/Service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/CS/StateMachineWorkflowService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/ICalculator.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/Service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/StateMachineCalculatorService.layout [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/StateMachineCalculatorService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/StateMachineCalculatorService.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/StateMachineCalculatorService.xoml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/Service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/StateMachineWorkflowService/VB/StateMachineWorkflowService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/SequentialCalculatorClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/SequentialCalculatorClient.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/SequentialCalculatorClient.xoml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/Service References/SequentialCalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Client/Service References/SequentialCalculatorService.map [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Service/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Service/SequentialCalculatorService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Service/SequentialCalculatorService.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Service/SequentialCalculatorService.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/Service/SequentialCalculatorService.xoml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/CS/WorkflowFirstAndSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/SequentialCalculatorClient.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/SequentialCalculatorClient.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/SequentialCalculatorClient.xoml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/Service References/SequentialCalculatorService.map [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/Service References/SequentialCalculatorService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/SequentialCalculatorService.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/SequentialCalculatorService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/SequentialCalculatorService.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/Service/SequentialCalculatorService.xoml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Basic/WorkflowServices/WorkflowFirstAndSecurity/VB/WorkflowFirstAndSecurity.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/JSONP.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/JSONPBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/JSONPBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/JSONPBindingExtension.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/JSONPClientPage.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/JSONPEncoderFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/JSONP/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/JsonContentTypeMapper/JsonContentTypeMapper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/JsonContentTypeMapper/JsonContentTypeMapper.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/JsonContentTypeMapper/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/WebContentTypeMapperSample.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/JCTMClientPage.htm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Ajax/WebContentTypeMapper/CS/service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/Client/Contract.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/Client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpBinding.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpBindingCollectionElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpConfigurationStrings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpDefaults.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/NetHttpSecurityMode.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/NetHttpBinding/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/Service/Contract.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/NetHttpBinding/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/StreamedSecurityMode.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/StreamedTransferMode.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/TextEncodingConverter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBinding.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBindingConfigurationElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBindingConstants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/WSStreamedHttpBinding/WSStreamedHttpBindingSection.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/client/Sample.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Binding/WSStreamedHttpBinding/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/ChannelHelpers.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/SynchronizedQueue.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChannelHelpers/TimeoutHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingBodyWriter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingChannel.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingDuplexSessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingMessage.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingReader.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingUtils.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/ChunkingWriter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/ChunkingChannel/TcpChunkingBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Client/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Client/contract.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Client/image.jpg [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Service/Host.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Service/contract.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/ChunkingChannel/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/HttpCookieSession.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/ChainedAsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/Extensions.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieReplySession.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieReplySessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieReplySessionChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieRequestSessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionBindingCollectionElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionBindingConfigurationElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionBindingElementImporter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionDefaults.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/HttpCookieSessionRequestContext.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/InputQueue.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/LayeredChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/extensions/TimeoutHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/HttpCookieSession/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/MessageInterceptor.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/ChainedAsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/ChannelMessageInterceptor.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/InterceptingBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/InterceptingBindingElementImporter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/InterceptingChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/InterceptingChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/InterceptingDuplexChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/TimeoutHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/interceptingChannelBase.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/interceptingelement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/library/library.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Channels/MessageInterceptor/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Client/GeneratedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/DCSurrogate.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Service/AllowNonSerializableTypesAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Service/AllowNonSerializableTypesSurrogate.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/DataContract/Surrogate/CS/Service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/ErrorHandling.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ErrorHandling/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/EnableHttpGetRequestsBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/EnableHttpGetRequestsBehaviorConfigurationSection.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/QueryStringFormatter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/QueryStringFormatter.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/QueryStringFormatter/UriOperationSelector.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Formatters/QueryStringFormatter/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/CustomServiceHost.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/service/SelfDescribingServiceHost.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/service/SelfDescribingServiceHostFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Hosting/CustomServiceHost/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/Durable.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/ContextManagers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextBindingElementSection.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextChannelBase.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextDuplexChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextDuplexSessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextInputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextInputSessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextOutputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextOutputSessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextReplyChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextReplySessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextRequestChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextRequestSessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/DurableInstanceContextUtility.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/InstanceContextExtension.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/InstanceContextInitializer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/InstanceProvider.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/OperationInvoker.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/ResourceHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/SaveStateAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/StorageManagers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/extensions/extensions.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/SamplDB.mdf [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/SamplDB_log.LDF [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Durable/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/InstanceInitialization.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/Extensions.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/IObjectControl.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/ObjectPoolBehaviorAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/ObjectPoolInstanceProvider.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/extensions/ResourceHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Initialization/CS/service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/InstancePooling.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/extensions/Extensions.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/extensions/ObjectPoolBehaviorAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/extensions/ObjectPoolInstanceProvider.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/extensions/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/extensions/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/extensions/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/extensions/ResourceHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Pooling/CS/service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/Instancing.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/CalculatorExtension.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/ShareableAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Instancing/Sharing/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/AdvancedDispatchBody.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/GenericClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/DispatchBodyElementAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/DispatchByBodyElementBehaviorAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/DispatchByBodyElementOperationSelector.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/AdvancedDispatchByBody/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/RouteByBody.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/DispatchByBodyBehaviorAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/DispatchByBodyOperationSelector.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Interop/RouteByBody/CS/service/service.wsdl [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Client/Configuration/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Client/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/GZipEncoder.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/Configuration/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipEncoder.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipMessageEncoderFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipMessageEncodingBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/GZipEncoder/GZipMessageEncodingBindingElementImporter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Server/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Server/Configuration/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Server/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Compression/CS/Server/Server.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/CustomTextMessageEncoder.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/ConfigurationStrings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncoder.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncoder.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncoderFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncodingBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/CustomTextMessageEncodingBindingSection.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/MessageVersionConverter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/library/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageEncoder/Text/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/MessageFilter.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/service/FilteringEndpointBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/service/Filters.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageFilter/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/MessageInspectors/ClientValidationException.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/MessageInspectors/MessageInspectors.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/MessageInspectors/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/MessageInspectors/SchemaValidationBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/MessageInspectors/SchemaValidationBehaviorExtensionElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/MessageInspectors/SchemaValidationMessageInspector.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/MessageInspectors/ValidationFault.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/GenericClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/client/messages.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/messageinspectors.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/messages.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/MessageInspectors/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/CustomMexEndpoint.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/MetadataResolverClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/MetadataResolverClient/metadataResolverClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/Service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/Service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/Service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/Service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/SvcutilClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/SvcutilClient/generatedCalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/CustomMexEndpoint/CS/svcutil.exe.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/WsdlDocumentation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/library/WsdlDocumentationAttribute.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/library/WsdlDocumentationImporter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/library/library.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Metadata/WsdlDocumentation/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/ParameterFilter.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/ParameterFilter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/ParameterFilter/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetLibrary/ExternalRuleSetLibrary.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetLibrary/RuleSetData.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetLibrary/RuleSetInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetService/ExternalRuleSetService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetService/ExternalRuleSetService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/ActivitySelector.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/ActivitySelector.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/ActivitySelector.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/ExternalRuleSetTool.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/RuleSetSelector.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/RuleSetSelector.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/RuleSetSelector.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/RuleSetToolkitEditor.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/RuleSetToolkitEditor.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/RuleSetToolkitEditor.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/ValidationErrors.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/ValidationErrors.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/ValidationErrors.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetTool/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/ExternalRuleSetToolkit.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/PolicyFromService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/PolicyFromService.designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/PolicyFromServiceActivity.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/Resources/Rule.bmp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/PolicyFromServiceActivity/Rule.bmp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/DiscountRuleSet.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/RuleSetToolkitUsageSample.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/RuleSetToolkitUsageSample.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Workflow1.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/Workflow1.designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/RuleSetToolkitUsageSample/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/Setup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/ExternalRuleSetToolkit/CS/setup.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/Router.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/client/CalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/client/EchoService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/Contracts.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/Router.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/Router.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/RouterBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/RoutingTable.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/router/SelectDestination.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-calculator/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-calculator/CalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-calculator/CalculatorService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-calculator/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-echo/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-echo/EchoService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-echo/EchoService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Rules/WCF_Router/cs/service-echo/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/AuthorizationPolicy.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/PolicyLibrary/MyAuthorizationPolicy.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/PolicyLibrary/PolicyLibrary.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/PolicyLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/AuthorizationPolicy/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/ClientValidation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/InternetClientValidator/InternetClientValidator.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/InternetClientValidator/InternetClientValidatorBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/InternetClientValidator/InternetClientValidatorElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/ClientValidation/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/Common/BindingHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/Common/Common.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/Common/IEchoService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/Common/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/Constants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardClientCredentials.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardSecurityTokenManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardSecurityTokenSerializer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardServiceCredentials.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardToken.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardToken.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardTokenAuthenticator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardTokenAuthorizationPolicy.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardTokenParameters.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/CreditCardTokenProvider.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CreditCardTokenLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/CustomToken.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/service/CreditCardFile.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/service/EchoServiceHost.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/CustomToken/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/DurableIssuedSecurityTokenProvider.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/DurableIssuedTokenClientCredentials.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/DurableIssuedTokenClientCredentials.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/IssuedTokenCache.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenClientCredentials/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/DurableIssuedTokenProvider.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/Constants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RSTRSTR.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RequestSecurityToken.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RequestSecurityTokenBase.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/RSTRSTR/RequestSecurityTokenResponse.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/IWSTrust.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/SecurityTokenService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/SecurityTokenService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/SecurityTokenService/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Shared/ICalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Shared/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/Shared/Shared.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/cleanup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/removecert.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/DurableIssuedTokenProvider/CS/setup.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/SamlTokenProvider.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/SamlClientCredential.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/SamlSecurityTokenManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/SamlSecurityTokenProvider.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/SamlUtilities.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SamlTokenProvider/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/Common/BindingHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/Common/Common.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/Common/IEchoService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/Common/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/SupportingTokens.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/service/EchoServiceHost.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/SupportingTokens/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/TokenAuthenticator.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/MySecurityTokenManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/MyTokenAuthenticator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/MyUserNameCredential.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenAuthenticator/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/TokenProvider.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/MyUserNameClientCredential.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/MyUserNameSecurityTokenManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/MyUserNameTokenProvider.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/TokenProvider/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/UserNamePasswordValidator.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/client/generatedProxy.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/UserNamePasswordValidator/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/X509CertificateValidator.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/importclientcert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Security/X509CertificateValidator/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonFeedFormatter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonFeeds.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonFeeds.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonItemFormatter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonSyndicationCategory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonSyndicationContent.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonSyndicationFeed.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonSyndicationItem.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonSyndicationLink.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/JsonSyndicationPerson.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/JsonFeeds/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/IStreamingFeedService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/ItemCounter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/ItemGenerator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/StreamedAtom10FeedFormatter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeedService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeeds.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StreamingFeeds/CS/StreamingFeeds.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StronglyTypedExtensions/CS/InReplyToElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StronglyTypedExtensions/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StronglyTypedExtensions/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StronglyTypedExtensions/CS/StronglyTypedExtensions.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StronglyTypedExtensions/CS/StronglyTypedExtensions.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StronglyTypedExtensions/CS/ThreadedFeed.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Syndication/StronglyTypedExtensions/CS/ThreadedItem.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/MessageInspectors.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/TransactionFlowBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/TransactionFlowInspector.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/MessageInspectors/TransactionFlowProperty.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/Udp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/ConfigurableCalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/UdpTestClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/UdpTestClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/bin/Debug/UdpTestClient.exe.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestClient/bin/Debug/UdpTestClient.vshost.exe.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/UdpTestService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTestService/UdpTestService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/InputQueue.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/SampleProfileUdpBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/SampleProfileUdpBindingCollectionElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/SampleProfileUdpBindingConfigurationElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/TransactionMessageBuffer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpBindingElementImporter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpChannelHelpers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpInputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpOutputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpTransport.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpTransportBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/UdpTransport/UdpTransportElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transactions/TransactionMessagePropertyUdpTransport/CS/svcutil.exe.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/Udp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTestClient/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTestClient/ConfigurableCalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTestClient/UdpTestClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTestClient/UdpTestClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTestService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTestService/UdpTestService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTestService/UdpTestService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/InputQueue.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/SampleProfileUdpBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/SampleProfileUdpBindingCollectionElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/SampleProfileUdpBindingConfigurationElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpBindingElementImporter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpChannelHelpers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpInputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpOutputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpTransport.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpTransportBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/UdpTransport/UdpTransportElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/Udp/CS/svcutil.exe.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Service/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Service/Service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Service/Service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Service/SetupApp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Service/hello.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/Service/web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Activation/AppManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Activation/IUdpControlService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Activation/UdpControlService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Activation/UdpListenerAdapter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Activation/UdpListenerManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Activation/WasHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/ExclusiveUdpTransportManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/FramingCodec.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/HostedUdpHelpers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/MessageReceivedCallback.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/SampleProfileUdpBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/SampleProfileUdpBindingCollectionElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/SampleProfileUdpBindingConfigurationElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpBindingElementConverter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpChannelHelpers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpInputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpOutputChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpSocketListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpTransportBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpTransportElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Channels/UdpTransportManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Hosting/HostedUdpTransportConfiguration.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Hosting/HostedUdpTransportConfigurationImpl.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Hosting/HostedUdpTransportListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Hosting/HostedUdpTransportManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Hosting/UdpAppDomainProtocolHandler.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Hosting/UdpProcessProtocolHandler.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/InputQueue.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Install/UdpInstaller.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/UDPActivation.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/UDPActivation.snk [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/UDPActivation/UriLookupTable.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/Main.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/WASNetActivator/WASNetActivator.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/UdpActivation/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/AsyncResult.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/StockService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/TestCode.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/WseTcp.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/WseTcpChannelFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/WseTcpChannelListener.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/WseTcpDuplexSessionChannel.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/WseTcpTransport.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Transport/WseTcpInterop/CS/WseTcpTransportBindingElement.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/FormDataFormatter.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/FormProcessingBehavior.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/HtmlFormProcessing.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/HtmlFormProcessor.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/Service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/HtmlFormProcessing/CS/StreamMessageHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/PushStyleStreaming/CS/ImageGenerationService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/PushStyleStreaming/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/PushStyleStreaming/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/PushStyleStreaming/CS/PushStyleStreaming.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/PushStyleStreaming/CS/PushStyleStreaming.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/Web/PushStyleStreaming/CS/StreamMessageHelper.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory/DurableCalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory/DurableServiceFactory.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory/FilePersistenceProviderFactory.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory/ICalculator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory/Service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Extensibility/WorkflowServices/DurableServiceFactorySample/CS/DurableServiceFactory/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/JsonObjectLibrary/JsonObjectLibrary.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/JsonObjectLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/JsonObjectLibrary/WeaklyTypedJson.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/WeaklyTypedJson.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/WeaklyTypedJson/ClientSideService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/WeaklyTypedJson/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/WeaklyTypedJson/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/WeaklyTypedJson/ServerSideService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Ajax/WeaklyTypedJson/CS/WeaklyTypedJson/WeaklyTypedJson.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/DataBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/MyApp.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/Window1.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/Window1.xaml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/service/AlbumTrack.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/service/IAlbumService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/DataBinding.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/App.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/App.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/Window1.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/Window1.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/service/AlbumTrack.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/service/IAlbumService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WPFDataBinding/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/WebForms.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/client/App_Code/Global.asax.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/client/App_Code/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/client/Default.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/client/Default.aspx.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/client/Global.asax [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/client/Web.Config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/WebForms.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/client/App_Code/Global.asax.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/client/App_Code/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/client/Default.aspx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/client/Default.aspx.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/client/Global.asax [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/client/Web.Config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WebForms/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/WindowsForms.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Form1.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Form1.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Form1.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/WeatherService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/WindowsForms.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/Form1.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/Form1.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/Form1.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/Form2.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/WeatherService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DataBinding/WindowsForms/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/ListBasedPublishSubscribe.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/datasource.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/datasource.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/datasource/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/ListBasedPublishSubscribe.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/datasource.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/datasource.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/datasource/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/DesignPatterns/ListBasedPublishSubscribe/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/BookStore.JPG [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/BookStoreClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/BookStoreClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/BookStoreClientForm.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/BookStoreClientForm.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/BookStoreClientForm.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/BookStoreService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreClient/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/BookDB.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/BookStoreSTS.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/BookStoreSTS.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/BookStoreSTS.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/BookStoreSTSHost.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/STS.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/ServiceConstants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreSTS/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/BookDB.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/BookStoreService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/BookStoreService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/BookStoreService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/BookStoreServiceHost.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/ClaimProcessing.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/IBrowseBooks.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/IBuyBook.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/ServiceConstants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/BookStoreService/store.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/Common.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/Constants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/FederationUtilities.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/ISecurityTokenService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/RequestSecurityToken.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/RequestSecurityTokenBase.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/RequestSecurityTokenResponse.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/SAMLTokenCreator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Common/SecurityTokenService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/FederationSample.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTS.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTS.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTS.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/HomeRealmSTSHost.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/STS.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/ServiceConstants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/HomeRealmSTS/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Scripts/CleanUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Scripts/CleanUpVDir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Scripts/ServiceNames.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Scripts/SetUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/Scripts/SetUpVDir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/CS/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/BookStoreClient.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/BookStoreClientForm.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/BookStoreClientForm.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/BookStoreClientForm.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/BookStoreService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreClient/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/BookDB.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/BookStoreSTS.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/BookStoreSTS.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/BookStoreSTSHost.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/STS.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/ServiceConstants.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreSTS/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/BookDB.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/BookStoreService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/BookStoreService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/BookStoreServiceHost.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/ClaimProcessing.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/IBrowseBooks.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/IBuyBook.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/ServiceConstants.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/BookStoreService/store.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/CleanUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/Common.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/Constants.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/FederationUtilities.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/ISecurityTokenService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/RequestSecurityToken.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/RequestSecurityTokenBase.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/RequestSecurityTokenResponse.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/SamlTokenCreator.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Common/SecurityTokenService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/FederationSample.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/HomeRealmSTS/HomeRealmSTS.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/HomeRealmSTS/HomeRealmSTS.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/HomeRealmSTS/HomeRealmSTSHost.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/HomeRealmSTS/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/HomeRealmSTS/STS.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/HomeRealmSTS/ServiceConstants.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/HomeRealmSTS/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Scripts/CleanUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Scripts/CleanUpVDir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Scripts/ServiceNames.txt [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Scripts/SetUpCerts.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/Scripts/SetUpVDir.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Federation/VB/SetUp.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/BasicHttpXBAP.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/client/CalcPlusService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/client/MyApp.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/client/Page1.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/client/Page1.xaml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/client/PartialTrustWpfCallingWcf_TemporaryKey.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/client/Properties/app.manifest [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/Index.htm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/NumberUtility.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/BasicHttpXBAP.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/Application.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/Application.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/CalcPlusService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/My Project/app.manifest [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/MyApp.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/MyApp.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/Page1.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/Page1.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/PartialTrustWpfCallingWcf_TemporaryKey.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/Index.htm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/NumberUtility.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/BasicHttpXBAP/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/WsHttpXBAP.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/client/CalcPlusService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/client/MyApp.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/client/Page1.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/client/Page1.xaml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/client/PartialTrustWpfCallingWcf_TemporaryKey.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/client/Properties/app.manifest [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/Index.htm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/NumberUtility.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/CS/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/WsHttpXBAP.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/Application.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/Application.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/CalcPlusService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/My Project/app.manifest [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/MyApp.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/MyApp.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/Page1.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/Page1.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/PartialTrustWpfCallingWcf_TemporaryKey.pfx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/Index.htm [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/NumberUtility.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/Web.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/service.svc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PartialTrust/WsHttpXBAP/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/Chat.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/CustomResolver/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/CustomResolver/CustomResolverService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/CustomResolver/DefaultCustomResolver.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/instance.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/CS/instance/instance.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/Chat.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/CustomResolver/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/CustomResolver/CustomResolverService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/CustomResolver/DefaultCustomResolver.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/instance/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/instance/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/instance/instance.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/Chat/VB/instance/instance.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CPP/CustomPeerResolver.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CPP/msclr/lock.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CPP/msclr/safebool.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CPP/service/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CPP/service/Service.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CPP/service/Service.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CPP/service/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/CustomPeerResolver.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/client/customPeerResolverClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/service.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/VB/CustomPeerResolver.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/VB/client/CustomPeerResolverClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/VB/service/service.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PeerChannel/CustomPeerResolver/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/POXMessaging.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/client/Customer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/client/HttpClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/client/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/client/client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/service/Customer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/service/CustomerService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/service/HttpHelpers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/service/IUniversalContract.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/service/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/CS/service/service.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/POXMessaging.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/client/Customer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/client/HttpClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/client/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/client/client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/Customer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/CustomerService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/HttpHelpers.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/IUniversalContract.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/PoxMessaging/VB/service/service.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Client/CalculatorService.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Client/Client.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Client/Client.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Client/EchoService.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Client/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/Contracts.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/Router.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/Router.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/Router.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/RouterBinding.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/RouterBinding.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/RoutingTable.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/RoutingTable.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/RoutingTable.xml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/Router/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/msclr/lock.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/msclr/safebool.h [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-calculator/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-calculator/CalculatorService.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-calculator/CalculatorService.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-calculator/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-echo/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-echo/EchoService.cpp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-echo/EchoService.vcproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CPP/service-echo/app.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/Router.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/CalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/EchoService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/client/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Contracts.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Properties/Resources.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Router.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/Router.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/RouterBinding.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/RoutingTable.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/router/RoutingTable.xml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/CalculatorService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/CalculatorService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-calculator/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/EchoService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/EchoService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/CS/service-echo/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/Router.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/CalculatorService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/EchoService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/Contracts.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/Router.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/Router.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/RouterBinding.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/RoutingTable.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/router/RoutingTable.xml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/CalculatorService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/CalculatorService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-calculator/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-echo/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-echo/EchoService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-echo/EchoService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Router/VB/service-echo/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderErrorLibrary/OrderErrorLibrary.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderErrorLibrary/OrderErrorLibrary.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderErrorLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderProcessingPolicy.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderProcessingPolicy/OrderProcessingPolicy.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderProcessingPolicy/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderProcessingPolicy/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderProcessingPolicy/Workflow.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderProcessingPolicy/Workflow.designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/CS/OrderProcessingPolicy/Workflow.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/OrderErrorLibrary.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderErrorLibrary/OrderErrorLibrary.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/OrderProcessingPolicy.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/Workflow.designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/Workflow.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/Rules/OrderProcessingPolicy/VB/OrderProcessingPolicy/Workflow.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/BackendService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/BackendService/BackendService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/BackendService/BackendService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/BackendService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/Client/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/Client/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/FacadeService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/FacadeService/FacadeService.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/FacadeService/FacadeService.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/FacadeService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/FacadeService/generatedClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/TrustedFacade.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/CS/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/BackendService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/BackendService/BackendService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/BackendService/BackendService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/BackendService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/Client/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/Client/Client.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/Client/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/FacadeService/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/FacadeService/FacadeService.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/FacadeService/FacadeService.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/FacadeService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/FacadeService/generatedClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/GetComputerName.vbs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/TrustedFacade.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/cleanup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/importservicecert.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/TrustedFacade/VB/setup.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/App.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/App.xaml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/Calculator.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/Calculator.xaml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/CalculatorClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/CalculatorClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/Service References/CalculatorClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/CS/Service References/CalculatorClient.map [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/App.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/App.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/Application.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/Application.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/Calculator.xaml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/Calculator.xaml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/CalculatorClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/CalculatorClient.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/Service References/CalculatorClient.map [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/CalculatorClient/VB/Service References/CalculatorClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Conversations.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Customer/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Customer/Contracts.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Customer/Customer.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Customer/CustomerWorkflow.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Customer/CustomerWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Customer/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Customer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper1/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper1/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper1/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper1/Shipper1.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper1/ShipperWorkflow.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper1/ShipperWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper2/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper2/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper2/Shipper2.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper3/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper3/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Shipper3/Shipper3.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Supplier/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Supplier/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Supplier/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Supplier/Supplier.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Supplier/SupplierWorkflow.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/CS/Supplier/SupplierWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Conversations.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/Contracts.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/Customer.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/CustomerWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/CustomerWorkflow.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Customer/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/Shipper1.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/ShipperWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper1/ShipperWorkflow.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper2/Shipper2.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Shipper3/Shipper3.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/Supplier.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/SupplierWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/Conversations/VB/Supplier/SupplierWorkflow.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientHost/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientHost/ClientHost.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientHost/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientHost/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientWorkflow/ClientWorkflow.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientWorkflow/ClientWorkflow.layout [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientWorkflow/ClientWorkflow.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientWorkflow/ClientWorkflow.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientWorkflow/ClientWorkflow.xoml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ClientWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/DuplexWorkflowService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceHost/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceHost/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceHost/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceHost/ServiceHost.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceWorkflow/Contracts.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceWorkflow/ServiceWorkflow.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceWorkflow/ServiceWorkflow.layout [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceWorkflow/ServiceWorkflow.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceWorkflow/ServiceWorkflow.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/CS/ServiceWorkflow/ServiceWorkflow.xoml.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/ClientHost.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientHost/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/ClientWorkflow.layout [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/ClientWorkflow.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/ClientWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/ClientWorkflow.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/ClientWorkflow.xoml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ClientWorkflow/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/DuplexWorkflowService.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceHost/ServiceHost.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/Contracts.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/ServiceWorkflow.layout [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/ServiceWorkflow.rules [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/ServiceWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/ServiceWorkflow.xoml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/DuplexWorkflowService/VB/ServiceWorkflow/ServiceWorkflow.xoml.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/CS/ContextManager.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/CS/LocalWorkflowServiceHost.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/CS/WorkflowServiceUtility.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/ContextManager.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/LocalWorkflowServiceHost.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/WorkflowServiceUtility.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/WorkflowServices/WorkflowServiceUtility/VB/WorkflowServiceUtility.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/UddiClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/UddiClient.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/UddiClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/UddiInquireClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/UddiPublishClient.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/CS/UddiTypes.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/App.config [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/Program.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/UddiClient.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/UddiClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/UddiClient.vbproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/UddiInquireClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/UddiPublishClient.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Scenario/interop/UDDI/VB/UddiTypes.vb [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/CleanupCertTool.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/ClientWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/DeleteClientWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/DeleteDurableServiceStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/DeleteServiceWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/DurableServiceStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/FindPrivateKey/Driver.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/FindPrivateKey/FindPrivateKey.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/FindPrivateKey/FindPrivateKey.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/ServiceWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/cleanupvroot.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/createstores.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/deletestores.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/setupCertTool.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/CS/setupvroot.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/CleanupCertTool.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/ClientWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/DeleteClientWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/DeleteDurableServiceStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/DeleteServiceWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/DurableServiceStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/FindPrivateKey/Driver.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/FindPrivateKey/FindPrivateKey.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/FindPrivateKey/FindPrivateKey.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/ServiceWorkflowStore.sql [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/cleanupvroot.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/createstores.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/deletestores.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/setupCertTool.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Setup/VB/setupvroot.bat [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/BindingElementExtensionSectionGenerator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/CodeDomCommon.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/ConfigurationCodeGenerator.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/ConfigurationCodeGenerator.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/Constants.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/Helpers.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/Program.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/SampleConfigGenerator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/StandardBindingSectionGenerator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/UserTypeCodeEnhancer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/ConfigurationCodeGenerator/CS/samplerun.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/BaseServer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Client.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/CustomChannelsTester.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/CustomChannelsTester.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/CustomChannelsTester.sln [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Enum.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Interfaces.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Loader.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Log.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Parameters.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/SampleRun.cmd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/SchemaValidator.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Server.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/TestRunner.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/TestSpec.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/TestSpec.xml [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/TestSpec.xsc [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/TestSpec.xsd [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/TestSpec.xss [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/CustomChannelsTester/CS/Util.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/FindPrivateKey/CS/Driver.cs [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/FindPrivateKey/CS/FindPrivateKey.csproj [new file with mode: 0644]
sdk/samples/WCFSamples/TechnologySamples/Tools/FindPrivateKey/CS/FindPrivateKey.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Mainform.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Mainform.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Mainform.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/OrderApplication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderApplication/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderLocalServices/IOrderService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderLocalServices/OrderEventArgs.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderLocalServices/OrderLocalServices.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderLocalServices/OrderService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderLocalServices/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderWorkflows/OrderWorkflows.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderWorkflows/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderWorkflows/SampleWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderWorkflows/SampleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderWorkflows/SampleWorkflow.layout [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/CS/OrderingStateMachine.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/Mainform.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/Mainform.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/Mainform.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderApplication/OrderApplication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderLocalServices/IOrderService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderLocalServices/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderLocalServices/OrderEventArgs.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderLocalServices/OrderLocalServices.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderLocalServices/OrderService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderWorkflows/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderWorkflows/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderWorkflows/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderWorkflows/OrderWorkflows.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderWorkflows/SampleWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderWorkflows/SampleWorkflow.layout [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderWorkflows/SampleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OrderingStateMachine/VB/OrderingStateMachine.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/Loader.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/OutlookWorkflowWizard.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/WizardForm.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/WizardForm.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/WizardForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/OutlookWorkflowWizard/WorkflowViewWrapper.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/AutoReplyEmail.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/AutoReplyEmail.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/BaseMailbox.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/BaseMailbox.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/BaseOutlookItem.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/BaseOutlookItem.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/DummyActivity.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/DummyActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/EvaluateInboxItems.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/EvaluateInboxItems.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/EvaluateOutboxItems.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/EvaluateOutboxItems.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/EvaluateSentItems.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/EvaluateSentItems.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/OutlookNote.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/OutlookNote.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/OutlookTask.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/OutlookTask.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/CS/ReadEmailActivity/ReadEmailActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/Loader.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/OutlookWorkflowWizard.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/WizardForm.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/WizardForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/WizardForm.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/OutlookWorkflowWizard/WorkflowViewWrapper.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/AutoReplyEmail.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/AutoReplyEmail.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/BaseMailbox.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/BaseMailbox.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/BaseOutlookItem.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/BaseOutlookItem.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/DummyActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/DummyActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/EvaluateInboxItems.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/EvaluateInboxItems.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/EvaluateOutboxItems.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/EvaluateOutboxItems.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/EvaluateSentItems.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/EvaluateSentItems.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/OutlookNote.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/OutlookNote.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/OutlookTask.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/OutlookTask.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/OutlookWorkflowWizard/VB/ReadEmailActivity/ReadEmailActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechActivityInterface/ISpeechService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechActivityInterface/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechActivityInterface/SpeechActivityInterface.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechActivityInterface/SpeechService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechActivityInterface/UpdatePhoneTextEventArgs.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechApplication.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Form1.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Form1.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Form1.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechUI/SpeechUI.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechWorkflow/SpeechWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechWorkflow/Workflow1.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechWorkflow/Workflow1.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/SpeechApplication/CS/SpeechWorkflow/Workflow1.layout [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/SampleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/SampleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/TerminationTrackingService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TerminationTrackingService/CS/TerminationTrackingService/TerminationTrackingService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Dialogs/WorkflowSelectionForm.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Dialogs/WorkflowSelectionForm.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Dialogs/WorkflowSelectionForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/EnumDropDown.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/TrackingProfileDesignerIcon.ico [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/annotate.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/error.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/event.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/extract.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/fadedredpin.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/pushpin.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/redpin.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/track.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/Resources/workflow.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingProfileDesigner.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingProfileGlyph.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingProfileManager.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingStore/LoadFromStore.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingStore/LoadFromStore.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingStore/LoadFromStore.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingStore/TrackingProfileStore.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingStore/UpdateProfileVersion.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingStore/UpdateProfileVersion.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/TrackingStore/UpdateProfileVersion.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/WorkflowTrackingProfileDesigner.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/WorkflowTrackingProfileDesigner.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/WorkflowTrackingProfileDesigner.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/TrackingProfileDesigner/app.config [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/Loader.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/Services.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/WorkflowDesignerControl.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/WorkflowDesignerControl.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/WorkflowDesignerControl.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/WorkflowDesignerControl.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/CS/WorkflowDesignerControl/WorkflowDesignerControl.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Dialogs/WorkflowSelectionForm.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Dialogs/WorkflowSelectionForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Dialogs/WorkflowSelectionForm.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/EnumDropDown.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/EnumDropDown.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/TrackingProfileDesignerIcon.ico [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/error.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/event.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/extract.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/fadedredpin.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/pushpin.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/redpin.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/track.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/Resources/workflow.png [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingProfileDesigner.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingProfileGlyph.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingProfileManager.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingStore/LoadFromStore.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingStore/LoadFromStore.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingStore/LoadFromStore.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingStore/TrackingProfileStore.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingStore/UpdateProfileVersion.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingStore/UpdateProfileVersion.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/TrackingStore/UpdateProfileVersion.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/WorkflowTrackingProfileDesigner.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/WorkflowTrackingProfileDesigner.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/WorkflowTrackingProfileDesigner.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/TrackingProfileDesigner/app.config [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/Loader.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/Services.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/WorkflowDesignerControl.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/WorkflowDesignerControl.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/WorkflowDesignerControl.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/TrackingProfileDesigner/vb/WorkflowDesignerControl/WorkflowDesignerControl.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/ApplicationSettings.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/DatabaseService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/DesignerGlyphProvider.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Helpers.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Loader.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Mainform.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Mainform.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Mainform.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/Collapse.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/Executing.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/Expand.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/Find.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/MainForm.ico [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/MonitorOff.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/MonitorOn.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/ResetOptions.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/Settings.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/complete.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Resources/main.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/SettingsForm.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/SettingsForm.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/SettingsForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/StatusDefinition.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/ViewHost.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/WorkflowDesignSurface.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/CS/WorkflowMonitor/WorkflowMonitor.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/UpdateV1DefaultTrackingProfile.sql [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/AppResources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/AppResources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/AppSettings.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/ApplicationSettings.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/DatabaseService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/DesignerGlyphProvider.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Helpers.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Loader.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/MonitorForm.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/MonitorForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/MonitorForm.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/ApplicationEvents.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/Collapse.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/Executing.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/Expand.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/MainForm.ico [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/MonitorOff.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/MonitorOn.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/ResetOptions.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/Settings.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/complete.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/find.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/Resources/main.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/StatusDefinition.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/ViewHost.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/WorkflowDesignSurface.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/WorkflowMonitor.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/settingsform.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowMonitor/VB/WorkflowMonitor/settingsform.vb [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility.sln [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/App.config [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/ConfigSection.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/AssemblyResolveExplanationDialog.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/AssemblyResolveExplanationDialog.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/AssemblyResolveExplanationDialog.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/AssemblyResolveOpenFileDialog.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/EvaluateRuleDialog.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/EvaluateRuleDialog.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/WorkflowDesignerDialog.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/WorkflowDesignerDialog.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/WorkflowDesignerDialog.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/WorkflowViewPanel.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Controls/evaluateruledialog.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/MainForm.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/MainForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/NativeComponents.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/OutOfBoxComponentResources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/OutOfBoxComponentResources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/OutOfBoxComponents.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/ActivitiesNode.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/ActivityNode.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/AssemblyNode.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/EmptyNode.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/MainForm.ico [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/RuleNode.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/ServiceInterfaceNode.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/Resources/WorkflowNode.bmp [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/RuleEvaluation/EvaluatorGenerator.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/RuleEvaluation/RuleEvaluatorPanel.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/WorkflowReflection/WorkflowAssembly.cs [new file with mode: 0644]
sdk/samples/WFSamples/Applications/WorkflowReflectionUtility/CS/WorkflowReflectionUtility/WorkflowReflectionUtility.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/Compensation.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/Properties/Resource1.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/Properties/Resource1.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/PurchaseOrder.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/CS/Compensation/PurchaseOrder.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/Compensation.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/My Project/mysettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/PurchaseOrder.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Compensation/VB/Compensation/PurchaseOrder.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/Delay.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/DelayWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/DelayWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/CS/Delay/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/Delay.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/DelayWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/DelayWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Delay/VB/Delay/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/NestedExceptions.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/NestedExceptionsWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/NestedExceptionsWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/CS/NestedExceptions/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/NestedExceptions.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/NestedExceptionsWorkflow.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/NestedExceptionsWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/NestedExceptions/VB/NestedExceptions/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/AdvancedPolicy.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/DiscountPolicyWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/DiscountPolicyWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/DiscountPolicyWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/CS/AdvancedPolicy/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/AdvancedPolicy.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/DiscountPolicyWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/DiscountPolicyWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/DiscountPolicyWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/AdvancedPolicy/VB/AdvancedPolicy/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/SimplePolicy.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/SimplePolicyWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/SimplePolicyWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/CS/SimplePolicy/SimplePolicyWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/SimplePolicy.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/SimplePolicyWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/SimplePolicyWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/SimplePolicyWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Policy/SimplePolicy/VB/SimplePolicy/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/samplereplicatorchildactivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/samplereplicatorchildactivity.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/simplereplicator.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/simplereplicatorworkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/CS/SimpleReplicator/simplereplicatorworkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/SampleReplicatorChildActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/SampleReplicatorChildActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/SimpleReplicator.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/SimpleReplicatorWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/SimpleReplicatorWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Replicator/SimpleReplicator/VB/SimpleReplicator/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/SampleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/SampleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/SampleWorkflow.layout [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/CS/StateInitialization/StateInitialization.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/SampleWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/SampleWorkflow.layout [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/SampleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/StateInitialization.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/StateInitialization/VB/StateInitialization/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate/SuspendAndTerminate.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate/SuspendAndTerminateWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/CS/SuspendAndTerminate/SuspendAndTerminateWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/SuspendAndTerminate.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/SuspendAndTerminateWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/SuspendAndTerminateWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/SuspendAndTerminate/VB/SuspendAndTerminate/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/Synchronized.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/SynchronizedActivityWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/CS/Synchronized/SynchronizedActivityWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/Synchronized.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/SynchronizedActivityWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/SynchronizedActivityWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Synchronized/VB/Synchronized/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw/Throw.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw/ThrowWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/CS/Throw/ThrowWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/Throw.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/ThrowWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/ThrowWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/Throw/VB/Throw/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/WhileAndParallel.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/WhileAndParallelWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/CS/WhileAndParallel/WhileAndParallelWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/WhileAndParallel.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/WhileAndParallelWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/WhileAndParallelWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Activities/WhileAndParallel/VB/WhileAndParallel/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/CustomActivity/CustomActivity.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/CustomActivity/CustomActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/CustomActivity/CustomActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/CustomActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/CustomActivity/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/CustomActivity/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/CustomActivityBinding.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/HostApplication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/SampleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/CS/HostApplication/SampleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/CustomActivity/CustomActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/CustomActivity/CustomActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/CustomActivity/CustomActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/CustomActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/CustomActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/CustomActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/CustomActivityBinding.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/HostApplication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/SampleWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/SampleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/ActivityBinding/CustomActivityBinding/VB/HostApplication/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow/SequentialWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow/SequentialWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/CS/SimpleSequentialWorkflow/SimpleSequentialWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/SequentialWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/SequentialWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/SimpleSequentialWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleSequentialWorkflow/VB/SimpleSequentialWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/SimpleStateMachineWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/StateMachineWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/CS/SimpleStateMachineWorkflow/StateMachineWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/SimpleStateMachineWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/StateMachineWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/StateMachineWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/SimpleStateMachineWorkflow/VB/SimpleStateMachineWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/CS/WorkflowWithParameters.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/CS/WorkflowWithParameters/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/CS/WorkflowWithParameters/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/CS/WorkflowWithParameters/SequentialWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/CS/WorkflowWithParameters/SequentialWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/CS/WorkflowWithParameters/WorkflowWithParameters.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters/SequentialWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters/SequentialWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/BasicWorkflows/WorkflowWithParameters/VB/WorkflowWithParameters/WorkflowWithParameters.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService/CorrelatedLocalService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService/CorrelatedLocalServiceWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService/CorrelatedLocalServiceWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/CorrelatedLocalService/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskActivities/CreateTask.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskActivities/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskActivities/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskActivities/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskActivities/TaskActivities.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskActivities/TaskCompleted.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskService/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskService/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskService/TaskService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/CS/TaskService/TaskService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/CorrelatedLocalService.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/CorrelatedLocalServiceWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/CorrelatedLocalServiceWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/CorrelatedLocalService/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/CreateTask.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/CreateTask.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/TaskActivities.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/TaskCompleted.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskActivities/TaskCompleted.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/TaskService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/CorrelatedLocalService/VB/TaskService/TaskService.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/HostCommunication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/VotingService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/VotingServiceWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/CS/HostCommunication/VotingServiceWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/HostCommunication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/VotingService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/VotingServiceWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/VotingServiceWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/HostCommunication/VB/HostCommunication/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/Listen.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/OrderServiceImpl.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/PurchaseOrderWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/Listen/PurchaseOrderWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/POInterface/POInterface.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/POInterface/POInterface.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/CS/POInterface/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/Listen.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/OrderServiceImpl.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/PurchaseOrderWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/PurchaseOrderWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/Listen/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/POInterface.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/Listen/VB/POInterface/POInterface.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/InputActivity/InputActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/InputActivity/InputActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/InputActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/SimpleInput.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/SimpleInputWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/CS/SimpleInput/SimpleInputWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/InputActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/InputActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/InputActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/InputActivity/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/SimpleInput.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/SimpleInputWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/SimpleInputWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/SimpleInput/VB/SimpleInput/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/EventService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/IEventService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/SimpleStateMachine.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/SimpleStateMachine.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/SimpleStateMachine.layout [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/CS/StateMachineCommunication/StateMachineCommunication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/EventService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/IEventService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/SimpleStateMachine.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/SimpleStateMachine.layout [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/SimpleStateMachine.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/StateMachineCommunication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/StateMachineCommunication/VB/StateMachineCommunication/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/WebReferences/localhost/Reference.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/WebReferences/localhost/Reference.map [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/WebReferences/localhost/WebServicePublishWorkflow_WebService.disco [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/WebReferences/localhost/WebServicePublishWorkflow_WebService.wsdl [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/WebServiceInvoke.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/WebServiceInvokeWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/WebServiceInvokeWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServiceInvoke/app.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish/POInterface.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish/WebServicePublish.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish/WebServicePublishWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish/WebServicePublishWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish_WebService/Web.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/CS/WebServicePublish_WebService/WebServicePublishWorkflow_WebService.asmx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/Program.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/Web References/localhost/Reference.map [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/Web References/localhost/Reference.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/Web References/localhost/WebServicePublishWorkflow_WebService.disco [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/Web References/localhost/WebServicePublishWorkflow_WebService.wsdl [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/WebServiceInvoke.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/WebServiceInvokeWorkflow.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/WebServiceInvokeWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServiceInvoke/app.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/POInterface.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/WebServicePublish.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/WebServicePublishWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish/WebServicePublishWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish_WebService/Web.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Communications/WebService/VB/WebServicePublish_WebService/WebServicePublishWorkflow_WebService.asmx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/BasicActivityDesigner.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/BasicActivityDesigner/BasicActivityDesigner.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/BasicActivityDesigner/BasicActivityDesignerWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/BasicActivityDesigner/BasicActivityDesignerWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/BasicActivityDesigner/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/BasicActivityDesigner/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/BasicActivityDesigner/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/CustomActivity/CustomActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/CustomActivity/CustomActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/CustomActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/CustomActivity/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/CS/CustomActivity/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/BasicActivityDesigner.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/BasicActivityDesignerWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/BasicActivityDesignerWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/BasicActivityDesigner/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/CustomActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/CustomActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/CustomActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/BasicActivityDesigner/VB/CustomActivity/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcher.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherActivities/FileSystemEvent.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherActivities/FileWatcherActivites.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherActivities/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherActivities/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherActivities/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherService/FileWatcherEventArgs.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherService/FileWatcherService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherService/FileWatcherService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherService/FileWatcherSubscription.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherTestHost/FileWatcherTestHost.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherTestHost/FileWatcherWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherTestHost/FileWatcherWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherTestHost/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/CS/FileWatcherTestHost/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcher.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherActivities/FileSystemEvent.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherActivities/FileSystemEvent.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherActivities/FileWatcherActivities.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherActivities/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherActivities/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherActivities/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherService/FileWatcherEventArgs.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherService/FileWatcherService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherService/FileWatcherService.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherService/FileWatcherSubscription.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/FileWatcherTestHost.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/FileWatcherWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/FileWatcherWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/FileWatcher/VB/FileWatcherTestHost/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmail.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailActivity/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailActivity/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailActivity/Resources/EmailMessage.png [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailActivity/SendEmailActivity.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailActivity/SendEmailActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailActivity/SendEmailActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/SendEmailWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/SendEmailWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/SendEmailWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/CS/SendEmailWorkflow/app.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmail.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/Resources/EmailMessage.png [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/SendEmailActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/SendEmailActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/SendEmailActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailActivity/SendEmailValidator.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/My Project/mysettings.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/SendEmailWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/SendEmailWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/SendEmailWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SendEmail/VB/SendEmailWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/SendMailActivityLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/SendMailActivityLibrary/SendEmailActivityLibrary.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/SendMailActivityLibrary/SendEmailCustomActivity.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/SendMailActivityLibrary/SendEmailCustomActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/SimpleCustom.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/WorkflowConsoleApplication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/WorkflowConsoleApplication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/WorkflowConsoleApplication/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/WorkflowConsoleApplication/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/WorkflowConsoleApplication/SendEmailWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/WorkflowConsoleApplication/SendEmailWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/CS/WorkflowConsoleApplication/WorkflowConsoleApplication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/SendEmailActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/SendEmailActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SendEmailActivityLibrary/SendEmailActivityLibrary.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/SimpleCustom.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/SendEmailWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/SendEmailWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/CustomActivities/SimpleActivity/VB/WorkflowConsoleApplication/WorkflowConsoleApplication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/ActivityProperties.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/ActivityProperties.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/ActivityProperties.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/DesignerShell.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/DesignerShell.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/DesignerShell.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/WorkflowDesignerReHosting.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/CS/WorkflowDesignerReHosting/WorkflowLoader.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/ActivityProperties.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/ActivityProperties.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/ActivityProperties.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/DesignerShell.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/DesignerShell.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/DesignerShell.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/ApplicationEvents.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/WorkflowDesignerReHosting.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DesignerHosting/VB/WorkflowDesignerReHosting/WorkflowLoader.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/DynamicRulesWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/DynamicRulesWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/DynamicRulesWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/DynamicUpdateChangingRules.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/CS/DynamicUpdateChangingRules/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/DynamicRulesWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/DynamicRulesWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/DynamicRulesWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/DynamicUpdateChangingRules.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/ChangingRules/VB/DynamicUpdateChangingRules/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/DynamicUpdateFromHost.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/DynamicUpdateWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/DynamicUpdateWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/CS/DynamicUpdateFromHost/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/DynamicUpdateFromHost.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/DynamicUpdateWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/DynamicUpdateWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromHost/VB/DynamicUpdateFromHost/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/ApprovalStepWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/ApprovalStepWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/DynamicUpdateFromWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/DynamicUpdateWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/DynamicUpdateWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/CS/DynamicUpdateFromWorkflow/app.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/ApprovalStepWorkflow.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/ApprovalStepWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/DynamicUpdateFromWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/DynamicUpdateWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/DynamicUpdateWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/DynamicUpdate/FromWorkflow/VB/DynamicUpdateFromWorkflow/app.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/CancelWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/SampleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/SampleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/CS/CancelWorkflow/SendReceive.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/CancelWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/SampleWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/SendReceive.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CancelWorkflow/VB/CancelWorkflow/sampleworkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/CustomPersistenceService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/FilePersistence.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/PersistenceServiceWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/PersistenceServiceWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/CS/CustomPersistenceService/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/CustomPersistenceService.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/FilePersistenceService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/PersistenceServiceWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/PersistenceServiceWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/CustomPersistenceService/VB/CustomPersistenceService/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/DocumentApprovalWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/DocumentApprovalWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/DocumentApprovalWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/DocumentEventArgs.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/IDocumentApproval.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/DocumentApprovalWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/DocumentApprovalService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/FilePersistenceService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/HostApplication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Mainform.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Mainform.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Mainform.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/HostApplication/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/CS/PersistenceHost.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/DocumentApprovalWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/DocumentApprovalWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/DocumentApprovalWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/DocumentEventArgs.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/IDocumentApproval.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/DocumentApprovalWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/DocumentApprovalService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/FilePersistenceService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/HostApplication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/Mainform.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/Mainform.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/Mainform.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/HostApplication/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceHost/VB/PersistenceHost.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/PersistenceServices.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/PersistenceServicesWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/PersistenceServicesWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/CS/PersistenceServices/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/PersistenceServices.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/PersistenceServicesWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/PersistenceServicesWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/PersistenceServices/VB/PersistenceServices/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalInterface/DocumentApprovalInterface.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalInterface/DocumentApprovalInterface.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalInterface/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalInterface/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalInterface/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/DocumentApprovalWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/DocumentApprovalWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/DocumentApprovalWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/FilePersistence.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/DocumentApprovalWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/CS/RaiseEventToLoadWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/DocumentApprovalInterface.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/DocumentApprovalInterface.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalInterface/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/DocumentApprovalWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/DocumentApprovalWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/DocumentApprovalWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/FilePersistenceService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/DocumentApprovalWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/RaiseEventToLoadWorkflow/VB/RaiseEventToLoadWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/ThreadMonitor/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/ThreadMonitor/ThreadMonitor.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/ThreadMonitor/ThreadMonitor.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WaitForMessageActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WaitForMessageActivity/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WaitForMessageActivity/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WaitForMessageActivity/WaitForMessageActivity.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WaitForMessageActivity/WaitForMessageActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WaitForMessageActivity/WaitForMessageActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/ThreadingWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/ThreadingWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/CS/WorkflowThreading/WorkflowThreading.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/ThreadMonitor.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/ThreadMonitor/ThreadMonitor.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WaitForMessageActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WaitForMessageActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WaitForMessageActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WaitForMessageActivity/WaitForMessageActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WaitForMessageActivity/WaitForMessageActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WaitForMessageActivity/WaitForMessageActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/ThreadingWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/ThreadingWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Hosting/WorkflowThreading/VB/WorkflowThreading/WorkflowThreading.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/SequentialWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/SequentialWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/CS/SimpleInMemorySample/SimpleInMemorySample.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/SequentialWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/SequentialWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/SimpleInMemorySample.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/InMemory/SimpleInMemorySample/VB/SimpleInMemorySample/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/CollectionActivities.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/QueueActivity.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/QueueActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/QueueActivitySerializer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/QueueSerializer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/StackActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/StackActivity.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/StackActivitySerializer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CollectionActivities/StackSerializer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization/CustomSerialization.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/CS/CustomSerialization/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/CollectionActivities.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/QueueActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/QueueActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/QueueActivitySerializer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/QueueSerializer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/StackActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/StackActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/StackActivitySerializer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CollectionActivities/StackSerializer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization/CustomSerialization.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/CustomSerialization/VB/CustomSerialization/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/SequentialMarkupWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/SequentialWorkflow.xoml [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/CS/SequentialMarkupWorkflow/SequentialWorkflow.xoml.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/SequentialMarkupWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/SequentialWorkflow.xoml [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/SequentialWorkflow.xoml.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/SequentialMarkupWorkflow/VB/SequentialMarkupWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/StateMachineMarkupWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/StateMachineWorkflow.layout [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/StateMachineWorkflow.xoml [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/CS/StateMachineMarkupWorkflow/StateMachineWorkflow.xoml.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/StateMachineMarkupWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/StateMachineWorkflow.layout [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/StateMachineWorkflow.xoml [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/StateMachineWorkflow.xoml.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/StateMachineMarkupWorkflow/VB/StateMachineMarkupWorkflow/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/ConsoleActivity/ConsoleActivity.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/ConsoleActivity/ConsoleActivity.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/ConsoleActivity/ConsoleActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/ConsoleActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/ConsoleActivity/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/ConsoleActivity/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/HostApplication/HostApplication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/HostApplication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/HostApplication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/HostApplication/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/HostApplication/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/HostApplication/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/HostApplication/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/CS/WorkflowSerialization.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/ConsoleActivity/ConsoleActivity.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/ConsoleActivity/ConsoleActivity.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/ConsoleActivity/ConsoleActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/ConsoleActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/ConsoleActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/ConsoleActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/HostApplication/HostApplication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/HostApplication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/HostApplication/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/HostApplication/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/HostApplication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/HostApplication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/HostApplication/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Markup/WorkflowSerialization/VB/WorkflowSerialization.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/ActiveDirectoryRoles.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/POInterface/IStartPurchaseOrder.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/POInterface/POInterface.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/POInterface/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/PurchaseOrderWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/PurchaseOrderWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/CS/PurchaseOrderWorkflow/PurchaseOrderWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/ActiveDirectoryRoles.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/IStartPurchaseOrder.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/POInterface/POInterface.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/Program.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/PurchaseOrderWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/PurchaseOrderWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/ActiveDirectoryRoles/VB/PurchaseOrderWorkflow/PurchaseOrderWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/POInterface/IStartPurchaseOrder.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/POInterface/POInterface.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/POInterface/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/App.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/PurchaseOrderWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/PurchaseOrderWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/PurchaseOrderWorkflow/PurchaseOrderWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/CS/WebWorkflowRole.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/IStartPurchaseOrder.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/POInterface/POInterface.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/App.config [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/Program.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/PurchaseOrderWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/PurchaseOrderWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/PurchaseOrderWorkflow/PurchaseOrderWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Roles/WebWorkflowRole/VB/WebWorkflowRole.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/IfElseWithRules.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/IfElseWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/IfElseWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/IfElseWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/CS/IfElseWithRules/Properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/IfElseWithRules.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/IfElseWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/IfElseWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/IfElseWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/RulesAndConditions/IfElseWithRules/VB/IfElseWithRules/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/ConsoleTrackingService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/ConsoleTrackingServiceSample.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/SampleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/CS/ConsoleTrackingServiceSample/SampleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/ConsoleTrackingService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/ConsoleTrackingServiceSample.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/SampleWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/SampleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/ConsoleTrackingServiceSample/VB/ConsoleTrackingServiceSample/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/EventArgsTrackingSample.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/ExceptionWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/ExceptionWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/SuspendedWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/CS/EventArgsTrackingSample/SuspendedWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/EventArgsTrackingSample.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/ExceptionWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/ExceptionWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/SuspendedWorkflow.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/SuspendedWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/EventArgsTrackingSample/VB/EventArgsTrackingSample/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/FileTrackingService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/MainForm.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/QueryUI/QueryUI.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleFileTrackingService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleFileTrackingService/SimpleFileTrackingService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleFileTrackingService/SimpleFileTrackingService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleFileTrackingService/SimpleFileTrackingServiceQuery.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/ExceptionWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/ExceptionWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/SimpleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/SimpleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/SimpleWorkflowsLibrary.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/SuspendedWorkflow.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/SimpleWorkflowsLibrary/SuspendedWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/WorkflowConsoleApplication/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/WorkflowConsoleApplication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/WorkflowConsoleApplication/WorkflowConsoleApplication.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/CS/WorkflowConsoleApplication/bin/Debug/profile.xml [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/FileTrackingService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/MainForm.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/MainForm.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/QueryUI/QueryUI.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/SimpleFileTrackingService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/SimpleFileTrackingService.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleFileTrackingService/SimpleFileTrackingServiceQuery.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/ExceptionWorkflow.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/ExceptionWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/SimpleWorkflow.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/SimpleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/SimpleWorkflowsLibrary.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/SuspendedWorkflow.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/SimpleWorkflowsLibrary/SuspendedWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/WorkflowConsoleApplication.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/FileTrackingService/VB/WorkflowConsoleApplication/bin/profile.xml [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSQLTrackingService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSqlTrackingService/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSqlTrackingService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSqlTrackingService/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSqlTrackingService/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSqlTrackingService/SimpleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSqlTrackingService/SimpleWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/CS/QueryUsingSqlTrackingService/SimpleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/QueryUsingSQLTrackingService.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/SimpleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/QueryUsingSQLTrackingService/VB/QueryUsingSQLTrackingService/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample/ConsoleTrackingService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample/RuleActionTrackingEventSample.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample/SimplePolicyWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample/SimplePolicyWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/CS/RuleActionTrackingEventSample/SimplePolicyWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/ConsoleTrackingService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/My Project/MySettings.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/My Project/mysettings.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/RuleActionTrackingEventSample.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/SimplePolicyWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/SimplePolicyWorkflow.rules [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/SimplePolicyWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/RuleActionTrackingEventSample/VB/RuleActionTrackingEventSample/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/SimpleTrackingSample.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/SimpleTrackingWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/SimpleTrackingWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/CS/SimpleTrackingSample/program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/SimpleTrackingSample.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/SimpleTrackingWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/SimpleTrackingWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SimpleTrackingSample/VB/SimpleTrackingSample/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/DataAccess.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/SimpleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/SimpleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/CS/SqlDataMaintenance/SqlDataMaintenance.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/DataAccess.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/SimpleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/SqlDataMaintenance.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/SqlDataMaintenance/VB/SqlDataMaintenance/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/CS/TrackingProfileObjectModel.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/CS/TrackingProfileObjectModel/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/CS/TrackingProfileObjectModel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/CS/TrackingProfileObjectModel/TrackingProfileObjectModel.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/Program.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/TrackingProfileObjectModel/VB/TrackingProfileObjectModel/TrackingProfileObjectModel.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/SimpleWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/SimpleWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/CS/UserTrackPoints/UserTrackPoints.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/SimpleWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/SimpleWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/UserTrackPoints.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/Tracking/UserTrackPoints/VB/UserTrackPoints/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/CustomTransactionActivity/CreditAmount.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/CustomTransactionActivity/CreditAmount.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/CustomTransactionActivity/CustomTransactionActivity.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/CustomTransactionActivity/DebitAmount.Designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/CustomTransactionActivity/DebitAmount.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/CustomTransactionActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/Host/Host.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/Host/Program.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/Host/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/QueryAccountService/IQueryAccountService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/QueryAccountService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/QueryAccountService/QueryAccountService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/QueryAccountService/QueryAccountService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/SQL/TransactionServiceDB.cmd [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/SQL/TransactionServiceDB.sql [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/SampleWorkflow/BalanceTransferWorkflow.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/SampleWorkflow/BalanceTransferWorkflow.designer.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/SampleWorkflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/SampleWorkflow/SampleWorkflow.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/TransactionalService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/TransactionalService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/TransactionalService/TransactionalService.cs [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/CS/TransactionalService/TransactionalService.csproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/CreditAmount.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/CreditAmount.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/CustomTransactionActivity.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/DebitAmount.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/DebitAmount.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/CustomTransactionActivity/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/Host.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/Host/WorkflowApplication.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/IQueryAccountService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/QueryAccountService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/QueryAccountService/QueryAccountService.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SQL/TransactionServiceDB.cmd [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SQL/TransactionServiceDB.sql [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SampleWorkflow/BalanceTransferWorkflow.designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SampleWorkflow/BalanceTransferWorkflow.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SampleWorkflow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SampleWorkflow/My Project/MySettings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SampleWorkflow/My Project/MySettings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/SampleWorkflow/SampleWorkflow.vbproj [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService.sln [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/TransactionalService.vb [new file with mode: 0644]
sdk/samples/WFSamples/Technologies/TransactionalService/TransactionalServiceExample/VB/TransactionalService/TransactionalService.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/document.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/document.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/flower.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/formcontent.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/formcontent.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/intro.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/puzzle.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/puzzle.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/puzzlegrid.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/puzzlegrid.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/puzzlelogic.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/spinningcube.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/spinningcube.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/table-bowl.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/vectorcontent.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/csharp/vectorcontent.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/15Puzzle/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/create_cube.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DOverview/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/cone3d.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/cylinder3d.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/primitive3d.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/primitive3dsurfaces.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/quadraticsurface/sphere3d.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/sample_images/autumn.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/sample_images/azul.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/sample_images/tulips.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d.sln [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/spaceship.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/visual3dsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/csharp/visual3d/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/3DSolids/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/adodataset.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/bookdata.mdb [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/copydata.cmd [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/intcolorconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ADODataSet/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitcodec.def [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitcodec.sln [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitcodec.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitcodecregistrymanager.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitdecoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitdecoder.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitencoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/aitencoder.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/basedecoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/basedecoder.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/baseencoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/baseencoder.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/basepixelformatconverter.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/basepixelformatconverter.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/classfactory.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/cmykpixelformatconverter.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/cmykpixelformatconverter.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/main.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/precomp.hpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/readme.html [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/registryvaluemanager.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/unknownimpl.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/utility.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/utility.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/ycbcrpixelformatconverter.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/cpp/ycbcrpixelformatconverter.h [new file with mode: 0644]
sdk/samples/WPFSamples/AITCodec/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/csharp/accesstext.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/csharp/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/csharp/pane1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/visualbasic/accesstext.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AccessText/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/activationsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/maildispatcher.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/csharp/resources/newmailicon.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/activationsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/maildispatcher.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ActivationSample/visualbasic/resources/newmailicon.ico [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/adaptivetopologysample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/adaptivetopologysample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/callingpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/dataentrypage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/dataentrypage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardcontext.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizarddata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardnavigationdirection.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardnavigationhub.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardpage1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardpage2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardpage3.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/csharp/wizardresult.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/adaptivetopologysample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/adaptivetopologysample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/callingpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/dataentrypage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/dataentrypage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardcontext.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizarddata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardnavigationdirection.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardnavigationhub.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardpage1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardpage2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardpage3.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AdaptiveTopologySample/visualbasic/wizardresult.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/csharp/addremoveadorners.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/visualbasic/addremoveadorners.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_AddRemoveAdorners/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_ResizingAdorner/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_ResizingAdorner/csharp/resizingadorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_ResizingAdorner/csharp/resizingadorner.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_ResizingAdorner/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_ResizingAdorner/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_ResizingAdorner/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/csharp/simpleadorner.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/visualbasic/simplecircleadorner.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Adorners_SimpleCircleAdorner/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AeroTheme/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AeroTheme/xaml/aero.normalcolor.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/alternationindexsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/alternationindexsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AlternationIndexSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotation/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotation/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotation/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotation/xaml/blanksample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotation/xaml/blanksample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotation/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/csharp/blanksample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/csharp/blanksample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Animate3DRotationCode/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/csharp/animateproperty_storyboards_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/csharp/storyboardexample.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/visualbasic/animateproperty_storyboards_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/visualbasic/storyboardexample.vb [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/animateproperty_storyboards_markup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/animateproperty_storyboards_markup.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/controltemplatestoryboardexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/datatriggerstoryboardexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/propertytriggerexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/storyboardexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatePropertyStoryboards/xaml/stylestoryboardexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatedPopup/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatedPopup/xaml/animatedpopup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatedPopup/xaml/animatedpopup.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatedPopup/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnimatedPopup/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/advancedstyling.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/annotationsstyling.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/defaultstickynotestyle.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/stylingusingproperties.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AnnotationsStyling/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/applicationshutdownsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/childwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/childwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/applicationshutdownsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/childwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/childwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ApplicationShutdownSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/AutoGrid/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AutoGrid/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AutoGrid/csharp/autogrid.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/AutoGrid/csharp/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/AutoGrid/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/AutoGrid/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/AutoGrid/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/csharp/blanksample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/csharp/blanksample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/xaml/blanksample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/xaml/blanksample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Basic3D/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BatchPrintXPSFiles/csharp/batchprintxpsfiles.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BatchPrintXPSFiles/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BatchPrintXPSFiles/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/beziertimeexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/branches.png [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/leafpicturecube2r000003.png [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/leafpicturecube2r000005.png [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/leaves_closeup.png [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/rippled_metal_smaller.png [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/rocks.png [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/sample_images/waterlilies.png [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/splineexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/csharp/splineexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BezierTimeExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/csharp/bindingconversionmarkup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/csharp/mydata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/visualbasic/bindingconversionmarkup_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/visualbasic/myconverter.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/visualbasic/mydata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindConversionMarkup/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindDPtoDP/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BindDPtoDP/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindDPtoDP/xaml/binddptodp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindDPtoDP/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/csharp/doubletostringconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/csharp/invalidcharacterrule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/csharp/objectdataprovidersample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/doubletostring.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/invalidcharacterrule.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/objectdataprovidersample_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/temperaturescale.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/temptype.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindToMethod/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/bindtocontentservice.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/web references/com.microsoft.msdn.services/contentservice.wsdl [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/web references/com.microsoft.msdn.services/getcontentresponse.datasource [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/web references/com.microsoft.msdn.services/getnavigationpathsresponse.datasource [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/web references/com.microsoft.msdn.services/reference.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/web references/com.microsoft.msdn.services/reference.map [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/web references/com.microsoft.msdn.services/urn_msdn_com_public_content_syndication_2006_09_common.xsd [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindToWebService/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/csharp/agerangerule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/csharp/bindingvalidation.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/csharp/mydatasource.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/visualbasic/agerangerule.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/visualbasic/bindvalidation_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/visualbasic/mydatasource.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindValidation/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/bindingstringformatsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/bindingstringformatsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BindingStringFormatSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/cpp/bitmapmetadata.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/cpp/bitmapmetadata.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/cpp/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/csharp/bitmapmetadata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/csharp/bitmapmetadata.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/csharp/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/vb/bitmapmetadata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/vb/bitmapmetadata.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BitMapMetadata/vb/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/cpp/bitmapencoderdecoder.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/cpp/bitmapframe.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/cpp/bitmapframe.h [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/cpp/tulipfarm.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/csharp/bitmapencoderdecoder.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/csharp/bitmapframe.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/csharp/tulipfarm.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/vb/bitmapencoderdecoder.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/vb/bitmapframe.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BmpBitmapDecoderEncoder/vb/tulipfarm.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/browserinterophelpersample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/callingpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/sharedpages.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/taskcontext.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/taskdata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/taskdialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/taskdialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/tasklauncher.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/taskpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/taskpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/sharedwizard/taskresult.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/winappclient/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/winappclient/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/winappclient/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/winappclient/winappclient.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/xbapclient/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/xbapclient/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/xbapclient/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/xbapclient/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/xbapclient/xbapclient.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/csharp/xbapclient/xbapclient_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/browserinterophelpersample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/callingpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/sharedpages.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/taskcontext.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/taskdata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/taskdialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/taskdialog.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/tasklauncher.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/taskpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/taskpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/sharedpages/taskresult.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/winappclient/winappclient.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/xbapclient.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/BrowserInteropHelperSample/visualbasic/xbapclient/xbapclient_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/animatingsolidcolorbrushexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/brushesintroduction.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/brushopacityexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/brushtransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/brushtypesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/dashexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/gradientbrushesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/gradientbrushesexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/gradientspreadexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/interactivelineargradientbrushexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/interactivelineargradientbrushexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/lineargradientbrushanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/predefinedbrushes.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/radialgradientbrushanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/radialgradientbrushexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleimages/cherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleimages/clouds.png [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleimages/pinkcherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleimages/steel.png [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleimages/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/samplemedia/xbox.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleresources/toc.xml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/csharp/solidcolorbrushsyntax.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BrushesIntroduction/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/businesslayervalidation.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/BusinessLayerValidation/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ButtonTransform/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ButtonTransform/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ButtonTransform/visualbasic/buttontransform_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ButtonTransform/visualbasic/buttontransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/cpp/canvasattachedproperties.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/cpp/canvasattachedprops.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/csharp/canvasattachedproperties.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/csharp/canvasattachedprops.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/visualbasic/canvasattachedprops.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/visualbasic/canvasattachedprops.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/xaml/canvas_attachedproperties.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/xaml/canvas_attachedproperties.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasAttachedProperties/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/csharp/canvas_positioning_properties.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/visualbasic/canvas_positioning_properties.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasPositioningProperties/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/cpp/canvasz-order.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/cpp/canvasz-order.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/csharp/canvasz-order.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/csharp/canvasz-order.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/visualbasic/canvasz-order.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/visualbasic/canvasz_order.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/xaml/canvas_z-order.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/xaml/canvas_z-order.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CanvasZ-Order/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CapitalsProperty/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CapitalsProperty/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CapitalsProperty/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CapitalsProperty/visualbasic/capital_properties.sln [new file with mode: 0644]
sdk/samples/WPFSamples/CapitalsProperty/visualbasic/capital_properties.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CapitalsProperty/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CapitalsProperty/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ClassicTheme/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ClassicTheme/xaml/classic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/xaml/clipexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/xaml/clippathexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/xaml/clippathexample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/xaml/sampleimages/scissors.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ClipPathExample/xaml/sampleimages/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardSpy_Sample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardSpy_Sample/csharp/clipboardspy_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardSpy_Sample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardSpy_Sample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardSpy_Sample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardViewer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardViewer/csharp/clipboardviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardViewer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardViewer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ClipboardViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/csharp/binding.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/csharp/codeonlybinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/csharp/mydata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/visualbasic/app.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/visualbasic/codeonlybinding_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/visualbasic/mainentry.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyBinding/visualbasic/mydata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/csharp/app.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/csharp/codeonlywindowsapplicationsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/csharp/entrypoint.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/csharp/mainwindow.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/app.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/codeonlywindowsapplicationsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/entrypoint.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/mainwindow.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CodeOnlyWindowsApplicationSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/csharp/observablecollection.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/visualbasic/collectionbinding_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/visualbasic/people.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/visualbasic/person.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionBinding/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/csharp/collectionviewsource.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/visualbasic/collectionviewsource_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/visualbasic/place.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/visualbasic/places.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CollectionViewSource/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/colorpicker.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/colorpicker.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/colorpicker.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/colorpickerdialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/colorpickerdialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/supportingclasses.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickerlib/themes/generic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/colorpickersampleapplication.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/colorpickersampleapplication.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/csharp/colorpickersampleapplication/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ColorPickerCustomControl/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/bytetodoubleconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/coloritem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/colors.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/colors.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/colors.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/doubletostringconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/luminancetobrushconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/csharp/sourcetoboolconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Colors/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CommandHandlerProcedural/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CommandHandlerProcedural/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CommandHandlerProcedural/csharp/commandhandlerprocedural.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CommandHandlerProcedural/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CommandHandlerProcedural/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CommandHandlerProcedural/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/csharp/commandlineargumentsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/visualbasic/commandlineargumentssamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CommandLineArgumentSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/csharp/compositecollections.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/visualbasic/compositecollections_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/visualbasic/greekgod.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/visualbasic/greekgods.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositeCollections/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/app.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/compositiontargetrenderinganimations.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/followexample/followexample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/followexample/followexample.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/frameindependentfollowexample/frameindependentfollowexample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/frameindependentfollowexample/frameindependentfollowexample.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/fireworkeffect.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/fireworkeffect.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/magnetismcanvas.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/magnetismcanvas.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/overlayrenderdecorator.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/overlayrenderdecorator.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/particleeffectsexample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/particleeffectsexample.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/soniceffect.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/soniceffect.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/timetracker.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/particleeffectexamples/timetracker.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/reusablefollowexample/followmousecanvas.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/reusablefollowexample/followmousecanvas.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/reusablefollowexample/reusablefollowexample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/reusablefollowexample/reusablefollowexample.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/simpleexample/simpleexample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/cpp/simpleexample/simpleexample.h [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/compositiontargetrenderinganimations.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/followexample/followexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/followexample/followexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/frameindependentfollowexample/frameindependentfollowexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/frameindependentfollowexample/frameindependentfollowexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/particleeffectexamples/fireworkeffect.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/particleeffectexamples/magnetismcanvas.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/particleeffectexamples/overlayrenderdecorator.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/particleeffectexamples/particleeffectexamples.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/particleeffectexamples/particleeffectexamples.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/particleeffectexamples/soniceffect.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/particleeffectexamples/timetracker.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/reusablefollowexample/followmousecanvas.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/reusablefollowexample/reusablefollowexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/reusablefollowexample/reusablefollowexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/reusablefollowexample/timetracker.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/simpleexample/simpleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/csharp/simpleexample/simpleexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetRenderingAnimations/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetSample/csharp/compositiontargetsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CompositionTargetSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ConcentricRings/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ConcentricRings/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ConcentricRings/csharp/concentric.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ConcentricRings/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ConcentricRings/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ConcentricRings/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ContainerModelSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContainerModelSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ContainerModelSample/csharp/containermodelsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ContainerModelSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContainerModelSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ContainerModelSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/csharp/contentcontrolsimple.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/visualbasic/contentcontrolsimple.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContentControl/visualbasic/page1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuOpeningHandlers/csharp/contextmenuopeninghandlers.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuOpeningHandlers/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuOpeningHandlers/csharp/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuOpeningHandlers/csharp/pane1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuOpeningHandlers/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuShared/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuShared/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuShared/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuShared/xaml/contextmenu_wcp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuShared/xaml/contextmenu_wcp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ContextMenuShared/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/comboboxanimatedropdownexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/comboboxitemanimateonfocusexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/controlanimationgallery.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/listboxitemanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/radiobuttonanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/radiobuttonpreviewmousedownanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/scalingandrotatingbutton.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlAnimationGallery/xaml/scalingbutton.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/page2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/button.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/checkbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/combobox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/documentviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/expander.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/frame.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/groupbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/label.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/listbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/listview.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/menu.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/navigationwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/progressbar.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/radiobutton.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/resizegrip.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/scrollbar.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/scrollviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/separator.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/shared.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/slider.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/statusbar.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/tabcontrol.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/textbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/toolbar.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/tooltip.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/treeview.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/resources/window.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/simplestyles.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/testnavigationwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/testnavigationwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/testwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/testwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ControlTemplateExamples/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ConverterSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ConverterSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ConverterSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ConverterSample/csharp/milconvertersample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ConverterSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ConverterSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ConverterSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/csharp/cookiessamplecsharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/csharp/cookiessamplecsharp_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/csharp/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/csharp/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/visualbasic/cookiessamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/visualbasic/cookiessamplevisualbasic_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/visualbasic/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/visualbasic/homepage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/CookieSample/visualbasic/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/csharp/crossthreadexceptionraising_uithread.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/csharp/secondaryuithreadwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/csharp/secondaryuithreadwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/visualbasic/crossthreadexceptionraising_uithread_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/visualbasic/secondaryuithreadwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_UIThread/visualbasic/secondaryuithreadwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/csharp/crossthreadexceptionraising_workerthread.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/visualbasic/crossthreadexceptionraising_workerthread_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CrossThreadExceptionRaising_WorkerThread/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/cubeanimation_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/cubeanimation_xbap.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/images/roundcornersheet.png [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/images/star.png [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/csharp/trackball.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CubeAnimation/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomAnimationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomAnimationSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomAnimationSample/csharp/customanimationexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomAnimationSample/csharp/customanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomAnimationSample/csharp/customanimationexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomAnimationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/customcontentstatenavigationsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/statenavigationpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/statenavigationpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/statenavigationsample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/user.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/usercustomcontentstate.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/csharp/users.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/customcontentstatenavigationsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/customcontentstatenavigationsamplevisualbasic_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/statenavigationpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/statenavigationpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/user.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/usercustomcontentstate.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomContentStateNavigationSample/visualbasic/users.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrollibrary/customcontrollibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrollibrary/numericupdown.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrollibrary/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrollibrary/themes/generic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrollibrary/themes/luna.normalcolor.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrolproj/customcontrolproj.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrolproj/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrolproj/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrolproj/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrolproj/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/csharp/customcontrolsol.sln [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDown/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrolapp/customcontrolapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrolapp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrolapp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrolapp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrolapp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrollibrary/customcontrollibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrollibrary/numericupdown.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrollibrary/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/customcontrollibrary/themes/generic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/csharp/numericupdownexternallibrary.sln [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownExternalLibrary/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/numericupdown.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/numericupdownoneproject.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/themes/generic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomControlNumericUpDownOneProject/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/contentimagecustomcontentstate.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/customnavigationwindowchromesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/page2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/page3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/csharp/page3.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/contentimagecustomcontentstate.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/customnavigationwindowchromesamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/page1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/page2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/page3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomNavigationWindowChromeSample/visualbasic/page3.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPanel/cpp/custom_panel_cpp.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPanel/cpp/custompanel.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPanel/csharp/custom_panel_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPanel/csharp/custompanel.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPanel/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/custompopuptextbox.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/custompopuptextbox.sln [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/editablepopup.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/images/berlin.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/images/budapest.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/images/dresden.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/images/prague.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/themes/generic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/custompopuptextbox.sln [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/custompopuptextbox.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/editablepopup.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/images/berlin.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/images/budapest.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/images/dresden.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/images/prague.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/themes/generic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomPopupTextBox/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/CustomRichTextBox/csharp/customrichtextboxsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomRichTextBox/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomRichTextBox/csharp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomRichTextBox/csharp/mycontextmenu.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomRichTextBox/csharp/myrichtextbox.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomRichTextBox/csharp/mywindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomRichTextBox/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/CustomWindowChromeSample/CSharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomWindowChromeSample/CSharp/customchromewindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/CustomWindowChromeSample/CSharp/customchromewindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/CustomWindowChromeSample/CSharp/customwindowchromesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/CustomWindowChromeSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Custom_RoutedCommand/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Custom_RoutedCommand/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Custom_RoutedCommand/csharp/custom_routedcommand.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Custom_RoutedCommand/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Custom_RoutedCommand/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Custom_RoutedCommand/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/csharp/dpcallbackoverride.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/csharp/dpcallbackoverride.sln [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/csharp/dpcallbackoverrideapp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/csharp/dpcallbackoverrideapp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/csharp/dpcallbackoverrideapp/dpcallbackoverrideapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/csharp/sdksamplelibrary/class1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/csharp/sdksamplelibrary/sdksamplelibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPCallbackOverride/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/csharp/dpclearvalue.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DPClearValue/visualbasic/dpclearvalue.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/csharp/anotherpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/csharp/dpcontentstatesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/csharp/dpstatepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/csharp/dpstatepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/visualbasic/anotherpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/visualbasic/dpcontentstatesamplevb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/visualbasic/dpstatepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPContentStateSample/visualbasic/dpstatepage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DPCustom/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPCustom/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DPCustom/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DPCustom/csharp/dpcustom.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DPCustom/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/addproductwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/addproductwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/auctionitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/bid.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/currentpriceconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/databindinglab.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/databindinglabapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/databindinglabapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/dateconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/futuredaterule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/specialfeaturesconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/csharp/user.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/addproductwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/addproductwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/auctionitem.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/bid.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/databindinglab.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/databindinglabapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/databindinglabapp.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/dateconverter.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/futuredaterule.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/specialfeaturesconverter.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataBindingLab/visualbasic/user.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/csharp/datatemplatingsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/csharp/tasklistdatatemplateselector.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/datatemplatingintro_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/task.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/tasklistdatatemplateselector.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/tasks.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/tasktype.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTemplatingIntro/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/csharp/datatrigger.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/visualbasic/datatrigger_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/visualbasic/places.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DataTrigger/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DiagnoseProblematicPrintJob/cpp/diagnoseproblematicprintjob.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/DiagnoseProblematicPrintJob/cpp/program.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/DiagnoseProblematicPrintJob/csharp/diagnoseproblematicprintjob.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DiagnoseProblematicPrintJob/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DiagnoseProblematicPrintJob/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/dialogboxsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/finddialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/finddialogbox.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/fontdialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/fontdialogbox.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/fontpropertylists.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/marginsdialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/marginsdialogbox.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/marginvalidationrule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/csharp/textfoundeventhandler.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/dialogboxsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/finddialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/finddialogbox.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/fontdialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/fontdialogbox.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/fontpropertylists.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/marginsdialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/marginsdialogbox.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/marginvalidationrule.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DialogBoxSample/visualbasic/textfoundeventhandler.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/csharp/billsdata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/csharp/directionalbinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/visualbasic/directionalbinding.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/visualbasic/directionalbinding_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/visualbasic/netincome.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DirectionalBinding/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/csharp/dispatcherunhandledexceptionsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/visualbasic/dispatcherunhandledexceptionsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DispatcherUnhandledExceptionSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/csharp/content/annotations.xml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/csharp/content/fixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/csharp/docviewerannotationsxml.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXml/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/csharp/annotationshelperxps.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/csharp/content/fixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/csharp/docviewerannotationsxps.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerAnnotationsXps/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/_readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/content/chocolate.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/docviewerinie.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/docviewerinie_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerInIE/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerStyling/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerStyling/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerStyling/csharp/content/chocolate.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerStyling/csharp/docviewerstyling.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerStyling/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerStyling/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerStyling/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/csharp/docviewerxps.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/csharp/fixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/docviewerxps.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/fixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocViewerXps/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/csharp/dockprops.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/visualbasic/dockpanel_dockprop_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelDockPropertyCode/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/cpp/dockpanel_ovw_sample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/cpp/dockpanel_ovw_sample.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/csharp/dockpanel_ovw_sample.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/csharp/dockpanel_ovw_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/visualbasic/dockpanel_ovw_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/visualbasic/dockpanel_vb.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/xaml/dockpanel_ovw_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DockPanelOvwSample/xaml/dockpanel_ovw_sample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/content/chocolate.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/content/officeinhealthcare.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/documentitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/documentmerge.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/pageitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/rollupdocument.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/rollupfixeddocument.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/rollupfixedpage.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentMerge/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/content/chocolate/chocolate.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/content/chocolate/images/chocolate.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/content/chocolate/images/truffle.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/documentserialize.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/gobutton.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlxmlconverter/htmlcssparser.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlxmlconverter/htmlfromxamlconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlxmlconverter/htmllexicalanalyzer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlxmlconverter/htmlparser.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlxmlconverter/htmlschema.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlxmlconverter/htmltokentype.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/htmlxmlconverter/htmltoxamlconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/imagebutton.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/images/fileopen.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/images/filesave.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/images/print.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/rtfserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/rtfserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/htmlserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/htmlserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/rtfserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/rtfserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/txtserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/txtserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/xamlserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/serializerwriter/xamlserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/thumbviewer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/thumbviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/thumbviewerapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/thumbviewerapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/txtserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/txtserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/util.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/visibilitytoboolconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/wordxmlserialize/wordxmlreader.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/wordxmlserialize/wordxmlserializer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/wordxmlserialize/wordxmlwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/xamlrtfconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/xamlserializerfactory.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/csharp/xamlserializerwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentSerialize/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/content/fixedpage1_structure.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/content/fixedpage2_structure.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/content/spec_wiithstructure.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/content/spec_withoutstructure.xps [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/documentstructure.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/[content_types].xml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/_rels/.rels [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/documents/fixeddocument_1.fdoc [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/fixeddocumentsequence.fdseq [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/pages/_rels/fixedpage_1.fpage.rels [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/pages/_rels/fixedpage_2.fpage.rels [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/pages/fixedpage_1.fpage [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/pages/fixedpage_2.fpage [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/fonts/33c063c8-1259-4322-acc8-8fc1964cc064.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/fonts/3b85141b-0969-4d9e-b9c8-e705bb7e6543.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/fonts/3f87ce81-fb61-4ea7-8d62-aed569d1b895.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/fonts/64326a24-1829-4393-8602-67e5b520db43.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/fonts/9aa4ea89-755c-4331-be84-0cd43ff87195.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/images/image_1.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/images/image_2.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/images/image_3.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/images/image_4.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withoutstructure-xps/resources/images/image_5.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/[content_types].xml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/_rels/.rels [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/documents/0/structure/fragments/1.frag [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/documents/0/structure/fragments/2.frag [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/documents/fixeddocument_1.fdoc [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/fixeddocumentsequence.fdseq [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/pages/_rels/fixedpage_1.fpage.rels [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/pages/_rels/fixedpage_2.fpage.rels [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/pages/fixedpage_1.fpage [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/pages/fixedpage_2.fpage [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/fonts/33c063c8-1259-4322-acc8-8fc1964cc064.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/fonts/3b85141b-0969-4d9e-b9c8-e705bb7e6543.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/fonts/3f87ce81-fb61-4ea7-8d62-aed569d1b895.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/fonts/64326a24-1829-4393-8602-67e5b520db43.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/fonts/9aa4ea89-755c-4331-be84-0cd43ff87195.odttf [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/images/image_1.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/images/image_2.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/images/image_3.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/images/image_4.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/spec_withstructure-xps/resources/images/image_5.png [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DocumentStructure/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/csharp/dragevents.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/visualbasic/dragdrop_dragevents.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragEvents/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/csharp/dragdrop_dragtext.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/visualbasic/dragdrop_dragtext.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DragText/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DropOpenTextFile/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DropOpenTextFile/csharp/dropopentextfile.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DropOpenTextFile/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DropOpenTextFile/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_DropOpenTextFile/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_Objects/csharp/adornerdragdropexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_Objects/csharp/adornerdragdropexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_Objects/csharp/dragdrop.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_Objects/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_Objects/csharp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_Objects/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/csharp/showdataformats.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/visualbasic/dragdrop_showdataformats.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DragDrop_ShowDataFormats/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/DrawTextToControlBackground/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawTextToControlBackground/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawTextToControlBackground/csharp/drawtexttocontrolbackground.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DrawTextToControlBackground/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawTextToControlBackground/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawTextToControlBackground/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/animategeometrydrawingexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/animategeometrydrawingexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/drawingbrush_markup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/drawingbrushexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/drawingbrushexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/imagedrawingexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/imagedrawingexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/sampleimages/apple.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/sampleimages/cherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/sampleimages/rippled_metal_smaller.png [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/sampleimages/sailboat.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/sampleimages/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/transformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/csharp/transformexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingBrush/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingVisualSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingVisualSample/csharp/drawingvisual.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingVisualSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingVisualSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingVisualSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/drawingwithshapeelements.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/ellipseexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/ellipseexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/fillruleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/fillruleexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/linecapsandjoinsexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/linecapsandjoinsexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/lineexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/lineexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/miterlimitexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/miterlimitexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/pathexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/pathexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/polygonexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/polygonexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/polylineexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/polylineexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/rectangleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/rectangleexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/sampleimages/rippled_metal_smaller.png [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/shapetypes.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/shapetypes.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/stretchexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/csharp/stretchexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/DrawingWithShapeElements/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DropShadowInk/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/DropShadowInk/xaml/dropshadowink.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/changeitem.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/changeitem.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/editingcollectionssample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/editingcollectionssample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCollectionsSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/csharp/editingcommands_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/visualbasic/editingcommands.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingCommands_Sample/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/commandlineparser.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/editingexaminer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/helper.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/csharp/reflection.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EditingExaminer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/bevelanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/bevelinteractiveexample.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/bevelinteractiveexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/bevelsimpleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/bitmapeffectinputexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/bluranimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/blurinteractiveexample.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/blurinteractiveexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/blursimpleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/dropshadowanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/dropshadowinteractiveexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/dropshadowsimpleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/effectsgallery.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/embossanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/embossinteractiveexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/embosssimpleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/images/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/multipleeffectanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/multipleeffectexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/outerglowanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/outerglowinteractiveexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/outerglowsimpleexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EffectsGallery/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/EnumerateSubsetOfPrintQueues/cpp/enumeratesubsetofprintqueues.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/EnumerateSubsetOfPrintQueues/cpp/program.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/EnumerateSubsetOfPrintQueues/csharp/enumeratesubsetofprintqueues.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/EnumerateSubsetOfPrintQueues/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/EnumerateSubsetOfPrintQueues/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/csharp/expanderexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/csharp/expanderexample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/visualbasic/expanderexample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/visualbasic/expanderexample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpanderExample/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/addexpensespage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/addexpensespage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/editbox.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/editboxadorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/expenseit.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/expenseit_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/expensereport.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/securityrequirements.txt [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/validation/emailvalidationrule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/validation/numbervalidationrule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/viewchartpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/csharp/watermark.png [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseIt/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/csharp/expenseit.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/csharp/expensereportpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/csharp/expensereportpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/csharp/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/csharp/watermark.png [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/visualbasic/expenseit.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/visualbasic/expensereportpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/visualbasic/expensereportpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/visualbasic/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/visualbasic/homepage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItIntro/visualbasic/watermark.png [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/editboxcontrollibrary/editbox.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/editboxcontrollibrary/editboxadorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/editboxcontrollibrary/editboxcontrollibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/createexpensereportdialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/createexpensereportdialogbox.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/expenseitstandalone.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/expensereport.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/validation/emailvalidationrule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/validation/numbervalidationrule.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/viewchartwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/viewchartwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/csharp/expenseitstandalone/watermark.png [new file with mode: 0644]
sdk/samples/WPFSamples/ExpenseItStandalone/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FEFindName/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEFindName/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEFindName/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FEFindName/csharp/fefindname.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FEFindName/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FEFocusVisualStyle/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FEFocusVisualStyle/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEFocusVisualStyle/xaml/fefocusvisualstyle.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FEFocusVisualStyle/xaml/fefocusvisualstyle.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FEFocusVisualStyle/xaml/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/csharp/feloaded.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FELoaded/visualbasic/feloaded.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/csharp/femarginprogrammatic.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FEMarginProgrammatic/visualbasic/femarginprogrammatic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FEResource/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FEResource/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEResource/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FEResource/xaml/feresource.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FEResource/xaml/feresource.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/csharp/fetchtimer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/csharp/fetchtimer.sln [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/csharp/fetchtimerform.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/csharp/fetchtimerform.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/csharp/fetchtimerform.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/csharp/uiautomationfetcher.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/visualbasic/fetchtimerform.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/visualbasic/fetchtimerform.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/visualbasic/fetchtimerform.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/visualbasic/fetchtimervb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/visualbasic/fetchtimervb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FetchTimer/visualbasic/uiautomationfetcher.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindGeneratedItems/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindGeneratedItems/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindGeneratedItems/csharp/findgenerateditems.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FindGeneratedItems/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindGeneratedItems/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindGeneratedItems/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/content/flowdocumentsample1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/content/flowdocumentsample2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/content/flowdocumentsample3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/content/solarsystem.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/content/text.rtf [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/content/text.txt [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/findtext.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/findtextclient.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/findtextsolution.sln [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/searchwindow.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/textprovider.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/content/flowdocumentsample1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/content/flowdocumentsample2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/content/flowdocumentsample3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/content/solarsystem.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/content/text.rtf [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/content/text.txt [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/findtext.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/findtextclient.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/findtextsolution.sln [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/my project/application.myapp [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/searchwindow.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/textprovider.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FindText/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/callingpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/fixedhierarchicaltopologysample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/fixedhierarchicaltopologysample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardcontext.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizarddata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardlauncher.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage3.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage4.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardpage4.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/csharp/wizardresult.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/callingpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/fixedhierarchicaltopologysamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/fixedhierarchicaltopologysamplevisualbasic_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardcontext.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizarddata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardlauncher.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage3.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage4.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardpage4.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedHierarchicalTopologySample/visualbasic/wizardresult.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/callingpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/fixedlineartopologysample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/fixedlineartopologysample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardcontext.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizarddata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardlauncher.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardpage1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardpage2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardpage3.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/csharp/wizardresult.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/callingpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/fixedlineartopologysamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/fixedlineartopologysamplevisualbasic_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardcontext.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizarddata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardlauncher.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardpage1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardpage2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardpage3.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FixedLinearTopologySample/visualbasic/wizardresult.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/flipper.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/images/pic_011.png [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/images/pic_012.png [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/images/pic_013.png [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/images/pic_014.png [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/images/pic_015.png [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/images/pic_016.png [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/trackball.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Flipper/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirection/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirection/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirection/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirection/xaml/flowdirectionapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirection/xaml/flowdirectionapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirection/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/csharp/flowdirection.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/visualbasic/flowdirection.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDirectionLayout/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/csharp/flowdoc_optimalparagraph.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/visualbasic/flow_optimalparagraph.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDoc_OptimalParagraph/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentAnnotatedViewer/csharp/annotationdataconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentAnnotatedViewer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentAnnotatedViewer/csharp/flowdocumentannotatedviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentAnnotatedViewer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentAnnotatedViewer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentAnnotatedViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/document.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/document.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/document1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/document1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/document2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/document2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/flowdocument_news.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/images/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/images/story1.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/images/story2.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/images/story3.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/csharp/images/tulip_farm.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/document.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/document.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/document1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/document1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/document2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/document2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/flowdocument_news.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/images/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/images/story1.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/images/story2.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/images/story3.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentNews/visualbasic/images/tulip_farm.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentPropsSamp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentPropsSamp/csharp/flowdocument_props_samp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentPropsSamp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentPropsSamp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentPropsSamp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/csharp/flowdocumentreadersamp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/visualbasic/flowdocreader.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentReaderSamp/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/about.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/docs/canvas_ovw.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/docs/dockpanel_ovw.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/docs/grid_ovw.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/docs/layout_ovw.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/docs/panels_ovw.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/docs/stackpanel_ovw.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/docs/welcome.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/flowdocument_viewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure1.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure10.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure11.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure12.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure13.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure14.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure15.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure16.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure17.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure18.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure19.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure2.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure20.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure21.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure22.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure23.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure24.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure25.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure26.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure27.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure28.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure29.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure3.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure30.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure31.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure32.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure33.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure34.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure35.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure36.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure37.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure38.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure39.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure4.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure40.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure41.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure42.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure43.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure44.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure45.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure46.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure47.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure48.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure49.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure5.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure50.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure51.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure52.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure53.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure54.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure6.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure7.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure8.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_figure9.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_smiley_stackpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/layout_stackpanel_ovw1.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/overview_dockpanel.gif [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/panel_intro_canvas.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/panel_intro_dockpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/panel_intro_stackpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/run_dialog.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/runicon.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/smiley.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/images/smiley_stackpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/samps/canvas_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/samps/dockpanel_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/samps/grid_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/samps/stackpanel_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/samps/textblock_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/toc.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/csharp/toc.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocumentSamp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/csharp/flowdocrdr_loadsave.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/csharp/flowdocumentsample1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/csharp/flowdocumentsample2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/csharp/flowdocumentsample3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/visualbasic/flowdocloadsave.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/visualbasic/flowdocumentsample1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/visualbasic/flowdocumentsample2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/visualbasic/flowdocumentsample3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowDocument_LoadSave/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FlowFormatCatalog/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FlowFormatCatalog/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FlowFormatCatalog/xaml/flow_format_catalog.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowFormatCatalog/xaml/flow_format_catalog.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FlowFormatCatalog/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FocusSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FocusSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FocusSample/csharp/focussample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FocusSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FocusSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FocusSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/fontchooser.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/fontchooser.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/fontdialogsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/fontfamilylistitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/fontsizelistitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/namedictionaryhelper.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/typefacelistitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/csharp/typographicfeaturelistitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontDialog/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/csharp/fontfamily.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/visualbasic/fontfamily_sample_vb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/visualbasic/fontfamily_sample_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontFamilySample/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/csharp/fontsizeconverter_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/visualbasic/fontsizeconverter_csharp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FontSizeConverter/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/csharp/documentpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/csharp/fragmentnavigationsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/csharp/fragmentnotfoundpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/documentpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/fragmentnavigationsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/fragmentnotfoundpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentNavigationSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/customcontrol.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/elementprovider.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/listfragment.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/listitemfragment.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/providerform.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/providerform.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/csharp/providerform.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/visualbasic/customcontrol.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/visualbasic/fragmentprovidervb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/visualbasic/fragmentprovidervb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/visualbasic/listfragment.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/visualbasic/listitemfragment.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/visualbasic/providerform.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FragmentProvider/visualbasic/providerform.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/csharp/anotherpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/csharp/anotherpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/csharp/frameexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FrameExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/framepagesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/framepagesample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/sdkframecangobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/sdkframecangoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/sdkframegobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/sdkframegoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/csharp/sdkframepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/framepagesamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/framepagesamplevisualbasic_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/sdkframecangobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/sdkframecangoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/sdkframegobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/sdkframegoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FramePageSample/visualbasic/sdkframepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/framewindowsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/sdkframecangobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/sdkframecangoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/sdkframegobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/sdkframegoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/sdkframepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/sdkviewerwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/csharp/sdkviewerwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/framewindowsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/sdkframecangobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/sdkframecangoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/sdkframegobackpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/sdkframegoforwardpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/sdkframepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/sdkviewerwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/FrameWindowSample/visualbasic/sdkviewerwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GeometryDesigner/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometryDesigner/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometryDesigner/csharp/geometrydesigner.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GeometryDesigner/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometryDesigner/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometryDesigner/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/combininggeometriesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/combininggeometriesexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/geometryattributesyntaxexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/geometryattributesyntaxexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/geometryusageexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/geometryusageexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/myproject.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/pathgeometryexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/pathgeometryexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/sampleimages/bluetexture.png [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/sampleimages/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/shapegeometriesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/csharp/shapegeometriesexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GeometrySample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/getreferrersample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/getreferrersample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/referredpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/referredpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/referringpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/csharp/referringpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/getreferrersamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/getreferrersamplevisualbasic_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/referredpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/referredpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/referringpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GetReferrerSample/visualbasic/referringpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/cpp/gifencoderdecoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/cpp/gifencoderdecoder.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/cpp/tulipfarm.gif [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/csharp/gifencoderdecoder.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/csharp/gifencoderdecoder.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/csharp/tulipfarm.gif [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/vb/gifencoderdecoder.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/vb/gifencoderdecoder.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GifBitmapDecoderEncoder/vb/tulipfarm.gif [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/localizedarabicstringtable.csv [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/microsoft_logo.png [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/microsoftsaudiarabiahomepage.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/vista.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/localizedarabicstringtable.csv [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/microsoft_logo.png [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/microsoftsaudiarabiahomepage.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/vista.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationHomepage/xaml/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/localizedgermanstringtable.csv [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/properties/localizedgermanstringtabletest.csv [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/rundialog.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/runicon.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GlobalizationRunDialog/xaml/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Gradient/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Gradient/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Gradient/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Gradient/xaml/gradientapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Gradient/xaml/gradientapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Gradient/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/drawaxishelper.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/graphcalc.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/graphcalc.sln [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/exceptions.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/expressions.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/functionmesh.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/functionparser.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/functions.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/functionwireframemodel.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/token.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/tokenizer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/parser/tokenset.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/trackball.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GraphCalc/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridComplex/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridComplex/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridComplex/xaml/complex_grid_xaml.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridComplex/xaml/complex_grid_xaml.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridComplex/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/csharp/grid_convert_value_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/visualbasic/grid_convert_value_csharp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridConvertValue/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/csharp/grid_run_dialog.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/csharp/runicon.png [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/visualbasic/grid_vb.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/visualbasic/gridrundialogvb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/visualbasic/runicon.png [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/xaml/gridrundialogxaml.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridRunDialog/xaml/runicon.png [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/csharp/gridsplitterproperties.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/visualbasic/gridsplitterproperties.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterProperties/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterRowColumn/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterRowColumn/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterRowColumn/xaml/gridsplitterrowcolumn.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterRowColumn/xaml/gridsplitterrowcolumn.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridSplitterRowColumn/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/csharp/gridstarvalues.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/visualbasic/gridstarvalues.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridStarValues/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GridViewWithGroups/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GridViewWithGroups/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GridViewWithGroups/xaml/gridviewwithgroups.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridViewWithGroups/xaml/gridviewwithgroups.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GridViewWithGroups/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/csharp/groupboxexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/visualbasic/groupboxexample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GroupBoxExample/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/GroupingSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GroupingSample/csharp/groupingsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/GroupingSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/GroupingSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/GroupingSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/converthtml.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/htmlcssparser.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/htmlfromxamlconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/htmllexicalanalyzer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/htmlparser.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/htmlschema.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/htmltokentype.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/htmltoxamlconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HTMLtoXAML/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/csharp/height_minheight_maxheight_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/visualbasic/height_minheight_maxheight.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HeightMinHeightMaxHeight/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/images/roundcornersheet.png [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/images/star.png [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/materialgroups.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/trackball.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HexSphere/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/csharp/hierarchicaldatatemplate.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/visualbasic/hierarchicaldatatemplate_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/visualbasic/listleaguelist.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HierarchicalDataTemplate/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/csharp/clientform.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/csharp/clientform.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/csharp/clientform.resx [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/csharp/highlighter.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/csharp/highlighter.sln [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/csharp/highlightrectangle.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/csharp/nativemethods.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/visualbasic/clientform.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/visualbasic/clientform.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/visualbasic/highlighter.sln [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/visualbasic/highlighter.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/visualbasic/highlightrectangle.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Highlighter/visualbasic/nativemethods.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/hittest3d.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/branches.png [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/leafpicturecube2r000003.png [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/leafpicturecube2r000005.png [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/leaves_closeup.png [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/rippled_metal_smaller.png [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/rocks.png [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/tile1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/tile2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/tile3.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/tile4.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/tile5.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/tile6.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/sample_images/waterlilies.png [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HitTest3D/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/axcontrol/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/axcontrol/wmpaxcontrol.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/axcontrol/wmpaxcontrol.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/axcontrol/wmpaxcontrol.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/axcontrol/wmpaxlib.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/hostingaxinwpfwithxaml.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpf/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/csharp/hostingaxinwpfwithxaml.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingAxInWpfWithXaml/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/hostingwfinwpf.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/csharp/hostingwfinwpf/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/hostingwfinwpf.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWPF/visualbasic/hostingwfinwpf/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/hostingwfinwpf.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/csharp/hostingwfinwpf/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/hostingwfinwpfwithxaml.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfInWpfWithXaml/visualbasic/hostingwfinwpfwithxaml/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/hostingwfwithvisualstyles.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/csharp/hostingwfwithvisualstyles/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/hostingwfwithvisualstyles.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWfWithVisualStyles/visualbasic/hostingwfwithvisualstyles/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/conecontrol.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/conecontrol.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/hostingwpfusercontrolinwf.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/hostingwpfusercontrolinwf/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/form1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/form1.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/csharp/wpfusercontrolhost/wpfusercontrolhost.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf.sln [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/hostingwpfusercontrolinwf.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/usercontrol1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/hostingwpfusercontrolinwf/usercontrol1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/form1.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/form1.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/my project/application.myapp [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/HostingWpfUserControlInWf/visualbasic/wpfusercontrolhost/wpfusercontrolhost.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/csharp/ie7styletabbedbrowsersample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/csharp/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/visualbasic/ie7styletabbedbrowsersample_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IE7StyleTabbedBrowserSample/visualbasic/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/anotherpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/customcontentstate.cs [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/ipccssamplecsharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/ipccssamplecsharp_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/csharp/simple.html [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/anotherpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/customcontentstate.vb [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/homepage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/ipccssamplevb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/ipccssamplevb_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/IPCCSSample/visualbasic/simple.html [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/data/inkdata.xml [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/signaturecollector.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/inkdata.xml [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/signaturecollector_vbnet.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ISFDatabinding/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/csharp/scrollviewer_methods.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/visualbasic/scrollviewer_methods.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/IScrollInfoMethods/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Image/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Image/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Image/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Image/xaml/imageapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Image/xaml/imageapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Image/xaml/ms_logo.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/Image/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/croppedimageexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/croppedimageexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/formatconvertedexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/formatconvertedexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/imageelementexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleimages/apple.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleimages/bananas.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleimages/cherries_larger.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleimages/gecko.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleimages/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleimages/watermelon.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/simpleimageexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/simpleimageexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/transformedimageexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/csharp/transformedimageexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/croppedimageexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/croppedimageexample.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/formatconvertedexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/formatconvertedexample.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/imageelementexample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleimages/apple.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleimages/bananas.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleimages/cherries_larger.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleimages/gecko.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleimages/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleimages/watermelon.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/sampleviewer.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/simpleimageexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/simpleimageexample.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/transformedimageexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageElementExample/vb/transformedimageexample.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/imageview.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/mydata/blue hills.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/mydata/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/mydata/water lilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/csharp/mydata/winter.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/imageview.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/mydata/blue hills.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/mydata/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/mydata/water lilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImageView/vb/mydata/winter.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ImplementICommandSource/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImplementICommandSource/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImplementICommandSource/csharp/commandslider.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImplementICommandSource/csharp/implementicommandsource.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ImplementICommandSource/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ImplementICommandSource/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ImplementICommandSource/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/inkanalysiscanvas.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/inkanalysiscanvassample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/inkanalysisfeedbackadorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/inkanalysiscanvas.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/inkanalysiscanvassample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/inkanalysisfeedbackadorner.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkAnalysisCanvas/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/inkcanvasclipboardsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/samplewindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/csharp/samplewindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/inkcanvasclipboardsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/samplewindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasClipboard/visualbasic/samplewindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/inkcanvascustomrenderingsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/csharp/winter leaves.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/inkcanvascustomrenderingsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasCustomRendering/visualbasic/winter leaves.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/inkcanvasdraganddropsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/samplewindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/csharp/samplewindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/converters.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/inkcanvasdraganddropsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/samplewindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasDragandDrop/visualbasic/samplewindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/inkcanvaseditingmodes.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/messageadorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/samplewindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/samplewindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/csharp/undoredo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/inkcanvaseditingmodesvb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/messageadorner.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/samplewindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/samplewindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasEditingModes/visualbasic/undoredo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/creator.txt [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/inkcanvasgesturesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/inkcanvasgesturesamplevb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCanvasGestures/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/colorcomb.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/colorcomb.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/colorpickerdialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/colorpickerdialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/inkcolorpicker.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/colorcomb.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/colorcomb.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/colorpickerdialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/colorpickerdialog.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/inkcolorpicker.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkColorPicker/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/inkcubesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/inkcubesample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkCube/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/ink_serialization_cs.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/ink_serialization_cs.sln [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/ink_serialization_vb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/ink_serialization_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InkSerialization/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/form1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/form1.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/inserttext.sln [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/inserttextclient.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/inserttexttarget.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/unmanagedclass.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/form1.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/form1.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/inserttext.sln [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/inserttextclient.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/inserttexttarget.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/application.myapp [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/clientsettings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/clientsettings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/targetsettings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/my project/targetsettings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/unmanagedclass.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InsertText/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithDispatcherTimer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithDispatcherTimer/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithDispatcherTimer/csharp/invalidaterequerywithdispatchertimer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithDispatcherTimer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithDispatcherTimer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithDispatcherTimer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithSystemTimer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithSystemTimer/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithSystemTimer/csharp/invalidaterequerywithsystemtimer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithSystemTimer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithSystemTimer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvalidateRequeryWithSystemTimer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/data/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/data/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/data/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/invokepatternapp.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/invokepatternapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/invokepatternapp.sln [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/security.xml [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/target.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/client.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/data/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/data/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/data/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/invokepatternclient.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/invokepatternsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/invokepatterntarget.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/my project/application.myapp [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/security.xml [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/InvokePatternApp/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/cpp/jpegencoderdecoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/cpp/jpegencoderdecoder.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/cpp/tulipfarm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/csharp/jpegencoderdecoder.cs [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/csharp/jpegencoderdecoder.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/csharp/tulipfarm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/vb/jpegencoderdecoder.vb [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/vb/jpegencoderdecoder.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/JpegBitmapDecoderEncoder/vb/tulipfarm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/csharp/keydown.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/visualbasic/keydown.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/KeyDown/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/KeyboardSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/KeyboardSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/KeyboardSample/csharp/keyboardsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/KeyboardSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/KeyboardSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/KeyboardSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LTRRTL/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LTRRTL/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/LTRRTL/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LTRRTL/xaml/ltrrtl.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LTRRTL/xaml/ltrrtl.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/LTRRTL/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Label/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Label/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Label/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Label/xaml/label.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Label/xaml/label.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Label/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LangAttribute/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LangAttribute/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/LangAttribute/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LangAttribute/xaml/langattributeapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LangAttribute/xaml/langattributeapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/LangAttribute/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/csharp/layoutslot.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/visualbasic/layoutinformation.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutInformation/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/cpp/layouttransform.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/cpp/layouttransform.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/csharp/layouttransform.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/csharp/layouttransformcsharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/visualbasic/layouttransform.vb [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/visualbasic/layouttransformvb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransform/xaml/layouttransform.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransitions/csharp/layouttolayout.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransitions/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransitions/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransitions/csharp/reproapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransitions/csharp/sdksample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LayoutTransitions/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/linqexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/tasks.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LinqExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/data/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/data/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/data/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/listboxevent.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/csharp/pane1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/data/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/data/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/data/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/listbox_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxEvent/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/csharp/listbox_horz.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/visualbasic/listbox_horz.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListBoxHorizontal/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/csharp/listviewcheckbox.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/visualbasic/listviewcheckbox.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCheckBox/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCode/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCode/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCode/csharp/listviewcode.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCode/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCode/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCode/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/images/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/images/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/images/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/images/flower.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/listviewcustomview.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/myview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/onebuttonheaderview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/plainview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/themes/generic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewCustomView/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/csharp/editbox.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/csharp/editboxadorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/csharp/editing.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewEditable/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewHeaderRoleStyle/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewHeaderRoleStyle/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewHeaderRoleStyle/xaml/listviewheaderrolestyle.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewHeaderRoleStyle/xaml/listviewheaderrolestyle.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewHeaderRoleStyle/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewItemStyle/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewItemStyle/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewItemStyle/xaml/listviewitemstyle.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewItemStyle/xaml/listviewitemstyle.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewItemStyle/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewSort/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewSort/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewSort/csharp/listviewsort.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewSort/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewSort/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewSort/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewTemplate/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewTemplate/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewTemplate/csharp/listviewtemplate.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewTemplate/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewTemplate/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ListViewTemplate/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/bamllocalizabilitybyreflection.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/commandline.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/const.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/defaultattributes.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/inputbamlstreamlist.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/locbaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/locbaml_sdk.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/resourcegenerator.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/resources/stringtable.restext [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/resourcetextreader.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/resourcetextwriter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/stringloader.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/csharp/translationdictionaries.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/xaml/helloapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/xaml/helloapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocBaml/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationBtn/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationBtn/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationBtn/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationBtn/xaml/button_loc.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationBtn/xaml/button_loc.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationBtn/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationGrid/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationGrid/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationGrid/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationGrid/xaml/data/flower.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationGrid/xaml/grid_loc.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationGrid/xaml/grid_loc.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationGrid/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/data/picture1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/data/stringtable.en-us.restext [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/localizableapp2_wcp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizationResources/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/form1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/form1.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/form1.es-es.resx [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/localizingwpfinwf.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/simplecontrol.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/simplecontrol.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/csharp/simplecontrol0.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LocalizingWpfInWf/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/csharp/logicaloverride.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/csharp/logicaloverrideapp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/csharp/logicaloverrideapp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/csharp/logicaloverrideapp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/csharp/logicaloverrideapp/logicaloverrideapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/csharp/sdksamplelibrary/class1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/csharp/sdksamplelibrary/sdksamplelibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LogicalOverride/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/images/tile_abbey.png [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/images/tile_halo.png [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/images/tile_patrick.png [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/images/tile_tobey.png [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/logonscreen.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_luna.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_luna.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_toons.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_toons.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_xbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/csharp/resources_xbox.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/LogonScreen/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LunaTheme/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/LunaTheme/xaml/luna.homestead.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LunaTheme/xaml/luna.metallic.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/LunaTheme/xaml/luna.normalcolor.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/cpp/margin_padding_alignment_sample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/cpp/margin_padding_alignment_sample.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/csharp/margin_padding_alignment_sample.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/csharp/margin_padding_alignment_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/visualbasic/marginpaddingalignment.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/visualbasic/marginpaddingalignment.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/xaml/margin_padding_alignment_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MarginPaddingAlignmentSample/xaml/margin_padding_alignment_sample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/csharp/masterdetail.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/visualbasic/data.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/visualbasic/masterdetail_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetail/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/csharp/data/leagues.xml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/csharp/masterdetailxml.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/visualbasic/data/leagues.xml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/visualbasic/masterdetailvb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MasterDetailXml/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixSample/csharp/milmatrixsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/matrixtransform3dview.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MatrixTransform3DView/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/images/ui_next_d.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/images/ui_pause.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/images/ui_play.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/images/ui_previous_d.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/images/ui_resume.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/images/ui_stop.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/media/bee.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/media/blues.wma [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/media/ringin.wav [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/media/xbox.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/mediaelement.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/mediaelementexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/mediaelementexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/mediagallery.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/mediatimelineexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/mediatimelineexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/mediatimelineplusanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/csharp/soundfromusereventexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/images/ui_next_d.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/images/ui_pause.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/images/ui_play.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/images/ui_previous_d.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/images/ui_resume.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/images/ui_stop.gif [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/media/bee.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/media/blues.wma [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/media/ringin.wav [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/media/xbox.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediaelement.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediaelement.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediaelementexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediaelementexample.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediagallery.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediatimelineexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediatimelineexample.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/mediatimelineplusanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/myapp.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/sampleviewer.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MediaGallery/vb/soundfromusereventexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/csharp/menuitemcommandsandevents.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/csharp/menuitemcommandsandevents.sln [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/visualbasic/menuitemcommandsandevents.sln [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/visualbasic/menuitemcommandsandevents.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MenuItemCommandsAndEvents/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/csharp/messageboxsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MessageBoxSample/visualbasic/messageboxsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MouseCaptureSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MouseCaptureSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MouseCaptureSample/csharp/mousecapturesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MouseCaptureSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MouseCaptureSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MouseCaptureSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/csharp/multibinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/csharp/nameconverter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/visualbasic/multibinding_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/visualbasic/nameconverter.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/visualbasic/namelist.vb [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/MultiBinding/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/content.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/frame1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/frame1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/frame2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/frame2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/frame3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/frame3.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/mywindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/mywindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/navwindow_events.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/csharp/page2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/content.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/frame1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/frame1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/frame2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/frame2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/frame3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/frame3.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/mywindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/mywindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/navwindow_events_vb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/navwindow_events_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/page1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavWindowEvents/visualbasic/page2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/csharp/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/csharp/navigatetoobjectsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/csharp/navigatetoobjectsample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/csharp/person.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/visualbasic/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/visualbasic/homepage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/visualbasic/navigatetoobjectsample_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/visualbasic/navigatetoobjectsample_vb_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/NavigateToObjectSample/visualbasic/person.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/documentpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/loosedocumentpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/navigationservicesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/documentpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/loosedocumentpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/NavigationServiceSample/visualbasic/navigationservicesamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/csharp/nonrectangularwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/csharp/nonrectangularwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/csharp/nonrectangularwindowsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/nonrectangularwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/nonrectangularwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NonRectangularWindowSample/visualbasic/nonrectangularwindowsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/csharp/notificationiconsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/csharp/notifyicon.ico [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/visualbasic/notificationiconsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/NotificationIconSample/visualbasic/notifyicon.ico [new file with mode: 0644]
sdk/samples/WPFSamples/NumberSubstitutionSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/NumberSubstitutionSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NumberSubstitutionSample/xaml/numbersubstitutionsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/NumberSubstitutionSample/xaml/numbersubstitutionsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/NumberSubstitutionSample/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers/xaml/numbersapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers/xaml/numbersapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers2/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers2/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers2/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers2/xaml/numbersapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers2/xaml/numbersapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers2/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers3/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers3/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers3/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers3/xaml/numbersapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers3/xaml/numbersapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Numbers3/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/biditest.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/NumbersCSharp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/xaml/opacityanim.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/xaml/opacityanim.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/xaml/opacityanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/xaml/opacityanimationexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityAnim/xaml/sampleimages/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/drawingbrushexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/gradientbrushexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/imagebrushexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/opacitymasking_markup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/opacitymasking_markup.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/sampleimages/tornedges.png [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/sampleimages/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/OpacityMasksExample/xaml/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/fontlibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/kooten.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/linds.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/miramo.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/miramob.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/peric.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/pericl.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/pesca.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/fontlibrary/pescab.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/kootenay.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/lindsey.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/miramonte.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/miramontebold.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/mywindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/mywindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/pericles.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/pericleslight.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/pescadero.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/pescaderobold.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/usingopentypefonts.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/OpenTypeFontsSample/xaml/usingopentypefonts.sln [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/outlinetextcontrol.cs [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/outlinetextcontrol.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/outlinetextcontrolviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/outlinetextcontrolviewer.sln [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/sampleimages/butterfly.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/sampleimages/cherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/sampleimages/flames.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/OutlineTextControlViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/_documents/packwebrequest-conceptual.vsd [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/_documents/packwebrequest-spec.doc [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/archiveserver.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/archiveserver.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/cats/j0227545.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/cats/j0262250.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/cats/j0262574.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/cats/j0314403.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/cats/j0407013.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/cats/keywords.txt [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/cats/ph03058i.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/j0178657.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/j0314398.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/j0401869.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/j0402404.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/j0409302.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/j0409310.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/j0424399.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server1/photos/dogs/keywords.txt [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0262501.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0262512.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0262524.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0262542.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0262543.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0262646.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0262840.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/j0314405.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/keywords.txt [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/ph02113j.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/birds/ph02125j.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/cats/j0178764.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/cats/j0262232.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/cats/j0262236.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/cats/keywords.txt [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/cats/ph03039i.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0227548.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0227549.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0227555.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0227571.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0255452.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0262503.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0262674.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0314396.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/j0407201.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/keywords.txt [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/archiveserver/server2/photos/dogs/ph03338i.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/client/client.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/client/client.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/packwebrequest.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/retailserver/retailserver.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/retailserver/retailserver.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/sharedlibrary/sharedlibrary.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/sharedlibrary/sharedlibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/simulator/simulator.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/csharp/simulator/simulator.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackWebRequest/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/content/document.xml [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/mypackage-sample.package [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/mypackage-sample.package.zip [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/packagedigitalsignature.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/packagedigitalsignature.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/resources/image1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/target-sample/content/document.xml [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/target-sample/mypackage.package [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/target-sample/resources/image1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/csharp/target-sample/target-sample.txt [new file with mode: 0644]
sdk/samples/WPFSamples/PackageDigitalSignature/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/csharp/mypackage-sample.package [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/csharp/mypackage-sample.package.zip [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/csharp/mypackage.package [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/csharp/packageread.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/csharp/packageread.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/csharp/target-sample/content/document.xml [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/csharp/target-sample/resources/image1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackageRead/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PackageWrite/csharp/content/document.xml [new file with mode: 0644]
sdk/samples/WPFSamples/PackageWrite/csharp/mypackage-sample.package [new file with mode: 0644]
sdk/samples/WPFSamples/PackageWrite/csharp/mypackage-sample.package.zip [new file with mode: 0644]
sdk/samples/WPFSamples/PackageWrite/csharp/packagewrite.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PackageWrite/csharp/packagewrite.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PackageWrite/csharp/resources/image1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PackageWrite/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Particles/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Particles/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Particles/csharp/particles.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Particles/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Particles/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Particles/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/csharp/passwordbox_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/visualbasic/passwordbox.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PasswordBox_MainSample/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/doubleanimationusingpathexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/matrixanimationusingpathexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/pathanimationgallery.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/pointanimationusingpathexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/rotateanimationusingpathexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PathAnimationGallery/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Paths/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Paths/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Paths/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Paths/xaml/pathsapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Paths/xaml/pathsapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Paths/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/adorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photodemo.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/flower1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/flower2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/leaf1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/leaf2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/skyline.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/sunlight through sequoias.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/photos/winter1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PhotoStoreDemo/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PlotPanel/cpp/plotpanel.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/PlotPanel/cpp/plotpanel.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/PlotPanel/csharp/plotpanel.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PlotPanel/csharp/plotpanel_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PlotPanel/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PlotPanel/visualbasic/plotpanel.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PlotPanel/visualbasic/plotpanel.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/cpp/pngencoderdecoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/cpp/pngencoderdecoder.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/cpp/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/csharp/pngencoderdecoder.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/csharp/pngencoderdecoder.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/csharp/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/vb/pngencoderdecoder.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/vb/pngencoderdecoder.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PngBitmapDecoderEncoder/vb/smiley.png [new file with mode: 0644]
sdk/samples/WPFSamples/Point3DSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Point3DSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Point3DSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Point3DSample/csharp/mil3dpoints.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Point3DSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Point3DSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Point3DSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Point4DSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Point4DSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Point4DSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Point4DSample/csharp/mil4dpoints.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Point4DSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Point4DSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Point4DSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PointSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/PointSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PointSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PointSample/csharp/milpointsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PointSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PointSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PointSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/numericupdowncontrol.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/numericupdowncontrol.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/popupplacement.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/popupplacement.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/numericupdowncontrol.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/numericupdowncontrol.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/popupplacement.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/popupplacement.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PopupPlacement/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/highcontrastinkcanvas.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/postcard3d.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/postcard3d.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/postcard3d.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/postcard3d_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/seattle_rainier.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/csharp/stamp.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/highcontrastinkcanvas.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/postcard3d.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/postcard3d.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/postcard3d.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/postcard3d_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/readme.txt [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/seattle_rainier.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/Postcard3D/visualbasic/stamp.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/PrintDialog/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PrintDialog/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PrintDialog/csharp/content/fixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/PrintDialog/csharp/printdialog_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PrintDialog/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PrintDialog/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PrintDialog/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PrinterStatusSurvey/cpp/printerstatussurvey.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/PrinterStatusSurvey/cpp/program.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/PrinterStatusSurvey/csharp/printerstatussurvey.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PrinterStatusSurvey/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PrinterStatusSurvey/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/csharp/prioritybinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/visualbasic/asyncdatasource.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/visualbasic/prioritybinding_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PriorityBinding/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/data/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/data/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/data/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/data/sunset.png [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/progressbar.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ProgressBar/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/csharp/mydata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/csharp/propertychangenotification.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/csharp/propertychangenotification.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/visualbasic/bid.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/visualbasic/bidcollection.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyChangeNotification/visualbasic/propertychangenotification_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/form1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/form1.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/csharp/propertymappingwithelementhost/propertymappingwithelementhost.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/form1.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/form1.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/my project/application.myapp [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithElementHost/visualbasic/propertymappingwithelementhost/propertymappingwithelementhost.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/propertymappingwithwfh.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/csharp/propertymappingwithwfh/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh.sln [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/propertymappingwithwfh.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/PropertyMappingWithWfh/visualbasic/propertymappingwithwfh/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/quaternionview.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/branches.png [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/leafpicturecube2r000003.png [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/leafpicturecube2r000005.png [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/leaves_closeup.png [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/rippled_metal_smaller.png [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/rocks.png [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/sample_images/waterlilies.png [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/QuaternionView/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart1/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart1/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart1/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart1/csharp/quickstart_1.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart1/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart2/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart2/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart2/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart2/csharp/quickstart_2.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart2/csharp/quickstart_2.sln [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart2/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart3/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart3/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart3/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart3/csharp/quickstart_3.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart3/csharp/quickstart_3.sln [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart3/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart4/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart4/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart4/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart4/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart4/csharp/quickstart4.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart4/csharp/quickstart4_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart4/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/xaml/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/xaml/page2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/xaml/quickstart_5.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/xaml/quickstart_5.sln [new file with mode: 0644]
sdk/samples/WPFSamples/QuickStart5/xaml/quickstart_5.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfilterbitmapeffect/rgbfilterbitmapeffect.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfilterbitmapeffect/rgbfilterbitmapeffect.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffect.sln [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/resource.h [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffect.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffect.h [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffect.rgs [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlib.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlib.def [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlib.idl [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlib.rc [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlib.rgs [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlib.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlibps.def [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/rgbfiltereffectlibps.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/stdafx.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffectlib/stdafx.h [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffecttest/images/kittens.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffecttest/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffecttest/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffecttest/rgbfiltereffecttest.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffecttest/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RGBFilterEffect/rgbfiltereffecttest/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RadialPanel/cpp/radialpanel.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/RadialPanel/cpp/radialpanel_cpp.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/RadialPanel/csharp/radialpanel.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RadialPanel/csharp/radialpanel_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RadialPanel/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/csharp/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/csharp/pane1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/csharp/repeatbuttons.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/RepeatButton/visualbasic/repeatbutton_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ResourceMerge/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ResourceMerge/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ResourceMerge/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ResourceMerge/csharp/myresourcedictionary.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ResourceMerge/csharp/myresourcedictionary2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ResourceMerge/csharp/resourcemerge.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ResourceMerge/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ResourcesApplication/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ResourcesApplication/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ResourcesApplication/xaml/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ResourcesApplication/xaml/resourcesapplication.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ResourcesApplication/xaml/resourcesapplication.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplication/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplication/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplication/customapplicationclient.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplication/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplication/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplicationlibrary/customapplication.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplicationlibrary/customapplicationlibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/customapplicationlibrary/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/csharp/reusablecustomapplicationsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationclient/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationclient/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationclient/customapplicationclient.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationclient/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/customapplication.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/customapplicationlibrary.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/customapplicationlibrary/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ReusableCustomApplicationSample/visualbasic/reusablecustomapplicationsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_ContextMenu/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_ContextMenu/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_ContextMenu/csharp/richtextbox_contextmenu.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_ContextMenu/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_HyperlinkAutoDetect/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_HyperlinkAutoDetect/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_HyperlinkAutoDetect/csharp/hyperlinkautodetect.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_HyperlinkAutoDetect/csharp/myrichtextbox.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_HyperlinkAutoDetect/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_HyperlinkAutoDetect/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_HyperlinkAutoDetect/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/charactergrowfont.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/charactershrinkfont.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/editcopy.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/editcut.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/editpaste.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/editredo.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/editundo.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/fileopen.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/filesave.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/listbullets.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/listnumbering.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/paragraphcenterjustify.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/paragraphdecreaseindentation.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/paragraphfulljustify.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/paragraphincreaseindentation.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/paragraphleftjustify.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/images/paragraphrightjustify.png [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/richtextboxinputpanel.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_InputPanel/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_NoScrollViewer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_NoScrollViewer/csharp/richtextbox_noscrollviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_NoScrollViewer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_NoScrollViewer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RichTextBox_NoScrollViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/_readme_microsoft-sdk-rights-management-samples.doc [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/chocolate.png [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/chocolate.png.protected [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/chocolate.png.publishlicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/chocolate.png.uselicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/content-rights.xrml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/truffle.png [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/truffle.png.protected [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/truffle.png.publishlicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/content/truffle.png.uselicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/rmcontentpublish.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentPublish/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/_readme_microsoft-sdk-rights-management-samples.doc [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/chocolate.png [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/chocolate.png.protected [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/chocolate.png.publishlicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/chocolate.png.uselicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/truffle.png [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/truffle.png.protected [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/truffle.png.publishlicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/content/truffle.png.uselicense.xml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/rmcontentviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedContentViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/_readme_microsoft-sdk-rights-management-samples.doc [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/content/document-rights.xrml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/content/document-rmencrypted.xps [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/content/document.xps [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/rmpackagepublish.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackagePublish/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/_readme_microsoft-sdk-rights-management-samples.doc [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/content/document-rmencrypted.xps [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/content/document.xps [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/rmpackageviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RightsManagedPackageViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/csharp/routedeventaddremovehandler.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventAddRemoveHandler/visualbasic/routedeventaddremovehandler.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/routedeventcustom.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/routedeventcustom.sln [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/routedeventcustomapp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/routedeventcustomapp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/routedeventcustomapp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/routedeventcustomapp/routedeventcustomapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/sdksamplelibrary/class1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/csharp/sdksamplelibrary/sdksamplelibrary.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/routedeventcustomapp.sln [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/routedeventcustomapp.suo [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/routedeventcustomapp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/routedeventcustomapp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/routedeventcustomapp/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/routedeventcustomapp/routedeventcustomapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/sdksamplelibrary/class1.vb [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventCustom/vb/sdksamplelibrary/sdksamplelibrary.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventHandle/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventHandle/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventHandle/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventHandle/csharp/routedeventhandle.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventHandle/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/csharp/routedeventsource.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/RoutedEventSource/visualbasic/routedeventsource.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/RoyaleTheme/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RoyaleTheme/xaml/royale.normalcolor.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RunSpan/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/RunSpan/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/RunSpan/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/RunSpan/xaml/runspanapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/RunSpan/xaml/runspanapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/RunSpan/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/csharp/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/csharp/imagecustomcontentstate.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/csharp/safefileuploadpartialtrustsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/csharp/safefileuploadpartialtrustsample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/visualbasic/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/visualbasic/homepage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/visualbasic/imagecustomcontentstate.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/visualbasic/my project/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/visualbasic/safefileuploadsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SafeFileUploadPartialTrustSample/visualbasic/safefileuploadsamplevisualbasic_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/SampleViewerLite/csharp/application.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SampleViewerLite/csharp/images/tulip_farm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/SampleViewerLite/csharp/samples.xml [new file with mode: 0644]
sdk/samples/WPFSamples/SampleViewerLite/csharp/scene1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SampleViewerLite/csharp/scene1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SampleViewerLite/csharp/sdkxamlbrowser.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SampleViewerLite/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/cherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/downarrow.png [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/flower.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/help.gif [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/pinkcherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/steel.png [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/tulip_farm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/uparrow.png [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/images/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/sampleviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/actualwidth_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/actualwidth_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animateheight_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animateheight_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animatepath_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animatepath_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animatepropertystoryboards_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animatepropertystoryboards_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animaterotate_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animaterotate_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animatesize_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/animatesize_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/binddptodp_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/binddptodp_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/bindnontextproperty_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/bindnontextproperty_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/border_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/border_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/brushtypes_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/brushtypes_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/btncolor_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/btncolor_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/button_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/button_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/canvas_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/canvas_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/checkboxelement_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/checkboxelement_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/combobox_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/compositecollections_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/compositecollections_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/contextmenu_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/contextmenu_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/controlprops_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/controlprops_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/datatrigger_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/datatrigger_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/dockpanel_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/dockpanel_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/documentviewer_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/documentviewer_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/doublekeyframe_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/doublekeyframe_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/expander_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/expander_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/geometryusage_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/geometryusage_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/gradientspread_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/gradientspread_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/grid_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/grid_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/interpolationmethods_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/interpolationmethods_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/keyframestring_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/keyframestring_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/linejoinsandcaps_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/linejoinsandcaps_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/listboxstyle_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/listboxstyle_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/menus_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/menus_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/miterlimit_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/miterlimit_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/multibinding_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/multibinding_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/opacityanimation_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/opacityanimation_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/prioritybinding_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/prioritybinding_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/propertychangenotification_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/propertychangenotification_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/scrollviewer_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/scrollviewer_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/slider_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/slider_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/stackpanel_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/stackpanel_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/stretch_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/stretch_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/tabcontrol_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/tabcontrol_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/table_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/table_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/textblock_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/textblock_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/thumb_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/thumb_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/tooltip_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/tooltip_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/viewbox_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/viewbox_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/xmldatasource_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/xmldatasource_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/xmlnsbind_samp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/samps/xmlnsbind_samp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/toc.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/welcome.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/csharp/welcome.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SamplesGallery/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/csharp/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/csharp/savewindowplacementstatesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/visualbasic/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/SaveWindowPlacementStateSample/visualbasic/savewindowplacementstatesamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollBarCustomThumbSize/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollBarCustomThumbSize/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollBarCustomThumbSize/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollBarCustomThumbSize/xaml/scrollbarcustomthumbsize.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollBarCustomThumbSize/xaml/scrollbarcustomthumbsize.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollBarCustomThumbSize/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollBarCustomThumbSize/xaml/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/cpp/scrollviewer_cpp.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/cpp/scrollviewer_wcp.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/csharp/scrollviewer_wcp.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/csharp/scrollviewer_wcp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/visualbasic/scrollviewer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/visualbasic/scrollviewer.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/xaml/scrollviewer_wcp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewer/xaml/scrollviewer_wcp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/csharp/scrollviewer_methods.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/visualbasic/scrollviewer_methods.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerMethods/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerScrollChanged/cpp/scrollviewer_code.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerScrollChanged/cpp/scrollviewer_code_cpp.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerScrollChanged/csharp/scrollviewer_code.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerScrollChanged/csharp/scrollviewer_code_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerScrollChanged/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerScrollChanged/visualbasic/scrollviewerscrollchanged.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ScrollViewerScrollChanged/visualbasic/scrollviewerscrollchanged.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/client.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/client.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/selectionpattern.sln [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/selectionpatternclient.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/selectionpatterntarget.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/target.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/target.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/target.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/csharp/targethandler.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/client.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/client.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/application.myapp [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/selectionpatternclient.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/selectionpatternsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/selectionpatterntarget.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/target.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/target.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/target.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SelectionPatternSample/visualbasic/targethandler.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Shapes/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Shapes/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Shapes/csharp/shapes.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Shapes/csharp/sphere.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Shapes/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Shapes/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Shapes/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ShapesProcedural/cpp/shapesprocedural.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/ShapesProcedural/cpp/shapesprocedural.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/ShapesProcedural/csharp/shapesprocedural.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ShapesProcedural/csharp/shapesprocedural.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ShapesProcedural/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ShapesProcedural/visualbasic/shapesprocedural.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ShapesProcedural/visualbasic/shapesproceduralvb.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/csharp/mylights.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/csharp/show3dlights.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/csharp/viewporteventhandlers.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Show3DLights/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/addinsideadapters/addinsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/addinsideadapters/wpfaddin_viewtocontractaddinsideadapter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/addinviews/addinviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/addinviews/wpfaddinview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/contracts/contracts.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/contracts/iwpfaddincontract.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/host/app.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/host/host.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/host/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/host/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/hostsideadapters/hostsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/hostsideadapters/wpfaddin_contracttoviewhostsideadapter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/hostviews/hostviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/hostviews/wpfaddinhostview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/simpleaddinhasmultipleuissample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/wpfaddin1/addinstatusui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/wpfaddin1/addinstatusui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/wpfaddin1/addinui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/wpfaddin1/addinui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/csharp/wpfaddin1/wpfaddin1.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInHasMultipleUIsSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/addinsideadapters/addinsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/addinsideadapters/wpfaddin_viewtocontractaddinsideadapter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/addinviews/addinviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/addinviews/wpfaddinview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/contracts/contracts.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/contracts/iwpfaddincontract.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/host/app.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/host/host.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/host/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/host/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/hostsideadapters/hostsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/hostsideadapters/wpfaddin_contracttoviewhostsideadapter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/hostviews/hostviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/hostviews/wpfaddinhostview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/simpleaddinisauisample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/wpfaddin1/addinui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/wpfaddin1/addinui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/csharp/wpfaddin1/wpfaddin1.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInIsAUISample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/addinsideadapters/addinsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/addinsideadapters/wpfaddin_viewtocontractaddinsideadapter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/addinviews/addinviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/addinviews/iwpfaddinview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/contracts/contracts.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/contracts/iwpfaddincontract.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/host/app.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/host/host.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/host/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/host/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/hostsideadapters/hostsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/hostsideadapters/wpfaddin_contracttoviewhostsideadapter.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/hostviews/hostviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/hostviews/iwpfaddinhostview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/simpleaddinreturnsauisample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/wpfaddin1/addin.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/wpfaddin1/addinui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/wpfaddin1/addinui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/csharp/wpfaddin1/wpfaddin1.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleAddInReturnsAUISample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/csharp/person.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/csharp/simplebinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/visualbasic/person.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleBinding/visualbasic/simplebinding_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/csharp/elementprovider.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/csharp/elementprovider.sln [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/csharp/mycontrol.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/csharp/providerform.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/csharp/providerform.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/csharp/providerform.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/visualbasic/mycontrol.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/visualbasic/providerform1.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/visualbasic/providerform1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/visualbasic/providerform1.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/visualbasic/simpleprovider.sln [new file with mode: 0644]
sdk/samples/WPFSamples/SimpleProvider/visualbasic/simpleprovider.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/csharp/app.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/csharp/singleinstancedetectionsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/visualbasic/app.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SingleInstanceDetectionSample/visualbasic/singleinstancedetectionsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Size3DSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Size3DSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Size3DSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Size3DSample/csharp/mil3dsize.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Size3DSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Size3DSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Size3DSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/csharp/sizingprecedencesamplecsharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/csharp/sizingwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/csharp/sizingwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/sizingprecedencesamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/sizingwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SizingPrecedenceSample/visualbasic/sizingwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/blueskin.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/childwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/childwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/skinnedapplication.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/csharp/yellowskin.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/blueskin.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/childwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/childwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/skinnedapplication.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SkinnedApplicationSample/visualbasic/yellowskin.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SliderwithDataBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SliderwithDataBinding/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SliderwithDataBinding/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SliderwithDataBinding/xaml/sliderwithdatabinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SliderwithDataBinding/xaml/sliderwithdatabinding.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/csharp/mydata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/csharp/sortfilter.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/visualbasic/order.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/visualbasic/orders.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/visualbasic/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/visualbasic/page1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/SortFilter/visualbasic/sortfilter_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Span/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Span/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Span/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Span/xaml/spanapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Span/xaml/spanapp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Span/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SpeechSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SpeechSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SpeechSample/csharp/mywindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SpeechSample/csharp/mywindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SpeechSample/csharp/speechsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SpeechSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/csharp/stackpanel_layout.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/visualbasic/stackpanelsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelIntroSamp/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/cpp/smiley_stackpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/cpp/stackpanel_ovw_sample4.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/cpp/stackpanel_ovw_sample4.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/csharp/smiley_stackpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/csharp/stackpanel_ovw_sample4.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/csharp/stackpanel_ovw_sample4.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/visualbasic/smiley_stackpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/visualbasic/stackpanelsamp.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/visualbasic/stackpanelsamp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/xaml/smiley_stackpanel.png [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/xaml/stackpanel_ovw_sample4.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StackPanelOvw4/xaml/stackpanel_ovw_sample4.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/images/help.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/images/print.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/statusbar.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StatusBar/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/alarm3.png [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/dialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/email.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/emaildialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/form.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/mailsettingsdialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/programtogenerateimageresources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/stickynotes.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/csharp/window2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StickyNotes/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/csharp/stringlocalizationsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/csharp/stringresources.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/visualbasic/stringlocalizationsample_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/StringLocalizationSample/visualbasic/stringresources.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/csharp/calledpagefunction.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/csharp/calledpagefunction.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/csharp/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/csharp/callingpage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/csharp/structurednavigationsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/visualbasic/calledpagefunction.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/visualbasic/calledpagefunction.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/visualbasic/callingpage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/visualbasic/callingpage.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StructuredNavigationSample/visualbasic/structurednavigationsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/StyleEventTriggerAnimation/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StyleEventTriggerAnimation/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StyleEventTriggerAnimation/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StyleEventTriggerAnimation/xaml/styleeventtriggeranimation.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StyleEventTriggerAnimation/xaml/styleeventtriggeranimation.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Styled_ScrollViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Styled_ScrollViewer/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Styled_ScrollViewer/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Styled_ScrollViewer/xaml/styled_scrollviewer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Styled_ScrollViewer/xaml/styled_scrollviewer.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/images/flower1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/images/flower2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/images/leaf1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/images/leaf2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/images/winter1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/stylingintrosample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/data.vb [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/images/flower1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/images/flower2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/images/leaf1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/images/leaf2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/images/winter1.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/stylingintrosample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/StylingIntroSample/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/images/crystal.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/images/preview.png [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/media/day7.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/media/msdn news.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/media/my xbox clip.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/media/the dotnet show.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/surfin.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Surfin/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/csharp/systemcolorsandbrushes_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/xaml/systemcolorsandbrushes_markup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/xaml/systemcolorsandbrushes_markup.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/SystemColorsAndBrushes/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/tabcontrolcontentstringformat.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/tabcontrolcontentstringformat.sln [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentStringFormat/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/csharp/tabcontrolcontenttemplateselector.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/csharp/tabcontrolcontenttemplateselector.sln [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/people.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/person.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/tabcontrolcontenttemplateselector.sln [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/tabcontrolcontenttemplateselector.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlContentTemplateSelector/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingControlTemplates/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingControlTemplates/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingControlTemplates/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingControlTemplates/xaml/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingControlTemplates/xaml/tabcontrolstyles.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingControlTemplates/xaml/tabcontrolstyles.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/csharp/tabcontrolusingitemtemplate.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/visualbasic/data.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/visualbasic/tabcontrolusingitemtemplate.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TabControlUsingItemTemplate/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/cpp/table.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/cpp/table_code.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/csharp/table.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/csharp/table_code.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TableCsharpSample/visualbasic/table_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TableElementSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TableElementSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableElementSample/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableElementSample/xaml/table_element_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TableElementSample/xaml/table_element_sample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/csharp/tableaddcontent.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TableVBAddContent/visualbasic/table_vb_sample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/client.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/client.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/client.resx [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/executescript.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/executescriptclient.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/executescriptclient.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/executescriptclient.resx [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/script.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/scriptfunctions.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/scriptgeneratorclient.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/scriptgeneratortarget.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/target.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/target.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/targetapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/targetapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/testscriptgeneratorsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/uiaeventrecord.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/csharp/uiaworker.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TestScriptGeneratorSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextAnimationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextAnimationSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextAnimationSample/xaml/textanimationsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextAnimationSample/xaml/textanimationsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextAnimationSample/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/csharp/sample_content.txt [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/csharp/textboxbase_autowordselection.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/visualbasic/sample_content.txt [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/visualbasic/tbautowordselection.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_AutoWordSelection/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/csharp/textboxbase_samp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/visualbasic/textboxbase.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBoxBase_Samp/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/csharp/textbox_contextmenu.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/visualbasic/tbcontextmenu.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_ContextMenu/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/csharp/cursortoend.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/visualbasic/cursortoend.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_CursorToEnd/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/csharp/detectchangedtext.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/visualbasic/textboxmethods_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_DetectChangedText/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_down.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_down_all.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_down_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_left.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_left_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_right.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_right_all.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_right_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_up.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_up_all.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/go_up_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/images/simpleblue.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/textboxmethods.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_down.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_down_all.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_down_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_left.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_left_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_right.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_right_all.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_right_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_up.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_up_all.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/go_up_more.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/images/simpleblue.bmp [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/textboxmethods.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NavigationMethods/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NoScrollViewer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NoScrollViewer/csharp/textbox_noscrollviewer_sample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NoScrollViewer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_NoScrollViewer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/csharp/retrieveselection.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/visualbasic/retrieveselection_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_RetrieveSelection/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_SpacePreserve/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_SpacePreserve/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_SpacePreserve/xaml/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_SpacePreserve/xaml/textboxspacepreserve.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextBox_SpacePreserve/xaml/textboxspacepreserve.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/csharp/textdecorationexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/visualbasic/textdecorationexample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextDecorationExample/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextEffectSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextEffectSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextEffectSample/xaml/texteffectsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextEffectSample/xaml/texteffectsample.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextEffectSample/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/customtextsource.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/fontrendering.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/generictextproperties.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/textformatterexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextFormatterExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextPathGeometryHightlightSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextPathGeometryHightlightSample/csharp/textpathgeometryhightlightsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextPathGeometryHightlightSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextPathGeometryHightlightSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextPathGeometryHightlightSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextShadowSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextShadowSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextShadowSample/xaml/textshadowsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextShadowSample/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextShadowSample/xaml/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextTransformSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextTransformSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextTransformSample/xaml/texttransformsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextTransformSample/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextTransformSample/xaml/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/csharp/texttrimming_layout.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/visualbasic/texttrimming.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextTrimmingLayout/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/csharp/textwrapprop.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/visualbasic/textwrap_property_vb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/TextWrapProperty/visualbasic/textwrap_property_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/csharp/thicknessconverter_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/visualbasic/thicknessconverter.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThicknessConverter/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingMultipleBrowsers/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingMultipleBrowsers/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingMultipleBrowsers/csharp/threadingmultiplebrowsersample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingMultipleBrowsers/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingMultipleBrowsers/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingMultipleBrowsers/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingPrimeNumber/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingPrimeNumber/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingPrimeNumber/csharp/threadingprimenumbersample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingPrimeNumber/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingPrimeNumber/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingPrimeNumber/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingWeatherForecast/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingWeatherForecast/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingWeatherForecast/csharp/threadingweatherforecastsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingWeatherForecast/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingWeatherForecast/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ThreadingWeatherForecast/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/csharp/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/csharp/pane1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/csharp/thumb_wcp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Thumb/visualbasic/thumb_wcp_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/cpp/tiffencoderdecoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/cpp/tiffencoderdecoder.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/cpp/tulipfarm.tif [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/csharp/tiffencoderdecoder.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/csharp/tiffencoderdecoder.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/csharp/tulipfarm.tif [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/vb/tiffencoderdecoder.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/vb/tiffencoderdecoder.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TiffBitmapDecoderEncoder/vb/tulipfarm.tif [new file with mode: 0644]
sdk/samples/WPFSamples/ToolBarStyles/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ToolBarStyles/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/ToolBarStyles/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ToolBarStyles/xaml/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ToolBarStyles/xaml/toolbar.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ToolBarStyles/xaml/toolbar.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TrackFocus/csharp/focustracker.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TrackFocus/csharp/focustracker.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TrackFocus/csharp/focustracker.sln [new file with mode: 0644]
sdk/samples/WPFSamples/TrackFocus/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TrackFocus/visualbasic/focustracker.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TrackFocus/visualbasic/trackfocusvb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/TrackFocus/visualbasic/trackfocusvb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TrafficAlert/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TrafficAlert/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TrafficAlert/csharp/trafficalert.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TrafficAlert/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TrafficAlert/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TrafficAlert/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/csharp/converters.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/csharp/treelistview.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/csharp/treelistview.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TreeListView/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewDataBinding/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewDataBinding/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewDataBinding/csharp/images/icon.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewDataBinding/csharp/treeviewdatabinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewDataBinding/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewDataBinding/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewDataBinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/xaml/data/cat.png [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/xaml/data/dog.png [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/xaml/data/fish.png [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/xaml/treeviewselectedvalue.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/xaml/treeviewselectedvalue.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/TreeViewSelectedValue/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/csharp/typography_samp1.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/TypographySamp1/visualbasic/typography_samp1.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/csharp/elemcollmethods.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/csharp/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/csharp/pane1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/visualbasic/elemcollmethodsvb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/visualbasic/pane1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollection/visualbasic/pane1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/csharp/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/csharp/default.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/csharp/uielementcollection_indexof.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/visualbasic/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/visualbasic/default.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/UIElementCollectionIndexOf/visualbasic/uielementcollection_indexof_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/csharp/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/csharp/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/csharp/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/csharp/uriparamsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/csharp/uriparamsample_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/URIQueryStringParametersSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/csharp/mydata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/csharp/updatesource.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/visualbasic/updatesource_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/visualbasic/userprofile.vb [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UpdateSource/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/csharp/numericupdown.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/csharp/numericupdown.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/csharp/usercontrol.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UserControlNumericUpDown/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/alignmentexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/alignmentexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/interactiveexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/interactiveexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/mywindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/mywindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/paintingwithimages.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/paintingwithimages.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/apple.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/bananas.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/bananas_small.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/blueberries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/butterfly.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/butterfly2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/butterfly2_small.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/cherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/cherries_larger.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/gecko.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/greenglass.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/hummingbird.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/music.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/pinkcherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/purpleblock.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/square.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/triangle.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/tulips.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/sampleimages/watermelon.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/stretchmodes.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/stretchmodes.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/textfillsexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/textfillsexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/tilesizeexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/tilesizeexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/tilingexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/tilingexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/csharp/usingimagebrush.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/UsingImageBrush/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/magnifyingglassexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/magnifyingglassexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/paintingwithvisuals.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/paintingwithvisuals.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/reflectionexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/reflectionexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/apple.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/bananas.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/bananas_small.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/blueberries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/butterfly.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/butterfly2.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/butterfly2_small.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/cherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/cherries_larger.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/gecko.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/greenglass.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/hummingbird.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/music.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/pinkcherries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/purpleblock.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/square.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/triangle.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/tulips.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleimages/watermelon.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/samplemedia/xbox.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/csharp/usingvisualbrush.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/UsingVisualBrush/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/validateiteminitemscontrolsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/validateiteminitemscontrolsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemInItemsControlSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/validateitemsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/validateitemsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ValidateItemSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Vector3DSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Vector3DSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Vector3DSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Vector3DSample/csharp/mil3dvectorsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Vector3DSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Vector3DSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Vector3DSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/VectorSample/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/VectorSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/VectorSample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VectorSample/csharp/milvectorsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/VectorSample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/VectorSample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VectorSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/VideoText/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/VideoText/csharp/videotext.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/VideoText/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/VideoText/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VideoText/csharp/xbox.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/VideoText/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ViewBoxCode/cpp/viewboxcode.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/ViewBoxCode/cpp/viewboxcode.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/ViewBoxCode/csharp/viewboxcode.cs [new file with mode: 0644]
sdk/samples/WPFSamples/ViewBoxCode/csharp/viewboxcode.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/ViewBoxCode/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/ViewBoxCode/visualbasic/viewboxcodevb.vb [new file with mode: 0644]
sdk/samples/WPFSamples/ViewBoxCode/visualbasic/viewboxcodevb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/Viewport2DVisual3DExample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Viewport2DVisual3DExample/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Viewport2DVisual3DExample/csharp/viewport2dvisual3dexample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Viewport2DVisual3DExample/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Viewport2DVisual3DExample/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Viewport2DVisual3DExample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/csharp/form1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/csharp/form1.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/csharp/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/csharp/mycircle.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/csharp/mywindow.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/csharp/visualhittest.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/VisualsHitTesting/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddInSideAdapters/adapters.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddInSideAdapters/addinsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddInViews/addinviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddInViews/views.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn1/addin.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn1/addinui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn1/addinui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn1/wpfaddin1.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn2/addin.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn2/addinui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn2/addinui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn2/wpfaddin2.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn3/addin.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn3/addinui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn3/addinui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/AddIns/WPFAddIn3/wpfaddin3.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Contracts/contracts.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Contracts/contracts.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Host/app.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Host/host.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Host/hostui.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Host/hostui.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Host/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/Host/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/HostSideAdapters/adapters.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/HostSideAdapters/hostsideadapters.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/HostViews/hostviews.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/HostViews/views.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/CSharp/wpfaddindatabindingsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WPFAddInDataBindingSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/appicon.ico [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/mytextbox.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/properties/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/settings.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/csharp/wpfcalculator2.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFCalculator/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WPFHostingWin32Control/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFHostingWin32Control/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFHostingWin32Control/csharp/controlhost.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFHostingWin32Control/csharp/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFHostingWin32Control/csharp/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFHostingWin32Control/csharp/wpfhostingwin32control.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFHostingWin32Control/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fileassociations.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fileassociations.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/finddialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/finddialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/colorselectionitem.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/dialogevent.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/fontchoice.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/fontchooser.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/fontchooser.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/fontitems.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/fontrendering.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/knowncolor.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/fontchooser/tooltipmessage.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/gotodialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/gotodialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/notepad.ico [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/notepadapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/notepadapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/notepaddocument.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/notepadeditor.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/notepadeditor.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/notepadpaginator.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/printprogresswindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/printprogresswindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/sources [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/stringtable.en-us.restext [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/visualcontainer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/wpfnotepad.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/csharp/wpfnotepad_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/WPFNotepad/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/northwinddataset.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/northwinddataset.xsc [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/northwinddataset.xsd [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/northwinddataset.xss [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/properties/resources.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/csharp/wpfwithwfanddatabinding/wpfwithwfanddatabinding.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/northwinddataset.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/northwinddataset.xsc [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/northwinddataset.xsd [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/northwinddataset.xss [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WPFWithWFAndDatabinding/visualbasic/wpfwithwfanddatabinding/wpfwithwfanddatabinding.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/cpp/tulipfarm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/cpp/tulipfarm.wdp [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/cpp/wdpencoderdecoder.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/cpp/wdpencoderdecoder.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/csharp/tulipfarm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/csharp/tulipfarm.wdp [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/csharp/wdpencoderdecoder.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/csharp/wdpencoderdecoder.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/vb/tulipfarm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/vb/tulipfarm.wdp [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/vb/wdpencoderdecoder.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WdpBitmapDecoderEncoder/vb/wdpencoderdecoder.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/htmldocumentwithoutscript.html [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/htmldocumentwithscript.html [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/scriptableclass.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/test_word_file.doc [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/webbrowsercontrolsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/csharp/webbrowsercontrolsample.suo [new file with mode: 0644]
sdk/samples/WPFSamples/WebBrowserControlSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/csharp/width_minwidth_maxwidth_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/visualbasic/width_minwidth_maxwidth.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WidthMinWidthMaxWidth/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock.sln [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/resource.h [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/small.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/stdafx.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/stdafx.h [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/win32clock.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/win32clock.h [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/win32clock.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/win32clock.rc [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/win32clock/win32clock.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/wpfclock/clock.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/wpfclock/clock.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/Win32Clock/wpfclock/wpfclock.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/resource.h [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/small.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/stdafx.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/stdafx.h [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/win32hostingwpfpage.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/win32hostingwpfpage.h [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/win32hostingwpfpage.ico [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/win32hostingwpfpage.rc [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/win32hostingwpfpage.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/wpfpage.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/cpp/wpfpage.h [new file with mode: 0644]
sdk/samples/WPFSamples/Win32HostingWPFPage/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/csharp/custommediaplayerwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/csharp/custommediaplayerwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/csharp/numbers.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/csharp/windowactivationdeactivationsamplecsharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/custommediaplayerwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/custommediaplayerwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/numbers.wmv [new file with mode: 0644]
sdk/samples/WPFSamples/WindowActivationDeactivationSample/visualbasic/windowactivationdeactivationsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowCloseHideSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowCloseHideSample/csharp/childwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowCloseHideSample/csharp/childwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowCloseHideSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowCloseHideSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowCloseHideSample/csharp/windowclosehidesample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowCloseHideSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/security.xml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/windowmove.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/windowmove.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/csharp/windowmove.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/app.config [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/myresources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/myresources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/mysettings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/mysettings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/security.xml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/windowmove.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/windowmove_vb.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WindowMove/visualbasic/windowmove_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/childwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/childwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/csharp/windowshowactivatedsample.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowShowActivatedSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/mycontrols/mycontrols.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/mycontrols/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/mycontrols/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/wfhost/form1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/wfhost/form1.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/wfhost/form1.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/wfhost/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/wfhost/wfhost.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/csharp/windowsformshostingwpfcontrol.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WindowsFormsHostingWpfControl/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizarddata.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizarddialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizarddialogbox.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardlauncher.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardpage1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardpage2.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardpage3.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardresult.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardreturneventargs.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/csharp/wizardreturneventhandler.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/mainwindow.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizarddata.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizarddialogbox.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizarddialogbox.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardlauncher.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardpage1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardpage1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardpage2.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardpage2.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardpage3.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardpage3.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardresult.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardreturneventargs.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardreturneventhandler.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WizardSample/visualbasic/wizardsamplevisualbasic.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/mycontrols/mycontrol1.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/mycontrols/mycontrols.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/wpfhost/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/wpfhost/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/wpfhost/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/wpfhost/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/wpfhost/page1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/wpfhost/wpfhost.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/csharp/wpfhostingwindowsformscontrol.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/my project/application.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/my project/application.myapp [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/mycontrol1.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/mycontrols/mycontrols.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/page1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/page1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhost/wpfhost.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WpfHostingWindowsFormsControl/visualbasic/wpfhostingwindowsformscontrol.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/properties/resources.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/properties/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/properties/settings.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/properties/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/csharp/wpflayouthostingwfwithxaml/wpflayouthostingwfwithxaml.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml.sln [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/my project/assemblyinfo.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/my project/myevents.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/my project/resources.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/my project/resources.resx [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/my project/settings.designer.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/my project/settings.settings [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WpfLayoutHostingWfWithXaml/visualbasic/wpflayouthostingwfwithxaml/wpflayouthostingwfwithxaml.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/cpp/wrappanel_code.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/cpp/wrappanel_code_cpp.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/csharp/wrappanel_code.cs [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/csharp/wrappanel_code_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/visualbasic/wrappanel_vb.vb [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/visualbasic/wrappanel_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/xaml/default.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/WrapPanel_Intro/xaml/wrappanel_samp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/page.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/page.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/properties/appmanifest.xml [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/scriptableclass.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/silverlightapplication/silverlightapplication.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/homepage.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/homepage.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/properties/app.manifest [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/scriptableclass.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/silverlightapplicationtestpage.html [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/wpfbrowserapplication.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/wpfbrowserapplication.csproj.user [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/wpfbrowserapplication/wpfbrowserapplication_temporarykey.pfx [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/csharp/xbaphostingsilverlightsample.sln [new file with mode: 0644]
sdk/samples/WPFSamples/XBAPHostingSilverlightSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource/xaml/xmldatasource.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource/xaml/xmldatasource.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource2/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource2/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource2/xaml/data/bookdata.xml [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource2/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource2/xaml/xmldatasource2.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XmlDataSource2/xaml/xmldatasource2.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/XmlnsBind/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XmlnsBind/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XmlnsBind/xaml/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XmlnsBind/xaml/xmlnsbind.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XmlnsBind/xaml/xmlnsbind.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/cpp/arial.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/cpp/courier.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/cpp/image.tif [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/cpp/picture.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/cpp/xpscreate.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/cpp/xpscreate.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/csharp/arial.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/csharp/courier.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/csharp/image.tif [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/csharp/picture.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/csharp/xpscreate.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/csharp/xpscreate.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XpsCreate/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/contenttypes.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/filehelper.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/flatfilepolicy.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/fonts/t2embed.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/fonts/t2embez.ttf [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/program.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/relationshipstream.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/wpfcontent.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/xmlwriterhelper.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/xpsflatfile.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/csharp/xpsflatfile.doc [new file with mode: 0644]
sdk/samples/WPFSamples/XpsFlatFile/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/autumn.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/cars.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/tiger.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/viewfixeddocument.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/viewfixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/viewflowdocument.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/viewmultiplevisuals.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/content/viewonevisual.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/wpfcontent.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/xpsprint.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/csharp/xpsprinthelper.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsPrint/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/documentproperties.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/parisnotredame.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/properties.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/properties.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/properties.resx [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/readingandwritingxps.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedefinition.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedefinition.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedefinition.resx [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedefinitionsandsigning.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedialog.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedialog.designer.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedialog.resx [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/signaturedialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/thumnaildialog.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/thumnaildialog.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/viewfixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/csharp/xpsreadwritesign.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XpsReadWriteSign/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/5pages.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/autumn.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/cars.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/tiger.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/viewfixeddocument.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/viewfixeddocumentsequence.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/viewflowdocument.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/viewmultiplevisuals.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/content/viewonevisual.xps [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/xpfcontent.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/xpssave.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/csharp/xpssavehelper.cs [new file with mode: 0644]
sdk/samples/WPFSamples/XpsSave/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/cpp/animagionproperty_cpp.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/cpp/app.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/cpp/interactiveexample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/cpp/localanimationexample.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/csharp/animateproperty_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/csharp/app.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/csharp/interactiveexample.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/csharp/localanimationexample.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/visualbasic/animateproperty_vb.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/visualbasic/app.vb [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/visualbasic/interactiveexample.vb [new file with mode: 0644]
sdk/samples/WPFSamples/animateproperty/visualbasic/localanimationexample.vb [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/3d/controllablerotatingcubeexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/3d/controllablerotatingcubeexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/3d/rotatingcubeexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/3d/rotatingcubeexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/animatingalongapathexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/animatingalongapathexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/customanimations.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/gridsampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/gridsampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/keyframes/splineexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/keyframes/splineexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/project.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/berries.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/branches.png [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/leafpicturecube2r000003.png [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/leafpicturecube2r000005.png [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/leaves_closeup.png [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/rippled_metal_smaller.png [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/rocks.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/rocks.png [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/sunset.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/waterlilies.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/sample_images/waterlilies.png [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/animatedparagraphexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/animatedparagraphexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/skewtextanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/skewtextanimationexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/textanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/textanimationexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/translatetextanimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/text/translatetextanimationexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/timing_behaviors/interactiveanimationsexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/csharp/timing_behaviors/interactiveanimationsexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/animation_gallery/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/basicvalues/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/basicvalues/xaml/animationtargetvaluesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/basicvalues/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/basicvalues/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/basicvalues/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/basicvalues/xaml/basicvalues_markup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/basicvalues/xaml/basicvalues_markup.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/csharp/columndefinitions_grid.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/visualbasic/columndefinitionsgrid.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/columndefinitionsGrid/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/csharp/commandwithhandler.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/visualbasic/commandwithhandler.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/commandWithHandler/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/csharp/cursors.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/csharp/customcursor.cur [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/visualbasic/cursors.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/visualbasic/customcursor.cur [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/cursors/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/csharp/detectmousebuttonstate.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/visualbasic/detectmousebuttonstate.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/detectMouseButtonState/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/csharp/gotfocuslostfocuseffectusingevent.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/visualbasic/gotfocuslostfocuseffectusingevent.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gotfocusLostfocusEffectUsingEvent/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/csharp/grid_getset_methods.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/visualbasic/grid_getset_methods.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridGetSetMethods/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/csharp/grid_issharedsizescope_prop.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/visualbasic/grid_issharedsizescope_prop.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridIssharedsizescopeProp/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/csharp/gridlengthconverter_csharp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/visualbasic/gridlengthconverter_csharp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/gridlengthConverterGrid/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf.sln [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/hwndinwpf.aps [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/hwndinwpf.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/hwndinwpf.rc [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/hwndinwpf.vcproj [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/resource.h [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/small.ico [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/stdafx.cpp [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/stdafx.h [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/hwndinwpf/typicalwin32dialog.ico [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/wpfapplication1/myapp.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/wpfapplication1/myapp.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/wpfapplication1/properties/assemblyinfo.cs [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/wpfapplication1/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/hwndInWPF/wpfapplication1/wpfapplication1.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/booleananimationusingkeyframesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/coloranimationusingkeyframesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/doubleanimationusingkeyframesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/interpolationmethodsexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/keyframes_markup.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/keyframesintroduction.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/keyframesintroduction.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/keytimesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/pointanimationusingkeyframesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/rectanimationusingkeyframesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/stringanimationusingkeyframesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/csharp/thicknessanimationusingkeyframesexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/keyframes/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/csharp/mousemovewithpointer.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/visualbasic/mousemovewithpointer.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseMoveWithPointer/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/csharp/mouseenterleave.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/visualbasic/app.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/visualbasic/mouseenterleave.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/mouseenterMouseleave/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/adorner.cs [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/converters.cs [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/data.cs [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/images/market 031.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/images/market 032.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/images/market 034.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/images/market 039.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/images/market 040.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/mainwindow.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/mainwindow.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/photoapp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/photoview.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/csharp/photoview.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/photoapp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/csharp/scrollchangedeventargs_layout.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/visualbasic/scrollchangedeventargs_layout.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/scrollchangedeventargsLayout/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/textblockPropsSamp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/textblockPropsSamp/csharp/textblock_props_samp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/textblockPropsSamp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/textblockPropsSamp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/textblockPropsSamp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/acceldecelexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/acceldecelexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/autoreverseexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/autoreverseexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/begintimeexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/begintimeexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/databoundslideranimationexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/fillbehaviorexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/fillbehaviorexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/handoffversuscomposeexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/isadditiveexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/isadditiveexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/iscumulativeexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/iscumulativeexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/project.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/repeatbehaviorexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/repeatbehaviorexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/speedexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/csharp/speedexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/timingbehaviors/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/animatedscaletransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/animatedskewtransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/interactivematrixtransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/interactivematrixtransformexample.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/rotatetransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/sampleviewer.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/sampleviewer.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/scaletransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/skewtransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/transformcollectionexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/transformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/transforms.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/transformsSample/xaml/translatetransformexample.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/csharp/tulip_farm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/csharp/viewbox_stretch_layout_samp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/visualbasic/tulip_farm.jpg [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/visualbasic/viewbox_stretch_layout_samp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/viewboxStretchLayoutSamp/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/csharp/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/csharp/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/csharp/app.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/csharp/visibility_layout_samp.csproj [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/csharp/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/csharp/window1.xaml.cs [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/readme.htm [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/visualbasic/app.ico [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/visualbasic/app.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/visualbasic/visibility_layout_samp.vbproj [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/visualbasic/window1.xaml [new file with mode: 0644]
sdk/samples/WPFSamples/visibilityLayoutSamp/visualbasic/window1.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/All-In-One Code Framework Coding Standards.docx [new file with mode: 0644]
sdk/samples/all in on code/All-In-One Code Framework Download.url [new file with mode: 0644]
sdk/samples/all in on code/All-In-One Code Framework Homepage.url [new file with mode: 0644]
sdk/samples/all in on code/All-In-One Code Framework Sample Catalog.url [new file with mode: 0644]
sdk/samples/all in on code/BuildProcessTemplates/DefaultTemplate.11.1.xaml [new file with mode: 0644]
sdk/samples/all in on code/BuildProcessTemplates/LabDefaultTemplate.11.xaml [new file with mode: 0644]
sdk/samples/all in on code/BuildProcessTemplates/UpgradeTemplate.xaml [new file with mode: 0644]
sdk/samples/all in on code/Download and install Sample Browser.url [new file with mode: 0644]
sdk/samples/all in on code/Submit your code sample request.url [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveX.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveX.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveX.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveX.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveX.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveX.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveXCtrl.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveXCtrl.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveXCtrl.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveXCtrl.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ATLActiveXCtrl.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/CComDlgCtrl.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/_IATLActiveXCtrlEvents_CP.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/dlldatax.c [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/dlldatax.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLActiveX/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMClient/ATLCOMClient.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMClient/ATLCOMClient.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMClient/ATLSimpleSinkObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ATLCOMService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ATLCOMService.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ATLCOMService.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ATLCOMService.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ATLCOMService.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ATLCOMServicePS.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ATLCOMServiceps.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/SimpleObject.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/SimpleObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/SimpleObject.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/_ISimpleObjectEvents_CP.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLCOMService/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ATLDllCOMClient.vbs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ATLDllCOMServer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ATLDllCOMServer.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ATLDllCOMServer.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ATLDllCOMServer.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ATLDllCOMServer.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ATLDllCOMServer.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/SimpleObject.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/SimpleObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/SimpleObject.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/_ISimpleObjectEvents_CP.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/dlldatax.c [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/dlldatax.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLDllCOMServer/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/ATLExeCOMClient.vbs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/ATLExeCOMServer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/ATLExeCOMServer.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/ATLExeCOMServer.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/ATLExeCOMServer.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/ATLExeCOMServer.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/SimpleObject.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/SimpleObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/SimpleObject.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/_ISimpleObjectEvents_CP.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/dlldatax.c [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/dlldatax.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLExeCOMServer/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/ATLShellExtColumnHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/ATLShellExtColumnHandler.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/ATLShellExtColumnHandler.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/ATLShellExtColumnHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/ATLShellExtColumnHandler.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/FileColumnExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/FileColumnExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/FileColumnExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtColumnHandler/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/ATLShellExtContextMenuHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/ATLShellExtContextMenuHandler.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/ATLShellExtContextMenuHandler.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/ATLShellExtContextMenuHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/ATLShellExtContextMenuHandler.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/FileContextMenuExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/FileContextMenuExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/FileContextMenuExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/Win7DeviceContextMenuEx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/Win7DeviceContextMenuEx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/Win7DeviceContextMenuEx.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtContextMenuHandler/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/ATLShellExtDragAndDropHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/ATLShellExtDragAndDropHandler.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/ATLShellExtDragAndDropHandler.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/ATLShellExtDragAndDropHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/ATLShellExtDragAndDropHandler.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/FileDragAndDropExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/FileDragAndDropExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/FileDragAndDropExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtDragAndDropHandler/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/ATLShellExtIconHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/ATLShellExtIconHandler.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/ATLShellExtIconHandler.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/ATLShellExtIconHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/ATLShellExtIconHandler.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/FileIconExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/FileIconExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/FileIconExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Sample C#.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Sample C++.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Sample VB.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Sample.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Samples/C#.cfx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Samples/C++.cfx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Samples/Sample.cfx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/Samples/VB.cfx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconHandler/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/ATLShellExtIconOverlayHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/ATLShellExtIconOverlayHandler.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/ATLShellExtIconOverlayHandler.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/ATLShellExtIconOverlayHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/ATLShellExtIconOverlayHandler.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/FileIconOverlayExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/FileIconOverlayExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/FileIconOverlayExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/Overlay.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtIconOverlayHandler/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/ATLShellExtInfotipHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/ATLShellExtInfotipHandler.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/ATLShellExtInfotipHandler.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/ATLShellExtInfotipHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/ATLShellExtInfotipHandler.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/FileInfotipExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/FileInfotipExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/FileInfotipExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtInfotipHandler/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/ATLShellExtPropSheetHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/ATLShellExtPropSheetHandler.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/ATLShellExtPropSheetHandler.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/ATLShellExtPropSheetHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/ATLShellExtPropSheetHandler.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/FilePropSheetExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/FilePropSheetExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/FilePropSheetExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/Win7DevicePropSheetExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/Win7DevicePropSheetExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/Win7DevicePropSheetExt.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/dllmain.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ATLShellExtPropSheetHandler/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/CSADONETDataService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/LinqToEntities/SchoolLinqToEntities.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/LinqToEntities/SchoolLinqToEntities.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/LinqToSQL/IUpdatableLinqToSQL.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/LinqToSQL/SchoolLinqToSQL.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/LinqToSQL/SchoolLinqToSQL.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/LinqToSQL/SchoolLinqToSQL.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/Samples.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/Samples.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/SchoolLinqToEntities.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/SchoolLinqToEntities.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/SchoolLinqToSQL.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/SchoolLinqToSQL.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataService/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/CSADONETDataServiceClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SamplesService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SamplesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SamplesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SchoolLinqToEntitiesService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SchoolLinqToEntitiesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SchoolLinqToEntitiesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SchoolLinqToSQLService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SchoolLinqToSQLService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceClient/Service References/SchoolLinqToSQLService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client.Web/CSADONETDataServiceSL3Client.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client.Web/CSADONETDataServiceSL3ClientTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.Web/CSADONETDataServiceSL3Client.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.Web/CSADONETDataServiceSL3ClientTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/SampleServiceInsert.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/SampleServiceInsert.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/ScoreCardForSchoolLinqToEntities.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/ScoreCardForSchoolLinqToSQL.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SampleService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SampleService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SampleService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/CSADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/SampleServiceInsert.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/SampleServiceInsert.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/ScoreCardForSchoolLinqToEntities.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/ScoreCardForSchoolLinqToSQL.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SampleService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SampleService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SampleService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/CSASPNETAjaxExtender.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/TimePicker.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/TimePicker.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/TimePicker.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/TimeType.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/backgroundImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/centerImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/closeImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/hourImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxExtender/TimePicker/minImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/ButtonList/ButtonList.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/ButtonList/ButtonList.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/ButtonList/ButtonList.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/ButtonList/ButtonList.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/CSASPNETAjaxScriptControl.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Common/common.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Common/jquery-1.0.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/DropPanel/DropPanel.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/DropPanel/DropPanel.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/DropPanel/DropPanel.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/DropPanel/DropPanelContent.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/DropPanel/closeImage-b.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/DropPanel/closeImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/Calendar.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/CalendarCellControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/DropPanel_Skin/content.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/DropPanel_Skin/header.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/DropPanel_Skin/loading.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/Schedule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/Schedule.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/Schedule.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Schedule/backgroundImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Snapshot.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAjaxScriptControl/Snapshot.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/AutoLogin.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/AutoLogin.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/AutoLogin.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/CSASPNETAutoLogin.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/Login.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/Login.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/Login.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETAutoLogin/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/App_Data/CustomDataSource.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CSASPNETCacheAPI.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheObject.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheObject.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheObject.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithAbsoluteTimeBasedDependence.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithAbsoluteTimeBasedDependence.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithAbsoluteTimeBasedDependence.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithCallBack.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithCallBack.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithCallBack.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithFileBasedDependence.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithFileBasedDependence.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithFileBasedDependence.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithKeyBasedDependence.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithKeyBasedDependence.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithKeyBasedDependence.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithSlidingTimeBasedDependence.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithSlidingTimeBasedDependence.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/CacheWithSlidingTimeBasedDependence.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCacheAPI/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/App_Data/CustomDataSource.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CSASPNETCascadingDropDownList.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CSRetrieveDataFromXml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CascadingDropDownListWithCallBack.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CascadingDropDownListWithCallBack.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CascadingDropDownListWithCallBack.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CascadingDropDownListWithPostBack.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CascadingDropDownListWithPostBack.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/CascadingDropDownListWithPostBack.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/GetDataForCallBack.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/GetDataForCallBack.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/GetDataForCallBack.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/JScript.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCascadingDropDownList/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/CSASPNETCustomDataSourceForRDLC.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/CSASPNETCustomDataSourceForRDLC.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/CSASPNETCustomDataSourceForRDLC.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/CSASPNETCustomDataSourceForRDLC.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/Customer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/GetPersons.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/TestReport.rdlc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomDataSourceForRDLC/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule.Publish.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/TestModule.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/TestModule.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/TestModule.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/default.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CustomHandlerandModuleProject/CustomHandlerandModuleProject.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CustomHandlerandModuleProject/CustomHttpHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CustomHandlerandModuleProject/CustomHttpModule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CustomHandlerandModuleProject/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/CSASPNETDataListImageGallery.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/aspnet.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/azure.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/bing.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/exchange.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/ie.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/msn.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/office.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/sl.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/sp.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/sql.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/vs.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/win.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/wm.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/wmp.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/ws.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/xbox.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Image/zune.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataListImageGallery/null.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager/CSASPNETDataPager.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETDataPager/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/CSASPNETExcelImportExport.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/ExcelExport.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/ExcelExport.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/ExcelExport.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/ExcelImport.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/ExcelImport.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/ExcelImport.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETExcelImportExport/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/App_Data/SQLServer2005DB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/App_Data/SQLServer2005DB_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/CSASPNETFormViewUpload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Image.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Image.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Image.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETFormViewUpload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/CSASPNETImageMap.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETImageMap/solarsystem.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed/CSASPNETLimitDownloadSpeed.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETLimitDownloadSpeed/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/ActionFilters/MessageModifierActionFilter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/ActionFilters/TextLogActionFilter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/CSASPNETMVCCustomActionFilter.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Content/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Controllers/HomeController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Home/About.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Home/Index.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Shared/Error.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Shared/LogOnUserControl.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Shared/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Views/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCCustomActionFilter/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/App_Data/ASPNETDB.MDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/App_Data/aspnetdb_log.ldf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/CSASPNETMVCDataView.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Content/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Controllers/AccountController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Controllers/HomeController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Controllers/PersonController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Models/AccountModels.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Models/Person.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/MicrosoftAjax.debug.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/MicrosoftAjax.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/MicrosoftMvcAjax.debug.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/MicrosoftMvcAjax.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/MicrosoftMvcValidation.debug.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/MicrosoftMvcValidation.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery-1.3.2-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery-1.3.2.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery-1.3.2.min-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery-1.3.2.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery.validate-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery.validate.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery.validate.min-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Scripts/jquery.validate.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Account/ChangePassword.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Account/ChangePasswordSuccess.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Account/LogOn.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Account/Register.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Home/About.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Home/Index.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Person/Create.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Person/Delete.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Person/Details.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Person/Edit.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Person/Index.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Shared/Error.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Shared/LogOnUserControl.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Shared/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Views/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCDataView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/App_Data/download/XMLFile1.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/App_Data/download/testcert2.cer [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/App_Data/download/testdata.zip [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/App_Data/download/textfile1.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/BinaryContentResult.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/CSASPNETMVCFileDownload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Content/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Controllers/FileController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Controllers/HomeController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Views/File/List.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Views/Home/About.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Views/Home/Index.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Views/Shared/Error.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Views/Shared/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Views/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCFileDownload/images/download-icon.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/CSASPNETMVCPager.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Content/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Controllers/AccountController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Controllers/HomeController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Helper/CustomizePager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Images/left.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Images/right.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Models/AccountModels.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Models/Employee.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/MicrosoftAjax.debug.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/MicrosoftAjax.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/MicrosoftMvcAjax.debug.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/MicrosoftMvcAjax.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/MicrosoftMvcValidation.debug.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/MicrosoftMvcValidation.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery-1.4.1-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery-1.4.1.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery-1.4.1.min-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery-1.4.1.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery.validate-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery.validate.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery.validate.min-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Scripts/jquery.validate.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Account/ChangePassword.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Account/ChangePasswordSuccess.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Account/LogOn.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Account/Register.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Home/About.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Home/Index.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Shared/Error.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Shared/LogOnUserControl.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Shared/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Views/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMVCPager/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu/CSASPNETMenu.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu/CSASPNETMenu.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu/CSASPNETMenu.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu/CSASPNETMenu.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETMenu/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/CSASPNETOutputCache.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithControl.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithControl.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithControl.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithCustom.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithCustom.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithCustom.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithDuration.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithDuration.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithDuration.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithParam.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithParam.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/OutputCacheWithParam.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETOutputCache/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/CSASPNETPageValidation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/CSASPNETPageValidationClientSide.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/CSASPNETPageValidationClientSide.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/CSASPNETPageValidationClientSide.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/CSASPNETPageValidationServerSide.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/CSASPNETPageValidationServerSide.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/CSASPNETPageValidationServerSide.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETPageValidation/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/CSASPNETRDLCMainSubReport.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/CSASPNETRDLCMainSubReport.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/CSASPNETRDLCMainSubReport.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/CSASPNETRDLCMainSubReport.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/CourseDataSet.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/CourseDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/DepDataSet.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/DepDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/MainReport.rdlc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/SubReport.rdlc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRDLCMainSubReport/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/CSASPNETReportViewerExport.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/CSASPNETReportViewerExport.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/CSASPNETReportViewerExport.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/CSASPNETReportViewerExport.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/SampleReport.rdlc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETReportViewerExport/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/AddArticle.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/AddArticle.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/AddArticle.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/App_Data/CSASPNETRssFeeds.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/App_Data/CSASPNETRssFeeds_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/CSASPNETRssFeeds.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/Rss.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/Rss.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/Rss.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETRssFeeds/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/CSASPNETUserControlEventExpose.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/MyUserControl.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/MyUserControl.ascx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/MyUserControl.ascx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSASPNETUserControlEventExpose/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/ActiveXCtrlHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/CSActiveX.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/CSActiveX.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/CSActiveX.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/CSActiveX.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/CSActiveXCtrl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/CSActiveXCtrl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/CSActiveXCtrl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSActiveX/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/CSApplicationHang.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Contention.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Deadlock.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSApplicationHang/Spinning.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateExcel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateExcel/CSAutomateExcel.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateExcel/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateExcel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateExcel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateExcel/Solution1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateExcel/Solution2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateOutlook.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateOutlook/CSAutomateOutlook.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateOutlook/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateOutlook/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateOutlook/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomatePowerPoint.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomatePowerPoint/CSAutomatePowerPoint.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomatePowerPoint/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomatePowerPoint/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomatePowerPoint/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomatePowerPoint/Solution1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomatePowerPoint/Solution2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/CSAutomateVisio.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Solution1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateVisio/Solution2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateWord.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateWord/CSAutomateWord.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateWord/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateWord/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateWord/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateWord/Solution1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAutomateWord/Solution2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client.Web/Client.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client.Web/ClientTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ServiceBus/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ServiceBus/IRestService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ServiceBus/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ServiceBus/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ServiceBus/RestService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ServiceBus/ServiceBus.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusSLRest/ServiceBus/clientaccesspolicy.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS/NorthwindDataService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS/NorthwindEntities.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS/NorthwindEntities.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/CSAzureServiceBusWCFDS/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/BLL.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Service References/ServiceReference1/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Service References/ServiceReference1/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Service References/ServiceReference1/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/Client/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureServiceBusWCFDS/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureStorageRESTAPI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureStorageRESTAPI/CSAzureStorageRESTAPI.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureStorageRESTAPI/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureStorageRESTAPI/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureStorageRESTAPI/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/CSAzureTableStorageWCFDS/CloudService.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/CSAzureTableStorageWCFDS/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/CSAzureTableStorageWCFDS/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/CSAzureTableStorageWCFDS/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/Person.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/Service References/DataServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/Service References/DataServiceReference/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/Client/Service References/DataServiceReference/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/ClientBin/Client.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/ClientTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/DataService/PersonDataService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/DataService/PersonDataService.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/DataService/PersonDataServiceContext.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/Entities/Person.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/Entities/PersonTableStorageContext.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/DataServiceWebRole/WebRole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureTableStorageWCFDS/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CSWorkerRoleHostingWCF/CSWorkerRoleHostingWCF.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CSWorkerRoleHostingWCF/MyService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CSWorkerRoleHostingWCF/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CSWorkerRoleHostingWCF/WorkerRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CSWorkerRoleHostingWCF/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Service References/ServiceReference1/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Service References/ServiceReference1/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Service References/ServiceReference1/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Service References/ServiceReference1/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Service References/ServiceReference1/service.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Service References/ServiceReference1/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/Service References/ServiceReference1/service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CloudService/CloudService.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CloudService/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/CloudService/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWCFWorkerRole/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/CSAZWorkflowService35/CSAZWorkflowService35.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/CSAZWorkflowService35/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/CSAZWorkflowService35/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/ProcessDataWorkflowService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/ProcessDataWorkflowService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/ProcessDataWorkflowService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/ProcessDataWorkflowService1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/Service References/WorkflowServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/Clienet/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WFServiceLibrary/IProcessDataWorkflow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WFServiceLibrary/ProcessDataWorkflowService.rules [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WFServiceLibrary/ProcessDataWorkflowService.xoml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WFServiceLibrary/ProcessDataWorkflowService.xoml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WFServiceLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WFServiceLibrary/WFServiceLibrary.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/ProcessDataWorkflowService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSAzureWorkflowService35/WorkflowServiceWebRole/WorkflowServiceWebRole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBasics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBasics/CSBasics.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBasics/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBasics/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/BHOIEContextMenu.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/BHOInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/BHOInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/BrowserHelperObject.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/CSBrowserHelperObject.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/CSBrowserHelperObjectSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x86)/CSBrowserHelperObjectSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/HTMLDocumentEventHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/HTMLEventHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/IObjectWithSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSBrowserHelperObject/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/CSCOMClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/COMHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/COMService.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/COMService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/COMService.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/COMServiceInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/COMServiceInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/COMServiceInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/CSCOMService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCOMService/SimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCallNativeDllWrapper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCallNativeDllWrapper/CSCallNativeDllWrapper.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCallNativeDllWrapper/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCallNativeDllWrapper/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCallNativeDllWrapper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSBitness.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSBitness/CSCheckOSBitness.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSBitness/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSBitness/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSBitness/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSVersion.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSVersion/CSCheckOSVersion.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSVersion/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSVersion/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckOSVersion/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckProcessBitness.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckProcessBitness/CSCheckProcessBitness.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckProcessBitness/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckProcessBitness/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckProcessBitness/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCheckProcessBitness/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSClassLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSClassLibrary/CSClassLibrary.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSClassLibrary/CSSimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSClassLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSClassLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSClassLibrary/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/CSCodeDOM.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCodeDOM/ScriptControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSConsoleApplication.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSConsoleApplication/CSConsoleApplication.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSConsoleApplication/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSConsoleApplication/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSControlWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSControlWindowsService/CSControlWindowsService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSControlWindowsService/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSControlWindowsService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSControlWindowsService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSControlWindowsService/ServiceControllerEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/CSCpuUsage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/CpuUsageMonitorBase.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/CpuUsageValueArrayChangedEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/ErrorEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/ProcessCpuUsageMonitor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCpuUsage/TotalCpuUsageMonitor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/CSCreateLowIntegrityProcess.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCreateLowIntegrityProcess/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/CSCustomAuthorization.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/LoginForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/LoginForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/LoginForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/Product.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/ProductSchema.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/SampleIIdentity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomAuthorization/SampleIPrincipal.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CSCustomIEContextMenu.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CSCustomIEContextMenu.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/CSCustomIEContextMenuSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x86)/CSCustomIEContextMenuSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CustomIEContextMenuInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/CustomIEContextMenuInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/COMRECT.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/CONTEXT_MENU_CONST.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/DOCHOSTUIINFO.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/ICustomDoc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/IDocHostUIHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/IObjectWithSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/IOleCommandTarget.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/IOleDropTarget.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/IOleInPlaceActiveObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/IOleInPlaceFrame.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/IOleInPlaceUIWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/MSG.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/OLECMD.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/POINT.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/NativeMethods/tagOleMenuGroupWidths.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/OpenImageBHO.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/OpenImageHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/OpenImageMenuExt.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSCustomIEContextMenu/Resource/OpenImage.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/CSDigitalSignature.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/MainForm.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDigitalSignature/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDllCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDllCOMServer/CSDllCOMClient.vbs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDllCOMServer/CSDllCOMServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDllCOMServer/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDllCOMServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDllCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSDllCOMServer/SimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/CSEFEntityDataModel.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/Many2Many/Many2Many.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/Many2Many/Many2Many.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/Many2Many/Many2ManyClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/One2Many/One2Many.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/One2Many/One2Many.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/One2Many/One2ManyClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/One2One/One2One.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/One2One/One2One.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/One2One/One2OneClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TableMerging/TableMerging.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TableMerging/TableMerging.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TableMerging/TableMergingClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TablePerHierarchy/TPH.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TablePerHierarchy/TPH.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TablePerHierarchy/TPHClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TablePerType/TPT.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TablePerType/TPT.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TablePerType/TPTClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TableSplitting/TableSplitting.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TableSplitting/TableSplitting.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEFEntityDataModel/TableSplitting/TableSplittingClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEmitAssembly.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEmitAssembly/CSEmitAssembly.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEmitAssembly/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEmitAssembly/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEmitAssembly/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/AsymmetricAlgorithmForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/AsymmetricAlgorithmForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/AsymmetricAlgorithmForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/CSEncryption.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/SymmetricAlgorithmsForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/SymmetricAlgorithmsForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSEncryption/SymmetricAlgorithmsForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExcelAutomationAddIn.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExcelAutomationAddIn/CSExcelAutomationAddIn.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExcelAutomationAddIn/MyFunctions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExcelAutomationAddIn/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExcelAutomationAddIn/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/COMHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/CSExeCOMClient.vbs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/CSExeCOMServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/ExeCOMServer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSExeCOMServer/SimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/CSFTPDownload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/ErrorEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/FTPClientManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/FTPClientManagerStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/FTPDirectoryListingStyle.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/FTPDownloadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/FTPFileSystem.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/FileDownloadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/NewMessageEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/UICredentialsProvider.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/UICredentialsProvider.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPDownload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/CSFTPUpload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/ErrorEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/FTPClientManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/FTPClientManagerStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/FTPDirectoryListingStyle.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/FTPFileSystem.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/FTPUploadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/FileUploadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/NewMessageEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/UICredentialsProvider.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/UICredentialsProvider.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFTPUpload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingClient/CSFileMappingClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingServer/CSFileMappingServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingServer/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSFileMappingServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/CSHeapCorruption.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/NativeDll/NativeDll.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/NativeDll/NativeDll.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/NativeDll/NativeDll.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/NativeDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/NativeDll/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHeapCorruption/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHighMemoryUsage/CSHighMemoryUsage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHighMemoryUsage/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHighMemoryUsage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSHighMemoryUsage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/CSIEDownloadManager.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManager.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManagerInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManagerInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/NativeMethods/IDownloadManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManager/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/CSIEDownloadManagerSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIEDownloadManager/CSIEDownloadManagerSetup(x86)/CSIEDownloadManagerSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIIS7AdminMWA.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIIS7AdminMWA/CSIIS7AdminMWA.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIIS7AdminMWA/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIIS7AdminMWA/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIIS7AdminMWA/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminADSI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminADSI/CSIISAdminADSI.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminADSI/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminADSI/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminADSI/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminWMI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminWMI/CSIISAdminWMI.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminWMI/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminWMI/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSIISAdminWMI/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSImpersonateUser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSImpersonateUser/CSImpersonateUser.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSImpersonateUser/ImpersonateUser.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSImpersonateUser/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSImpersonateUser/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSImpersonateUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/CSInteractiveWindowsService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/ProjectInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/ProjectInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/ProjectInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/SampleService.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/SampleService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSInteractiveWindowsService/WTSHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/CSLinqExtension.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToCSV.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToCSVForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToCSVForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToCSVForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToFileSystem.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToFileSystemForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToFileSystemForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToFileSystemForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToReflection.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToReflectionForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToReflectionForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToReflectionForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToString.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToStringForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToStringForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/LinqToStringForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqExtension/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/CSLinqToDataSets.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/SQLServer2005DBDataSet.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/SQLServer2005DBDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToDataSets/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities/CSLinqToEntities.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities/School.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToEntities/School.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToObject/CSLinqToObject.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToObject/Person.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToObject/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToObject/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToObject/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/CSLinqToSQL.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/School.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/School.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/School.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/School.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToSQL/SchoolDB.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/CSLinqToXml.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/School.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/School.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/School.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLinqToXml/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/CSListFilesInDirectory.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/FileEnumerator.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSListFilesInDirectory/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLoadLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLoadLibrary/CSLoadLibrary.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLoadLibrary/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLoadLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLoadLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSLoadLibrary/UnmanagedLibrary.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotClient/CSMailslotClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotServer/CSMailslotServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotServer/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMailslotServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSManipulateAppConfig.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSManipulateAppConfig/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSManipulateAppConfig/CSManipulateAppConfig.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSManipulateAppConfig/ManipulateAppConfig.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSManipulateAppConfig/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSManipulateAppConfig/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSManipulateAppConfig/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMiniDumpWriteDump.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMiniDumpWriteDump/CSMiniDumpWriteDump.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMiniDumpWriteDump/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMiniDumpWriteDump/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMiniDumpWriteDump/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/CSMonitorRegistryChange.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/RegistryKeyChangeEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMonitorRegistryChange/RegistryWatcher.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/CSMultiThreadedWebDownloader.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/DownloadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/DownloadProgressChangedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/DownloadStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/DownloaderHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/HttpDownloadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/IDownloader.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/MainForm.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/MultiThreadedWebDownloader.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSMultiThreadedWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeClient/CSNamedPipeClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeClient/NativeNamedPipeClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeClient/SystemIONamedPipeClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeServer/CSNamedPipeServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeServer/NativeNamedPipeServer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeServer/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSNamedPipeServer/SystemIONamedPipeServer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOfficeSharedAddIn.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOfficeSharedAddIn/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOfficeSharedAddIn/CSOfficeSharedAddIn.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOfficeSharedAddIn/CSOfficeSharedAddInSetup/CSOfficeSharedAddInSetup.vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOfficeSharedAddIn/Connect.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOfficeSharedAddIn/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOfficeSharedAddIn/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutOfMemory/CSOutOfMemory.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutOfMemory/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutOfMemory/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutOfMemory/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/CSOutlookImportedFormRegion.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ImportedFormRegion.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ImportedFormRegion.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ImportedFormRegion.ofs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ImportedFormRegion.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ThisAddIn.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookImportedFormRegion/ThisAddIn.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/CSOutlookRibbonXml.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/AudioCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/AudioCDPlus.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/Blu-RayMovieDisk.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/BurnCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/CD_V.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/Globe.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/audiodvd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Resources/blank_cd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Ribbon.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/Ribbon.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/ThisAddIn.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookRibbonXml/ThisAddIn.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/CSOutlookUIDesigner.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyFormRegion.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyFormRegion.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyFormRegion.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyRibbon.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyRibbon.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyRibbon.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyTaskPane.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyTaskPane.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/MyTaskPane.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/AudioCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/AudioCDPlus.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/Blu-RayMovieDisk.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/BurnCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/CD_V.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/Globe.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/audiodvd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/Resources/blank_cd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/ThisAddIn.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSOutlookUIDesigner/ThisAddIn.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPInvokeDll.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPInvokeDll/CSPInvokeDll.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPInvokeDll/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPInvokeDll/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPInvokeDll/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPInvokeDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPowerShell.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPowerShell/CSPowerShell.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPowerShell/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPowerShell/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSPowerShell/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSProcessWatcher.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSProcessWatcher/CSProcessWatcher.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSProcessWatcher/Process.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSProcessWatcher/ProcessWatcher.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSProcessWatcher/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSProcessWatcher/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSProcessWatcher/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/CSReceiveWM_COPYDATA.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReceiveWM_COPYDATA/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/CSRedirectConsole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRedirectConsole/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReflection.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReflection/CSReflection.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReflection/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReflection/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSReflection/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMClient/CSRegFreeCOMClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMClient/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer/CSRegFreeCOMServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer/CSRegFreeCOMServer.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer/CSRegFreeCOMServer.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRegFreeCOMServer/SimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingClient/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingClient/CSRemotingClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingClient/ServerActivatedObjectProxy.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingServer/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingServer/CSRemotingServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingServer/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingServer/ServerActivatedObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingSharedLibrary/CSRemotingSharedLibrary.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingSharedLibrary/ClientActivatedObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingSharedLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingSharedLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRemotingSharedLibrary/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceIntegrityLevel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceIntegrityLevel/CSResourceIntegrityLevel.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceIntegrityLevel/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceIntegrityLevel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceIntegrityLevel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/CSResourceLeaks.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/HandleLeaks.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/MemoryLeaks.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/NativeDll/NativeDll.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/NativeDll/NativeDll.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/NativeDll/NativeDll.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/NativeDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/NativeDll/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSResourceLeaks/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/CSRunAsUser.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSRunAsUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/AnimateDependencyProperty.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/AnimateDependencyProperty.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/BasicPointAnimation.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/BasicPointAnimation.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/CSSL3Animation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/CodeBehindCreation.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/CodeBehindCreation.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/Easing.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/Easing.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/MyEllipse.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/MyEllipse.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/UsingKeyFrames.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Animation/UsingKeyFrames.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3CustomControl.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3CustomControl/CSSL3CustomControl.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3CustomControl/HighLightTextBlock.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3CustomControl/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3CustomControl/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3CustomControl/Themes/generic.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/CSSL3DataBinding.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/DAL/DAL.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/GeneralProblems.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/GeneralProblems.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/GeneralScenarios.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/GeneralScenarios.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DataBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/App_Code/GenerateDeepZoomService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/App_Code/IGenerateDeepZoomService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/Bin/DeepZoomTools.DLL [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/Bin/DeepZoomTools.DLL.refresh [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/ClientBin/GeneratedImages/Metadata.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/ClientBin/GeneratedImages/SparseImageSceneGraph.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/ClientBin/GeneratedImages/scene.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/Default.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/GenerateDeepZoomService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/Molecular.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/atom.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/background.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/cell.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/dna.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/neutron.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/seed.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/SourceImages/wrap in bamboo.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/CSSL3DeepZoom.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/ConversationControl.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/ConversationControl.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/ImageMetadata.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/MouseWheelHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Page.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Page.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService1.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/Service References/DeepZoomServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/images/home_hover.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/images/home_pressed.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/CSSL3DeepZoom/images/home_rest.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/ReadMe_files/p1.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3DeepZoom/ReadMe_files/p2.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/CSSL3FullScreen.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3FullScreen/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge.Web/CSSL3HTMLBridge.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge.Web/CSSL3HTMLBridgeTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/CSSL3HTMLBridge.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/CSSL3HTMLBridge/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3HTMLBridge/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/CSSL3Input.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/KeyboardSupport.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/KeyboardSupport.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/MouseSupport.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/MouseSupport.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Input/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/CSSL3IsolatedStorage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/Images/dir.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/Images/file.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3IsolatedStorage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/CSSL3LocalMessage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/Properties/OutOfBrowserSettings.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3LocalMessage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement.Web/CSSL3MediaElement.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement.Web/CSSL3MediaElementTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement.Web/ClientBin/CSSL3MediaElement.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement/CSSL3MediaElement.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/CSSL3MediaElement/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3MediaElement/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/CSSL3Navigation.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/CSSL3NavigationTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/CSSL3NavigationTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/CSSL3Navigation.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/Images/allen.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/Images/dz.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/Images/mog.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/Images/ps.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/Images/sl.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/Images/wb.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/ClientBin/Images/yilun.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/SLSampleList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/CSSL3Navigation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/HyperLinkConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/SampleContext.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/AuthorDetail.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/AuthorDetail.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/ErrorWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/ErrorWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/Home.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/Home.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/SampleDetail.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/SampleDetail.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/SampleList.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Navigation/CSSL3Navigation/Views/SampleList.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/CSSL3OOB.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB/Properties/OutOfBrowserSettings.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/CSSL3OOBTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/CSSL3OOBTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/CSSL3OOB_Web.Publish.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/CSSL3OOB_Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/ClientBin/CSSL3OOB.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/CSSL3OOB_Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3OOB/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/CSSL3PixelShader.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/Humpback Whale.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PixelShader/ovalwatery.ps [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/CSSL3PlaneProjection.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3PlaneProjection/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/CSSL3SocketClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketClient/SocketClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer/CSSL3SocketServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer/SocketClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer/SocketListener.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3SocketServer/policy.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/CSSL3Text.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/MAGNETOB.TTF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3Text/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/CSSL3WriteableBitmap.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/FillColor.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/FillColor.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/GunShoot.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/GunShoot.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/Heart Empty.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/Screenshot.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSL3WriteableBitmap/Screenshot.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSMTPSendEmail.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSMTPSendEmail/CSSMTPSendEmail.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSMTPSendEmail/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSMTPSendEmail/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSMTPSendEmail/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/CSSendWM_COPYDATA.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSendWM_COPYDATA/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSServicedComponent.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSServicedComponent/CSServicedComponent.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSServicedComponent/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSServicedComponent/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSServicedComponent/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSServicedComponent/SimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSServicedComponent/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/CSSetDesktopWallpaper.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSetDesktopWallpaper/Wallpaper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/CFDInBCLForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/CFDInBCLForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/CFDInBCLForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/CFDInCodePackForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/CFDInCodePackForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/CFDInCodePackForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/CSShellCommonFileDialog.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellCommonFileDialog/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellKnownFolders.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellKnownFolders/CSShellKnownFolders.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellKnownFolders/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellKnownFolders/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSShellKnownFolders/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketClient/CSSocketClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketServer/CSSocketServer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketServer/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketServer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSocketServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/CSSoftKeyboard.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/Controls/KeyButton.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/KeyBoardForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/KeyBoardForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/KeyBoardForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/NoActivate/NoActivateWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/NoActivate/UnsafeNativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/Resources/KeysMapping.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/UserInteraction/KeyboardInput.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/UserInteraction/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSoftKeyboard/UserInteraction/UnsafeNativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSparseFile.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSparseFile/CSSparseFile.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSparseFile/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSparseFile/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSparseFile/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSparseFile/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSSparseFile/SparseFile.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSStackOverflow/CSStackOverflow.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSStackOverflow/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSStackOverflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSStackOverflow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl/CSTFSCustomWorkItemControl.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl/OpenOtherWorkItemControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl/OpenOtherWorkItemControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl/OpenOtherWorkItemControl.wicc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSCustomWorkItemControl/Task_OpenOtherWorkItem.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSDataWarehouseAdapter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSDataWarehouseAdapter/CSTFSDataWarehouseAdapter.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSDataWarehouseAdapter/CreateFactDemo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSDataWarehouseAdapter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSDataWarehouseAdapter/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSWorkItemObjectModel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSWorkItemObjectModel/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSWorkItemObjectModel/CSTFSWorkItemObjectModel.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSWorkItemObjectModel/My WIT.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSWorkItemObjectModel/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSWorkItemObjectModel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTFSWorkItemObjectModel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/CSTabbedWebBrowser.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/DWebBrowserEvent2Helper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/DWebBrowserEvents2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/TabbedWebBrowserContainer.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/TabbedWebBrowserContainer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/WebBrowserEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/WebBrowserNewWindowEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSTabbedWebBrowser/WebBrowserTabPage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingBasic.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingBasic/CSThreadingBasic.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingBasic/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingBasic/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingBasic/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingMonitor.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingMonitor/CSThreadingMonitor.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingMonitor/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingMonitor/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSThreadingMonitor/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/CSUACSelfElevation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/Properties/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUACSelfElevation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADO.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADO/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADO/CSUseADO.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADO/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADO/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADO/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/CSUseADONET.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/RelatedTableUpdateForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/RelatedTableUpdateForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/RelatedTableUpdateForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/SQLServer2005DBDataSet.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSUseADONET/SQLServer2005DBDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandBarUI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandBarUI/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandBarUI/CSVSAddInCommandBarUI.AddIn [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandBarUI/CSVSAddInCommandBarUI.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandBarUI/Connect.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandBarUI/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandEvents.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandEvents/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandEvents/CSVSAddInCommandEvents.AddIn [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandEvents/CSVSAddInCommandEvents.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandEvents/CommandBar.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandEvents/Connect.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInCommandEvents/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInToolboxItem.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInToolboxItem/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInToolboxItem/CSVSAddInToolboxItem.AddIn [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInToolboxItem/CSVSAddInToolboxItem.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInToolboxItem/Connect.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInToolboxItem/Demo.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAddInToolboxItem/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAutomationOutsideIDE.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAutomationOutsideIDE/CSVSAutomationOutsideIDE.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAutomationOutsideIDE/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAutomationOutsideIDE/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSAutomationOutsideIDE/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/CSVSPackage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/CSVSPackage.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/CSVSPackagePackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackage/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/CSVSPackageAddReferenceTab.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/CSVSPackageAddReferenceTabPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/ProvideReferencePageAttribute.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/ReferencePageDialog.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/ReferencePageDialog.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/ReferencePageDialog.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageAddReferenceTab/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/CSVSPackageCloseOpenedDocument.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/CSVSPackageCloseOpenedDocument.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/CSVSPackageCloseOpenedDocumentPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageCloseOpenedDocument/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/CSVSPackageInvokeCoreEditor.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/CSVSPackageInvokeCoreEditorPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/DemoFiles/Demo.cs.aio [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/DemoFiles/Demo.vb.aio [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/DemoFiles/Demo.xml.aio [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/EditorFactory.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/LanguageServiceOptionsPage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageInvokeCoreEditor/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/CSVSMonitorFileChange.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/CSVSMonitorFileChangePackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/CSVSPackageMonitorFileChange.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageMonitorFileChange/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/CSVSPackageOptionPageWithTypeConverter.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/CSVSPackageOptionPageWithTypeConverterPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/EnumTypeConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/OptionsPage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageOptionPageWithTypeConverter/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/CSVSPackageState.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/CSVSPackageState.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/CSVSPackageStatePackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/MyControl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/MyControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/MyControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/MyToolWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/OptionPageGrid.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/PropertyObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Resources/Images_24bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageState/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/CSVSPackageStatusBar.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/CSVSPackageStatusBar.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/CSVSPackageStatusBarPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/MyControl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/MyControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/MyControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/MyToolWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Resources/Images_24bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageStatusBar/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/CSVSPackageToolbars.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/CSVSToolbars.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/CSVSToolbarsPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/Resources/camera.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbars/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/CSVSPackageToolbox.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/CSVSToolbox.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/CSVSToolboxPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/MyControl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/MyControl.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/MyControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/MyControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageToolbox/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/CSVSPackageWPFToolWindow.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/CSVSPackageWPFToolWindow.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/CSVSPackageWPFToolWindowPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/MyControl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/MyControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/MyControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/MyToolWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Resources/Images_24bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/WPFControl.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSPackageWPFToolWindow/WPFControl.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/CSVSService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/CSVSService.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/CSVSServiceConsumerPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/CSVSServiceProviderPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/GlobalService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/LocalService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSService/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/CSVSToolWindow.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/CSVSToolWindow.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/CSVSToolWindowPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/MyControl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/MyControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/MyControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/MyToolWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Resources/Images_24bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVSToolWindow/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/CSVstoExcelWorkbook.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/CSVstoExcelWorkbook.xlsx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/CourseQueryPane.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/CourseQueryPane.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/CourseQueryPane.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/SchoolDataSet.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/SchoolDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Sheet1.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Sheet1.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Sheet1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/Sheet1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/ThisWorkbook.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/ThisWorkbook.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/ThisWorkbook.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoExcelWorkbook/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/CSVstoGetWrapperObject.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/DemoData.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/DemoData.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/DemoData.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperRibbon.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperRibbon.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/GetWrapperRibbon.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/ThisAddIn.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoGetWrapperObject/ThisAddIn.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/CSVstoServerDocument.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoServerDocument/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/CSVstoVBAInterop.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/InteropForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/InteropForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/InteropForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/InteropRibbon.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/InteropRibbon.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/InteropRibbon.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/ThisAddIn.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/ThisAddIn.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/VBEHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoVBAInterop/VstoClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/CSVstoWordDocument.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/CSVstoWordDocument.docx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/PaneControl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/PaneControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/PaneControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/ThisDocument.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/ThisDocument.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/ThisDocument.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSVstoWordDocument/ThisDocument.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/CSWFLocalService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/GuessNumberGameService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/GuessNumberGameWF.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/GuessNumberGameWF.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/GuessNumberGameWF.rules [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/IGuessNumberGameService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/MessageEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/Properties/Settings.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWFLocalService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/CSWPFAnimatedImage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Images/image1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Images/image2.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Images/image3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Images/image4.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimatedImage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/CSWPFAnimationWhenDataChanged.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/DataModel.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAnimationWhenDataChanged/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/CSWPFAutoCompleteTextBox.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/Themes/Generic.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/UserControls/AutoCompleteComboBoxStyle.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFAutoCompleteTextBox/UserControls/AutoCompleteTextBox.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/CSWPFCascadeDataGridComboBoxColumns.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFCascadeDataGridComboBoxColumns/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/CSWPFClipboardViewer.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/Win32.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFClipboardViewer/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/AgeValidationRule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/CSWPFDataBinding.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Converters.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Person.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Persons.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDataBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/CSWPFDragDrop.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFDragDrop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/AttachedBehavior/ChangeDimensionBehavior.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/AttachedBehavior/GameOverBehavior.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/AttachedBehavior/ShutdownBehavior.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/CSWPFMVVMPractice.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/IntToBoolValueConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/MainWindowResources.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Model/Cell.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Model/PlayerMove.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/RelayCommand.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMVVMPractice/ViewModel/TicTacToeViewModel.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/CSWPFMasterDetailBinding.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Data/Customer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Data/CustomerList.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Data/Order.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFMasterDetailBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/CSWPFNavigationUsage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/FramePage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/FramePage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/Page1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/Page1.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/image.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFNavigationUsage/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/CSWPFPaging.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/Customer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFPaging/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/CSWPFThreading.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/Window1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFThreading/Window1.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/CSWPFTwoLevelGrouping.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWPFTwoLevelGrouping/Student.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/BlockSites.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/CSWebBrowserAutomation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/HtmlCheckBox.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/HtmlInputElement.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/HtmlInputElementFactory.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/HtmlPassword.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/HtmlSubmit.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/HtmlText.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/Resources/Block.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/Resources/BlockList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/StoredSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/StoredSites/www.codeplex.com.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/WebBrowserEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserAutomation/XMLSerialization.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/CSWebBrowserSuppressError.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/DWebBrowserEvents2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/HTMLPages/404.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/HTMLPages/Error.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/WebBrowser2EventHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/WebBrowserEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserSuppressError/WebBrowserNavigateErrorEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/CSWebBrowserWithProxy.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/INTERNET_OPEN_TYPE.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/INTERNET_OPTION.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/INTERNET_PER_CONN_OPTION.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/INTERNET_PER_CONN_OPTION_LIST.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/InternetProxy.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/ProxyList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/WebBrowserWithProxy.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebBrowserWithProxy/WinINet.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/CSWebDownloader.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/DownloadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/DownloadProgressChangedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/DownloadStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/DownloaderHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/HttpDownloadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/IDownloader.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/CSWin7Direct2D.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/GeneratePath.ps1 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/PlanetDownPathOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/PlanetDownPathXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/PlanetUpPathOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/PlanetUpPathXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/Screenshot.PNG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/StarOutlineOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7Direct2D/StarOutlineXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7ShellLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7ShellLibrary/CSWin7ShellLibrary.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7ShellLibrary/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7ShellLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7ShellLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/CSWin7TaskbarAppID.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/SubForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/SubForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarAppID/SubForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/CSWin7TaskbarJumpList.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/HelperMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarJumpList/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Available.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Away.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/CSWin7TaskbarOverlayIcons.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Offline.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarOverlayIcons/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/CSWin7TaskbarProgressbar.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarProgressbar/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/CSWin7TaskbarThumbnail.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/C.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/D.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/DotNet1.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/DotNet2.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/E.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/O.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/first.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/last.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/nextArrow.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TaskbarThumbnail/Resources/prevArrow.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/CSWin7TriggerStartService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/Service.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/Service.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/Service.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/ServiceInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/ServiceInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/ServiceInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWin7TriggerStartService/ServiceTriggerStart.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/CSWinFormBindingNestedProperties.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/MyCustomTypeDescriptor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/Person.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormBindingNestedProperties/SubPropertyDescriptor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/CSWinFormControls.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormControls/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/CSWinFormDataBinding.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CSWinFormDataGridView.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CustomDataGridViewColumn/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CustomDataGridViewColumn/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CustomDataGridViewColumn/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CustomDataGridViewColumn/MaskedTextBoxCell.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CustomDataGridViewColumn/MaskedTextBoxColumn.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CustomDataGridViewColumn/MaskedTextBoxEditingControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/CustomDataGridViewColumn/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/DataGridViewPaging/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/DataGridViewPaging/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/DataGridViewPaging/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/DataGridViewPaging/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/EditingControlHosting/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/EditingControlHosting/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/EditingControlHosting/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/EditingControlHosting/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/JustInTimeDataLoading/Cache.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/JustInTimeDataLoading/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/JustInTimeDataLoading/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/JustInTimeDataLoading/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/JustInTimeDataLoading/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/MultipleLayeredColumnHeader/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/MultipleLayeredColumnHeader/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/MultipleLayeredColumnHeader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/MultipleLayeredColumnHeader/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDataGridView/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Adornment/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Adornment/UC_AdornmentPainting.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Adornment/UC_AdornmentPainting.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CSWinFormDesigner.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomEditors/EditorForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomEditors/EditorForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomEditors/EditorForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomEditors/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomEditors/UC_CustomEditor.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomEditors/UC_CustomEditor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomPropertyTab/CustomTab.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomPropertyTab/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomPropertyTab/UC_CumstomPropertyTab.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/CustomPropertyTab/UC_CumstomPropertyTab.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/EnableDesignTimeFuncForChildCtrl/EnableDesignTimeFuncForChildCtrl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/EnableDesignTimeFuncForChildCtrl/EnableDesignTimeFuncForChildCtrl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/EnableDesignTimeFuncForChildCtrl/EnableDesignTimeFuncForChildCtrl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/EnableDesignTimeFuncForChildCtrl/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/EnableDesignTimeFuncForChildCtrl/UC_EnableDesignTimeFuncForChildCtrl.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/EnableDesignTimeFuncForChildCtrl/UC_EnableDesignTimeFuncForChildCtrl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/EnableDesignTimeFuncForChildCtrl/UC_EnableDesignTimeFuncForChildCtrl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/MouseEvents/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/MouseEvents/UC_DetectMouseEvent.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/MouseEvents/UC_DetectMouseEvent.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/PropertyDisplayOrder/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/PropertyDisplayOrder/UC_PropertyDisplayOrder.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/PropertyDisplayOrder/UC_PropertyDisplayOrder.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/SmartTags/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/SmartTags/SmartTagSupport.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/SmartTags/SmartTagSupport.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/SmartTags/SmartTagSupport.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/SmartTags/UC_SmartTagSupport.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/SmartTags/UC_SmartTagSupport.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesigner/SmartTags/UC_SmartTagSupport.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/CSWinFormDesignerCodeDom.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/CodeGenerator.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDesignerCodeDom/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/CSWinFormDragAndDrop.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormDragAndDrop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/CSWinFormGraphics.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGraphics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/CSWinFormGroupRadioButtons.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormGroupRadioButtons/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/CSWinFormLayeredWindow.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/PerPixelAlphaForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/PerPixelAlphaForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/PerPixelAlphaForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLayeredWindow/ring.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/CSWinFormLocalization.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/MainForm.zh-CHS.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormLocalization/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/CSWinFormObjPersistence.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormObjPersistence/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/CSWinFormPassValueBetweenForms.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Form1.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Form1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Form1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Form2.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Form2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Form2.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPassValueBetweenForms/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/CSWinFormPrinting.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormPrinting/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/CSWinFormSingleInstanceApp.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/GlobleData.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/LoginForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/LoginForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/LoginForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/SingleInstanceAppHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSingleInstanceApp/SingleInstanceAppStarter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/CSWinFormSplashScreen.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/Resources/00.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/SplashScreen1.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/SplashScreen1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/SplashScreen1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/SplashScreen2.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/SplashScreen2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormSplashScreen/SplashScreen2.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/CSWinFormTimeConsumingOpr.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTimeConsumingOpr/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/CSWinFormTreeViewLoad.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/CreateTreeViewFromDataTable.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewLoad/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/CSWinFormTreeViewTraversal.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWinFormTreeViewTraversal/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/CSWindowsHook.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/HookNative.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/MainForm.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/NativeMethod.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsHook/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/CSWindowsService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/CSWindowsServiceSetup(x64)/CSWindowsServiceSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/CSWindowsServiceSetup(x86)/CSWindowsServiceSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/ProjectInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/ProjectInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/ProjectInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/SampleService.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/SampleService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsService/SampleService.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsServiceRecoveryProperty.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsServiceRecoveryProperty/CSWindowsServiceRecoveryProperty.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsServiceRecoveryProperty/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsServiceRecoveryProperty/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsServiceRecoveryProperty/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsServiceRecoveryProperty/ServiceRecoveryProperty.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSWindowsServiceRecoveryProperty/Win32.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXPath.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXPath/Books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXPath/CSXPath.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXPath/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXPath/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXPath/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/CSXmlDigitalSignature.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlDigitalSignature/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/CSXmlEncryption.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlEncryption/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlGeneral.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlGeneral/Books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlGeneral/CSXmlGeneral.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlGeneral/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlGeneral/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlGeneral/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlSerialization.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlSerialization/CSXmlSerialization.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlSerialization/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlSerialization/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXmlSerialization/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXslTransformXml.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXslTransformXml/Books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXslTransformXml/Books.xslt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXslTransformXml/CSXslTransformXml.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXslTransformXml/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXslTransformXml/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CSXslTransformXml/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/Contention.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/Contention.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/CppApplicationHang.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/CppApplicationHang.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/CppApplicationHang.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/CppApplicationHang.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/CppApplicationHang.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/Deadlock.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/Deadlock.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/OrphanedCS.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/OrphanedCS.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/Spinning.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/Spinning.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppApplicationHang/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/AlertableIO.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/CppAsynchronousIO.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/CppAsynchronousIO.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/GetOverlappedResult.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/IoCompletionPort.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/WaitForDeviceObject.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAsynchronousIO/WaitForEventObject.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel/CppAutomateExcel.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel/CppAutomateExcel.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel/Solution1.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel/Solution1.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel/Solution2.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateExcel/Solution2.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook/CppAutomateOutlook.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook/CppAutomateOutlook.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook/Solution1.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook/Solution1.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook/Solution2.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateOutlook/Solution2.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint/CppAutomatePowerPoint.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint/CppAutomatePowerPoint.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint/Solution1.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint/Solution1.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint/Solution2.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomatePowerPoint/Solution2.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/CppAutomateVisio.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/CppAutomateVisio.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/Solution1.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/Solution1.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/Solution2.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/Solution2.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateVisio/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord/CppAutomateWord.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord/CppAutomateWord.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord/Solution1.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord/Solution1.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord/Solution2.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppAutomateWord/Solution2.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/Array.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/CppBasics.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/CppBasics.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/FunctionPointer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/TypeCasting.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppBasics/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/CppCLIBasics.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/CppCLIBasics.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/app.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/app.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLIBasics/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINETAssemblyWrapper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINETAssemblyWrapper/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINETAssemblyWrapper/CppCLINETAssemblyWrapper.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINETAssemblyWrapper/CppCLINETAssemblyWrapper.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINETAssemblyWrapper/CppCLINETAssemblyWrapper.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINETAssemblyWrapper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper/CSimpleObjectWrapper.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper/CSimpleObjectWrapper.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper/CppCLINativeDllWrapper.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper/NativeMethods.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper/NativeMethods.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCLINativeDllWrapper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/CppCOMClient.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/CppCOMClient.idc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/CppCOMClient.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/ImportDirective.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/ImportDirective.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/RawAPI.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/RawAPI.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCOMClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCallNETAssemblyWrapper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCallNETAssemblyWrapper/CppCallNETAssemblyWrapper.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCallNETAssemblyWrapper/CppCallNETAssemblyWrapper.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCallNETAssemblyWrapper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSBitness.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSBitness/CppCheckOSBitness.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSBitness/CppCheckOSBitness.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSBitness/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSVersion.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSVersion/CppCheckOSVersion.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSVersion/CppCheckOSVersion.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckOSVersion/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckProcessBitness.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckProcessBitness/CppCheckProcessBitness.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckProcessBitness/CppCheckProcessBitness.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCheckProcessBitness/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppConsoleApplication.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppConsoleApplication/CppConsoleApplication.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppConsoleApplication/CppConsoleApplication.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppConsoleApplication/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppControlWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppControlWindowsService/CppControlWindowsService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppControlWindowsService/CppControlWindowsService.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppControlWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppControlWindowsService/ServiceController.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppControlWindowsService/ServiceController.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCreateLowIntegrityProcess.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCreateLowIntegrityProcess/CppCreateLowIntegrityProcess.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCreateLowIntegrityProcess/CppCreateLowIntegrityProcess.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCreateLowIntegrityProcess/CppCreateLowIntegrityProcess.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCreateLowIntegrityProcess/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppCreateLowIntegrityProcess/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDIADumpSymbol.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDIADumpSymbol/CppDIADumpSymbol.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDIADumpSymbol/CppDIADumpSymbol.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDIADumpSymbol/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDelayloadDll.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDelayloadDll/CppDelayloadDll.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDelayloadDll/CppDelayloadDll.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDelayloadDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/CppDllCOMClient.vbs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/CppDllCOMServer.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/CppDllCOMServer.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/CppDllCOMServer.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/DllMain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/SimpleObject.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/SimpleObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDllCOMServer/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDynamicLinkLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDynamicLinkLibrary/CppDynamicLinkLibrary.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDynamicLinkLibrary/CppDynamicLinkLibrary.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDynamicLinkLibrary/CppDynamicLinkLibrary.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDynamicLinkLibrary/CppDynamicLinkLibrary.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDynamicLinkLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppDynamicLinkLibrary/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppEnumerateInstalledPrograms.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppEnumerateInstalledPrograms/CppEnumerateInstalledPrograms.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppEnumerateInstalledPrograms/CppEnumerateInstalledPrograms.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppEnumerateInstalledPrograms/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/CppExeCOMServer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/CppExeCOMServer.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/CppExeCOMServer.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/SimpleObject.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppExeCOMServer/SimpleObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileHandle.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileHandle/CppFileHandle.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileHandle/CppFileHandle.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileHandle/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingClient/CppFileMappingClient.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingClient/CppFileMappingClient.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingServer/CppFileMappingServer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingServer/CppFileMappingServer.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppFileMappingServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHeapCorruption.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHeapCorruption/CppHeapCorruption.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHeapCorruption/CppHeapCorruption.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHeapCorruption/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHookDll/CppHookDll.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHookDll/HookDll.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHookDll/HookDll.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHookDll/HookDll.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHookDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR/CppHostCLR.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR/CppHostCLR.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR/RuntimeHostV1.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR/RuntimeHostV2.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppHostCLR/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImpersonateUser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImpersonateUser/CppImpersonateUser.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImpersonateUser/CppImpersonateUser.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImpersonateUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImplicitlyLinkDll.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImplicitlyLinkDll/CppImplicitlyLinkDll.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImplicitlyLinkDll/CppImplicitlyLinkDll.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppImplicitlyLinkDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/CppInteractiveWindowsService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/CppInteractiveWindowsService.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/SampleService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/SampleService.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/ServiceBase.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/ServiceBase.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/ServiceInstaller.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/ServiceInstaller.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppInteractiveWindowsService/ThreadPool.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppLoadLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppLoadLibrary/CppLoadLibrary.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppLoadLibrary/CppLoadLibrary.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppLoadLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotClient/CppMailslotClient.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotClient/CppMailslotClient.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotServer/CppMailslotServer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotServer/CppMailslotServer.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppMailslotServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeClient/CppNamedPipeClient.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeClient/CppNamedPipeClient.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeServer/CppNamedPipeServer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeServer/CppNamedPipeServer.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppNamedPipeServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CLRLoader.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CLRLoader.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/ConnectProxy.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/ConnectProxy.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/ConnectProxy.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CppOfficeManagedCOMAddInShim.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CppOfficeManagedCOMAddInShim.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CppOfficeManagedCOMAddInShim.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CppOfficeManagedCOMAddInShim.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/CppOfficeManagedCOMAddInShim.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/Interop.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOfficeManagedCOMAddInShim/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOutOfMemory/CppOutOfMemory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOutOfMemory/CppOutOfMemory.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppOutOfMemory/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppReceiveWM_COPYDATA.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppReceiveWM_COPYDATA/CppReceiveWM_COPYDATA.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppReceiveWM_COPYDATA/CppReceiveWM_COPYDATA.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppReceiveWM_COPYDATA/CppReceiveWM_COPYDATA.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppReceiveWM_COPYDATA/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppReceiveWM_COPYDATA/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRedirectConsole.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRedirectConsole/CppRedirectConsole.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRedirectConsole/CppRedirectConsole.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRedirectConsole/CppRedirectConsole.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRedirectConsole/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRedirectConsole/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegFreeCOMClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegFreeCOMClient/CppRegFreeCOMClient.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegFreeCOMClient/CppRegFreeCOMClient.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegFreeCOMClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegisterTypeLib.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegisterTypeLib/CppRegisterTypeLib.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegisterTypeLib/CppRegisterTypeLib.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRegisterTypeLib/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceIntegrityLevel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceIntegrityLevel/CppResourceIntegrityLevel.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceIntegrityLevel/CppResourceIntegrityLevel.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceIntegrityLevel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceLeaks.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceLeaks/CppResourceLeaks.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceLeaks/CppResourceLeaks.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppResourceLeaks/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRunAsUser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRunAsUser/CppRunAsUser.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRunAsUser/CppRunAsUser.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRunAsUser/CppRunAsUser.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRunAsUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppRunAsUser/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLBasics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLBasics/CppSTLBasics.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLBasics/CppSTLBasics.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLBasics/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLBasics/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLBasics/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/CppSTLCLRBasics.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/CppSTLCLRBasics.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/app.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/app.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSTLCLRBasics/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSendWM_COPYDATA.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSendWM_COPYDATA/CppSendWM_COPYDATA.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSendWM_COPYDATA/CppSendWM_COPYDATA.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSendWM_COPYDATA/CppSendWM_COPYDATA.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSendWM_COPYDATA/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSendWM_COPYDATA/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper/CppSetDesktopWallpaper.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper/CppSetDesktopWallpaper.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper/CppSetDesktopWallpaper.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper/Wallpaper.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper/Wallpaper.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSetDesktopWallpaper/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellCommonFileDialog.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellCommonFileDialog/CppShellCommonFileDialog.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellCommonFileDialog/CppShellCommonFileDialog.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellCommonFileDialog/CppShellCommonFileDialog.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellCommonFileDialog/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellCommonFileDialog/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellKnownFolders.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellKnownFolders/CppShellKnownFolders.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellKnownFolders/CppShellKnownFolders.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellKnownFolders/CppShellKnownFolders.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellKnownFolders/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellKnownFolders/SampleKnownFolder.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppShellKnownFolders/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSparseFile.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSparseFile/CppSparseFile.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSparseFile/CppSparseFile.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSparseFile/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/CppStackCorruption.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/CppStackCorruption.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/NativeDll/NativeDll.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/NativeDll/NativeDll.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/NativeDll/NativeDll.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/NativeDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/NativeDll/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackCorruption/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackOverflow.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackOverflow/CppStackOverflow.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackOverflow/CppStackOverflow.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStackOverflow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticLibrary/CppLibFuncs.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticLibrary/CppLibFuncs.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticLibrary/CppSimpleClass.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticLibrary/CppSimpleClass.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticLibrary/CppStaticLibrary.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticallyLinkLib.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticallyLinkLib/CppStaticallyLinkLib.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticallyLinkLib/CppStaticallyLinkLib.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppStaticallyLinkLib/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSynchronousIO.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSynchronousIO/CppSynchronousIO.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSynchronousIO/CppSynchronousIO.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppSynchronousIO/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUACSelfElevation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUACSelfElevation/CppUACSelfElevation.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUACSelfElevation/CppUACSelfElevation.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUACSelfElevation/CppUACSelfElevation.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUACSelfElevation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUACSelfElevation/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADO.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADO/CppUseADO.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADO/CppUseADO.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADO/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADO/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADO/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADO/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADONET.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADONET/CppUseADONET.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADONET/CppUseADONET.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADONET/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADONET/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADONET/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppUseADONET/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CSVSService.tlb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CommonIncludes.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread.pkgdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread.pkgundef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/Module.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/Package.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/guids.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/guids.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/res/VsPkg.rgs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThread/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/CommandIds.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/CppVSGetServiceInBackgroundThreadUI.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/CppVSGetServiceInBackgroundThreadUi.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/CppVSGetServiceInBackgroundThreadUi.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/Images_24bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/CppVSGetServiceInBackgroundThreadUi/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppVSGetServiceInBackgroundThread/VsSDK.vsprops [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/CppWin7Direct2D.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/CppWin7Direct2D.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/CppWin7Direct2D.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/CppWin7Direct2D.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/CppWin7Direct2D.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/GeneratePath.ps1 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/GeneratePlanetDownPath.ps1 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/GeneratePlanetUpPath.ps1 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/PlanetDownPathOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/PlanetDownPathXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/PlanetUpPathOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/PlanetUpPathXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/Renderer.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/Renderer.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/Screenshot.PNG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/StarOutlineOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/StarOutlineXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7Direct2D/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7ShellLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7ShellLibrary/CppWin7ShellLibrary.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7ShellLibrary/CppWin7ShellLibrary.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7ShellLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/CppWin7TaskbarAppID.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/CppWin7TaskbarAppID.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/CppWin7TaskbarAppID.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/CppWin7TaskbarAppID.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/CppWin7TaskbarAppID.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarAppID/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/Available.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/Away.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/CppWin7TaskbarOverlayIcons.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/CppWin7TaskbarOverlayIcons.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/CppWin7TaskbarOverlayIcons.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/CppWin7TaskbarOverlayIcons.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/CppWin7TaskbarOverlayIcons.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/Offline.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarOverlayIcons/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/CppWin7TaskbarProgressBar.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/CppWin7TaskbarProgressBar.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/CppWin7TaskbarProgressBar.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/CppWin7TaskbarProgressBar.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/CppWin7TaskbarProgressBar.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TaskbarProgressBar/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/CppWin7TriggerStartService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/CppWin7TriggerStartService.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/Service.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/Service.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/ServiceInstaller.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/ServiceInstaller.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/ServiceTriggerStart.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWin7TriggerStartService/ServiceTriggerStart.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/CppWindowsCommonControls.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/CppWindowsCommonControls.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/CppWindowsCommonControls.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/Gear.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/Likely_unavail.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/New.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/Shortcut.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/UAC_shield.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/error.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/info.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/preferences.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/share_overlay.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/upload.avi [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/res/warning.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsCommonControls/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/CppWindowsDialog.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/CppWindowsDialog.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/CppWindowsDialog.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/CppWindowsDialog.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/CppWindowsDialog.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsDialog/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/CppWindowsHook.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/CppWindowsHook.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/CppWindowsHook.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/CppWindowsHook.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/CppWindowsHookDlg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/CppWindowsHookDlg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/res/CppWindowsHook.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/res/CppWindowsHook.rc2 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsHook/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu/CppWindowsOwnerDrawnMenu.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu/CppWindowsOwnerDrawnMenu.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu/CppWindowsOwnerDrawnMenu.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu/CppWindowsOwnerDrawnMenu.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsOwnerDrawnMenu/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/CppWindowsService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/CppWindowsService.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/SampleService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/SampleService.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/ServiceBase.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/ServiceBase.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/ServiceInstaller.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/ServiceInstaller.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsService/ThreadPool.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsSubclassing.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsSubclassing/CppWindowsSubclassing.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsSubclassing/CppWindowsSubclassing.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsSubclassing/CppWindowsSubclassing.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsSubclassing/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsSubclassing/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsUserControls.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsUserControls/CppWindowsUserControls.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsUserControls/CppWindowsUserControls.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsUserControls/CppWindowsUserControls.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsUserControls/InsertPicture.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsUserControls/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/CppWindowsUserControls/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/HTMLEmbedActiveX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/HTMLEmbedActiveX/CSActiveX.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/HTMLEmbedActiveX/HTMLEmbedActiveX.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/HTMLEmbedActiveX/MFCActiveX.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/HTMLEmbedActiveX/MFCSafeActiveX.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/HTMLEmbedActiveX/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/HTMLEmbedActiveX/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveX.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveX.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveX.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveX.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveX.lic [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveX.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveX.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveXCtrl.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveXCtrl.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveXCtrl.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveXPropPage.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MFCActiveXPropPage.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MainDialog.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/MainDialog.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCActiveX/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/CATLExeSimpleObjectWrapper.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCActiveXCtrlPage.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCActiveXCtrlPage.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCOMClient.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCOMClient.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCOMClient.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCOMClient.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCOMClientDlg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCOMClientDlg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCreateCOMPage.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/MFCCreateCOMPage.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/mfcactivexctrl.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/mfcactivexctrl.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/res/MFCCOMClient.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/res/MFCCOMClient.rc2 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCCOMClient/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/MFCClipboard.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/MFCClipboard.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/MFCClipboard.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/MFCClipboard.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/MFCClipboardDlg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/MFCClipboardDlg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/res/MFCClipboard.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/res/MFCClipboard.rc2 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCClipboard/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/MFCDialog.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/MFCDialog.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/MFCDialog.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/MFCDialog.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/MFCDialogDlg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/MFCDialogDlg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/ModalDlg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/ModalDlg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/ModelessDlg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/ModelessDlg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/res/MFCDialog.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/res/MFCDialog.rc2 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCDialog/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/Cathelp.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/Cathelp.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveX.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveX.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveX.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveX.idl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveX.lic [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveX.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveX.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveXCtrl.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveXCtrl.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveXCtrl.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveXPropPage.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MFCSafeActiveXPropPage.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MainDialog.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/MainDialog.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/MFCSafeActiveX/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ManagedAggregator/ManagedAggregator.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ManagedAggregator/ManagedAggregator.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ManagedAggregator/ManagedAggregator.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/ManagedAggregator/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/RDLTFSReports.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/RDLTFSReports/RDLTFSReports.rptproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/RDLTFSReports/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/RDLTFSReports/TfsOlapReportDS.rds [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/RDLTFSReports/Work Item Age Chart Report.rdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/SQLServer2005DB.dbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/SQLServer2005DB.dbproj.user [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Security/Users/HelloWorld.user.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Stored Procedures/dbo.DeleteOfficeAssignment.proc.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Stored Procedures/dbo.DeletePerson.proc.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Stored Procedures/dbo.GetStudentGrades.proc.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Stored Procedures/dbo.InsertOfficeAssignment.proc.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Stored Procedures/dbo.InsertPerson.proc.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Stored Procedures/dbo.UpdateOfficeAssignment.proc.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Stored Procedures/dbo.UpdatePerson.proc.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.Course.FK_Course_Department.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.CourseGrade.FK_CourseGrade_Course.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.CourseGrade.FK_CourseGrade_Student.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.CourseInstructor.FK_CourseInstructor_Course.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.CourseInstructor.FK_CourseInstructor_Person.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.OfficeAssignment.FK_OfficeAssignment_Person.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.OnlineCourse.FK_OnlineCourse_Course.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.OnsiteCourse.FK_OnsiteCourse_Course.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.Score.FK_Score_Course.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/Keys/dbo.Score.FK_Score_Student.fkey.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.Course.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.CourseGrade.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.CourseInstructor.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.Department.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.OfficeAssignment.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.OnlineCourse.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.OnsiteCourse.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Schema Objects/Tables/dbo.Person.table.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Post-Deployment/DatabaseObjectOptions.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Post-Deployment/Permissions.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Post-Deployment/RoleMemberships.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Post-Deployment/RulesAndDefaults.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Post-Deployment/Script.PostDeployment.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Post-Deployment/Signatures.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Pre-Deployment/CustomErrors.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Pre-Deployment/EncryptionKeysAndCertificates.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Pre-Deployment/LinkedServers.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Pre-Deployment/Logins.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/Pre-Deployment/Script.PreDeployment.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/SQLServer2005DB/Scripts/ScriptsIgnoredOnImport.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/LinqToEntities/SchoolLinqToEntities.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/LinqToEntities/SchoolLinqToEntities.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/LinqToSQL/IUpdatableLinqToSql.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/LinqToSQL/SchoolLinqToSQL.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/LinqToSQL/SchoolLinqToSQL.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/LinqToSQL/SchoolLinqToSQL.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/Samples.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/Samples.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/SchoolLinqToEntities.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/SchoolLinqToEntities.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/SchoolLinqToSQL.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/SchoolLinqToSQL.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/VBADONETDataService.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataService/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SamplesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SamplesService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SamplesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToEntitiesService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToEntitiesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToEntitiesService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToEntitiesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToSQLService/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToSQLService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToSQLService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/Service References/SchoolLinqToSQLService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceClient/VBADONETDataServiceClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/VBADONETDataServiceSL3Client.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/VBADONETDataServiceSL3Client.Web.vbproj.user [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/VBADONETDataServiceSL3ClientTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/SampleServiceInsert.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/SampleServiceInsert.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/ScoreCardForSchoolLinqToEntities.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/ScoreCardForSchoolLinqToSQL.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SampleService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SampleService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SampleService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/VBADONETDataServiceSL3Client.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/VBADONETDataServiceSL3ClientTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/SampleServiceInsert.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/SampleServiceInsert.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/SchoolLinqToEntitiesUpdate.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/SchoolLinqToSQLServiceDelete.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/ScoreCardForSchoolLinqToEntities.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/ScoreCardForSchoolLinqToSQL.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SampleService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SampleService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SampleService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SchoolLinqToEntitiesService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/Service References/SchoolLinqToSQLService/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client/VBADONETDataServiceSL3Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/TimePicker.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/TimePicker.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/TimePicker.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/TimeType.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/backgroundImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/centerImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/closeImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/hourImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/TimePicker/minImage.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAjaxExtender/VBASPNETAjaxExtender.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/AutoLogin.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/AutoLogin.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/AutoLogin.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/Login.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/Login.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/Login.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/VBASPNETAutoLogin.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETAutoLogin/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/VBASPNETFileUpload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFileUpload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/App_Data/SQLServer2005DB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/App_Data/SQLServer2005DB_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/Image.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/Image.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/Image.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/VBASPNETFormViewUpload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETFormViewUpload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/Copy of solarsystem.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/VBASPNETImageMap.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETImageMap/solarsystem.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/VBASPNETLimitDownloadSpeed.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLimitDownloadSpeed/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.de.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.de.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.en.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.en.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.fr.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.fr.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_GlobalResources/GlobalResources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_LocalResources/LocalResources.aspx.de.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_LocalResources/LocalResources.aspx.en.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_LocalResources/LocalResources.aspx.fr.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/App_LocalResources/LocalResources.aspx.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/GlobalResources.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/GlobalResources.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/GlobalResources.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/LocalResources.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/LocalResources.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/LocalResources.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/VBASPNETLocalization.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETLocalization/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/ContentPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/ContentPage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/ContentPage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/MasterPage.master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/MasterPage.master.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/MasterPage.master.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedContentPageA.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedContentPageA.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedContentPageA.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedContentPageB.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedContentPageB.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedContentPageB.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedMasterPage.master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedMasterPage.master.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/NestedMasterPage.master.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/VBASPNETMasterPage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMasterPage/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/VBASPNETMenu.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/VBASPNETMenu.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/VBASPNETMenu.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/VBASPNETMenu.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETMenu/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/VBASPNETRadioButtonTreeView.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/checked.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRadioButtonTreeView/unchecked.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/AddArticle.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/AddArticle.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/AddArticle.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/App_Data/VBASPNETRssFeeds.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/App_Data/VBASPNETRssFeeds_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/Rss.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/Rss.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/Rss.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/VBASPNETRssFeeds.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETRssFeeds/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/MyUserControl.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/MyUserControl.ascx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/MyUserControl.ascx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/VBASPNETuserControlEventExpose.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBASPNETUserControlEventExpose/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/ActiveXCtrlHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/VBActiveX.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/VBActiveX.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/VBActiveX.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/VBActiveX.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/VBActiveXCtrl.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/VBActiveXCtrl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBActiveX/VBActiveXCtrl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/Solution1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/Solution2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateExcel/VBAutomateExcel.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateOutlook/VBAutomateOutlook.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/Solution1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/Solution2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomatePowerPoint/VBAutomatePowerPoint.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/Solution1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/Solution2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateVisio/VBAutomateVisio.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/Solution1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/Solution2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAutomateWord/VBAutomateWord.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/Client.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/ClientTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/IRestService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/RestService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/ServiceBus.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusSLRest/ServiceBus/clientaccesspolicy.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/BLL.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Service References/ServiceReference1/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Service References/ServiceReference1/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Service References/ServiceReference1/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/Client/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/Module1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/NorthwindDataService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/NorthwindEntities.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/NorthwindEntities.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS/VBAzureServiceBusWCFDS.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureStorageRESTAPI/VBAzureStorageRESTAPI.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/Person.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/Service References/DataServiceReference/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/Service References/DataServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/Client/Service References/DataServiceReference/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/CloudService/CloudService.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/CloudService/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/CloudService/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/CloudService/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/ClientBin/Client.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/ClientTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/ClientTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/DataService/PersonDataService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/DataService/PersonDataService.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/DataService/PersonDataServiceContext.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Entities/Person.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Entities/PersonTableStorageContext.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/WebRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/DataServiceWebRole/WebRole.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureTableStorageWCFDS/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Module1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Service References/ServiceReference1/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Service References/ServiceReference1/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Service References/ServiceReference1/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Service References/ServiceReference1/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Service References/ServiceReference1/service.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Service References/ServiceReference1/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/Service References/ServiceReference1/service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/VBAzureWCFWorkerRole/CloudService.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/VBAzureWCFWorkerRole/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/VBAzureWCFWorkerRole/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/MyService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/VBWorkerRoleHostingWCF.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/WorkerRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWCFWorkerRole/WorkerRole1/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/Service References/WorkflowServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/VBAZWorkflowService35/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/VBAZWorkflowService35/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/VBAZWorkflowService35/VBAZWorkflowService35.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/IProcessDataWorkflow.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/ProcessDataWorkflowService.rules [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/ProcessDataWorkflowService.xoml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/ProcessDataWorkflowService.xoml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WFServiceLibrary/WFServiceLibrary.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/ProcessDataWorkflowService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/WebRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBAzureWorkflowService35/WorkflowServiceWebRole/WorkflowServiceWebRole.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBasics/VBBasics.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/BHOIEContextMenu.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/BHOInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/BHOInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/HTMLDocumentEventHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/HTMLEventHandler.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/IObjectWithSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/VBBrowserHelperObject.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/VBBrowserHelperObjectSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x86)/VBBrowserHelperObjectSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCOMClient/VBCOMClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCallNativeDllWrapper/VBCallNativeDllWrapper.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSBitness/VBCheckOSBitness.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckOSVersion/VBCheckOSVersion.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCheckProcessBitness/VBCheckProcessBitness.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/VBClassLibrary.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/VBSimpleObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBClassLibrary/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/ScriptControl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCodeDOM/VBCodeDOM.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBConsoleApplication/VBConsoleApplication.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/CpuUsageMonitorBase.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/CpuUsageValueArrayChangedEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/ErrorEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/ProcessCpuUsageMonitor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/TotalCpuUsageMonitor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCpuUsage/VBCpuUsage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCreateLowIntegrityProcess/VBCreateLowIntegrityProcess.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/CustomIEContextMenuInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/CustomIEContextMenuInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/COMRECT.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/CONTEXT_MENU_CONST.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/DOCHOSTUIINFO.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/ICustomDoc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/IDocHostUIHandler.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/IObjectWithSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/IOleCommandTarget.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/IOleDropTarget.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/IOleInPlaceActiveObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/IOleInPlaceFrame.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/IOleInPlaceUIWindow.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/MSG.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/OLECMD.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/POINT.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/NativeMethods/tagOleMenuGroupWidths.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/OpenImageBHO.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/OpenImageHandler.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/OpenImageMenuExt.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/Resource/OpenImage.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/VBCustomIEContextMenu.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/VBCustomIEContextMenu.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/VBCustomIEContextMenuSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x86)/VBCustomIEContextMenuSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/SimpleObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/VBDllCOMClient.vbs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBDllCOMServer/VBDllCOMServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/Many2Many/Many2Many.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/Many2Many/Many2Many.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/Many2Many/Many2ManyClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/One2Many/One2Many.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/One2Many/One2Many.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/One2Many/One2ManyClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/One2One/One2One.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/One2One/One2One.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/One2One/One2OneClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableMerging/TableMerging.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableMerging/TableMerging.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableMerging/TableMerging.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableMerging/TableMergingClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TablePerHierarchy/TPH.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TablePerHierarchy/TPH.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TablePerHierarchy/TPHClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TablePerType/TPT.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TablePerType/TPT.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TablePerType/TPTClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableSplitting/EFTblSplitEntitie.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableSplitting/EFTblSplitEntitie.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableSplitting/TableSplitting.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableSplitting/TableSplitting.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/TableSplitting/TableSplitting.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBEFEntityDataModel/VBEFEntityDataModel.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/MyFunctions.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExcelAutomationAddIn/VBExcelAutomationAddIn.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/COMHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/ExeCOMServer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/SimpleObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/VBExeCOMClient.vbs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBExeCOMServer/VBExeCOMServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/ErrorEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/FTPClientManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/FTPClientManagerStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/FTPDirectoryListingStyle.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/FTPDownloadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/FTPFileSystem.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/FileDownloadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/NewMessageEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/UICredentialsProvider.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/UICredentialsProvider.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPDownload/VBFTPDownload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/ErrorEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/FTPClientManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/FTPClientManagerStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/FTPDirectoryListingStyle.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/FTPFileSystem.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/FTPUploadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/FileUploadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/NewMessageEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/UICredentialsProvider.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/UICredentialsProvider.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFTPUpload/VBFTPUpload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingClient/VBFileMappingClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBFileMappingServer/VBFileMappingServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManager.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManagerInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManagerInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/NativeMethods/IDownloadManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManager/VBIEDownloadManager.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/VBIEDownloadManagerSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIEDownloadManager/VBIEDownloadManagerSetup(x86)/VBIEDownloadManagerSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/Module1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminADSI/VBIISAdminADSI.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBIISAdminWMI/VBIISAdminWMI.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/ImpersonateUser.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBImpersonateUser/VBImpersonateUser.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/ProjectInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/ProjectInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/ProjectInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/SampleService.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/SampleService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBInteractiveWindowsService/VBInteractiveWindowsService.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToCSV.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToCSVForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToCSVForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToCSVForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToFileSystem.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToFileSystemForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToFileSystemForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToFileSystemForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToReflection.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToReflectionForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToReflectionForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToReflectionForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToString.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToStringForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToStringForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/LinqToStringForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqExtension/VBLinqExtension.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/SQLServer2005DBDataSet.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/SQLServer2005DBDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/VBLinqToDataSets.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToDataSets/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/School.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/School.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToEntities/VBLinqToEntities.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/Person.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToObject/VBLinqToObject.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/School.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/School.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/School.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/SchoolDB.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/VBLinqToSQL.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToSQL/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/School.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/School.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/School.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/VBLinqToXml.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLinqToXml/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/FileEnumerator.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBListFilesInDirectory/VBListFilesInDirectory.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/UnmanagedLibrary.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBLoadLibrary/VBLoadLibrary.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotClient/VBMailslotClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMailslotServer/VBMailslotServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/ManipulateAppConfig.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/VBManipulateAppConfig.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBManipulateAppConfig/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMiniDumpWriteDump/VBMiniDumpWriteDump.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/RegistryKeyChangeEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/RegistryWatcher.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMonitorRegistryChange/VBMonitorRegistryChange.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/DownloadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/DownloadProgressChangedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/DownloadStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/DownloaderHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/HttpDownloadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/IDownloader.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/MainForm.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/MultiThreadedWebDownloader.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/VBMultiThreadedWebDownloader.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBMultiThreadedWebDownloader/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/NativeNamedPipeClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/SystemIONamedPipeClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeClient/VBNamedPipeClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/NativeNamedPipeServer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/SystemIONamedPipeServer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBNamedPipeServer/VBNamedPipeServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/ApplicationEvents.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOffendUAC/VBOffendUAC.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ImportedFormRegion.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ImportedFormRegion.ofs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ImportedFormRegion.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ImportedFormRegion.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ThisAddIn.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/ThisAddIn.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookImportedFormRegion/VBOutlookImportedFormRegion.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyFormRegion.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyFormRegion.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyFormRegion.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyRibbon.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyRibbon.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyRibbon.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyTaskPane.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyTaskPane.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/MyTaskPane.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/AudioCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/AudioCDPlus.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/Blu-RayMovieDisk.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/BurnCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/CD_V.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/audiodvd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/blank_cd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/Resources/globe.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/ThisAddIn.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/ThisAddIn.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonDesigner/VBOutlookUIDesigner.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/AudioCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/AudioCDPlus.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/Blu-RayMovieDisk.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/BurnCD.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/CD_V.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/Globe.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/Image1.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/audiodvd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Resources/blank_cd.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Ribbon.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/Ribbon.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/ThisAddIn.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/ThisAddIn.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXML/VBOutlookRibbonXml.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookRibbonXml.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBOutlookUIDesigner.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPInvokeDll/VBPInvokeDll.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBPowerShell/VBPowerShell.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/Process.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/ProcessWatcher.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBProcessWatcher/VBProcessWatcher.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReceiveWM_COPYDATA/VBReceiveWM_COPYDATA.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBReflection/VBReflection.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/SimpleObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/VBRegFreeCOMServer.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/VBRegFreeCOMServer.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRegFreeCOMServer/VBRegFreeCOMServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/ServerActivatedObjectProxy.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/VBRemotingClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingClient/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/ServerActivatedObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/VBRemotingServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingServer/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/ClientActivatedObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRemotingSharedLibrary/VBRemotingSharedLibrary.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBResourceIntegrityLevel/VBResourceIntegrityLevel.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBRunAsUser/VBRunAsUser.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/AnimateDependencyProperty.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/AnimateDependencyProperty.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/BasicPointAnimation.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/BasicPointAnimation.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/CodeBehindCreation.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/CodeBehindCreation.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/Easing.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/Easing.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/MyEllipse.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/MyEllipse.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/UsingKeyFrames.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/UsingKeyFrames.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Animation/VBSL3Animation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3CustomControl.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3CustomControl/HighLightTextBlock.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3CustomControl/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3CustomControl/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3CustomControl/Themes/generic.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3CustomControl/VBSL3CustomControl.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/DAL/DAL.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/GeneralProblems.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/GeneralProblems.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/GeneralScenarios.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/GeneralScenarios.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DataBinding/VBSL3DataBinding.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/ReadMe_files/p1.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/ReadMe_files/p2.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/App_Code/GenerateDeepZoomService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/App_Code/IGenerateDeepZoomService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/Bin/DeepZoomTools.DLL [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/Bin/DeepZoomTools.DLL.refresh [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/ClientBin/GeneratedImages/Metadata.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/ClientBin/GeneratedImages/SparseImageSceneGraph.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/ClientBin/GeneratedImages/scene.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/Default.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/GenerateDeepZoomService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/Molecular.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/atom.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/background.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/cell.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/dna.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/neutron.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/seed.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/SourceImages/wrap in bamboo.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/ConversationControl.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/ConversationControl.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/ImageMetadata.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/MouseWheelHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Page.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Page.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Service References/DeepZoomServiceReference/GenerateDeepZoomService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Service References/DeepZoomServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Service References/DeepZoomServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Service References/DeepZoomServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/Service References/DeepZoomServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/VBSL3DeepZoom.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/images/home_hover.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/images/home_pressed.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3DeepZoom/VBSL3DeepZoom/images/home_rest.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3FullScreen/VBSL3FullScreen.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/VBSL3HTMLBridge.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/VBSL3HTMLBridgeTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3HTMLBridge/VBSL3HTMLBridge/VBSL3HTMLBridge.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/KeyboardSupport.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/KeyboardSupport.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/MouseSupport.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/MouseSupport.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Input/VBSL3Input.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/Images/dir.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/Images/file.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3IsolatedStorage/VBSL3IsolatedStorage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3LocalMessage/VBSL3LocalMessage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/ClientBin/VBSL3MediaElement.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/VBSL3MediaElement.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/VBSL3MediaElementTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3MediaElement/VBSL3MediaElement/VBSL3MediaElement.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/ClientBin/Images/allen.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/ClientBin/Images/dz.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/ClientBin/Images/mog.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/ClientBin/Images/ps.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/ClientBin/Images/sl.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/ClientBin/Images/wb.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/ClientBin/Images/yilun.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/SLSampleList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/VBSL3Navigation.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/VBSL3NavigationTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/VBSL3NavigationTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/HyperLinkConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/SampleContext.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/VBSL3Navigation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/AuthorDetail.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/AuthorDetail.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/ErrorWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/ErrorWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/Home.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/Home.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/SampleDetail.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/SampleDetail.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/SampleList.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Navigation/VBSL3Navigation/Views/SampleList.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/ClientBin/VBSL3OOB.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/VBSL3OOB.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/VBSL3OOBTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/VBSL3OOBTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/My Project/OutOfBrowserSettings.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3OOB/VBSL3OOB/VBSL3OOB.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/Humpback Whale.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/VBSL3PixelShader.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PixelShader/ovalwatery.ps [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3PlaneProjection/VBSL3PlaneProjection.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/SocketClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketClient/VBSL3SocketClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/Module1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/SocketClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/SocketListener.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/VBSL3SocketServer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3SocketServer/policy.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/MAGNETOB.TTF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3Text/VBSL3Text.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/FillColor.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/FillColor.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/GunShoot.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/GunShoot.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/Heart Empty.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/Screenshot.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/Screenshot.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSL3WriteableBitmap/VBSL3WriteableBitmap.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSMTPSendEmail/VBSMTPSendEmail.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSendWM_COPYDATA/VBSendWM_COPYDATA.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/SimpleObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/VBServicedComponent.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBServicedComponent/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/VBSetDesktopWallpaper.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSetDesktopWallpaper/Wallpaper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBShellKnownFolders/VBShellKnownFolders.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/Controls/KeyButton.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/KeyBoardForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/KeyBoardForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/KeyBoardForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/NoActivate/NoActivateWindow.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/NoActivate/UnsafeNativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/Resources/KeysMapping.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/UserInteraction/KeyboardInput.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/UserInteraction/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/UserInteraction/UnsafeNativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSoftKeyboard/VBSoftKeyboard.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/NativeMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/SparseFile.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBSparseFile/VBSparseFile.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/DWebBrowserEvent2Helper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/DWebBrowserEvents2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/TabbedWebBrowserContainer.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/TabbedWebBrowserContainer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/VBTabbedWebBrowser.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/WebBrowserEx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/WebBrowserNewWindowEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBTabbedWebBrowser/WebBrowserTabPage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/Module1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingBasic/VBThreadingBasic.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/Module1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBThreadingMonitor/VBThreadingMonitor.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUACSelfElevation/VBUACSelfElevation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADO/VBUseADO.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/RelatedTableUpdateForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/RelatedTableUpdateForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/RelatedTableUpdateForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/SQLServer2005DBDataSet.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/SQLServer2005DBDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBUseADONET/VBUseADONET.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/CourseQueryPane.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/CourseQueryPane.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/CourseQueryPane.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/SchoolDataSet.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/SchoolDataSet.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/Sheet1.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/Sheet1.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/Sheet1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/Sheet1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/ThisWorkbook.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/ThisWorkbook.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/ThisWorkbook.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/VBVstoExcelWorkbook.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/VBVstoExcelWorkbook.xlsx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoExcelWorkbook/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/DemoData.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/DemoData.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/GetWrapperForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/GetWrapperForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/GetWrapperForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/GetWrapperRibbon.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/GetWrapperRibbon.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/GetWrapperRibbon.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/ThisAddIn.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/ThisAddIn.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoGetWrapperObject/VBVstoGetWrapperObject.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoServerDocument/VBVstoServerDocument.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/InteropForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/InteropForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/InteropForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/InteropRibbon.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/InteropRibbon.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/InteropRibbon.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/ThisAddIn.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/ThisAddIn.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/VBEHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/VBVstoVBAInterop.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoVBAInterop/VstoClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/PaneControl.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/PaneControl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/PaneControl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/ThisDocument.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/ThisDocument.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/ThisDocument.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/ThisDocument.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/VBVstoWordDocument.docx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBVstoWordDocument/VBVstoWordDocument.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/Images/image1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/Images/image2.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/Images/image3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/Images/image4.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimatedImage/VBWPFAnimatedImage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/DataModel.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAnimationWhenDataChanged/VBWPFAnimationWhenDataChanged.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/Themes/Generic.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/UserControls/AutoCompleteComboBoxStyle.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/UserControls/AutoCompleteTextBox.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFAutoCompleteTextBox/VBWPFAutoCompleteTextBox.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFCascadeDataGridComboBoxColumns/VBWPFCascadeDataGridComboBoxColumns.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/VBWPFClipboardViewer.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/Win32.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFClipboardViewer/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/AgeValidationRule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/Converters.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/Person.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/Persons.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFDataBinding/VBWPFDataBinding.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/Data/Customer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/Data/CustomerList.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/Data/Order.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFMasterDetailBinding/VBWPFMasterDetailBinding.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/Customer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFPaging/VBWPFPaging.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFThreading/VBWPFThreading.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/Student.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWPFTwoLevelGrouping/VBWPFTwoLevelGrouping.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/BlockSites.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/HtmlCheckBox.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/HtmlInputElement.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/HtmlInputElementFactory.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/HtmlPassword.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/HtmlSubmit.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/HtmlText.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/Resources/Block.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/Resources/BlockList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/StoredSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/StoredSites/www.codeplex.com.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/VBWebBrowserAutomation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/WebBrowserEx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserAutomation/XMLSerialization.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/DWebBrowserEvents2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/HTMLPages/404.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/HTMLPages/Error.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/VBWebBrowserSuppressError.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/WebBrowser2EventHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/WebBrowserEx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserSuppressError/WebBrowserNavigateErrorEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/INTERNET_OPEN_TYPE.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/INTERNET_OPTION.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/INTERNET_PER_CONN_OPTION.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/INTERNET_PER_CONN_OPTION_LIST.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/InternetProxy.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/ProxyList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/VBWebBrowserWithProxy.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/WebBrowserWithProxy.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebBrowserWithProxy/WinINet.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/DownloadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/DownloadProgressChangedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/DownloadStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/DownloaderHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/HttpDownloadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/IDownloader.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWebDownloader/VBWebDownloader.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/GeneratePath.ps1 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/PlanetDownPathOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/PlanetDownPathXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/PlanetUpPathOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/PlanetUpPathXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/Screenshot.PNG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/StarOutlineOutput.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/StarOutlineXaml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7Direct2D/VBWin7Direct2D.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7ShellLibrary/VBWin7ShellLibrary.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/SubForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/SubForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/SubForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarAppID/VBWin7TaskbarAppID.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/HelperMethod.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarJumpList/VBWin7TaskbarJumpList.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/Available.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/Away.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/Offline.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarOverlayIcons/VBWin7TaskbarOverlayIcons.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarProgressbar/VBWin7TaskbarProgressbar.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/C.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/D.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/DotNet1.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/DotNet2.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/E.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/O.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/first.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/last.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/nextArrow.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/Resources/prevArrow.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TaskbarThumbnail/VBWin7TaskbarThumbnail.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/Service.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/Service.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/Service.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/ServiceInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/ServiceInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/ServiceInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/ServiceTriggerStart.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWin7TriggerStartService/VBWin7TriggerStartService.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/MyCustomTypeDescriptor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/Person.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/SubPropertyDescriptor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormBindingNestedProperties/VBWinFormBindingNestedProperties.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormControls/VBWinFormControls.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataBinding/VBWinFormDataBinding.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/CustomDataGridViewColumn/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/CustomDataGridViewColumn/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/CustomDataGridViewColumn/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/CustomDataGridViewColumn/MaskedTextBoxCell.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/CustomDataGridViewColumn/MaskedTextBoxColumn.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/CustomDataGridViewColumn/MaskedTextBoxEditingControl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/CustomDataGridViewColumn/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/DataGridViewPaging/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/DataGridViewPaging/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/DataGridViewPaging/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/DataGridViewPaging/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/EditingControlHosting/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/EditingControlHosting/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/EditingControlHosting/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/EditingControlHosting/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/JustInTimeDataLoading/Cache.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/JustInTimeDataLoading/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/JustInTimeDataLoading/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/JustInTimeDataLoading/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/JustInTimeDataLoading/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/MultipleLayeredColumnHeader/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/MultipleLayeredColumnHeader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/MultipleLayeredColumnHeader/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/MultipleLayeredColumnHeader/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDataGridView/VBWinFormDataGridView.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/Adornment/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/Adornment/UC_AdornmentPainting.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/Adornment/UC_AdornmentPainting.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomEditors/EditorForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomEditors/EditorForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomEditors/EditorForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomEditors/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomEditors/UC_CustomEditor.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomEditors/UC_CustomEditor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomPropertyTab/CustomTab.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomPropertyTab/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomPropertyTab/UC_CustomPropertyTab.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/CustomPropertyTab/UC_CustomPropertyTab.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/EnableDesignTimeFuncForChildCtrl/EnableDesignTimeFuncForChildCtrl.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/EnableDesignTimeFuncForChildCtrl/EnableDesignTimeFuncForChildCtrl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/EnableDesignTimeFuncForChildCtrl/EnableDesignTimeFuncForChildCtrl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/EnableDesignTimeFuncForChildCtrl/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/EnableDesignTimeFuncForChildCtrl/UC_EnableDesignTimeFuncForChildCtrl.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/EnableDesignTimeFuncForChildCtrl/UC_EnableDesignTimeFuncForChildCtrl.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/EnableDesignTimeFuncForChildCtrl/UC_EnableDesignTimeFuncForChildCtrl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/MouseEvents/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/MouseEvents/UC_DetectMouseEvent.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/MouseEvents/UC_DetectMouseEvent.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/PropertyDisplayOrder/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/PropertyDisplayOrder/UC_PropertyDisplayOrder.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/PropertyDisplayOrder/UC_PropertyDisplayOrder.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/SmartTags/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/SmartTags/SmartTagSupport.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/SmartTags/SmartTagSupport.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/SmartTags/SmartTagSupport.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/SmartTags/UC_SmartTagSupport.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/SmartTags/UC_SmartTagSupport.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/SmartTags/UC_SmartTagSupport.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesigner/VBWinFormDesigner.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/CodeGenerator.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDesignerCodeDom/VBWinFormDesignerCodeDom.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormDragAndDrop/VBWinFormDragAndDrop.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGraphics/VBWinFormGraphics.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormGroupRadioButtons/VBWinFormGroupRadioButtons.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/MainForm.zh-CHS.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/MainForm.zh-CN.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormLocalization/VBWinFormLocalization.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormObjPersistence/VBWinFormObjPersistence.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/Form1.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/Form1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/Form1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/Form2.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/Form2.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/Form2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPassValueBetweenForms/VBWinFormPassValueBetweenForms.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormPrinting/VBWinFormPrinting.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSingleInstanceApp/VBWinFormSingleInstanceApp.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/ApplicationEvents.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/Resources/OneCodeIcon.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/SplashScreen1.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/SplashScreen1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/SplashScreen1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormSplashScreen/VBWinFormSplashScreen.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTimeConsumingOpr/VBWinFormTimeConsumingOpr.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/CreateTreeViewFromDataTable.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewLoad/VBWinFormTreeViewLoad.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWinFormTreeViewTraversal/VBWinFormTreeViewTraversal.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/ProjectInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/ProjectInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/ProjectInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/SampleService.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/SampleService.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/SampleService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/VBWindowsService.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/VBWindowsServiceSetup(x64)/VBWindowsServiceSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsService/VBWindowsServiceSetup(x86)/VBWindowsServiceSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/ServiceRecoveryProperties.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/VBWindowsServiceRecoveryProperty.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBWindowsServiceRecoveryProperty/Win32.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/Books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXPath/VBXPath.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/Books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlGeneral/VBXmlGeneral.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXmlSerialization/VBXmlSerialization.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/Books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/Books.xslt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/VBXslTransformXml/VBXslTransformXml.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/ClientBin/SplashScreenLoaded.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/SplashScreen.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/XAMLSL3SplashScreen.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3SplashScreen/XAMLSplashScreen.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3StyleControlTemplate/XAMLSL3StyleControlTemplate.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/Colorful.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/MAGNETOB.TTF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text/XAMLSL3Text.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/ClientBin/XAMLSL3Text.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/XAMLSL3TextTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/XAMLSL3TextTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/XAMLSL3Text/XAMLSL3Text_Web/XAMLSL3Text_Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/AjaxControlToolkit.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/DeepZoomTools.DLL [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/DeepZoomTools.DLL.refresh [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/EFDemoDB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/EFDemoDB_log.ldf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.Web.Administration.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.WindowsAPICodePack.DirectX.Controls.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.WindowsAPICodePack.DirectX.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.WindowsAPICodePack.DirectX.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.WindowsAPICodePack.Shell.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.WindowsAPICodePack.Shell.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.WindowsAPICodePack.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2008/_External_Dependencies/Microsoft.WindowsAPICodePack.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/CSASPNETAJAXAutoComplete.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/Searcher.asmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/Searcher.asmx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXAutoComplete/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/ExternalWebSite/App_Code/ExternalWebService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/ExternalWebSite/ExternalWebService.asmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/ExternalWebSite/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/ExternalWebSite/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/App_Code/BridgeWebService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/App_WebReferences/ExternalWebService/ExternalWebService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/App_WebReferences/ExternalWebService/ExternalWebService.discomap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/App_WebReferences/ExternalWebService/ExternalWebService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/BridgeWebService.asmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXConsumeExternalWebService/TestWebSite/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/HTMLEditorExtender.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/Images/ed_format_h1_a.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/Images/ed_format_h1_n.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/MyEditor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/ToolBar_buttons/H1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/ToolBar_buttons/H1.pre.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/TestWebSite/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/TestWebSite/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/TestWebSite/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/TestWebSite/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXHTMLEditorExtender/TestWebSite/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtender/Close.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtender/ImagePreviewBehavior.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtender/ImagePreviewControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtender/ImagePreviewExtender.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtender/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtender/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/images/test1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/images/test2.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/images/test3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXImagePreviewExtender/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/App_Data/SessionDB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/App_Data/SessionDB_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/CSASPNETAJAXWebChat.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/ChatBox.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Data/SessionDB.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Data/SessionDB.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Data/SessionDB.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Logic/ChatManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Logic/ChatRoom.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Logic/Message.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Logic/RoomTalker.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Scripts/chatMessage.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Scripts/chatRoom.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Scripts/chatbox.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Services/Transition.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/Services/Transition.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAJAXWebChat/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/CSASPNETAddControlDynamically.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETAddControlDynamically/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/BackgroundWorker.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/CSASPNETBackgroundWorker.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/GlobalBackgroundWorker.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/GlobalBackgroundWorker.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/GlobalBackgroundWorker.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBackgroundWorker/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/CSASPNETBingMaps.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBingMaps/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/CSASPNETBreadcrumbWithQueryString.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Category.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Category.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Category.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Database.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/DynamicBreadcrumb.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/DynamicBreadcrumb.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/DynamicBreadcrumb.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Item.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Item.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Item.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETBreadcrumbWithQueryString/Web.sitemap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/CSASPNETChart.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETChart/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/CSASPNETControlPermissionForFiles.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Files/Image1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Files/Image2.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Files/Image3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Files/Image4.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Files/Image5.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Files/Image6.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Files/Text.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/NoPermissionPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/NoPermissionPage.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/NoPermissionPage.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETControlPermissionForFiles/XmlFile/PermissionFilesXml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CSASPNETCurrentOnlineUserList.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CheckUserOnline.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CheckUserOnlinePage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CheckUserOnlinePage.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CheckUserOnlinePage.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CurrentOnlineUserList.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CurrentOnlineUserList.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/CurrentOnlineUserList.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/DataTableForCurrentOnlineUser.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Login.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Login.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Login.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Logout.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Logout.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Logout.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/UserEntity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETCurrentOnlineUserList/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/CSASPNETDisableScriptAfterExecution.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/DisableScript.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/DisableScript.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/DisableScript.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisableScriptAfterExecution/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/CSASPNETDisplayAddtionalTextInCalendar.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDisplayAddtionalTextInCalendar/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/CSASPNETDragItemInListView.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/JQuery/jquery-1.4.4.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/JQuery/jquery-ui.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/JQuery/jquery-ui.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/XmlFile/ListView1.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETDragItemInListView/XmlFile/ListView2.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/App_Data/EmailValidationDB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/App_Data/EmailValidationDB_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/CSASPNETEmailAddressValidator.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Handler/EmailAvailableValidationHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Module/EmailAddressValidation.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Module/EmailAddressValidation.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Module/EmailAddressValidation.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Module/EmailValidation.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmailAddressValidator/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/App_Code/BasePage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/App_Code/UrlRoutingHandlers.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/App_Code/XmlLoad.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.zh-cn.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.zh-cn.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/CSASPNETEmbedLanguageInUrl.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/InvalidPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/InvalidPage.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/InvalidPage.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/ShowMe.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/ShowMe.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/ShowMe.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEmbedLanguageInUrl/XmlFolder/Language.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/CSASPNETEncryptAndDecryptConfiguration.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/CommonEncryption.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/CommonEncryption.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/CommonEncryption.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/ConfigurationEncryption.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/ConfigurationEncryption.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/ConfigurationEncryption.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETEncryptAndDecryptConfiguration/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/App_Data/db_Persons.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/App_Data/db_Persons_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/CSASPNETExcelLikeGridView.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/DBProcess.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETExcelLikeGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/BinaryHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/FileUploadDataManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/FileUploadStatus.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/UploadFile.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/UploadFileCollection.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/UploadProcessModule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/FileUploadStatus/UploadStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/UploadControls.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/UploadControls.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/UploadStatusWindow.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/UploadStatusWindow.ascx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/scripts/progressbar.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/styles/UIstyle.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFileUploadStatus/WSFileUploadStatus/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/CSASPNETFixedHeaderGridView.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/JScript/ScrollableGridPlugin.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/JScript/jquery-1.4.4.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETFixedHeaderGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/App_Data/GridView.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/App_Data/GridView_log.ldf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/CSASPNETGridView.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/DataFromDatabase.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/DataFromDatabase.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/DataFromDatabase.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/DataInMemory.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/DataInMemory.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/DataInMemory.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/CSASPNETGroupedGridView.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETGroupedGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/CSASPNETHighlightCodeInPage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/CodeManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/HighlightCodePage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/HighlightCodePage.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/HighlightCodePage.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/Styles/HighlightCode.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETHighlightCodeInPage/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/App_Code/IPConvert.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/App_Code/Location.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/App_Data/Location.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/App_Data/Location_log.ldf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/CSASPNETIPtoLocation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETIPtoLocation/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/App_Data/db_Persons.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/App_Data/db_Persons_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/CSASPNETImageEditUpload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/DefaultImage/DefaultImage.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/ImageHandler/ImageHandler.ashx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/ImageHandler/ImageHandler.ashx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETImageEditUpload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/App_Data/books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/CSASPNETInfiniteLoading.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Images/bigLoader.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Scripts/jquery-1.4.1.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Styles/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInfiniteLoading/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/CSASPNETInheritingFromTreeNode.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/CustomTreeView.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/MyItem.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETInheritingFromTreeNode/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/CSASPNETPreventMultipleWindows.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/InvalidPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/InvalidPage.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/InvalidPage.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Main.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Main.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Main.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/NextLink.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/NextLink.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/NextLink.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/NextLink2.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/NextLink2.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/NextLink2.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/UserControls/DefaultPage.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/UserControls/DefaultPage.ascx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/UserControls/DefaultPage.ascx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/UserControls/NextPage.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/UserControls/NextPage.ascx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/UserControls/NextPage.ascx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPreventMultipleWindows/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/CSASPNETPrintPartOfPage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETPrintPartOfPage/image/microsoft.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/CSASPNETRemoteUploadAndDownload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/RemoteDownload.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/RemoteUpload.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETRemoteUploadAndDownload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/CSASPNETReverseAJAX.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Client.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/ClientAdapter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Dispatcher.asmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Dispatcher.asmx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Message.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Receiver.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Receiver.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Receiver.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Sender.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Sender.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Sender.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETReverseAJAX/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/App_Code/Book.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/App_Data/books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/AutoComplete.ashx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/CSASPNETSerializeJsonString.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Images/response.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Images/search.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Scripts/jquery-ui.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Scripts/jquery.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Styles/jquery-ui.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/Styles/site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETSerializeJsonString/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/CSASPNETServerClock.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Clock.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Clock.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Clock.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETServerClock/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsModule/CSASPNETShareSessionBetweenSubDomainsModule.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsModule/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsModule/SharedSessionModule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/CSASPNETShareSessionBetweenSubDomainsSite1.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/CSASPNETShareSessionBetweenSubDomainsSite2.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/CSASPNETShareSessionBetweenSubDomainsSite2/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShareSessionBetweenSubDomains/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/AjaxToolKit/AjaxControlToolkit.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/CSASPNETShowSpinnerImage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Image/0.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Image/1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Image/2.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Image/3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Image/4.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Image/5.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Image/6.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/UserControl/PopupProgress.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/UserControl/PopupProgress.ascx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/UserControl/PopupProgress.ascx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETShowSpinnerImage/XMLFile/XMLData.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/CSASPNETStripHtmlCode.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Image/asp.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/SourcePage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/SourcePage.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/SourcePage.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETStripHtmlCode/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/App_Themes/BlueTheme/Skin1.skin [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/App_Themes/BlueTheme/Stylesheet1.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/App_Themes/PinkTheme/Skin1.skin [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/App_Themes/PinkTheme/Stylesheet1.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/CSASPNETTheme.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/images/Blank.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/images/Blue.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSASPNETTheme/images/Pink.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/CSApplicationHang.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSApplicationHang/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/AzureBingMaps/AzureBingMaps.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/AzureBingMaps/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/AzureBingMaps/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/AzureBingMaps/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/AzureBingMaps/ServiceDefinition.itrace.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/CSAzureBingMaps.gpState [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/CSAzureBingMaps.vsmdi [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/AzureBingMaps.DAL.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/CreateTable.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/CreateTravelView.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/DeleteFromTravel.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/InsertIntoTravel.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/RetryPolicy.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/Travel.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/TravelModel.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/TravelModel.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/TravelModelContainer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/DAL/UpdateTravel.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/HtmlClient.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/Local.testsettings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/LocationConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/Arrays.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/common.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/contracts.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/contracts.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/geocode.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/geocode.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/TravelDataServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/TravelDataServiceReference/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/Service References/TravelDataServiceReference/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/SilverlightClient/SilverlightClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/TraceAndTestImpact.testsettings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/AzureBingMaps.UnitTest.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/DataServiceTest.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/Service References/TravelDataServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/Service References/TravelDataServiceReference/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/Service References/TravelDataServiceReference/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/UnitTest/TravelEFTest.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/AzureBingMaps..WebRole.Publish.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/AzureBingMaps.WebRole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/ClientBin/SilverlightClient.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/DataService/TravelDataService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/DataService/TravelDataService.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/DataService/TravelDataServiceContext.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/FederationCallbackHandler.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/FederationCallbackHandler.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/FederationCallbackHandler.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/FederationMetadata/2007-06/FederationMetadata.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/HtmlClient.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/HtmlClient.aspx.bak [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/HtmlClient.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/HtmlClient.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Images/Cloud Dialog.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/LoginPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/LoginPage.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/LoginPage.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Scripts/HtmlClient.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/SilverlightClient.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/SilverlightClient.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/SilverlightClient.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Styles/Signin.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Styles/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Styles/jquery-ui-1.8.2.custom.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Styles/jquery.ui.all.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Styles/jquery.ui.datepicker.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/WindowsLiveProfile.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WebRole1/channel.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/ApplicationIcon.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Background.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/DataSource.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/ListPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/ListPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/LocationConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Properties/WMAppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/SampleData/MainViewModelSampleData.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/Arrays1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/common1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/contracts1.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/contracts1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/geocode1.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/geocode1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/Service References/TravelDataServiceReference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/SplashScreenImage.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/ViewModels/ItemViewModel.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/ViewModels/MainViewModel.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/WindowsPhoneClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/appbar.back.rest.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureBingMaps/WindowsPhoneClient/appbar.next.rest.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureManagementAPI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureManagementAPI/CSAzureManagementAPI.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureManagementAPI/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureManagementAPI/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureManagementAPI/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Client/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Client/MyChannelFactory.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Client/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Common/Common.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Common/IMyService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Common/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Common/Settings.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Readme.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/RouterService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/RouterService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/RouterService/RouterService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/RouterService/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Service/MyService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Service/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Service/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Service/Service.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureServiceBusProtocolBridging/Service/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/CSAzureStartupTask/CSAzureStartupTask.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/CSAzureStartupTask/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/CSAzureStartupTask/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/CSAzureStartupTask/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/ReverseStringContract/ITest.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/ReverseStringContract/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/ReverseStringContract/ReverseStringContract.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/ReverseStringImpl/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/ReverseStringImpl/ReverseStringImpl.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/ReverseStringImpl/Test.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/WCFHost/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/WCFHost/Startup/HttpUrl.cmd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/WCFHost/WCFHost.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/WCFHost/WCFHost.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureStartupTask/WCFHost/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/CloudService/CloudService.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/CloudService/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/CloudService/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Content/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Controllers/HomeController.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Models/MyModel.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/MvcWebRole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Utilities/TableStoragePagingUtility.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Views/Home/Index.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Views/Shared/Error.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Views/Shared/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Views/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/MvcWebRole/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureTableStoragePaging/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference1/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference1/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference1/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference1/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference1/service.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference1/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference1/service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference2/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference2/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference2/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference2/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference2/service.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference2/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/Service References/ServiceReference2/service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/CSAzureWCFServiceTestClient/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/WCFContract/IContract.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/WCFContract/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServiceTestClient/WCFContract/WCFContract.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServices/CSAzureWCFServices.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServices/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/CSAzureWCFServices/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFContract/IContract.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFContract/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFContract/WCFContract.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/Service1.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/Service1.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/Service2.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/Service2.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/WCFServiceWebRole1.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WCFServiceWebRole1/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WorkerRole1/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WorkerRole1/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WorkerRole1/WCFService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WorkerRole1/WorkerRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWCFServices/WorkerRole1/WorkerRole1.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/AzureService/AzureService.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/AzureService/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/AzureService/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Common/BackendProcessor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Common/Common.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Common/DataSources.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Common/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Common/WordDataContext.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Common/WordEntry.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Processor/CSAzureWebRoleBackendProcessing.Processor.exe.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Processor/Processor.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Processor/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Processor/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Processor/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/Readme.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Images/Done.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Images/Processing.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleBackendProcessing/WebRole/WebRole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/Assets/Certs/csazurewebroleidentity.cloudapp.net.cer [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/Assets/Certs/csazurewebroleidentity.cloudapp.net.pfx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/Assets/Certs/csazurewebroleidentity.cloudapp.net.pvk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/Assets/CreateCert.cmd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/Assets/winhttpcertcfg.exe [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/CSAzureWebRoleIdentity/CSAzureWebRoleIdentity.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/CSAzureWebRoleIdentity/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/CSAzureWebRoleIdentity/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/CSAzureWebRoleIdentity/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/App_Code/CertificateUtil.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/App_Code/Common.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/App_Code/CustomSecurityTokenService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/App_Code/CustomSecurityTokenServiceConfiguration.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/FederationMetadata/2007-06/FederationMetadata.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/Login.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/Login.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/STS/csazurewebroleidentity_sts/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/About.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/About.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/About.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/ChangePassword.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/ChangePassword.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/ChangePassword.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/ChangePasswordSuccess.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/ChangePasswordSuccess.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/ChangePasswordSuccess.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/Login.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/Login.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/Login.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/Register.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/Register.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/Register.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Account/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/FederationMetadata/2007-06/FederationMetadata.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/SampleRequestValidator.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Scripts/jquery-1.4.1-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Scripts/jquery-1.4.1.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Scripts/jquery-1.4.1.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Site.Master.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Site.Master.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Styles/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/WebRole_RP.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWebRoleIdentity/WebRole_RP/web.config.backup.1 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/CSAZWorkflow4ServiceBus/CSAZWorkflow4ServiceBus.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/CSAZWorkflow4ServiceBus/ProcessDataWorkflowService.xamlx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/CSAZWorkflow4ServiceBus/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/CSAZWorkflow4ServiceBus/ServiceRegistrySettingsElement.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/CSAZWorkflow4ServiceBus/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/CSAZWorkflow4ServiceBus/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/CSAZWorkflow4ServiceBus/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/Client/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/Client/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/Client/WorkflowServiceContract.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflow4ServiceBus/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/CSAZWorkflowService4/CSAzureWorkflowService4.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/CSAZWorkflowService4/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/CSAZWorkflowService4/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/CSAZWorkflowService4/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Client.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Service References/WorkflowServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Service References/WorkflowServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Service References/WorkflowServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/Service References/WorkflowServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/ProcessDataWorkflowService.xamlx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureWorkflowService4/WorkflowServiceWebRole/WorkflowServiceWebRole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/CSAzureXbap/CSAzureXbap.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/CSAzureXbap/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/CSAzureXbap/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/DataCenter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/DataCenterService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/DataCenterService.svc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/IDataCenterService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/Rect.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/WCFServiceWebRole.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/XbapClient.exe [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/XbapClient.exe.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/WCFServiceWebRole1/XbapClient.xbap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Map.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Properties/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService2.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/XbapClient.DataCenterServiceReference.DataCenter.datasource [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Service References/DataCenterServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/Sphere.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSAzureXbap/XbapClient/XbapClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/BigIntegerDemo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/CSBasics.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/Calculator.py [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/DynamicDemo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBasics/TupleDemo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/BHOIEContextMenu.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/BHOInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/BHOInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/BrowserHelperObject.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/CSBrowserHelperObject.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/CSBrowserHelperObjectSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/CSBrowserHelperObjectSetup(x86)/CSBrowserHelperObjectSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/HTMLDocumentEventHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/HTMLEventHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/IObjectWithSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSBrowserHelperObject/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/CSCheckEXEType.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/ExecutableFile.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Fusion/IDENTITY_ATTRIBUTE.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Fusion/IDefinitionIdentity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Fusion/IEnumIDENTITY_ATTRIBUTE.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Fusion/IIdentityAuthority.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Fusion/IReferenceIdentity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Fusion/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Hosting/ICLRMetaHost.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Hosting/IEnumUnknown.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Hosting/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/IMAGE/IMAGE_DATA_DIRECTORY.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/IMAGE/IMAGE_DATA_DIRECTORY_Values.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/IMAGE/IMAGE_FILE_Flag.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/IMAGE/IMAGE_FILE_HEADER.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/IMAGE/IMAGE_OPTIONAL_HEADER32.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/IMAGE/IMAGE_OPTIONAL_HEADER64.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/IMAGE/MachineType.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckEXEType/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/CSCheckProcessType.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCheckProcessType/RunningProcess.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSClassLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSClassLibrary/CSClassLibrary.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSClassLibrary/CSSimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSClassLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSClassLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSClassLibrary/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/CSCpuUsage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/CpuUsageMonitorBase.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/CpuUsageValueArrayChangedEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/ErrorEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/ProcessCpuUsageMonitor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCpuUsage/TotalCpuUsageMonitor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSApplicationToCrash/CSApplicationToCrash.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSApplicationToCrash/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSApplicationToCrash/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/CSCreateMiniDump.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/ManagedProcess.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/ManagedProcessUnhandledExceptionOccurredEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/MiniDump/MINIDUMP_EXCEPTION_INFORMATION.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/MiniDump/MINIDUMP_TYPE.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/MiniDump/MiniDumpCreator.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/MiniDump/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCreateMiniDump/CSCreateMiniDump/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/CSCustomCodeAnalysisRule.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/CSCustomCodeAnalysisRule.ruleset [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/CSCustomCodeAnalysisRuleSetup/CSCustomCodeAnalysisRuleSetup.vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/FieldNamingRule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/MethodNamingRule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/PropertyNamingRule.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomCodeAnalysisRule/Rules.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CSCustomIEContextMenu.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CSCustomIEContextMenu.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/CSCustomIEContextMenuSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CSCustomIEContextMenuSetup(x86)/CSCustomIEContextMenuSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CustomIEContextMenuInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/CustomIEContextMenuInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/COMRECT.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/CONTEXT_MENU_CONST.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/DOCHOSTUIINFO.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/ICustomDoc.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/IDocHostUIHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/IObjectWithSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/IOleCommandTarget.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/IOleDropTarget.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/IOleInPlaceActiveObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/IOleInPlaceFrame.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/IOleInPlaceUIWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/MSG.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/OLECMD.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/POINT.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/NativeMethods/tagOleMenuGroupWidths.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/OpenImageBHO.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/OpenImageHandler.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/OpenImageMenuExt.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomIEContextMenu/Resource/OpenImage.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/CSCustomizeVSToolboxItem.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/CSCustomizeVSToolboxItemPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSCustomizeVSToolboxItem/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/CSDetectWindowsSessionState.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDetectWindowsSessionState/WindowsSession.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/CSDynamicallyBuildLambdaExpressionWithField.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Condition.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilder.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilder.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilder.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilderDesigner.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionLine.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionLine.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionLine.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/DynamicCondition.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/DynamicCondition.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Properties/Application.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Properties/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/DynamicCondition/SimulateVal.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Northwind.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Northwind.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Northwind.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Properties/Application.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Properties/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/Settings.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicallyBuildLambdaExpressionWithField/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/CSDynamicsNAVWebServices.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/CSDynamicsNAVWebServices.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/CSDynamicsNAVWebServices.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/CSDynamicsNAVWebServices.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Web References/NAVCodeunitWS/NAVCodeunit.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Web References/NAVCodeunitWS/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Web References/NAVCodeunitWS/Reference.map [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Web References/NAVPageWS/Customer.datasource [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Web References/NAVPageWS/Customer.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Web References/NAVPageWS/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/Web References/NAVPageWS/Reference.map [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsNAVWebServices/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/CSDynamicsNAVPowerShellAdmin.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/CSDynamicsPowerShellAdmin.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/CSDynamicsPowerShellAdmin.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/CSDynamicsPowerShellAdmin.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSDynamicsPowerShellAdmin/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFCodeOnly.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFCodeOnly/CSEFCodeOnly.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFCodeOnly/CodeOnlyContainer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFCodeOnly/EntityConfigurations.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFCodeOnly/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFCodeOnly/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFCodeOnly/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType/CSEFComplexType.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType/ComplexType.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType/ComplexType.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFComplexType/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/CSEFForeignKeyAssociation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/FKAssociation/FKAssociation.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/FKAssociation/FKAssociation.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/FKAssociation/FKAssociationClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/IndependentAssociation/IndependentAssociation.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/IndependentAssociation/IndependentAssociation.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/IndependentAssociation/IndependentAssociationClass.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFForeignKeyAssociation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading/CSEFLazyLoading.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading/LazyLoading.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading/LazyLoading.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFLazyLoading/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/CSEFModelFirst.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/ModelFirst.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/ModelFirst.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/ModelFirst.edmx.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFModelFirst/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/CSEFPOCOChangeTracking.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/Course.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/Department.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/POCOChangeTracking.Context.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/POCOChangeTracking.Context.tt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/POCOChangeTracking.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/POCOChangeTracking.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/POCOChangeTracking.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/POCOChangeTracking.tt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEFPOCOChangeTracking/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumStringConverter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumStringConverter/CSEnumStringConverter.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumStringConverter/EnumDescriptionConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumStringConverter/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumStringConverter/ProgrammingLanguage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumStringConverter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumStringConverter/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumerateAppDomains.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumerateAppDomains/CSEnumerateAppDomains.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumerateAppDomains/ManagedProcess.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumerateAppDomains/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumerateAppDomains/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSEnumerateAppDomains/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/CSExtractAudioFile.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/ExpressionEncoderWrapper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSExtractAudioFile/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/CSFTPDownload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/ErrorEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/FTPClientManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/FTPClientManagerStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/FTPDirectoryListingStyle.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/FTPDownloadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/FTPFileSystem.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/FileDownloadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/NewMessageEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/UICredentialsProvider.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/UICredentialsProvider.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPDownload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/CSFTPUpload.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/ErrorEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/FTPClientManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/FTPClientManagerStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/FTPDirectoryListingStyle.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/FTPFileSystem.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/FTPUploadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/FileUploadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/NewMessageEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/UICredentialsProvider.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/UICredentialsProvider.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSFTPUpload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/CSGDIPlusManipulateImage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/ImageManipulator.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/OneCodeIcon.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/Amplify.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/FlipHorizontal.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/FlipVertical.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/Micrify.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/MoveDown.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/MoveLeft.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/MoveRight.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/MoveUp.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/RotateLeft.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/RotateRight.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/SkewLeft.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/SkewRight.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSGDIPlusManipulateImage/Resources/SkewUp.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/CSHexStringByteArrayConverter.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/HexStringByteArrayConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHexStringByteArrayConverter/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHighMemoryUsage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHighMemoryUsage/CSHighMemoryUsage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHighMemoryUsage/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHighMemoryUsage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSHighMemoryUsage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/CSIEDownloadManager.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManager.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManagerInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/IEDownloadManagerInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/NativeMethods/IDownloadManager.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManager/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/CSIEDownloadManagerSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManagerSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEDownloadManager/CSIEDownloadManagerSetup(x86)/CSIEDownloadManagerSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/CSIEExplorerBar.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/CSIEExplorerBarSetup(x64)/CSIEExplorerBarSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/CSIEExplorerBarSetup(x64)/CSIEExplorerBarSetup(x64).vdproj.metaproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/CSIEExplorerBarSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/CSIEExplorerBarSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/CSIEExplorerBarSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/CSIEExplorerBarSetup(x86)/CSIEExplorerBarSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/IEExplorerBar.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/IEExplorerBarInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/IEExplorerBarInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/ImageListExplorerBar.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/ImageListExplorerBar.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/ImageListExplorerBar.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/DBIM.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/DESKBANDINFO.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/IDeskBand.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/IDockingWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/IInputObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/IInputObjectSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/IObjectWithSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/IOleWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/MSG.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/POINT.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/NativeMethods/_IServiceProvider.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSIEExplorerBar/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/CSImageFullScreenSlideShow.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/FullScreen.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Settings.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSImageFullScreenSlideShow/Settings.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/CSManipulateImagesInWordDocument.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSManipulateImagesInWordDocument/WordDocumentImageManipulator.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/CSMonitorRegistryChange.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/RegistryKeyChangeEventArg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMonitorRegistryChange/RegistryWatcher.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/CSMultiThreadedWebDownloader.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/DownloadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/DownloadProgressChangedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/DownloadStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/DownloaderHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/HttpDownloadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/IDownloader.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/MainForm.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/MultiThreadedWebDownloader.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSMultiThreadedWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSNET2ClassLibrary.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSNET2ClassLibrary/CSNET2ClassLibrary.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSNET2ClassLibrary/CSSimpleObject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSNET2ClassLibrary/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSNET2ClassLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSNET2ClassLibrary/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/CSOfficeRibbonAccessibility.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/CSOfficeRibbonAccessibility_TemporaryKey.pfx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/MSAAHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Ribbon1.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Ribbon1.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/Ribbon1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/RibbonInfoForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/RibbonInfoForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/RibbonInfoForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/ThisAddIn.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOfficeRibbonAccessibility/ThisAddIn.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/CSOneNoteRibbonAddIn.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/CWin32WindowWrapper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/Connect.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/ReadOnlyIStreamWrapper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/Resources/customUI.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/Resources/showform.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/TestForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/TestForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddIn/TestForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOneNoteRibbonAddInSetup/CSOneNoteRibbonAddInSetup.vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOutOfMemory/CSOutOfMemory.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOutOfMemory/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOutOfMemory/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSOutOfMemory/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSPlatformDetector.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSPlatformDetector/CSPlatformDetector.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSPlatformDetector/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSPlatformDetector/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSPlatformDetector/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSPlatformDetector/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSProcessWatcher.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSProcessWatcher/CSProcessWatcher.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSProcessWatcher/Process.CS [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSProcessWatcher/ProcessWatcher.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSProcessWatcher/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSProcessWatcher/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSProcessWatcher/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/CSRegisterHotkey.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/HotKeyRegister.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/KeyModifiers.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRegisterHotkey/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSResourceLeaks/CSResourceLeaks.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSResourceLeaks/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSResourceLeaks/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSResourceLeaks/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/CSRichTextBoxSyntaxHighlighting.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/CharacterEncoder.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/XMLViewer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRichTextBoxSyntaxHighlighting/XMLViewerSettings.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/CSRunProcessAsUser.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/AutoCredentialBuffer.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/AutoGdiObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/AutoPasswordBstr.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/AutoPasswordBuffer.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Credential.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Credential.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialNotFoundException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialNotFoundException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialPersistence.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialSet.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialSet.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialSetNotAvailableException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialSetNotAvailableException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/CredentialType.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/DuplicateTargetNameException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/DuplicateTargetNameException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/NativeResources.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/PromptForCredential.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/PromptForCredential.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Strings.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Strings.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/Strings.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/UserNameInvalidException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/UserNameInvalidException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Kerr.Credentials/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSRunProcessAsUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/CSSL4COMInterop.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/PersonEntity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/Properties/OutOfBrowserSettings.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4COMInterop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/CSSL4DataFormCancelButton.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataFormCancelButton/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/CSSL4DataGridGroupHeaderStyle.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/ColorConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/Person.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4DataGridGroupHeaderStyle/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/CSSL4FileDragDrop.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FileDragDrop/images/file.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/CSSL4FragmentSearch.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/CSSL4FragmentSearchTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/CSSL4FragmentSearchTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/CSSL4FragmentSearch.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Service References/Bing/CSSL4FragmentSearch.Bing.SearchResponse1.datasource [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Service References/Bing/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Service References/Bing/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Service References/Bing/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Service References/Bing/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/Service References/Bing/search.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4FragmentSearch/CSSL4FragmentSearch/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/CSSL4MEF.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/CSSL4MEFTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/CSSL4MEFTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/CSSL4MEF.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/ConfigControls/DateConfigControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/ConfigControls/EnumConfigControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/ConfigControls/NullConfigControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/ConfigControls/NumericConfigControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/ConfigControls/StringConfigControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/ConfigPanel.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/ConfigPanel.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/DeploymentCatalogService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/EffectConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/CSSL4MEF/TextConfig.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Contract/ConfigControl.Contract.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Contract/ExportConfigControlAttribute.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Contract/IConfigControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Contract/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Extension/ColorConfigControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Extension/ColorPicker.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Extension/ColorPicker.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Extension/ConfigControl.Extension.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Extension/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ConfigControl.Extension/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4MEF/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/CSSL4SessionCookie.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/CSSL4SessionCookieTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/VerifySessionMaintained.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/VerifySessionMaintained.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/VerifySessionMaintained.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/CSSL4SessionCookie.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4SessionCookie/CSSL4SessionCookie/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/CSSL4WCFNetTcp.Web.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/CSSL4WCFNetTcpTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/CSSL4WCFNetTcpTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/CSSL4WCFNetTcp.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Readme.html.lnk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Service References/ServiceReference1/Reference.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Service References/ServiceReference1/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Service References/ServiceReference1/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Service References/ServiceReference1/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Service References/ServiceReference1/service.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Service References/ServiceReference1/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/Service References/ServiceReference1/service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/CSSL4WCFNetTcp/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/NetTcpWCFService/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/NetTcpWCFService/IWeatherService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/NetTcpWCFService/NetTcpWCFService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/NetTcpWCFService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/NetTcpWCFService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/NetTcpWCFService/WeatherService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/Readme.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/images/service_console.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/images/sl_layout.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSL4WCFNetTcp/images/sl_run.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/CSSLTreeViewCRUDDragDrop.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/Node.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/TreeViewCrudDragDrop.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSLTreeViewCRUDDragDrop/TreeViewCrudDragDrop.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/CSSetPowerAvailabilityRequest.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/PowerRequest.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSetPowerAvailabilityRequest/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/DemoModule/Elements.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/DemoModule/SharePointProjectItem.spdata [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/DemoModule/SilverlightWebpart.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/Features/Feature1/Feature1.Template.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/Features/Feature1/Feature1.feature [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/Package/Package.Template.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/Package/Package.package [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/CSSharePointSilverlightIntegration/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/10.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/11.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/12.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/13.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/14.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/15.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/16.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/17.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/18.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/2.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/4.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/5.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/6.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/7.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/Images/9.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/SilverlightWebpart/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/SilverlightWebpart/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/SilverlightWebpart/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/SilverlightWebpart/MainPage.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/SilverlightWebpart/Properties/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/SilverlightWebpart/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSharePointSilverlightIntegration/SilverlightWebpart/SilverlightWebpart.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/CSSoftKeyboard.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/Controls/KeyButton.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/KeyBoardForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/KeyBoardForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/KeyBoardForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/NoActivate/NoActivateWindow.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/NoActivate/UnsafeNativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/Resources/KeysMapping.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/UserInteraction/KeyboardInput.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/UserInteraction/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSoftKeyboard/UserInteraction/UnsafeNativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/CSSqlAzurePartitioning/CSSqlAzurePartitioning.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/CSSqlAzurePartitioning/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/CSSqlAzurePartitioning/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/About.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/About.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/About.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/ChangePassword.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/ChangePassword.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/ChangePassword.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/ChangePasswordSuccess.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/ChangePasswordSuccess.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/ChangePasswordSuccess.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/Login.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/Login.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/Login.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/Register.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/Register.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/Register.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Account/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Default.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Default.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Global.asax.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Horizontal Partitioning.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Horizontal Partitioning.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Horizontal Partitioning.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Scripts/jquery-1.4.1-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Scripts/jquery-1.4.1.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Scripts/jquery-1.4.1.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Site.Master.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Site.Master.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/SqlAzureHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/SqlScripts/Accounts.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/SqlScripts/Course.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/SqlScripts/CourseSQLQuery.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/SqlScripts/Student.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/SqlScripts/StudentSQLQuery.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Styles/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Vertical Partitioning.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Vertical Partitioning.aspx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Vertical Partitioning.aspx.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/WebRole.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSSqlAzurePartitioning/WebRole1/WebRole1.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSStackOverflow/CSStackOverflow.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSStackOverflow/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSStackOverflow/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSStackOverflow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener/CSTFSEventListener.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener/CheckinEventService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener/IEventService.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSEventListener/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSWorkItemLinkInfoDetails.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSWorkItemLinkInfoDetails/CSTFSWorkItemLinkInfoDetails.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSWorkItemLinkInfoDetails/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSWorkItemLinkInfoDetails/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSWorkItemLinkInfoDetails/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSWorkItemLinkInfoDetails/WorkItemLinkInfoDetails.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTFSWorkItemLinkInfoDetails/WorkItemLinkQuery.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/CSTabbedWebBrowser.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/DWebBrowserEvent2Helper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/DWebBrowserEvents2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/TabbedWebBrowserContainer.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/TabbedWebBrowserContainer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/WebBrowserEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/WebBrowserNewWindowEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTabbedWebBrowser/WebBrowserTabPage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/CSTiffImageConverter.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/TiffImageConverter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTiffImageConverter/sample.tif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/CSTriggerStartWindowsService.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/ProjectInstaller.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/ProjectInstaller.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/ProjectInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/Service.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/Service.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/Service.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSTriggerStartWindowsService/ServiceTriggerStart.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/CSVSXProjectSubType.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPageProjectFactory.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPageProjectFlavor.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPageProjectFlavorCfg.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPagePropertyStore.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPageView.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPageView.designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/ProjectFlavor/CustomPropertyPageView.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/Constants.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/IPageView.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/IPageViewSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/IPropertyPageUI.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/IPropertyStore.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/PageView.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/PropertyControlMap.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/PropertyControlTable.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/PropertyPageBase/PropertyPage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/VSXProjectSubTypePackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubType/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/CSVSXProjectSubTypeTemplate.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/CSVSXProjectSubTypeTemplate.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/CSVSXProjectSubTypeTemplate.vstemplate [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/ProjectTemplate.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeTemplate/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeVSIX/CSVSXProjectSubTypeVSIX.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeVSIX/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXProjectSubType/CSVSXProjectSubTypeVSIX/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/CSVSXSaveProject.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/CSVSXSaveProject.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/CSVSXSaveProjectPackage.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Files/ProjectFileItem.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Files/ProjectFolder.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Files/VSProject.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/GlobalSuppressions.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Guids.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/PkgCmdID.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/SaveProjectDialog.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/SaveProjectDialog.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/SaveProjectDialog.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSVSXSaveProject/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ActivitiesCorrelation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ActivitiesCorrelation/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ActivitiesCorrelation/CSWF4ActivitiesCorrelation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ActivitiesCorrelation/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ActivitiesCorrelation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ActivitiesCorrelation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ActivitiesCorrelation/Workflow1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/CSWF4CustomSequenceActivity.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/MySequenceActivity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/MySequenceDesigner.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/MySequenceDesigner.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4CustomSequenceActivity/Workflow1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart/CSWF4FlowChart.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart/GuessNumberGameInFlowChart.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4FlowChart/ReadNumberActivity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost/CSWF4LongRunningHost.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost/LongRunningHost.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4LongRunningHost/Workflow1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4Parallel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4Parallel/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4Parallel/CSWF4Parallel.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4Parallel/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4Parallel/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4Parallel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4Parallel/Workflow1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF/CSWF4SequenceWF.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF/GuessNumberGameSequenceWF.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4SequenceWF/ReadNumberActivity.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ServiceHostFactory.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ServiceHostFactory/CSWF4ServiceHostFactory.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ServiceHostFactory/MyServiceHostFactory.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ServiceHostFactory/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ServiceHostFactory/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ServiceHostFactory/Service1.xamlx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWF4ServiceHostFactory/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/CSWPF3DMultiTouch.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/DataCenter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Map.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Screenshot.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPF3DMultiTouch/Sphere.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/AnimatedGIFControl.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/CSWPFAnimatedGIF.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/ProgressIndicator.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFAnimatedGIF/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/CSWPFCascadeDataGridComboBoxColumns.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFCascadeDataGridComboBoxColumns/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/CSWPFDataGridCustomSort.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/DataCenter.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFDataGridCustomSort/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/App.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/CSWPFListBoxValidation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/MainWindow.xaml.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/Settings.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWPFListBoxValidation/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/BlockSites.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/CSWebBrowserAutomation.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/HtmlCheckBox.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/HtmlInputElement.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/HtmlInputElementFactory.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/HtmlPassword.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/HtmlSubmit.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/HtmlText.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/Resources/Block.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/Resources/BlockList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/StoredSite.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/StoredSites/www.codeplex.com.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/WebBrowserEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserAutomation/XMLSerialization.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/CSWebBrowserLoadComplete.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/DWebBrowserEvents2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/DWebBrowserEvents2Helper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Resource/FramesPage.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Resource/Left.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Resource/RightBottom.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/Resource/RightTop.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserLoadComplete/WebBrowserEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/CSWebBrowserSuppressError.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/DWebBrowserEvents2.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/HTMLPages/404.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/HTMLPages/Error.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/WebBrowser2EventHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/WebBrowserEx.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserSuppressError/WebBrowserNavigateErrorEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/CSWebBrowserWithProxy.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/INTERNET_OPEN_TYPE.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/INTERNET_OPTION.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/INTERNET_PER_CONN_OPTION.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/INTERNET_PER_CONN_OPTION_LIST.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/InternetProxy.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/ProxyList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/WebBrowserWithProxy.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebBrowserWithProxy/WinINet.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/CSWebDownloader.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/DownloadCompletedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/DownloadProgressChangedEventArgs.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/DownloadStatus.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/DownloaderHelper.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/HttpDownloadClient.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/IDownloader.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/CSWinFormExAeroToClient.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/GlassForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/NativeMethods.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormExAeroToClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/CSWinFormSaveWebpageToImage.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/Default.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/MainForm.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/MainForm.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/Program.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/Properties/Resources.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/Properties/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/Properties/Settings.Designer.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/Properties/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CSWinFormSaveWebpageToImage/WebpageThumbnail.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppBasics/CppBasics.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppBasics/CppBasics.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppBasics/CppBasics.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppBasics/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppBasics/auto_keyword.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD/CheckSD.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD/CheckSD.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD/CppCheckSD.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD/Helper.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD/SD.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD/SecObjects.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppCheckSD/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHeapCorruption/CppHeapCorruption.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHeapCorruption/CppHeapCorruption.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHeapCorruption/CppHeapCorruption.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHeapCorruption/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHostCLR.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHostCLR/CppHostCLR.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHostCLR/CppHostCLR.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHostCLR/CppHostCLR.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHostCLR/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppHostCLR/RuntimeHostV4.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppPlatformDetector.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppPlatformDetector/CppPlatformDetector.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppPlatformDetector/CppPlatformDetector.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppPlatformDetector/CppPlatformDetector.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppPlatformDetector/PlatformDetector.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppPlatformDetector/PlatformDetector.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppPlatformDetector/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppRegisterHotkey.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppRegisterHotkey/CppRegisterHotkey.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppRegisterHotkey/CppRegisterHotkey.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppRegisterHotkey/CppRegisterHotkey.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppRegisterHotkey/CppRegisterHotkey.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppRegisterHotkey/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppRegisterHotkey/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppResourceLeaks/CppResourceLeaks.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppResourceLeaks/CppResourceLeaks.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppResourceLeaks/CppResourceLeaks.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppResourceLeaks/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/CppShellExtContextMenuHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/CppShellExtContextMenuHandler.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/CppShellExtContextMenuHandler.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/FileContextMenuExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/FileContextMenuExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/OK.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtContextMenuHandler/thumbnail.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/CppShellExtCopyHookHandler.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/CppShellExtCopyHookHandler.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/FolderCopyHook.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/FolderCopyHook.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtCopyHookHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/CppShellExtDragDropHandler.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/CppShellExtDragDropHandler.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/FileDragDropExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/FileDragDropExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtDragDropHandler/thumbnail.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/CppShellExtInfotipHandler.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/CppShellExtInfotipHandler.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/FileInfotipExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/FileInfotipExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtInfotipHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/CppShellExtPreviewHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/CppShellExtPreviewHandler.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/CppShellExtPreviewHandler.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/RecipePreviewHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/RecipePreviewHandler.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/chocolatechipcookies.recipe [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPreviewHandler/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/CppShellExtPropSheetHandler.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/CppShellExtPropSheetHandler.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/CppShellExtPropSheetHandler.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/FilePropSheetExt.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/FilePropSheetExt.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtPropSheetHandler/thumbnail.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/ClassFactory.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/ClassFactory.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/CppShellExtThumbnailHandler.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/CppShellExtThumbnailHandler.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/GlobalExportFunctions.def [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/RecipeThumbnailProvider.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/RecipeThumbnailProvider.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/Reg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/Reg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/chocolatechipcookies.recipe [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppShellExtThumbnailHandler/dllmain.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackCorruption/CppStackCorruption.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackCorruption/CppStackCorruption.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackCorruption/CppStackCorruption.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackCorruption/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackOverflow/CppStackOverflow.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackOverflow/CppStackOverflow.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackOverflow/CppStackOverflow.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppStackOverflow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/CppTriggerStartWindowsService.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/CppTriggerStartWindowsService.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/CppTriggerStartWindowsService.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/Service.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/Service.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/ServiceInstaller.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/ServiceInstaller.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/ServiceTriggerStart.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppTriggerStartWindowsService/ServiceTriggerStart.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSFormatVolume.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSFormatVolume/CppVDSFormatVolume.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSFormatVolume/CppVDSFormatVolume.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSFormatVolume/CppVDSFormatVolume.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSFormatVolume/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSQueryVolumes.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSQueryVolumes/CppVDSQueryVolumes.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSQueryVolumes/CppVDSQueryVolumes.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSQueryVolumes/CppVDSQueryVolumes.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSQueryVolumes/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSUninstallDisks.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSUninstallDisks/CppVDSUninstallDisks.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSUninstallDisks/CppVDSUninstallDisks.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSUninstallDisks/CppVDSUninstallDisks.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVDSUninstallDisks/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVhdAPI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVhdAPI/CppVhdAPI.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVhdAPI/CppVhdAPI.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVhdAPI/CppVhdAPI.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppVhdAPI/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/Application.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/Application.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/CommandHandler.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/CommandHandler.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/CppWin7MultiTouch.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/CppWin7MultiTouch.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/CppWin7MultiTouch.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/CppWin7MultiTouch.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/D2DWindow.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/D2DWindow.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/Global.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/MainWindow.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/MainWindow.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/Ribbon.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/Screenshot.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/ribbon.bml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/ribbon.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/ribbon.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/small.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/CppWin7MultiTouch/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/JSVirtualKeyboard.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/JSVirtualKeyboard/Default.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/JSVirtualKeyboard/JSVirtualKeyboard.csproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/JSVirtualKeyboard/Properties/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/JSVirtualKeyboard/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupport.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupport.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupport.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupport.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupport.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupportDoc.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupportDoc.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupportView.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MFCRestartManagerSupportView.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MainFrm.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/MainFrm.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/Resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/UserImages.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/res/MFCRestartManagerSupport.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/res/MFCRestartManagerSupport.rc2 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/res/MFCRestartManagerSupportDoc.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/res/Toolbar.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/res/Toolbar256.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCRestartManagerSupport/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/MFCTaskDialog.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/MFCTaskDialog.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/MFCTaskDialog.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/MFCTaskDialog.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/MFCTaskDialog.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/MFCTaskDialogDlg.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/MFCTaskDialogDlg.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/res/MFCTaskDialog.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/res/MFCTaskDialog.rc2 [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/MFCTaskDialog/targetver.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/ExternalWebSite/App_Code/ExternalWebService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/ExternalWebSite/ExternalWebService.asmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/ExternalWebSite/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/ExternalWebSite/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/App_Code/BridgeWebService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/App_WebReferences/ExternalWebService/ExternalWebService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/App_WebReferences/ExternalWebService/ExternalWebService.discomap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/App_WebReferences/ExternalWebService/ExternalWebService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/BridgeWebService.asmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXConsumeExternalWebService/TestWebSite/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/HTMLEditorExtender.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/Images/ed_format_h1_a.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/Images/ed_format_h1_n.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/MyEditor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/ToolBar_buttons/H1.pre.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/HTMLEditorExtender/ToolBar_buttons/H1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/TestWebSite/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/TestWebSite/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/TestWebSite/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/TestWebSite/TestWebSite.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXHTMLEditorExtender/TestWebSite/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/Close.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/ImagePreviewBehavior.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/ImagePreviewControl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/ImagePreviewExtender.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtender/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/images/test1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/images/test2.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/images/test3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/ImagePreviewExtenderTest/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXImagePreviewExtender/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/App_Data/SessionDB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/App_Data/SessionDB_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/ChatBox.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Data/SessionDB.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Data/SessionDB.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Data/SessionDB.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Logic/ChatManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Logic/ChatRoom.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Logic/Message.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Logic/RoomTalker.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Scripts/chatMessage.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Scripts/chatRoom.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Scripts/chatbox.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Services/Transition.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Services/Transition.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/VBASPNETAJAXWebChat.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAJAXWebChat/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/VBASPNETAddControlDynamically.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETAddControlDynamically/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/BackgroundWorker.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/GlobalBackgroundWorker.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/GlobalBackgroundWorker.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/GlobalBackgroundWorker.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/VBASPNETBackgroundWorker.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBackgroundWorker/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/VBASPNETBingMaps.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBingMaps/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Category.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Category.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Category.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Database.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/DynamicBreadcrumb.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/DynamicBreadcrumb.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/DynamicBreadcrumb.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Item.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Item.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Item.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/VBASPNETBreadcrumbWithQueryString.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETBreadcrumbWithQueryString/Web.sitemap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/VBASPNETChart.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETChart/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Files/Image1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Files/Image2.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Files/Image3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Files/Image4.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Files/Image5.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Files/Image6.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Files/Text.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/NoPermissionPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/NoPermissionPage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/NoPermissionPage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/VBASPNETControlPermissionForFiles.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETControlPermissionForFiles/XmlFile/PermissionFilesXml.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/CheckUserOnline.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/CheckUserOnlinePage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/CheckUserOnlinePage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/CheckUserOnlinePage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/CurrentOnlineUserList.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/CurrentOnlineUserList.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/CurrentOnlineUserList.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/DataTableForCurrentOnlineUser.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Login.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Login.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Login.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Logout.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Logout.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Logout.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/UserEntity.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/VBASPNETCurrentOnlineUserList.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETCurrentOnlineUserList/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/DisableScript.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/DisableScript.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/DisableScript.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/VBASPNETDisableScriptAfterExecution.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisableScriptAfterExecution/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/VBASPNETDisplayAddtionalTextInCalendar.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDisplayAddtionalTextInCalendar/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/JQuery/jquery-1.4.4.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/JQuery/jquery-ui.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/JQuery/jquery-ui.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/VBASPNETDragItemInListView.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/XmlFile/ListView1.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETDragItemInListView/XmlFile/ListView2.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/App_Data/EmailValidationDB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/App_Data/EmailValidationDB_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Handler/EmailAvailableValidationHandler.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Module/EmailAddressValidation.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Module/EmailAddressValidation.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Module/EmailAddressValidation.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Module/EmailValidation.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/VBASPNETEmailAddressValidator.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmailAddressValidator/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/App_Code/BasePage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/App_Code/UrlRoutingHandlers.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/App_Code/XmlLoad.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.zh-cn.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/App_GlobalResources/Resource.zh-cn.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/InvalidPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/InvalidPage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/InvalidPage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/ShowMe.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/ShowMe.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/ShowMe.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/VBASPNETEmbedLanguageInUrl.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEmbedLanguageInUrl/XmlFolder/Language.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/CommonEncryption.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/CommonEncryption.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/CommonEncryption.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/ConfigurationEncryption.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/ConfigurationEncryption.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/ConfigurationEncryption.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/VBASPNETEncryptAndDecryptConfiguration.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETEncryptAndDecryptConfiguration/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/App_Data/db_Persons.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/App_Data/db_Persons_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/DBProcess.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/VBASPNETExcelLikeGridView.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETExcelLikeGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/BinaryHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/FileUploadDataManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/FileUploadStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/FileUploadStatus.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/UploadFile.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/UploadFileCollection.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/FileUploadStatus/UploadProcessModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/UploadControls.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/UploadControls.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/UploadStatusWindow.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/UploadStatusWindow.ascx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/scripts/progressbar.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/styles/UIstyle.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFileUploadStatus/WSFileUploadStatus/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/JScript/ScrollableGridPlugin.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/JScript/jquery-1.4.4.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/VBASPNETFixedHeaderGridView.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETFixedHeaderGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/App_Data/GridView.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/App_Data/GridView_log.ldf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/DataFromDatabase.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/DataFromDatabase.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/DataFromDatabase.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/DataInMemory.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/DataInMemory.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/DataInMemory.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/VBASPNETGridView.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/VBASPNETGroupedGridView.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETGroupedGridView/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHTMLEditorExtender.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/CodeManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/HighlightCodePage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/HighlightCodePage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/HighlightCodePage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/Styles/HighlightCode.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/VBASPNETHighlightCodeInPage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETHighlightCodeInPage/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/App_Code/IPConvert.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/App_Code/Location.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/App_Data/Location.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/App_Data/Location_log.ldf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/VBASPNETIPtoLocation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETIPtoLocation/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/App_Data/db_Persons.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/App_Data/db_Persons_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/DefaultImage/DefaultImage.JPG [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/ImageHandler/ImageHandler.ashx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/ImageHandler/ImageHandler.ashx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/VBASPNETImageEditUpload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETImageEditUpload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/App_Data/books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Images/bigLoader.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Scripts/jquery-1.4.1-vsdoc.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Scripts/jquery-1.4.1.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Scripts/jquery-1.4.1.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Styles/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/VBASPNETInfiniteLoading.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInfiniteLoading/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/CustomTreeView.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/MyItem.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/VBASPNETInheritingFromTreeNode.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETInheritingFromTreeNode/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/InvalidPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/InvalidPage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/InvalidPage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Main.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Main.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Main.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/NextLink.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/NextLink.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/NextLink.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/NextLink2.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/NextLink2.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/NextLink2.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/UserControls/DefaultPage.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/UserControls/DefaultPage.ascx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/UserControls/DefaultPage.ascx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/UserControls/NextPage.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/UserControls/NextPage.ascx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/UserControls/NextPage.ascx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/VBASPNETPreventMultipleWindows.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPreventMultipleWindows/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/VBASPNETPrintPartOfPage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETPrintPartOfPage/image/microsoft.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/RemoteDownload.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/RemoteUpload.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/VBASPNETRemoteUploadAndDownload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETRemoteUploadAndDownload/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Client.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/ClientAdapter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Dispatcher.asmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Dispatcher.asmx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Message.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Receiver.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Receiver.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Receiver.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Sender.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Sender.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Sender.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/VBASPNETReverseAJAX.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETReverseAJAX/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/App_Data/MyDatabase.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/App_Data/MyDatabase_log.LDF [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Article.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/DataAccess.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Show.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Show.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Show.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/VBASPNETSearchEngine.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSearchEngine/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/App_Code/Book.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/App_Data/books.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/AutoComplete.ashx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/AutoComplete.ashx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Images/response.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Images/search.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Scripts/jquery-ui.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Scripts/jquery.min.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Styles/jquery-ui.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/Styles/site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/VBASPNETSerializeJsonString.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETSerializeJsonString/web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Clock.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Clock.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Clock.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/VBASPNETServerClock.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETServerClock/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/SharedSessionModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsModule/VBASPNETShareSessionBetweenSubDomainsModule.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/VBASPNETShareSessionBetweenSubDomainsSite1.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/VBASPNETShareSessionBetweenSubDomainsSite2.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShareSessionBetweenSubDomains/VBASPNETShareSessionBetweenSubDomainsSite2/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/AjaxToolKit/AjaxControlToolkit.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Image/0.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Image/1.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Image/2.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Image/3.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Image/4.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Image/5.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Image/6.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/UserControl/PopupProgress.ascx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/UserControl/PopupProgress.ascx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/UserControl/PopupProgress.ascx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/VBASPNETShowSpinnerImage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETShowSpinnerImage/XMLFile/XMLData.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/Image/asp.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/SourcePage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/SourcePage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/SourcePage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/VBASPNETStripHtmlCode.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBASPNETStripHtmlCode/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/AzureBingMaps/AzureBingMaps.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/AzureBingMaps/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/AzureBingMaps/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/AzureBingMaps/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/AzureBingMaps.DAL.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/CreateTable.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/CreateTravelView.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/DeleteFromTravel.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/InsertIntoTravel.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/RetryPolicy.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/Travel.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/TravelModel.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/TravelModel.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/TravelModelContainer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/DAL/UpdateTravel.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/Local.testsettings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/LocationConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/Arrays.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/common.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/contracts.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/contracts.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/geocode.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/geocode.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/GeocodeServiceReference/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/TravelDataServiceReference/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/TravelDataServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/Service References/TravelDataServiceReference/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/SilverlightClient/SilverlightClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/TraceAndTestImpact.testsettings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/AzureBingMaps.UnitTest.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/DataServiceTest.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/Service References/TravelDataServiceReference/Reference.datasvcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/Service References/TravelDataServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/Service References/TravelDataServiceReference/service.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/UnitTest/TravelEFTest.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/VBAzureBingMaps.gpState [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/VBAzureBingMaps.vsmdi [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/AzureBingMaps.WebRole.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/ClientBin/SilverlightClient.xap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/DataService/TravelDataService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/DataService/TravelDataService.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/DataService/TravelDataServiceContext.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/FederationCallbackHandler.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/FederationCallbackHandler.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/FederationCallbackHandler.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/FederationMetadata/2007-06/FederationMetadata.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/HtmlClient.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/HtmlClient.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/HtmlClient.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Images/Cloud Dialog.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/LoginPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/LoginPage.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/LoginPage.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Scripts/HtmlClient.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/SilverlightClient.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/SilverlightClient.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/SilverlightClient.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Styles/Signin.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Styles/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Styles/jquery-ui-1.8.2.custom.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Styles/jquery.ui.all.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Styles/jquery.ui.datepicker.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/WebRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/WindowsLiveProfile.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WebRole1/channel.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/ApplicationIcon.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Background.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/DataSource.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/ListPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/ListPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/LocationConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/My Project/Microsoft.VisualBasic.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/My Project/WMAppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/SampleData/MainViewModelSampleData.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/Arrays.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/common.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/contracts.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/contracts.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/geocode.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/geocode.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/GeocodeServiceReference/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/Service References/TravelDataServiceReference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/SplashScreenImage.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/ViewModels/ItemViewModel.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/ViewModels/MainViewModel.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/WindowsPhoneClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/appbar.back.rest.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureBingMaps/WindowsPhoneClient/appbar.next.rest.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/VBAzureManagementAPI.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureManagementAPI/readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/MyChannelFactory.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/Common.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/IMyService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Common/Settings.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Readme.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/RouterService.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/RouterService/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/MyService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/Service.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureServiceBusProtocolBridging/Service/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Content/Site.css [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Controllers/HomeController.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Models/MyModel.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/MvcWebRole.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Utilities/TableStoragePagingUtility.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Views/Home/Index.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Views/Shared/Error.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Views/Shared/Site.Master [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Views/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/MvcWebRole/WebRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/VBAzureTableStoragePaging/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/VBAzureTableStoragePaging/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureTableStoragePaging/VBAzureTableStoragePaging/VBAzureTableStoragePaging.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServices/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServices/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServices/VBAzureWCFServices.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference1/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference1/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference1/Service1.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference1/Service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference1/Service11.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference1/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference1/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference2/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference2/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference2/Service2.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference2/Service2.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference2/Service21.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference2/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/Service References/ServiceReference2/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/VBAzureWCFServicesTestClient/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/IContract.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/VBAzureWCFServicesTestClient/WCFContract/WCFContract.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/IContract.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFContract/WCFContract.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/AzureLocalStorageTraceListener.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/Service1.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/Service1.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/Service2.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/Service2.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/WCFServiceWebRole1.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WCFServiceWebRole1/WebRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/WCFService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/WorkerRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWCFServices/WorkerRole1/WorkerRole1.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/AzureService/AzureService.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/AzureService/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/AzureService/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/AzureService/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/BackendProcessor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/Common.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/DataSources.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/WordDataContext.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Common/WordEntry.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/Processor.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/VBAzureWebRoleBackendProcessing.Processor.exe.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Processor/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/Readme.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Default.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Default.aspx.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Default.aspx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Images/Done.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Images/Processing.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWebRoleBackendProcessing/WebRole/WebRole.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/WorkflowServiceContract.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/ProcessDataWorkflowService.xamlx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/ServiceRegistrySettingsElement.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/VBAZWorkflow4ServiceBus.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflow4ServiceBus/VBAZWorkflow4ServiceBus/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Client.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Program.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Service References/WorkflowServiceReference/ProcessDataWorkflowService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Service References/WorkflowServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Service References/WorkflowServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Service References/WorkflowServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/Service References/WorkflowServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/Client/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/VBAZWorkflowService4/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/VBAZWorkflowService4/ServiceDefinition.build.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/VBAZWorkflowService4/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/VBAZWorkflowService4/VBAZWorkflowService4.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/Global.asax [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/Global.asax.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/ProcessDataWorkflowService.xamlx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/WebRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureWorkflowService4/WorkflowServiceWebRole/WorkflowServiceWebRole.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/ReadMe.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/VBAzureXbap/ServiceConfiguration.cscfg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/VBAzureXbap/ServiceDefinition.csdef [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/VBAzureXbap/VBAzureXbap.ccproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/DataCenter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/DataCenterService.svc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/DataCenterService.svc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/IDataCenterService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/Rect.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/WCFServiceWebRole.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/WebRole.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/XbapClient.exe [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/XbapClient.exe.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/WCFServiceWebRole/XbapClient.xbap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Map.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService.disco [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/DataCenterService2.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/XbapClient.DataCenterServiceReference.DataCenter.datasource [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Service References/DataCenterServiceReference/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/Sphere.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBAzureXbap/XbapClient/XbapClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/BHOIEContextMenu.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/BHOInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/BHOInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/HTMLDocumentEventHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/HTMLEventHandler.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/IObjectWithSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/VBBrowserHelperObject.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x64)/VBBrowserHelperObjectSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBBrowserHelperObject/VBBrowserHelperObjectSetup(x86)/VBBrowserHelperObjectSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/ExecutableFile.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Fusion/IDENTITY_ATTRIBUTE.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Fusion/IDefinitionIdentity.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Fusion/IEnumIDENTITY_ATTRIBUTE.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Fusion/IIdentityAuthority.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Fusion/IReferenceIdentity.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Fusion/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Hosting/IClrMetaHost.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Hosting/IEnumUnknown.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Hosting/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/IMAGE/IMAGE_DATA_DIRECTORY.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/IMAGE/IMAGE_DATA_DIRECTORY_Values.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/IMAGE/IMAGE_FILE_Flag.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/IMAGE/IMAGE_FILE_HEADER.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/IMAGE/IMAGE_OPTIONAL_HEADER32.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/IMAGE/IMAGE_OPTIONAL_HEADER64.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/IMAGE/MachineType.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckEXEType/VBCheckEXEType.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/RunningProcess.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCheckProcessType/VBCheckProcessType.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/VBClassLibrary.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/VBSimpleObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBClassLibrary/key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/CpuUsageMonitorBase.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/CpuUsageValueArrayChangedEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/ErrorEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/ProcessCpuUsageMonitor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/TotalCpuUsageMonitor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCpuUsage/VBCpuUsage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBApplicationToCrash/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBApplicationToCrash/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBApplicationToCrash/VBApplicationToCrash.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/ManagedProcess.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/ManagedProcessUnhandledExceptionOccurredEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/MiniDump/MINIDUMP_EXCEPTION_INFORMATION.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/MiniDump/MINIDUMP_TYPE.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/MiniDump/MiniDumpCreator.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/MiniDump/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCreateMiniDump/VBCreateMiniDump/VBCreateMiniDump.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/FieldNamingRule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/MethodNamingRule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/PropertyNamingRule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/Rules.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/VBCustomCodeAnalysisRule.ruleset [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/VBCustomCodeAnalysisRule.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomCodeAnalysisRule/VBCustomCodeAnalysisRuleSetup/VBCustomCodeAnalysisRuleSetup.vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/CustomIEContextMenuInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/CustomIEContextMenuInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/COMRECT.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/CONTEXT_MENU_CONST.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/DOCHOSTUIINFO.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/ICustomDoc.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/IDocHostUIHandler.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/IObjectWithSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/IOleCommandTarget.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/IOleDropTarget.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/IOleInPlaceActiveObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/IOleInPlaceFrame.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/IOleInPlaceUIWindow.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/MSG.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/OLECMD.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/POINT.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/NativeMethods/tagOleMenuGroupWidths.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/OpenImageBHO.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/OpenImageHandler.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/OpenImageMenuExt.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/Resource/OpenImage.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/VBCustomIEContextMenu.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/VBCustomIEContextMenu.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x64)/VBCustomIEContextMenuSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomIEContextMenu/VBCustomIEContextMenuSetup(x86)/VBCustomIEContextMenuSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/GlobalSuppressions.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/Guids.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/Properties/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/VBCustomizeVSToolboxItem.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/VBCustomizeVSToolboxItemPackage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBCustomizeVSToolboxItem/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/VBDetectWindowsSessionState.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDetectWindowsSessionState/WindowsSession.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/Condition.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilder.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilder.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilder.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionBuilderDesigner.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionLine.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionLine.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/ConditionLine.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/DynamicCondition.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/DynamicCondition/SimulateVal.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/Northwind.dbml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/Northwind.dbml.layout [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/Northwind.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/VBDynamicallyBuildLambdaExpressionWithField.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBDynamicallyBuildLambdaExpressionWithField/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/CodeOnlyContainer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/EntityConfigurations.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFCodeOnly/VBEFCodeOnly.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/ComplexType.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/ComplexType.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFComplexType/VBEFComplexType.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/FKAssociation/FKAssociation.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/FKAssociation/FKAssociation.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/FKAssociation/FKAssociationClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/IndepentAssociation/IndependentAssociation.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/IndepentAssociation/IndependentAssociation.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/IndepentAssociation/IndependentAssociationClass.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFForeignKeyAssociation/VBEFForeignKeyAssociation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/LazyLoading.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/LazyLoading.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFLazyLoading/VBEFLazyLoading.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/ModelFirst.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/ModelFirst.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/ModelFirst.edmx.sql [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFModelFirst/VBEFModelFirst.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/App.Config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/Course.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/Department.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/POCOChangeTracking.Context.tt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/POCOChangeTracking.Context.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/POCOChangeTracking.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/POCOChangeTracking.edmx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/POCOChangeTracking.tt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/POCOChangeTracking.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEFPOCOChangeTracking/VBEFPOCOChangeTracking.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/EnumDescriptionConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/ProgrammingLanguage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumStringConverter/VBEnumStringConverter.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumerateAppDomains.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumerateAppDomains/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumerateAppDomains/ManagedProcess.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumerateAppDomains/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumerateAppDomains/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBEnumerateAppDomains/VBEnumerateAppDomains.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/ExpressionEncoderWrapper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBExtractAudioFile/VBExtractAudioFile.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/ErrorEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/FTPClientManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/FTPClientManagerStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/FTPDirectoryListingStyle.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/FTPDownloadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/FTPFileSystem.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/FileDownloadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/NewMessageEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/UICredentialsProvider.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/UICredentialsProvider.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPDownload/VBFTPDownload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/ErrorEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/FTPClientManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/FTPClientManagerStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/FTPDirectoryListingStyle.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/FTPFileSystem.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/FTPUploadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/FileUploadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/NewMessageEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/UICredentialsProvider.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/UICredentialsProvider.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/UICredentialsProvider.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBFTPUpload/VBFTPUpload.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/ImageManipulator.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/OneCodeIcon.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/Amplify.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/FlipHorizontal.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/FlipVertical.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/Micrify.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/MoveDown.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/MoveLeft.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/MoveRight.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/MoveUp.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/RotateLeft.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/RotateRight.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/SkewDown.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/SkewLeft.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/SkewRight.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/Resources/SkewUp.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBGDIPlusManipulateImage/VBGDIPlusManipulateImage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/HexStringByteArrayConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBHexStringByteArrayConverter/VBHexStringByteArrayConverter.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManager.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManagerInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/IEDownloadManagerInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/NativeMethods/IDownloadManager.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManager/VBIEDownloadManager.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManagerSetup(x64)/VBIEDownloadManagerSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEDownloadManager/VBIEDownloadManagerSetup(x86)/VBIEDownloadManagerSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/IEExplorerBar.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/IEExplorerBarInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/IEExplorerBarInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/ImageListExplorerBar.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/ImageListExplorerBar.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/ImageListExplorerBar.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/DBIM.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/DESKBANDINFO.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/IDeskBand.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/IDockingWindow.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/IInputObject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/IInputObjectSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/IObjectWithSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/IOleWindow.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/MSG.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/POINT.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/NativeMethods/_IServiceProvider.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/VBIEExplorerBar.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/VBIEExplorerBarSetup(x64)/Fix64bitInstallUtilLib.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/VBIEExplorerBarSetup(x64)/InstallUtilLib.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/VBIEExplorerBarSetup(x64)/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/VBIEExplorerBarSetup(x64)/VBIEExplorerBarSetup(x64).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBIEExplorerBar/VBIEExplorerBarSetup(x86)/VBIEExplorerBarSetup(x86).vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/FullScreen.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/Setting.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/Setting.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/Setting.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBImageFullScreenSlideShow/VBImageFullScreenSlideShow.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/VBManipulateImagesInWordDocument.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBManipulateImagesInWordDocument/WordDocumentImageManipulator.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/RegistryKeyChangeEventArg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/RegistryWatcher.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMonitorRegistryChange/VBMonitorRegistryChange.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/DownloadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/DownloadProgressChangedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/DownloadStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/DownloaderHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/HttpDownloadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/IDownloader.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/MainForm.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/MultiThreadedWebDownloader.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/VBMultiThreadedWebDownloader.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBMultiThreadedWebDownloader/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/MSAAHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/Ribbon1.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/Ribbon1.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/Ribbon1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/RibbonInfoForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/RibbonInfoForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/RibbonInfoForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/ThisAddIn.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/ThisAddIn.Designer.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/ThisAddIn.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/VBOfficeRibbonAccessibility.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOfficeRibbonAccessibility/VBOfficeRibbonAccessibility_TemporaryKey.pfx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/CWin32WindowWrapper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/Connect.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/ReadOnlyIStreamWrapper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/Resources/customUI.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/Resources/showform.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/TestForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/TestForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/TestForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddIn/VBOneNoteRibbonAddIn.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBOneNoteRibbonAddInSetup/VBOneNoteRibbonAddInSetup.vdproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBPlatformDetector/VBPlatformDetector.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/Process.VB [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/ProcessWatcher.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBProcessWatcher/VBProcessWatcher.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/HotKeyRegister.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/KeyModifiers.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRegisterHotkey/VBRegisterHotkey.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/CharacterEncoder.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/VBRichTextBoxSyntaxHighlighting.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/XMLViewer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRichTextBoxSyntaxHighlighting/XMLViewerSettings.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/AssemblyInfo.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/AutoCredentialBuffer.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/AutoGdiObject.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/AutoPasswordBstr.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/AutoPasswordBuffer.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Credential.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Credential.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialNotFoundException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialNotFoundException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialPersistence.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialSet.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialSet.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialSetNotAvailableException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialSetNotAvailableException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/CredentialType.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/DuplicateTargetNameException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/DuplicateTargetNameException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.vcproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.vcxproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Kerr.Credentials.vcxproj.filters [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/NativeResources.rc [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/PromptForCredential.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/PromptForCredential.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Stdafx.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Stdafx.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Strings.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Strings.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/Strings.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/UserNameInvalidException.cpp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/UserNameInvalidException.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/Kerr.Credentials/resource.h [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBRunProcessAsUser/VBRunProcessAsUser.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/My Project/OutOfBrowserSettings.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/PersonEntity.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4COMInterop/VBSL4COMInterop.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataFormCancelButton/VBSL4DataFormCancelButton.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/ColorConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/Person.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4DataGridGroupHeaderStyle/VBSL4DataGridGroupHeaderStyle.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/VBSL4FileDragDrop.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4FileDragDrop/images/file.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/IWeatherService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/Module1.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/NetTcpWCFService.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/WeatherService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/NetTcpWCFService/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/Readme.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/MyExtensions/MyWebExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/Silverlight.js [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/VBSL4WCFNetTcp.Web.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/VBSL4WCFNetTcpTestPage.aspx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/VBSL4WCFNetTcpTestPage.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/Web.Debug.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/Web.Release.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp.Web/Web.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/App.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/App.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/MainPage.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/MainPage.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/My Project/AppManifest.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/Service References/ServiceReference1/Reference.svcmap [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/Service References/ServiceReference1/Reference.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/Service References/ServiceReference1/configuration.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/Service References/ServiceReference1/configuration91.svcinfo [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/Service References/ServiceReference1/service.wsdl [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/Service References/ServiceReference1/service.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/Service References/ServiceReference1/service1.xsd [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/ServiceReferences.ClientConfig [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/VBSL4WCFNetTcp/VBSL4WCFNetTcp.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/images/service_console.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/images/sl_layout.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSL4WCFNetTcp/images/sl_run.jpg [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/Controls/KeyButton.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/KeyBoardForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/KeyBoardForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/KeyBoardForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/NoActivate/NoActivateWindow.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/NoActivate/UnsafeNativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/Resources/KeysMapping.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/UserInteraction/KeyboardInput.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/UserInteraction/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/UserInteraction/UnsafeNativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBSoftKeyboard/VBSoftKeyboard.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener/CheckinEventService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener/IEventService.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener/VBTFSEventListener.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSEventListener/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSWorkItemLinkInfoDetails.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSWorkItemLinkInfoDetails/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSWorkItemLinkInfoDetails/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSWorkItemLinkInfoDetails/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSWorkItemLinkInfoDetails/VBTFSWorkItemLinkInfoDetails.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSWorkItemLinkInfoDetails/WorkItemLinkInfoDetails.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTFSWorkItemLinkInfoDetails/WorkItemLinkQuery.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/DWebBrowserEvent2Helper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/DWebBrowserEvents2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/TabbedWebBrowserContainer.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/TabbedWebBrowserContainer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/VBTabbedWebBrowser.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/WebBrowserEx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/WebBrowserNewWindowEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTabbedWebBrowser/WebBrowserTabPage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/TiffImageConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/VBTiffImageConverter.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTiffImageConverter/sample.tif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/ProjectInstaller.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/ProjectInstaller.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/ProjectInstaller.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/Service.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/Service.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/Service.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/ServiceTriggerStart.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBTriggerStartWindowsService/VBTriggerStartWindowsService.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/GlobalSuppressions.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/Guids.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPageProjectFactory.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPageProjectFlavor.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPageProjectFlavorCfg.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPagePropertyStore.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPageView.designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPageView.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/ProjectFlavor/CustomPropertyPageView.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/Properties/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/Constants.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/IPageView.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/IPageViewSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/IPropertyPageUI.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/IPropertyStore.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/PageView.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/PropertyControlMap.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/PropertyControlTable.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/PropertyPageBase/PropertyPage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/VBVSXProjectSubType.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/VSXProjectSubTypePackage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubType/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/ProjectTemplate.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/VBVSXProjectSubTypeTemplate.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/VBVSXProjectSubTypeTemplate.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeTemplate/VBVSXProjectSubTypeTemplate.vstemplate [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeVSIX/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeVSIX/VBVSXProjectSubTypeVSIX.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXProjectSubType/VBVSXProjectSubTypeVSIX/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Files/ProjectFileItem.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Files/ProjectFolder.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Files/VSProject.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Guids.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Key.snk [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/PkgCmdID.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Properties/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Resources/Images_32bit.bmp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/Resources/Package.ico [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/SaveProjectDialog.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/SaveProjectDialog.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/SaveProjectDialog.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/VBVSXSaveProject.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/VBVSXSaveProject.vsct [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/VBVSXSaveProjectPackage.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/VSPackage.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBVSXSaveProject/source.extension.vsixmanifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/VBWF4ActivitiesCorrelation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4ActivitiesCorrelation/Workflow1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/MySequenceActivity.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/MySequenceDesigner.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/MySequenceDesigner.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/VBWF4CustomSequenceActivity.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4CustomSequenceActivity/Workflow1.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/GuessNumberGameInFlowChart.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/ReadNumberActivity.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4FlowChart/VBWF4FlowChart.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/ParallelWF.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4Parallel/VBWF4Parallel.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/GuessNumberGameSequenceWF.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/MainModule.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/ReadNumberActivity.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWF4SequenceWF/VBWF4SequenceWF.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/DataCenter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/Map.png [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/My Project/MyExtensions/MyWPFExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/ReadMe.html [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/Sphere.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPF3DMultiTouch/VBWPF3DMultiTouch.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/AnimatedGIFControl.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/ProgressIndicator.gif [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFAnimatedGIF/VBWPFAnimatedGIF.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/My Project/app.manifest [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/VBWPFCascadeDataGridComboBoxColumns.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFCascadeDataGridComboBoxColumns/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/DataCenter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFDataGridCustomSort/VBWPFDataGridCustomSort.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/Application.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/Application.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/AttachedBehavior/ChangeDimensionBehavior.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/AttachedBehavior/GameOverBehavior.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/AttachedBehavior/ShutdownBehavior.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/IntToBoolValueConverter.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/MainWindow.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/MainWindow.xaml.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/MainWindowResources.xaml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/Model/Cell.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/Model/PlayerMove.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/My Project/MyExtensions/MyWpfExtension.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/RelayCommand.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/VBWPFMVVMPractice.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/ViewModel/TicTacToeViewModel.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWPFMVVMPractice/app.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/BlockSites.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/HtmlCheckBox.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/HtmlInputElement.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/HtmlInputElementFactory.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/HtmlPassword.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/HtmlSubmit.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/HtmlText.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/Resources/Block.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/Resources/BlockList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/StoredSite.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/StoredSites/www.codeplex.com.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/VBWebBrowserAutomation.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/WebBrowserEx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserAutomation/XMLSerialization.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/DWebBrowserEvents2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/DWebBrowserEvents2Helper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/Resource/FramesPage.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/Resource/Left.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/Resource/RightBottom.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/Resource/RightTop.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/VBWebBrowserLoadComplete.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserLoadComplete/WebBrowserEx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/DWebBrowserEvents2.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/HTMLPages/404.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/HTMLPages/Error.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/VBWebBrowserSuppressError.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/WebBrowser2EventHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/WebBrowserEx.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserSuppressError/WebBrowserNavigateErrorEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/INTERNET_OPEN_TYPE.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/INTERNET_OPTION.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/INTERNET_PER_CONN_OPTION.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/INTERNET_PER_CONN_OPTION_LIST.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/InternetProxy.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/ProxyList.xml [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/VBWebBrowserWithProxy.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/WebBrowserWithProxy.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebBrowserWithProxy/WinINet.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/DownloadCompletedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/DownloadProgressChangedEventArgs.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/DownloadStatus.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/DownloaderHelper.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/HttpDownloadClient.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/IDownloader.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/Readme.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWebDownloader/VBWebDownloader.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/GlassForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/NativeMethods.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormExAeroToClient/VBWinFormExAeroToClient.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage.sln [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/App.config [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/Default.htm [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/MainForm.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/MainForm.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/MainForm.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/My Project/Application.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/My Project/Application.myapp [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/My Project/AssemblyInfo.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/My Project/Resources.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/My Project/Resources.resx [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/My Project/Settings.Designer.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/My Project/Settings.settings [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/ReadMe.txt [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/VBWinFormSaveWebpageToImage.vbproj [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/VBWinFormSaveWebpageToImage/WebPageThumbnail.vb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/AjaxControlToolkit.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/AjaxControlToolkit.pdb [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/ar/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/cs/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/de/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/es/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/fr/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/he/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/hi/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/it/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/ja/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/ko/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/nl/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/pt/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/ru/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/tr-TR/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/zh-CHS/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/AjaxControlToolkit4/zh-CHT/AjaxControlToolkit.resources.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/EFDemoDB.mdf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/EFDemoDB_log.ldf [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/FxCopSdk.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/IronPython.Modules.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/IronPython.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/MdbgCore.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.Cci.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.Dynamic.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.Scripting.Debugging.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.Scripting.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.WindowsAPICodePack.Sensors.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.WindowsAPICodePack.Shell.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.WindowsAPICodePack.ShellExtensions.dll [new file with mode: 0644]
sdk/samples/all in on code/Visual Studio 2010/_External_Dependencies/Microsoft.WindowsAPICodePack.dll [new file with mode: 0644]
sdk/samples/all in on code/Your voice makes All-In-One Code Framework better!.url [new file with mode: 0644]
sdk/samples/all in on code/subversion-ignores.reg [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeSample.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeSample.sln [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeSample.suo [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/App.ico [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/AttributeSample.suo [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/AttributeSample.xml [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/AttributeUser.csproj [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/AttributeUser.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/ItemProcessor.cs [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/MainForm.cs [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/AttributeUser/MainForm.resx [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/TraceLibrary/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/TraceLibrary/TraceAttribute.cs [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/TraceLibrary/TraceLibrary.csproj [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/TraceLibrary/TraceLibrary.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/TraceLibrary/TraceLibrary.xml [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/TraceLibrary/TraceOutput.cs [new file with mode: 0644]
sdk/samples/msdn/Attributes/Code/TraceLibrary/TraceOutputProperty.cs [new file with mode: 0644]
sdk/samples/msdn/Attributes/Doc/Attributes.RTF [new file with mode: 0644]
sdk/samples/msdn/Attributes/Doc/Eula.RTF [new file with mode: 0644]
sdk/samples/msdn/Attributes/Misc/AttributeSample.xml [new file with mode: 0644]
sdk/samples/msdn/Attributes/Misc/TraceLibrary.xml [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/App.ico [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/COMPlus.csproj [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/COMPlus.csproj.user [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/COMPlus.sln [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/COMPlus.suo [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/CustomerOrders.cs [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusClient/CustomerOrders.resx [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusDotNet/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusDotNet/COMPlusDotNet.csproj [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusDotNet/COMPlusDotNet.csproj.user [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusDotNet/COMPlusDotNet.sln [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusDotNet/COMPlusDotNet.suo [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Code/COMPlusDotNet/ComPlusSample.cs [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Doc/COMPlusComponent.RTF [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Doc/Eula.RTF [new file with mode: 0644]
sdk/samples/msdn/COMPlusComponent/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/CallbackOption.cs [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/CallbackSample.csproj [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/CallbackSample.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/CallbackSample.sln [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/CallbackSample.suo [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/CallbackSample.xml [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/IResolveCallback.cs [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/ResolveCallbackDelegate.cs [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/ResolveConsole.cs [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/ResolveDelegate.cs [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Code/Resolver.cs [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Doc/Callbacks.RTF [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Doc/Eula.RTF [new file with mode: 0644]
sdk/samples/msdn/Callbacks/Misc/CallbackSample.xml [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/CasSample.csproj [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/CasSample.csproj.user [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/CasSample.sln [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/CasSample.suo [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/Form1.cs [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/Form1.resx [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Code/Thumbs.db [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Doc/CodeAccessSecurity.RTF [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Doc/Eula.RTF [new file with mode: 0644]
sdk/samples/msdn/CodeAccessSecurity/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor.sln [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor.suo [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/DirectoryMonitor.cs [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/DirectoryMonitor.csproj [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/DirectoryMonitor.csproj.user [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/DirectoryMonitor.exe.Config [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/DirectoryMonitor.resx [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/ProjectInstaller.cs [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/ProjectInstaller.resx [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitor/obj/Debug/DirectoryMonitor.projdata [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Code/DirectoryMonitorSetup/DirectoryMonitorSetup.vdproj [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Doc/CreatingAWindowsService.RTF [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Doc/Eula.RTF [new file with mode: 0644]
sdk/samples/msdn/CreatingAWindowsService/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/CustomApplicationFiles.csproj [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/CustomApplicationFiles.csproj.user [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/CustomApplicationFiles.sln [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/CustomApplicationFiles.suo [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/Form1.cs [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Code/Form1.resx [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Doc/CustomApplicationFiles.RTF [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Misc/ApplicationConfiguration.xml [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFiles/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/CustomApplicationFilesSample.exe [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/DirectoryMonitorForm.cs [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/DirectoryMonitorForm.resx [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/DirectoryMonitorWinForm.csproj [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/DirectoryMonitorWinForm.csproj.user [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/DirectoryMonitorWinForm.sln [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Code/DirectoryMonitorWinForm.suo [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Doc/DirectoryMonitor.RTF [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitor/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/DirectoryMonitorSample.exe [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/DragDrop.csproj [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/DragDrop.csproj.user [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/DragDrop.sln [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/DragDrop.suo [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/Form1.cs [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/Form1.resx [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/Thumbs.db [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/bin/Debug/DragDrop.exe [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/bin/Debug/DragDrop.pdb [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/obj/Debug/DragDrop.Form1.resources [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/obj/Debug/DragDrop.exe [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/obj/Debug/DragDrop.exe.incr [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/obj/Debug/DragDrop.pdb [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Code/obj/Debug/DragDrop.projdata [new file with mode: 0644]
sdk/samples/msdn/DragDrop/Doc/DragDrop.RTF [new file with mode: 0644]
sdk/samples/msdn/DragDropSample.exe [new file with mode: 0644]
sdk/samples/msdn/Eula.RTF [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/CircForm.cs [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/CircForm.resx [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/CircularForm.csproj [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/CircularForm.csproj.user [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/CircularForm.sln [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/CircularForm.suo [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/GraphDisplay.cs [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Code/GraphDisplay.resx [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Doc/GDIPlus.RTF [new file with mode: 0644]
sdk/samples/msdn/GDIPlus/Misc/lbluetex.jpg [new file with mode: 0644]
sdk/samples/msdn/GDIPlusSample.exe [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Code/GetImage.aspx [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Code/GetImage.aspx.cs [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Code/ViewImages.aspx [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Code/ViewImages.aspx.cs [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Code/WebForm1.aspx [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Code/WebForm1.aspx.cs [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Doc/ImagesInSQLServer.RTF [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServer/Misc/CreateImagesTable.sql [new file with mode: 0644]
sdk/samples/msdn/ImagesInSqlServerSample.exe [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/FLGUSA02.ICO [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/SystemTray.cs [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/SystemTray.resx [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/SystemTray.sln [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/SystemTray.suo [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/SystemTrayExample.csproj [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/SystemTrayExample.csproj.user [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/WSControllerForm.cs [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/WSControllerForm.resx [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Code/obj/Debug/SystemTrayExample.projdata [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Doc/InteractingWithAWindowsService.RTF [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsService/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/InteractingWithAWindowsServiceSample.exe [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample.sln [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample.suo [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/App.ico [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/MainForm.cs [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/MainForm.resx [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/MaskedEditSample.csproj [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/MaskedEditSample.csproj.user [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/MaskedEditSample.sln [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditSample/MaskedEditSample.suo [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditTextBoxControl/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditTextBoxControl/MaskedEditTextBox.cs [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditTextBoxControl/MaskedEditTextBox.resx [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditTextBoxControl/MaskedEditTextBoxControl.csproj [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Code/MaskedEditTextBoxControl/MaskedEditTextBoxControl.csproj.user [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Doc/MaskedEditControl.RTF [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Misc/Thumbs.db [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControl/Misc/lbluetex.jpg [new file with mode: 0644]
sdk/samples/msdn/MaskedEditControlSample.exe [new file with mode: 0644]
sdk/samples/msdn/MultiFileAssemblies/Code/Math.cs [new file with mode: 0644]
sdk/samples/msdn/MultiFileAssemblies/Code/MathClient.cs [new file with mode: 0644]
sdk/samples/msdn/MultiFileAssemblies/Doc/MultiFileAssemblies.RTF [new file with mode: 0644]
sdk/samples/msdn/MultiFileAssemblies/Misc/domathmod.cmd [new file with mode: 0644]
sdk/samples/msdn/MultiFileAssembliesSample.exe [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/Form1.cs [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/Form1.resx [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/PrintDocument.csproj [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/PrintDocument.csproj.user [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/PrintDocument.sln [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Code/PrintDocument.suo [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Doc/PrintDocument.RTF [new file with mode: 0644]
sdk/samples/msdn/PrintDocument/Misc/ReportData.xml [new file with mode: 0644]
sdk/samples/msdn/PrintDocumentSample.exe [new file with mode: 0644]
sdk/samples/msdn/Readme.RTF [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Customer/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Customer/Customer.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Customer/Customer.csproj [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Customer/Customer.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Employee/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Employee/Employee.csproj [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Employee/Employee.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Employee/Worker.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Person/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Person/Individual.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Person/Person.csproj [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Person/Person.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Reflection.csproj [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Reflection.csproj.user [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Reflection.sln [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/Reflection.suo [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/ReflectionForm.cs [new file with mode: 0644]
sdk/samples/msdn/Reflection/Code/ReflectionForm.resx [new file with mode: 0644]
sdk/samples/msdn/Reflection/Doc/Reflection.RTF [new file with mode: 0644]
sdk/samples/msdn/Reflection/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/ReflectionSample.exe [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/Form1.cs [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/Form1.resx [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/ResourceFiles.csproj [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/ResourceFiles.csproj.user [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/ResourceFiles.sln [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Code/ResourceFiles.suo [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Doc/ResourceFiles.RTF [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Misc/MakeResources.bat [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Misc/MyStrings.es-ES.resources [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Misc/MyStrings.es-ES.txt [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Misc/MyStrings.resources [new file with mode: 0644]
sdk/samples/msdn/ResourceFiles/Misc/MyStrings.txt [new file with mode: 0644]
sdk/samples/msdn/ResourceFilesSample.exe [new file with mode: 0644]
sdk/samples/msdn/SmtpMail/Code/SendingMail.aspx [new file with mode: 0644]
sdk/samples/msdn/SmtpMail/Code/SendingMail.aspx.cs [new file with mode: 0644]
sdk/samples/msdn/SmtpMail/Doc/SmtpMail.RTF [new file with mode: 0644]
sdk/samples/msdn/SmtpMail/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/SmtpMailSample.exe [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderAppend/App.ico [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderAppend/Appender.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderAppend/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderAppend/BuilderAppend.csproj [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderAppend/BuilderAppend.csproj.user [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderAppend/BuilderAppend.sln [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderAppend/BuilderAppend.suo [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderInsert/App.ico [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderInsert/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderInsert/BuilderInsert.csproj [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderInsert/BuilderInsert.csproj.user [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderInsert/BuilderInsert.sln [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderInsert/BuilderInsert.suo [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderInsert/Inserter.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderReplace/App.ico [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderReplace/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderReplace/BuilderReplace.csproj [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderReplace/BuilderReplace.csproj.user [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderReplace/BuilderReplace.sln [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderReplace/BuilderReplace.suo [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/BuilderReplace/Replacer.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringCopy/App.ico [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringCopy/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringCopy/StringCopier.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringCopy/StringCopy.csproj [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringCopy/StringCopy.csproj.user [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringCopy/StringCopy.sln [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringCopy/StringCopy.suo [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSplit/App.ico [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSplit/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSplit/StringSplit.csproj [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSplit/StringSplit.csproj.user [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSplit/StringSplit.sln [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSplit/StringSplit.suo [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSplit/StringSplitter.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSubstring/App.ico [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSubstring/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSubstring/StringSubstring.csproj [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSubstring/StringSubstring.csproj.user [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSubstring/StringSubstring.sln [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSubstring/StringSubstring.suo [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Code/StringSubstring/Substring.cs [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Doc/StringBuilder.RTF [new file with mode: 0644]
sdk/samples/msdn/StringBuilder/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/StringBuilderSample.exe [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/Form1.cs [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/Form1.resx [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/SystemConfigurationFiles.csproj [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/SystemConfigurationFiles.csproj.user [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/SystemConfigurationFiles.sln [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Code/SystemConfigurationFiles.suo [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Doc/SystemConfigurationFiles.RTF [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFiles/Misc/SystemConfigurationFiles.exe.config [new file with mode: 0644]
sdk/samples/msdn/SystemConfigurationFilesSample.exe [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/FLGUSA02.ICO [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/SystemTray.cs [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/SystemTray.resx [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/SystemTray.sln [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/SystemTray.suo [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/SystemTrayExample.csproj [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/SystemTrayExample.csproj.user [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/WSControllerForm.cs [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Code/WSControllerForm.resx [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Doc/SystemTray.RTF [new file with mode: 0644]
sdk/samples/msdn/SystemTray/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/SystemTraySample.exe [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/App.ico [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/WebClient.csproj [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/WebClient.csproj.user [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/WebClient.sln [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/WebClient.suo [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/WebClientForm.cs [new file with mode: 0644]
sdk/samples/msdn/WebClient/Code/WebClientForm.resx [new file with mode: 0644]
sdk/samples/msdn/WebClient/Doc/WebClient.RTF [new file with mode: 0644]
sdk/samples/msdn/WebClient/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/WebClientSample.exe [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/App.ico [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/Form1.cs [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/Form1.resx [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/Web References/localhost/Reference.cs [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/Web References/localhost/Reference.map [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/Web References/localhost/greetings.disco [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/Web References/localhost/greetings.wsdl [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/WebServiceSecurityClient.csproj [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/WebServiceSecurityClient.csproj.user [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/WebServiceSecurityClient.sln [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityClient/WebServiceSecurityClient.suo [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityWS/Greetings.asmx [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Code/WebServiceSecurityWS/Greetings.asmx.cs [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Doc/WebServiceSecurity.RTF [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/Misc/NoFiles.txt [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecurity/WebServiceSecurity.zip [new file with mode: 0644]
sdk/samples/msdn/WebServiceSecuritySample.exe [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/App.ico [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/MainForm.cs [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/MainForm.resx [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/XMLTextReader.csproj [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/XMLTextReader.csproj.user [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/XMLTextReader.sln [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/XMLTextReader.suo [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLReader/customers.xml [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/App.ico [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/AssemblyInfo.cs [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/MainForm.cs [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/MainForm.resx [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/XMLTextWriter.csproj [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/XMLTextWriter.csproj.user [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/XMLTextWriter.sln [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/XMLTextWriter.suo [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Code/XMLWriter/customers.xml [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Doc/XmlTextReaderWriter.RTF [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriter/Misc/customers.xml [new file with mode: 0644]
sdk/samples/msdn/XMLTextReaderWriterSample.exe [new file with mode: 0644]