├── .gitignore ├── .svnignore ├── doc └── content │ ├── Fundamentals │ ├── Dependencies │ │ └── DependenciesOverview.html │ └── Handlers │ │ ├── HandlersOverview.html │ │ └── ParametersParsing.html │ ├── Tutorials │ ├── Create-First-Site.html │ ├── Download.html │ ├── ReturningHttpStatusCodes.html │ └── UsingForms.html │ ├── default.html │ ├── img │ └── Create-First-Site │ │ ├── 2008-12-07_1437.png │ │ ├── 2008-12-07_1438.png │ │ ├── adding_macpro.swf │ │ ├── img11.png │ │ ├── img7.png │ │ └── imgD.png │ └── updatecontentype.ps1 ├── lib ├── castle-1.0.3 │ ├── Castle.ActiveRecord.dll │ ├── Castle.ActiveRecord.xml │ ├── Castle.Components.Binder.dll │ ├── Castle.Components.Binder.xml │ ├── Castle.Components.Common.EmailSender.dll │ ├── Castle.Components.Common.EmailSender.xml │ ├── Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.dll │ ├── Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.xml │ ├── Castle.Components.Common.TemplateEngine.dll │ ├── Castle.Components.Common.TemplateEngine.xml │ ├── Castle.Components.DictionaryAdapter.dll │ ├── Castle.Components.DictionaryAdapter.xml │ ├── Castle.Components.Validator.dll │ ├── Castle.Components.Validator.pdb │ ├── Castle.Components.Validator.xml │ ├── Castle.Core.dll │ ├── Castle.Core.xml │ ├── Castle.DynamicProxy.dll │ ├── Castle.DynamicProxy.xml │ ├── Castle.DynamicProxy2.dll │ ├── Castle.DynamicProxy2.xml │ ├── Castle.Facilities.ActiveRecordIntegration.dll │ ├── Castle.Facilities.ActiveRecordIntegration.xml │ ├── Castle.Facilities.AutomaticTransactionManagement.dll │ ├── Castle.Facilities.AutomaticTransactionManagement.xml │ ├── Castle.Facilities.BatchRegistration.dll │ ├── Castle.Facilities.BatchRegistration.xml │ ├── Castle.Facilities.Cache.dll │ ├── Castle.Facilities.Cache.xml │ ├── Castle.Facilities.Db4oIntegration.dll │ ├── Castle.Facilities.Db4oIntegration.xml │ ├── Castle.Facilities.DynamicLoader.dll │ ├── Castle.Facilities.DynamicLoader.xml │ ├── Castle.Facilities.IBatisNetIntegration.dll │ ├── Castle.Facilities.IBatisNetIntegration.xml │ ├── Castle.Facilities.Logging.dll │ ├── Castle.Facilities.Logging.xml │ ├── Castle.Facilities.NHibernateIntegration.dll │ ├── Castle.Facilities.NHibernateIntegration.xml │ ├── Castle.Facilities.Prevalence.dll │ ├── Castle.Facilities.Prevalence.xml │ ├── Castle.Facilities.Remoting.TestComponents.dll │ ├── Castle.Facilities.Remoting.TestComponents.xml │ ├── Castle.Facilities.Synchronize.dll │ ├── Castle.Facilities.Synchronize.xml │ ├── Castle.MicroKernel.dll │ ├── Castle.MicroKernel.xml │ ├── Castle.MonoRail.ActiveRecordScaffold.dll │ ├── Castle.MonoRail.ActiveRecordScaffold.xml │ ├── Castle.MonoRail.ActiveRecordSupport.dll │ ├── Castle.MonoRail.ActiveRecordSupport.xml │ ├── Castle.MonoRail.Framework.Views.NVelocity.dll │ ├── Castle.MonoRail.Framework.Views.NVelocity.xml │ ├── Castle.MonoRail.Framework.dll │ ├── Castle.MonoRail.Framework.xml │ ├── Castle.MonoRail.JSONSupport.dll │ ├── Castle.MonoRail.JSONSupport.xml │ ├── Castle.MonoRail.TestSupport.dll │ ├── Castle.MonoRail.TestSupport.xml │ ├── Castle.MonoRail.TransformFilters.dll │ ├── Castle.MonoRail.TransformFilters.xml │ ├── Castle.MonoRail.Views.Brail.dll │ ├── Castle.MonoRail.Views.Brail.xml │ ├── Castle.MonoRail.WindsorExtension.dll │ ├── Castle.MonoRail.WindsorExtension.xml │ ├── Castle.Services.Logging.Log4netIntegration.dll │ ├── Castle.Services.Logging.Log4netIntegration.xml │ ├── Castle.Services.Logging.NLogIntegration.dll │ ├── Castle.Services.Logging.NLogIntegration.xml │ ├── Castle.Services.Transaction.dll │ ├── Castle.Services.Transaction.xml │ ├── Castle.VSNetIntegration.CastleWizards.dll │ ├── Castle.VSNetIntegration.CastleWizards.xml │ ├── Castle.Windsor.dll │ ├── Castle.Windsor.xml │ ├── es │ │ └── Castle.Components.Validator.resources.dll │ ├── external-dependencies.zip │ ├── fr │ │ └── Castle.Components.Validator.resources.dll │ ├── it │ │ └── Castle.Components.Validator.resources.dll │ ├── lt │ │ └── Castle.Components.Validator.resources.dll │ ├── lv │ │ └── Castle.Components.Validator.resources.dll │ ├── nl │ │ └── Castle.Components.Validator.resources.dll │ ├── pt-BR │ │ └── Castle.MonoRail.Framework.resources.dll │ ├── pt │ │ └── Castle.Components.Validator.resources.dll │ └── zh-TW │ │ └── Castle.MonoRail.Framework.resources.dll ├── castle-1.1.b1007 │ ├── Castle.ActiveRecord.dll │ ├── Castle.ActiveRecord.pdb │ ├── Castle.ActiveRecord.xml │ ├── Castle.Components.Binder.dll │ ├── Castle.Components.Binder.pdb │ ├── Castle.Components.Binder.xml │ ├── Castle.Components.Common.EmailSender.dll │ ├── Castle.Components.Common.EmailSender.pdb │ ├── Castle.Components.Common.EmailSender.xml │ ├── Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.dll │ ├── Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.pdb │ ├── Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.xml │ ├── Castle.Components.Common.TemplateEngine.dll │ ├── Castle.Components.Common.TemplateEngine.pdb │ ├── Castle.Components.Common.TemplateEngine.xml │ ├── Castle.Components.DictionaryAdapter.dll │ ├── Castle.Components.DictionaryAdapter.pdb │ ├── Castle.Components.DictionaryAdapter.xml │ ├── Castle.Components.Pagination.dll │ ├── Castle.Components.Pagination.pdb │ ├── Castle.Components.Pagination.xml │ ├── Castle.Components.Scheduler.WindsorExtension.dll │ ├── Castle.Components.Scheduler.WindsorExtension.pdb │ ├── Castle.Components.Scheduler.WindsorExtension.xml │ ├── Castle.Components.Scheduler.dll │ ├── Castle.Components.Scheduler.pdb │ ├── Castle.Components.Scheduler.xml │ ├── Castle.Components.Validator.dll │ ├── Castle.Components.Validator.pdb │ ├── Castle.Components.Validator.xml │ ├── Castle.Core.dll │ ├── Castle.Core.pdb │ ├── Castle.Core.xml │ ├── Castle.DynamicProxy.dll │ ├── Castle.DynamicProxy.pdb │ ├── Castle.DynamicProxy.xml │ ├── Castle.DynamicProxy2.dll │ ├── Castle.DynamicProxy2.pdb │ ├── Castle.DynamicProxy2.xml │ ├── Castle.Facilities.ActiveRecordIntegration.dll │ ├── Castle.Facilities.ActiveRecordIntegration.pdb │ ├── Castle.Facilities.ActiveRecordIntegration.xml │ ├── Castle.Facilities.AutomaticTransactionManagement.dll │ ├── Castle.Facilities.AutomaticTransactionManagement.pdb │ ├── Castle.Facilities.AutomaticTransactionManagement.xml │ ├── Castle.Facilities.BatchRegistration.dll │ ├── Castle.Facilities.BatchRegistration.pdb │ ├── Castle.Facilities.BatchRegistration.xml │ ├── Castle.Facilities.Cache.dll │ ├── Castle.Facilities.Cache.pdb │ ├── Castle.Facilities.Cache.xml │ ├── Castle.Facilities.Logging.dll │ ├── Castle.Facilities.Logging.pdb │ ├── Castle.Facilities.Logging.xml │ ├── Castle.Facilities.NHibernateIntegration.dll │ ├── Castle.Facilities.NHibernateIntegration.pdb │ ├── Castle.Facilities.NHibernateIntegration.xml │ ├── Castle.Facilities.Remoting.TestComponents.dll │ ├── Castle.Facilities.Remoting.TestComponents.pdb │ ├── Castle.Facilities.Remoting.TestComponents.xml │ ├── Castle.Facilities.Synchronize.dll │ ├── Castle.Facilities.Synchronize.pdb │ ├── Castle.Facilities.Synchronize.xml │ ├── Castle.Facilities.WcfIntegration.Demo.dll │ ├── Castle.Facilities.WcfIntegration.Demo.pdb │ ├── Castle.Facilities.WcfIntegration.Demo.xml │ ├── Castle.Facilities.WcfIntegration.dll │ ├── Castle.Facilities.WcfIntegration.pdb │ ├── Castle.Facilities.WcfIntegration.xml │ ├── Castle.MicroKernel.dll │ ├── Castle.MicroKernel.pdb │ ├── Castle.MicroKernel.xml │ ├── Castle.MonoRail.ActiveRecordSupport.dll │ ├── Castle.MonoRail.ActiveRecordSupport.pdb │ ├── Castle.MonoRail.ActiveRecordSupport.xml │ ├── Castle.MonoRail.Framework.Views.NVelocity.dll │ ├── Castle.MonoRail.Framework.Views.NVelocity.pdb │ ├── Castle.MonoRail.Framework.Views.NVelocity.xml │ ├── Castle.MonoRail.Framework.dll │ ├── Castle.MonoRail.Framework.pdb │ ├── Castle.MonoRail.Framework.xml │ ├── Castle.MonoRail.TestSupport.dll │ ├── Castle.MonoRail.TestSupport.pdb │ ├── Castle.MonoRail.TestSupport.xml │ ├── Castle.MonoRail.TransformFilters.dll │ ├── Castle.MonoRail.TransformFilters.pdb │ ├── Castle.MonoRail.TransformFilters.xml │ ├── Castle.MonoRail.Views.AspView.dll │ ├── Castle.MonoRail.Views.AspView.pdb │ ├── Castle.MonoRail.Views.AspView.xml │ ├── Castle.MonoRail.Views.Brail.dll │ ├── Castle.MonoRail.Views.Brail.pdb │ ├── Castle.MonoRail.Views.Brail.xml │ ├── Castle.MonoRail.WindsorExtension.dll │ ├── Castle.MonoRail.WindsorExtension.pdb │ ├── Castle.MonoRail.WindsorExtension.xml │ ├── Castle.Services.Logging.Log4netIntegration.dll │ ├── Castle.Services.Logging.Log4netIntegration.pdb │ ├── Castle.Services.Logging.Log4netIntegration.xml │ ├── Castle.Services.Logging.NLogIntegration.dll │ ├── Castle.Services.Logging.NLogIntegration.pdb │ ├── Castle.Services.Logging.NLogIntegration.xml │ ├── Castle.Services.Transaction.dll │ ├── Castle.Services.Transaction.pdb │ ├── Castle.Services.Transaction.xml │ ├── Castle.Windsor.dll │ ├── Castle.Windsor.pdb │ ├── Castle.Windsor.xml │ ├── CastleDynProxy2.dll │ ├── CastleDynProxy2.pdb │ ├── de │ │ └── Castle.MonoRail.Framework.Tests.resources.dll │ ├── es │ │ └── Castle.Components.Validator.resources.dll │ ├── fr │ │ └── Castle.Components.Validator.resources.dll │ ├── it │ │ └── Castle.Components.Validator.resources.dll │ ├── lt │ │ └── Castle.Components.Validator.resources.dll │ ├── lv │ │ └── Castle.Components.Validator.resources.dll │ ├── mk │ │ └── Castle.Components.Validator.resources.dll │ ├── nl │ │ ├── Castle.Components.Validator.resources.dll │ │ └── Castle.MonoRail.Framework.Tests.resources.dll │ ├── pl │ │ └── Castle.Components.Validator.resources.dll │ ├── pt-BR │ │ └── Castle.MonoRail.Framework.resources.dll │ ├── pt │ │ └── Castle.Components.Validator.resources.dll │ ├── ru │ │ └── Castle.Components.Validator.resources.dll │ ├── sv │ │ └── Castle.Components.Validator.resources.dll │ └── zh-TW │ │ └── Castle.MonoRail.Framework.resources.dll ├── castle-2.0 │ ├── Castle.Core.dll │ ├── Castle.Core.xml │ ├── Castle.DynamicProxy2.dll │ ├── Castle.DynamicProxy2.xml │ ├── Castle.MicroKernel.dll │ ├── Castle.MicroKernel.xml │ ├── Castle.Windsor.dll │ └── Castle.Windsor.xml ├── commonservicelocator-1.0 │ ├── Microsoft.Practices.ServiceLocation.XML │ ├── Microsoft.Practices.ServiceLocation.dll │ └── Microsoft.Practices.ServiceLocation.pdb ├── moq-2.5 │ ├── Moq License.txt │ ├── Moq.chm │ ├── Moq.dll │ ├── Moq.pdb │ └── Moq.xml ├── msbuildextensionpack-3.5 │ ├── MSBuild.ExtensionPack.BizTalk.dll │ ├── MSBuild.ExtensionPack.BizTalk.pdb │ ├── MSBuild.ExtensionPack.BizTalk.xsd │ ├── MSBuild.ExtensionPack.Framework.xsd │ ├── MSBuild.ExtensionPack.Iis7.dll │ ├── MSBuild.ExtensionPack.Iis7.pdb │ ├── MSBuild.ExtensionPack.Iis7.xsd │ ├── MSBuild.ExtensionPack.JSharp.dll │ ├── MSBuild.ExtensionPack.JSharp.pdb │ ├── MSBuild.ExtensionPack.JSharp.xsd │ ├── MSBuild.ExtensionPack.MSTFSBuild2008.xsd │ ├── MSBuild.ExtensionPack.Sql2005.dll │ ├── MSBuild.ExtensionPack.Sql2005.pdb │ ├── MSBuild.ExtensionPack.Sql2005.xsd │ ├── MSBuild.ExtensionPack.Sql2008.dll │ ├── MSBuild.ExtensionPack.Sql2008.pdb │ ├── MSBuild.ExtensionPack.Sql2008.xsd │ ├── MSBuild.ExtensionPack.StyleCop.dll │ ├── MSBuild.ExtensionPack.StyleCop.pdb │ ├── MSBuild.ExtensionPack.StyleCop.xsd │ ├── MSBuild.ExtensionPack.Sync.dll │ ├── MSBuild.ExtensionPack.Sync.pdb │ ├── MSBuild.ExtensionPack.Sync.xsd │ ├── MSBuild.ExtensionPack.Tfs.dll │ ├── MSBuild.ExtensionPack.Tfs.pdb │ ├── MSBuild.ExtensionPack.Tfs.xsd │ ├── MSBuild.ExtensionPack.VersionNumber.targets │ ├── MSBuild.ExtensionPack.dll │ ├── MSBuild.ExtensionPack.dll.config │ ├── MSBuild.ExtensionPack.pdb │ └── MSBuild.ExtensionPack.tasks ├── msbuildtasks-1.3 │ ├── MSBuild.Community.Tasks.Targets │ ├── MSBuild.Community.Tasks.chm │ ├── MSBuild.Community.Tasks.dll │ ├── MSBuild.Community.Tasks.pdb │ ├── MSBuild.Community.Tasks.xml │ └── MSBuild.Community.Tasks.xsd ├── ninject-2.0.1.0 │ ├── Ninject.dll │ └── Ninject.xml ├── ninject-2.0 │ ├── Ninject.dll │ └── Ninject.xml ├── nunit-2.5 │ ├── NUnitFitTests.html │ ├── NUnitTests.config │ ├── NUnitTests.nunit │ ├── agent.conf │ ├── agent.log.conf │ ├── clr.bat │ ├── launcher.log.conf │ ├── lib │ │ ├── Failure.jpg │ │ ├── Failure.png │ │ ├── Gray.jpg │ │ ├── Ignored.jpg │ │ ├── Ignored.png │ │ ├── Inconclusive.png │ │ ├── Skipped.png │ │ ├── Success.jpg │ │ ├── Success.png │ │ ├── fit.dll │ │ ├── log4net.dll │ │ ├── nunit-console-runner.dll │ │ ├── nunit-gui-runner.dll │ │ ├── nunit.core.dll │ │ ├── nunit.core.interfaces.dll │ │ ├── nunit.fixtures.dll │ │ ├── nunit.uiexception.dll │ │ ├── nunit.uikit.dll │ │ └── nunit.util.dll │ ├── nunit-agent.exe │ ├── nunit-agent.exe.config │ ├── nunit-console-x86.exe │ ├── nunit-console-x86.exe.config │ ├── nunit-console.exe │ ├── nunit-console.exe.config │ ├── nunit-x86.exe │ ├── nunit-x86.exe.config │ ├── nunit.exe │ ├── nunit.exe.config │ ├── nunit.framework.dll │ ├── pnunit-agent.exe │ ├── pnunit-agent.exe.config │ ├── pnunit-launcher.exe │ ├── pnunit-launcher.exe.config │ ├── pnunit.framework.dll │ ├── pnunit.tests.dll │ ├── runFile.exe │ ├── runFile.exe.config │ ├── runpnunit.bat │ └── test.conf ├── putty │ └── psftp.exe ├── scriptsharp-0.5 │ ├── Framework │ │ ├── mscorlib.dll │ │ ├── ssagctrl.debug.js │ │ ├── ssagctrl.dll │ │ ├── ssagctrl.js │ │ ├── ssagctrl.xml │ │ ├── sscompat.debug.js │ │ ├── sscompat.js │ │ ├── sscorlib.debug.js │ │ ├── sscorlib.dll │ │ ├── sscorlib.js │ │ ├── sscorlib.xml │ │ ├── ssfeeds.debug.js │ │ ├── ssfeeds.dll │ │ ├── ssfeeds.js │ │ ├── ssfeeds.xml │ │ ├── ssfso.debug.js │ │ ├── ssfso.dll │ │ ├── ssfso.js │ │ ├── ssfso.xml │ │ ├── ssfx.Core.debug.js │ │ ├── ssfx.Core.dll │ │ ├── ssfx.Core.js │ │ ├── ssfx.Core.xml │ │ ├── ssfx.Reflection.debug.js │ │ ├── ssfx.Reflection.dll │ │ ├── ssfx.Reflection.js │ │ ├── ssfx.Reflection.xml │ │ ├── ssfx.UI.Forms.debug.js │ │ ├── ssfx.UI.Forms.dll │ │ ├── ssfx.UI.Forms.js │ │ ├── ssfx.UI.Forms.xml │ │ ├── ssfx.XDAjax.debug.js │ │ ├── ssfx.XDAjax.dll │ │ ├── ssfx.XDAjax.js │ │ ├── ssfx.XDAjax.xml │ │ ├── ssgadgets.debug.js │ │ ├── ssgadgets.dll │ │ ├── ssgadgets.js │ │ ├── ssgadgets.xml │ │ ├── ssve4.debug.js │ │ ├── ssve4.dll │ │ ├── ssve4.js │ │ └── ssve4.xml │ ├── nStuff.ScriptSharp.Web.Design.dll │ ├── nStuff.ScriptSharp.Web.dll │ ├── nStuff.ScriptSharp.dll │ ├── nStuff.ScriptSharp.targets │ ├── ssc.exe │ └── sspp.exe ├── structuremap-2.6.2 │ ├── Castle.Core.dll │ ├── Castle.DynamicProxy2.dll │ ├── LICENSE.TXT │ ├── Moq.dll │ ├── Rhino.Mocks.dll │ ├── StructureMap.AutoFactory.dll │ ├── StructureMap.AutoMocking.dll │ ├── StructureMap.AutoMocking.xml │ ├── StructureMap.chm │ ├── StructureMap.dll │ ├── StructureMap.pdb │ ├── StructureMap.xml │ └── StructureMapDoctor.exe ├── trac-0.1 │ ├── CaffeineIT.MSBuild.Trac.dll │ ├── CaffeineIT.MSBuild.Trac.pdb │ ├── CaffeineIT.MSBuild.Trac.tasks │ ├── CaffeineIT.Trac.dll │ ├── CaffeineIT.Trac.pdb │ └── CookComputing.XmlRpcV2.dll ├── unity-1.2 │ ├── Microsoft.Practices.ObjectBuilder2.dll │ ├── Microsoft.Practices.ObjectBuilder2.pdb │ ├── Microsoft.Practices.ObjectBuilder2.xml │ ├── Microsoft.Practices.Unity.dll │ ├── Microsoft.Practices.Unity.pdb │ └── Microsoft.Practices.Unity.xml └── wix-3.0 │ ├── CPL.TXT │ ├── IncludeFile.ico │ ├── LocalizationFile.ico │ ├── Microsoft.Tools.WindowsInstallerXml.NAntTasks.dll │ ├── ProductFile.ico │ ├── ProjectFile.ico │ ├── SetupBuilder.dll │ ├── WixComPlusExtension.dll │ ├── WixCop.exe │ ├── WixDifxAppExtension.dll │ ├── WixDirectXExtension.dll │ ├── WixFirewallExtension.dll │ ├── WixGamingExtension.dll │ ├── WixIIsExtension.dll │ ├── WixIsolatedAppExtension.dll │ ├── WixLibraryFile.ico │ ├── WixMsmqExtension.dll │ ├── WixNetFxExtension.dll │ ├── WixOfficeExtension.dll │ ├── WixPSExtension.dll │ ├── WixSqlExtension.dll │ ├── WixTasks.dll │ ├── WixUIExtension.dll │ ├── WixUtilExtension.dll │ ├── WixVSExtension.dll │ ├── candle.exe │ ├── candle.exe.config │ ├── ct.exe │ ├── ct.exe.config │ ├── ctui.exe │ ├── ctui.exe.config │ ├── darice.cub │ ├── dark.exe │ ├── dark.exe.config │ ├── difxapp_x64.wixlib │ ├── difxapp_x86.wixlib │ ├── heat.exe │ ├── heat.exe.config │ ├── light.exe │ ├── light.exe.config │ ├── lit.exe │ ├── lit.exe.config │ ├── melt.exe │ ├── melt.exe.config │ ├── mergemod.cub │ ├── mergemod.dll │ ├── mspatchc.dll │ ├── pyro.exe │ ├── pyro.exe.config │ ├── sconce2005.dll │ ├── sconce2008.dll │ ├── setup.exe │ ├── setupbld.exe │ ├── smoke.exe │ ├── smoke.exe.config │ ├── torch.exe │ ├── torch.exe.config │ ├── votive2005.dll │ ├── votive2008.dll │ ├── wconsole.dll │ ├── winterop.dll │ ├── wix.ca.targets │ ├── wix.dll │ ├── wix.targets │ └── wui.dll ├── make.bat ├── readme.md ├── src ├── CommonInfo.cs ├── OldOpenRasta.Silverlight.sln ├── Settings.StyleCop ├── apply-license.PS1 ├── client │ ├── OpenRasta.Client.Tests.Unit │ │ ├── ClientSpecification.cs │ │ ├── Customer.cs │ │ └── QueryStringTranslator_Specification.cs │ └── OpenRasta.Client │ │ ├── OpenRasta.Client.csproj │ │ ├── OpenRastaClient.cs │ │ ├── QueryStringTranslator.cs │ │ └── ResourceContext.cs ├── demo │ ├── OpenRasta.Demo.sln │ └── OpenRasta.Demo │ │ ├── Codecs │ │ ├── AtomFeedCodec.cs │ │ ├── AtomItemCodec.cs │ │ ├── RssFeedCodec.cs │ │ ├── RssItemCodec.cs │ │ └── SyndicationCodecBase.cs │ │ ├── Configuration.cs │ │ ├── Handlers │ │ ├── ArticleHandler.cs │ │ ├── CustomerHandler.cs │ │ ├── HomeHandler.cs │ │ ├── NewsListHandler.cs │ │ ├── ProductHandler.cs │ │ └── ProductListHandler.cs │ │ ├── OpenRasta.Demo.csproj │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── Resources │ │ ├── Customer.cs │ │ ├── Home.cs │ │ ├── NewsList.cs │ │ ├── Product.cs │ │ ├── SynchronizableArticle.cs │ │ └── Widget.cs │ │ ├── SyndicationExtensions │ │ ├── FeedSync.cs │ │ └── SyndicationElementExtensionCollectionExtensions.cs │ │ ├── Views │ │ ├── Content │ │ │ └── css │ │ │ │ └── main.css │ │ ├── CustomerView.aspx │ │ ├── CustomerView.aspx.cs │ │ ├── CustomerView.aspx.designer.cs │ │ ├── HomeView.Master │ │ ├── HomeView.aspx │ │ ├── NewsListPartialView.ascx │ │ ├── ProductListView.aspx │ │ ├── ProductListView.aspx.cs │ │ ├── ProductListView.aspx.designer.cs │ │ ├── ProductView.aspx │ │ ├── ProductView.aspx.cs │ │ ├── ProductView.aspx.designer.cs │ │ ├── Widget.aspx │ │ ├── WidgetList.aspx │ │ ├── toc.aspx │ │ ├── toc.aspx.cs │ │ └── toc.aspx.designer.cs │ │ ├── Web.config │ │ ├── WidgetListHandler.cs │ │ └── default.aspx ├── install │ ├── OpenRasta.Installer.sln │ └── OpenRasta.Installer │ │ ├── OpenRasta.Installer.wixproj │ │ ├── Product.wxs │ │ └── license.rtf ├── license-foot.txt ├── license-head.txt ├── ninject │ ├── OpenRasta.DI.Ninject.Tests.Unit │ │ ├── NinjectDependencyResolver_Specification.cs │ │ ├── OpenRasta.DI.Ninject.Tests.Unit.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── SubContainerKernel_Specification.cs │ ├── OpenRasta.DI.Ninject.sln │ └── OpenRasta.DI.Ninject │ │ ├── AllResolvablePropertiesInjectionHeuristic.cs │ │ ├── ContextStoreDependencyCleaner.cs │ │ ├── Extensions.cs │ │ ├── InjectableConstructorScorer.cs │ │ ├── NinjectDependencyResolver.cs │ │ ├── OpenRasta.DI.Ninject.csproj │ │ ├── PerRequestProvider.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── SubContainerKernel.cs │ │ └── WebBinding.cs ├── openbastard │ ├── OpenBastard.Hosting.Iis7.WorkerProcess-32 │ │ ├── OpenBastard.Hosting.Iis7.WorkerProcess-32.csproj │ │ ├── Program.cs │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── OpenBastard.Hosting.Iis7.WorkerProcess-64 │ │ ├── OpenBastard.Hosting.Iis7.WorkerProcess-64.csproj │ │ ├── Program.cs │ │ └── Properties │ │ │ └── AssemblyInfo.cs │ ├── OpenBastard.Hosting.Iis7 │ │ ├── Iis7Server.cs │ │ ├── Iis7Starter.cs │ │ ├── IisConfigFiles.Designer.cs │ │ ├── IisConfigFiles.resx │ │ ├── OpenBastard.Hosting.Iis7.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── Resources │ │ │ └── iis7.applicationHost.config │ ├── OpenBastard.TestRunner │ │ ├── Environments │ │ │ ├── FileBasedAspNetEnvironment.cs │ │ │ ├── HttpListenerEnvironment.cs │ │ │ ├── HttpWebRequestEnvironment.cs │ │ │ ├── IEnvironment.cs │ │ │ ├── Iis7 │ │ │ │ ├── Iis7ClassicEnvironment.cs │ │ │ │ ├── Iis7Environment.cs │ │ │ │ └── Iis7IntegratedEnvironment.cs │ │ │ ├── InMemoryEnvironment.cs │ │ │ └── WebRequestResponse.cs │ │ ├── IisConfigFiles.Designer.cs │ │ ├── IisConfigFiles.resx │ │ ├── Infrastructure │ │ │ ├── RequestExtensions.cs │ │ │ └── SuiteProvider.cs │ │ ├── OpenBastard.TestRunner.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Resources │ │ │ ├── iis7.applicationHost.config │ │ │ └── web.config │ │ ├── Scenarios │ │ │ ├── accessing_the_homepage.cs │ │ │ ├── manipulating_users.cs │ │ │ └── uploading_files.cs │ │ └── dependencies.targets │ ├── OpenBastard │ │ ├── Configurator.cs │ │ ├── Handlers │ │ │ ├── HomeHandler.cs │ │ │ ├── UploadedFileHandler.cs │ │ │ ├── UserHandler.cs │ │ │ └── UserListHandler.cs │ │ ├── OpenBastard.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Resources │ │ │ ├── Home.cs │ │ │ ├── UploadedFile.cs │ │ │ └── User.cs │ │ ├── StaticAuthenticationProvider.cs │ │ ├── Uris.cs │ │ └── dependencies.targets │ └── openbastard.sln ├── openrasta-aspnet │ ├── .gitignore │ ├── build │ │ └── common.project.properties │ ├── openrasta-aspnet-2.1.0.49962940.wrap │ ├── openrasta-aspnet-2.1.0.49965569.wrap │ ├── openrasta-aspnet.5.1.TeamCity.user │ ├── openrasta-aspnet.sln │ ├── openrasta-aspnet.wrapdesc │ ├── src │ │ ├── CommonInfo.cs │ │ ├── OpenRasta.Codecs.WebForms.Tests.Unit │ │ │ ├── OpenRasta.Codecs.WebForms.Tests.Unit.csproj │ │ │ ├── PageParser_Specification.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── WebFromsCodec_Specification.cs │ │ ├── OpenRasta.Codecs.WebForms │ │ │ ├── Configuration │ │ │ │ ├── HasTheUri.cs │ │ │ │ ├── HasTheUriExtensions.cs │ │ │ │ └── WebFormsConfigurationExtensions.cs │ │ │ ├── MasterPageView.cs │ │ │ ├── OpenRasta.Codecs.WebForms.csproj │ │ │ ├── OpenRastaPageParserFilter.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── ResourceSubView.cs │ │ │ ├── ResourceView.cs │ │ │ ├── ResourceView`1.cs │ │ │ ├── Settings.StyleCop │ │ │ ├── WebFormsCodec.cs │ │ │ ├── WebFormsDefaultHandler.cs │ │ │ └── XHtmlProducer.cs │ │ ├── OpenRasta.Hosting.AspNet.Tests.Integration │ │ │ ├── AspNetHost_Specification.cs │ │ │ ├── FileCopySetup.cs │ │ │ ├── HandlerRegistration_Specification.cs │ │ │ ├── OpenRasta.Hosting.AspNet.Tests.Integration.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Web.config │ │ │ └── server_context.cs │ │ ├── OpenRasta.Hosting.AspNet │ │ │ ├── AspNetCommunicationContext.cs │ │ │ ├── AspNetContextStore.cs │ │ │ ├── AspNetHost.cs │ │ │ ├── AspNetHttpListener │ │ │ │ ├── HttpListenerAspNetHost.cs │ │ │ │ ├── HttpListenerController.cs │ │ │ │ └── HttpListenerWorkerRequest.cs │ │ │ ├── AspNetLogSource.cs │ │ │ ├── AspNetRequest.cs │ │ │ ├── AspNetResponse.cs │ │ │ ├── HttpHandlerRegistration.cs │ │ │ ├── Iis.cs │ │ │ ├── Iis6.cs │ │ │ ├── Iis7.cs │ │ │ ├── OpenRasta.Hosting.AspNet.csproj │ │ │ ├── OpenRastaHandler.cs │ │ │ ├── OpenRastaModule.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ └── dependencies.targets │ │ └── resharper.xml │ ├── version │ └── wraps │ │ ├── .gitignore │ │ ├── Moq-3.1.416.3.wrap │ │ ├── NUnit-2.5.7.10213.wrap │ │ ├── SharpZipLib-0.85.5.452.wrap │ │ ├── SharpZipLib-0.86.0.wrap │ │ ├── openfilesystem-1.0.0.48173043.wrap │ │ ├── openfilesystem-1.0.0.48566767.wrap │ │ ├── openrasta-core-2.1.0.48177206.wrap │ │ ├── openrasta-core-2.1.0.48827556.wrap │ │ ├── openwrap-1.0.0.47636484.wrap │ │ ├── openwrap-1.0.0.48177668.wrap │ │ ├── openwrap-1.0.0.48180760.wrap │ │ ├── openwrap-1.0.0.48804840.wrap │ │ ├── openwrap-1.0.0.49448703.wrap │ │ ├── openwrap │ │ ├── bin-net35 │ │ │ ├── OpenRasta.Client.dll │ │ │ ├── OpenRasta.Client.pdb │ │ │ ├── OpenWrap.Testing.dll │ │ │ ├── OpenWrap.Testing.pdb │ │ │ ├── OpenWrap.dll │ │ │ └── OpenWrap.pdb │ │ ├── build │ │ │ ├── OpenWrap.Build.Bootstrap.dll │ │ │ ├── OpenWrap.Build.Bootstrap.pdb │ │ │ ├── OpenWrap.Build.Tasks.dll │ │ │ ├── OpenWrap.Build.Tasks.pdb │ │ │ ├── OpenWrap.CSharp.targets │ │ │ ├── OpenWrap.Resharper.450.dll │ │ │ ├── OpenWrap.Resharper.450.pdb │ │ │ ├── OpenWrap.Resharper.500.dll │ │ │ ├── OpenWrap.Resharper.500.pdb │ │ │ ├── OpenWrap.Resharper.510.dll │ │ │ ├── OpenWrap.Resharper.510.pdb │ │ │ ├── OpenWrap.Resharper.511.dll │ │ │ ├── OpenWrap.Resharper.511.pdb │ │ │ └── OpenWrap.tasks │ │ ├── commands │ │ │ ├── OpenWrap.Commands.dll │ │ │ └── OpenWrap.Commands.pdb │ │ ├── openwrap.wrapdesc │ │ ├── tests │ │ │ ├── OpenWrap.Build.Tasks.dll │ │ │ ├── OpenWrap.Build.Tasks.pdb │ │ │ ├── OpenWrap.Commands.dll │ │ │ ├── OpenWrap.Commands.pdb │ │ │ ├── OpenWrap.Resharper.450.dll │ │ │ ├── OpenWrap.Resharper.450.pdb │ │ │ ├── OpenWrap.Resharper.500.dll │ │ │ ├── OpenWrap.Resharper.500.pdb │ │ │ ├── OpenWrap.Resharper.510.dll │ │ │ ├── OpenWrap.Resharper.510.pdb │ │ │ ├── OpenWrap.Resharper.511.dll │ │ │ ├── OpenWrap.Resharper.511.pdb │ │ │ ├── OpenWrap.Tests.dll │ │ │ ├── OpenWrap.Tests.pdb │ │ │ └── Repositories │ │ │ │ ├── feedodata.xml │ │ │ │ └── feedodata2.xml │ │ └── version │ │ └── tdnet-framework-2.0.0.48555719.wrap ├── openrasta-core │ ├── .gitignore │ ├── build │ │ └── common.project.properties │ ├── openrasta-core-2.1.0.53141187.wrap │ ├── openrasta-core.5.1.ReSharper │ ├── openrasta-core.5.1.TeamCity.user │ ├── openrasta-core.sln │ ├── openrasta-core.wrapdesc │ ├── src │ │ ├── CommonInfo.cs │ │ ├── OpenRasta.Testing │ │ │ ├── AssertExtensions.cs │ │ │ ├── OpenRasta.Testing.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── SpecExtensions.cs │ │ │ ├── SpecExtensionsFixture.cs │ │ │ └── context.cs │ │ ├── OpenRasta.Tests.Integration │ │ │ ├── Binding │ │ │ │ └── CustomSurrogates.cs │ │ │ ├── Codecs │ │ │ │ ├── HtmlForm_Specification.cs │ │ │ │ ├── Json_Specification.cs │ │ │ │ ├── MultipartFormData_Specification.cs │ │ │ │ └── TextPlain_Specification.cs │ │ │ ├── MultipleThreads_Specification.cs │ │ │ ├── OpenRasta.Tests.Integration.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Regressions │ │ │ │ ├── 135.cs │ │ │ │ ├── 148.1.cs │ │ │ │ ├── 78.cs │ │ │ │ ├── 92.cs │ │ │ │ └── 96.cs │ │ │ ├── Security │ │ │ │ └── DigestAuthentication_Specification.cs │ │ │ ├── Settings.StyleCop │ │ │ ├── Stubs │ │ │ │ ├── Customer.cs │ │ │ │ └── CustomerHandler.cs │ │ │ ├── UriDecorators │ │ │ │ └── ContentTypeExtensions_Specification.cs │ │ │ └── server_context.cs │ │ ├── OpenRasta.Tests.Unit │ │ │ ├── Authentication │ │ │ │ └── Basic │ │ │ │ │ └── BasicAuthenticationScheme_Specification.cs │ │ │ ├── Binding │ │ │ │ ├── DefaultBinderLocator_Specification.cs │ │ │ │ └── KeyedValuesBinder_Specification.cs │ │ │ ├── CodeDom.Compiler │ │ │ │ └── ExtensibleCompiler_Specification.cs │ │ │ ├── Codecs │ │ │ │ ├── ApplicationOctetStreamCodec_Specification.cs │ │ │ │ ├── ApplicationXWwwUrlformEncodedCodec_Specification.cs │ │ │ │ ├── CodecMatch_Specification.cs │ │ │ │ ├── CodecRepository_Specification.cs │ │ │ │ ├── JsonDataContractCodec_Specification.cs │ │ │ │ ├── MediaTypeDictionary_Specification.cs │ │ │ │ ├── MultipartFormDataCodec_Specification.cs │ │ │ │ ├── WebForms_Specification.cs │ │ │ │ ├── codec_context.cs │ │ │ │ ├── media_type_reader_context.cs │ │ │ │ └── media_type_writer_context.cs │ │ │ ├── Collections │ │ │ │ ├── CollectionExtensions_Specification.cs │ │ │ │ ├── ObservableIterator_Specification.cs │ │ │ │ └── ResumableIterator_Specification.cs │ │ │ ├── Configuration │ │ │ │ ├── LegacyManualConfiguration_Specification.cs │ │ │ │ ├── MetaModelHandler_Specification.cs │ │ │ │ ├── MetaModel_Specification.cs │ │ │ │ └── configuration_context.cs │ │ │ ├── DI │ │ │ │ ├── DependencyManager_Specification.cs │ │ │ │ ├── InternalDependencyResolver_Specification.cs │ │ │ │ ├── MockTypes.cs │ │ │ │ ├── dependency_resolver_context.cs │ │ │ │ └── when_resolving_instances.cs │ │ │ ├── Data │ │ │ │ └── PagedData_Specification.cs │ │ │ ├── Diagnostics │ │ │ │ └── LogSource_Specification.cs │ │ │ ├── Fakes │ │ │ │ ├── Address.cs │ │ │ │ ├── Customer.cs │ │ │ │ ├── CustomerCodec.cs │ │ │ │ ├── CustomerHandler.cs │ │ │ │ ├── CustomerReaderCodec.cs │ │ │ │ ├── CustomerWriterCodec.cs │ │ │ │ ├── Elrond.cs │ │ │ │ ├── FailingCodec.cs │ │ │ │ ├── Frodo.cs │ │ │ │ ├── Gandalf.cs │ │ │ │ ├── GilGalad.cs │ │ │ │ ├── House.cs │ │ │ │ └── Sauron.cs │ │ │ ├── IO │ │ │ │ ├── BoundaryStreamReader_Specification.cs │ │ │ │ ├── ByteArrayExtension_Specification.cs │ │ │ │ ├── DeterministicStreamWriter_Specification.cs │ │ │ │ ├── HistoryStream_Specification.cs │ │ │ │ ├── LengthTrackingStream_Specification.cs │ │ │ │ ├── MultipartReader_Specification.cs │ │ │ │ ├── MultipartWriter_Specification.cs │ │ │ │ └── stream_context.cs │ │ │ ├── OpenRasta.Tests.Unit.csproj │ │ │ ├── OperationModel │ │ │ │ ├── CodecSelectors │ │ │ │ │ └── RequestCodecSelector_Specification.cs │ │ │ │ ├── Filters │ │ │ │ │ ├── HttpMethodOperationFilter_Specification.cs │ │ │ │ │ ├── UriNameOperationFilter_Specification.cs │ │ │ │ │ ├── UriParametersFilter_Specification.cs │ │ │ │ │ └── operation_filter_context.cs │ │ │ │ ├── Hydrators │ │ │ │ │ └── RequestEntityReaderHydrator_Specification.cs │ │ │ │ ├── Interceptors │ │ │ │ │ └── Interceptors_Specification.cs │ │ │ │ ├── MethodBased │ │ │ │ │ ├── MethodBasedOperationCreator_Specification.cs │ │ │ │ │ ├── MethodBasedOperation_Specification.cs │ │ │ │ │ └── TypeExclusionFilter_Specification.cs │ │ │ │ └── OperationHydration_Spec.cs │ │ │ ├── Pipeline │ │ │ │ ├── Contributors │ │ │ │ │ ├── AuthenticationChallenger_Specification.cs │ │ │ │ │ ├── Authentication_Specification.cs │ │ │ │ │ ├── HandlerMethodFiltersInvoker_Specification.cs │ │ │ │ │ ├── HandlerMethodInvoker_Specification.cs │ │ │ │ │ ├── HandlerMethodrequestEntityResolver_Specification.cs │ │ │ │ │ ├── HandlerResolver_Specification.cs │ │ │ │ │ ├── HttpMethodOverrider_Specification.cs │ │ │ │ │ ├── InvalidRequestEntityRemover_Specification.cs │ │ │ │ │ ├── OperationCreationContributor_Specification.cs │ │ │ │ │ ├── OperationProcessors_Specification.cs │ │ │ │ │ ├── RequestEntityReader_Specification.cs │ │ │ │ │ ├── ResourceTypeResolver_Specification.cs │ │ │ │ │ ├── ResponseEntityCodecResolver_Specification.cs │ │ │ │ │ ├── ResponseEntityWriter_Specification.cs │ │ │ │ │ └── UriDecoratorsController_Specification.cs │ │ │ │ ├── DigestCredentialsReader_Specification.cs │ │ │ │ └── PipelineRunner_Specification.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── Security │ │ │ │ ├── RequiresAuthenticationInterceptor_Specification.cs │ │ │ │ └── RequiresRoleInterceptor_Specification.cs │ │ │ ├── Settings.StyleCop │ │ │ ├── TestErrorCollector.cs │ │ │ ├── Text │ │ │ │ └── Rfc2047Encoding_Specification.cs │ │ │ ├── TypeSystem │ │ │ │ ├── Extensions_Specification.cs │ │ │ │ ├── Instances_Specification.cs │ │ │ │ ├── Members_Specification.cs │ │ │ │ ├── PropertyPathExpressionTree_Specification.cs │ │ │ │ ├── PropertyPathManager_Specification.cs │ │ │ │ ├── ReflectionExtensions_Specification.cs │ │ │ │ ├── Surrogate2_Specification.cs │ │ │ │ └── Surrogates_Specification.cs │ │ │ ├── UriTemplateTable_Specification.cs │ │ │ ├── UriTemplate_Specification.cs │ │ │ ├── Web │ │ │ │ ├── Filters │ │ │ │ │ └── PrincipalAuthorizationAttribute_Specification.cs │ │ │ │ ├── Handlers │ │ │ │ │ └── HandlerRepository_Specification.cs │ │ │ │ ├── HttpHeaders_Specification.cs │ │ │ │ ├── IUriResolverExtensions_Specification.cs │ │ │ │ ├── Markup │ │ │ │ │ ├── ElementExtensions_Specification.cs │ │ │ │ │ ├── Element_Specification.cs │ │ │ │ │ ├── ExpressionTreeXHtmlProducer_Specification.cs │ │ │ │ │ ├── FormElement_Specification.cs │ │ │ │ │ ├── IIframeModule_Specification.cs │ │ │ │ │ ├── SelectElement_Specification.cs │ │ │ │ │ ├── StyleSheetModule_Specification.cs │ │ │ │ │ ├── TextArea_Specification.cs │ │ │ │ │ ├── TextNode_Specification.cs │ │ │ │ │ ├── XhtmlDOM_Specification.cs │ │ │ │ │ └── markup_element_context.cs │ │ │ │ ├── MediaType_Specification.cs │ │ │ │ ├── Reflection_Specification.cs │ │ │ │ ├── TemplatedUriResolver_Specification.cs │ │ │ │ ├── UriDecorators │ │ │ │ │ └── ContentTypeExtension_Specification.cs │ │ │ │ └── WhenUsingCollectionExtensions.cs │ │ │ └── openrasta_context.cs │ │ ├── OpenRasta │ │ │ ├── Authentication │ │ │ │ ├── AuthenticationResult.cs │ │ │ │ ├── Basic │ │ │ │ │ ├── BasicAuthRequestHeader.cs │ │ │ │ │ ├── BasicAuthenticationScheme.cs │ │ │ │ │ └── IBasicAuthenticator.cs │ │ │ │ ├── Digest │ │ │ │ │ ├── DigestAuthRequestHeader.cs │ │ │ │ │ ├── DigestAuthenticationScheme.cs │ │ │ │ │ └── IDigestAuthenticator.cs │ │ │ │ └── IAuthenticationScheme.cs │ │ │ ├── Binding │ │ │ │ ├── BinderAttribute.cs │ │ │ │ ├── BinderBaseAttribute.cs │ │ │ │ ├── BindingResult.cs │ │ │ │ ├── ChangeSetBinder.cs │ │ │ │ ├── DefaultObjectBinderLocator.cs │ │ │ │ ├── IObjectBinder.cs │ │ │ │ ├── IObjectBinderLocator.cs │ │ │ │ ├── KeyedValues.cs │ │ │ │ ├── KeyedValuesBinder.cs │ │ │ │ ├── KeyedValuesBinderAttribute.cs │ │ │ │ ├── KeyedValues`1.cs │ │ │ │ └── ValueConverter.cs │ │ │ ├── CodeDom.Compiler │ │ │ │ ├── ExtensibleCSharpCodeProvider.cs │ │ │ │ ├── ICodeSnippetModifier.cs │ │ │ │ ├── ICodeSnippetTextModifier.cs │ │ │ │ ├── MarkupElementModifier.cs │ │ │ │ └── UnencodedOutputModifier.cs │ │ │ ├── Codecs │ │ │ │ ├── Codec.cs │ │ │ │ ├── CodecExtensions.cs │ │ │ │ ├── CodecMatch.cs │ │ │ │ ├── CodecRegistration.cs │ │ │ │ ├── CodecRepository.cs │ │ │ │ ├── HtmlErrorCodec.cs │ │ │ │ ├── HtmlErrorPage.cs │ │ │ │ ├── ICodec.cs │ │ │ │ ├── ICodecRepository.cs │ │ │ │ ├── IKeyedValuesMediaTypeReader.cs │ │ │ │ ├── IMediaTypeReader.cs │ │ │ │ ├── IMediaTypeWriter.cs │ │ │ │ ├── MediaTypeAttribute.cs │ │ │ │ ├── MediaTypeDictionary.cs │ │ │ │ ├── Strictly.cs │ │ │ │ ├── SupportedTypeAttribute.cs │ │ │ │ ├── application │ │ │ │ │ ├── json │ │ │ │ │ │ └── JsonDataContractCodec.cs │ │ │ │ │ ├── octet-stream │ │ │ │ │ │ └── ApplicationOctetStreamCodec.cs │ │ │ │ │ ├── x-www-form-urlencoded │ │ │ │ │ │ ├── AbstractApplicationXWwwFormUrlencodedCodec.cs │ │ │ │ │ │ ├── ApplicationXWwwFormUrlencodedKeyedValuesCodec.cs │ │ │ │ │ │ └── ApplicationXWwwFormUrlencodedObjectCodec.cs │ │ │ │ │ ├── xhtml+xml │ │ │ │ │ │ ├── OperationResultCodec.cs │ │ │ │ │ │ └── OperationResultPage.cs │ │ │ │ │ └── xml │ │ │ │ │ │ ├── XmlCodec.cs │ │ │ │ │ │ ├── XmlDataContractCodec.cs │ │ │ │ │ │ └── XmlSerializerCodec.cs │ │ │ │ ├── multipart │ │ │ │ │ └── form-data │ │ │ │ │ │ ├── AbstractMultipartFormDataCodec.cs │ │ │ │ │ │ ├── MultipartFormDataKeyedValuesCodec.cs │ │ │ │ │ │ └── MultipartFormDataObjectCodec.cs │ │ │ │ └── text │ │ │ │ │ └── plain │ │ │ │ │ └── TextPlainCodec.cs │ │ │ ├── Collections │ │ │ │ ├── CollectionExtensions.cs │ │ │ │ ├── DictionaryBase.cs │ │ │ │ ├── EnumerableExtensions.cs │ │ │ │ ├── ItemChanged.cs │ │ │ │ ├── NotifyCollection.cs │ │ │ │ ├── NullBehaviorDictionary.cs │ │ │ │ ├── ObservableIterator.cs │ │ │ │ ├── ObservableIteratorExtensions.cs │ │ │ │ ├── ResumableIterator.cs │ │ │ │ └── Specialized │ │ │ │ │ ├── DependencyNode'1.cs │ │ │ │ │ └── DependencyTree'1.cs │ │ │ ├── Compat │ │ │ │ ├── ContentType.cs │ │ │ │ ├── Extensions.cs │ │ │ │ ├── Hashtable.cs │ │ │ │ ├── HttpException.cs │ │ │ │ ├── NameValueCollection.cs │ │ │ │ └── SerializableAttribute.cs │ │ │ ├── Configuration │ │ │ │ ├── CodecDefinitionExtensions.cs │ │ │ │ ├── CodecParentDefinitionExtensions.cs │ │ │ │ ├── DefaultDependencyRegistrar.cs │ │ │ │ ├── Fluent │ │ │ │ │ ├── ICodecDefinition.cs │ │ │ │ │ ├── ICodecParentDefinition.cs │ │ │ │ │ ├── ICodecWithMediaTypeDefinition.cs │ │ │ │ │ ├── IFluentTarget.cs │ │ │ │ │ ├── IHandlerForResourceWithUriDefinition.cs │ │ │ │ │ ├── IHandlerParentDefinition.cs │ │ │ │ │ ├── IHas.cs │ │ │ │ │ ├── INoIzObject.cs │ │ │ │ │ ├── IRepeatableDefinition.cs │ │ │ │ │ ├── IResourceDefinition.cs │ │ │ │ │ ├── IUriDefinition.cs │ │ │ │ │ ├── IUses.cs │ │ │ │ │ ├── Implementation │ │ │ │ │ │ ├── CodecDefinition.cs │ │ │ │ │ │ ├── CodecMediaTypeDefinition.cs │ │ │ │ │ │ ├── CodecParentDefinition.cs │ │ │ │ │ │ ├── FluentTarget.cs │ │ │ │ │ │ ├── ResourceDefinition.cs │ │ │ │ │ │ └── UriDefinition.cs │ │ │ │ │ └── ResourceSpace.cs │ │ │ │ ├── HasExtensions.cs │ │ │ │ ├── IConfigurationSource.cs │ │ │ │ ├── IDependencyRegistrar.cs │ │ │ │ ├── JsonConfigurationExtensions.cs │ │ │ │ ├── LegacyHasExtensions.cs │ │ │ │ ├── MetaModel │ │ │ │ │ ├── CodecModel.cs │ │ │ │ │ ├── DependencyRegistrationModel.cs │ │ │ │ │ ├── Handlers │ │ │ │ │ │ ├── AbstractMetaModelHandler.cs │ │ │ │ │ │ ├── CodecMetaModelHandler.cs │ │ │ │ │ │ ├── DependencyRegistrationModelHandler.cs │ │ │ │ │ │ ├── HandlerMetaModelHandler.cs │ │ │ │ │ │ ├── IMetaModelHandler.cs │ │ │ │ │ │ ├── TypeRewriterMetaModelHandler.cs │ │ │ │ │ │ └── UriRegistrationMetaModelHandler.cs │ │ │ │ │ ├── IMetaModelRepository.cs │ │ │ │ │ ├── MediaTypeModel.cs │ │ │ │ │ ├── MetaModelRepository.cs │ │ │ │ │ ├── ResourceModel.cs │ │ │ │ │ └── UriModel.cs │ │ │ │ ├── OpenRastaConfiguration.cs │ │ │ │ ├── OpenRastaConfigurationException.cs │ │ │ │ ├── UsesExtensions.cs │ │ │ │ ├── XmlConfigurationExtensions.cs │ │ │ │ └── XmlSeralizerConfiguration.cs │ │ │ ├── DI │ │ │ │ ├── DependencyLifetime.cs │ │ │ │ ├── DependencyManager.cs │ │ │ │ ├── DependencyResolutionException.cs │ │ │ │ ├── DependencyResolverCore.cs │ │ │ │ ├── DependencyResolverExtensions.cs │ │ │ │ ├── IDependencyResolver.cs │ │ │ │ ├── IDependencyResolverAccessor.cs │ │ │ │ ├── Internal │ │ │ │ │ ├── ContextStoreDependency.cs │ │ │ │ │ ├── ContextStoreExtensions.cs │ │ │ │ │ ├── DependencyRegistration.cs │ │ │ │ │ ├── DependencyRegistrationCollection.cs │ │ │ │ │ ├── ObjectBuilder.cs │ │ │ │ │ ├── PerRequestLifetimeManager.cs │ │ │ │ │ ├── ResolveContext.cs │ │ │ │ │ ├── SingletonLifetimeManager.cs │ │ │ │ │ └── TransientLifetimeManager.cs │ │ │ │ ├── InternalDependencyResolver.cs │ │ │ │ └── UnregisteredAction.cs │ │ │ ├── Data │ │ │ │ ├── ChangeSet`1.cs │ │ │ │ └── PagedData.cs │ │ │ ├── Diagnostics │ │ │ │ ├── DebuggerLoggingTraceListener.cs │ │ │ │ ├── ILogger.cs │ │ │ │ ├── LogCategoryAttribute.cs │ │ │ │ ├── LogSource.cs │ │ │ │ ├── LoggerExtensions.cs │ │ │ │ ├── NullErrorCollector.cs │ │ │ │ ├── NullLogger.cs │ │ │ │ ├── OperationContextErrorCollector.cs │ │ │ │ └── TraceSourceLogger.cs │ │ │ ├── Error.cs │ │ │ ├── ErrorFrom.cs │ │ │ ├── EventHandlerExtensions.cs │ │ │ ├── FuncExtensions.cs │ │ │ ├── Handlers │ │ │ │ ├── HandlerRepository.cs │ │ │ │ └── IHandlerRepository.cs │ │ │ ├── Hosting │ │ │ │ ├── AmbientContext.cs │ │ │ │ ├── AmbientContextStore.cs │ │ │ │ ├── ContextScope.cs │ │ │ │ ├── HostManager.cs │ │ │ │ ├── HttpListener │ │ │ │ │ ├── AppDomainHost.cs │ │ │ │ │ ├── HttpListenerCommunicationContext.cs │ │ │ │ │ ├── HttpListenerHost.cs │ │ │ │ │ ├── HttpListenerRequest.cs │ │ │ │ │ └── HttpListenerResponse.cs │ │ │ │ ├── IHost.cs │ │ │ │ ├── InMemory │ │ │ │ │ ├── InMemoryCommunicationContext.cs │ │ │ │ │ ├── InMemoryContextStore.cs │ │ │ │ │ ├── InMemoryHost.cs │ │ │ │ │ ├── InMemoryRequest.cs │ │ │ │ │ └── InMemoryResponse.cs │ │ │ │ └── IncomingRequestEventArgs.cs │ │ │ ├── IErrorCollector.cs │ │ │ ├── IO │ │ │ │ ├── BoundaryStreamReader.cs │ │ │ │ ├── BoundaryStreamWriter.cs │ │ │ │ ├── ByteArrayExtension.cs │ │ │ │ ├── DeterministicStreamWriter.cs │ │ │ │ ├── Diagnostics │ │ │ │ │ └── IOLogSource.cs │ │ │ │ ├── HistoryStream.cs │ │ │ │ ├── IFile.cs │ │ │ │ ├── LengthTrackingStream.cs │ │ │ │ ├── StreamActionOnDispose.cs │ │ │ │ ├── StreamExtensions.cs │ │ │ │ └── WrapperStream.cs │ │ │ ├── NullableExtensions.cs │ │ │ ├── ObjectPaths.cs │ │ │ ├── OpenRasta.csproj │ │ │ ├── OperationModel │ │ │ │ ├── CodecSelectors │ │ │ │ │ └── RequestCodecSelector.cs │ │ │ │ ├── Diagnostics │ │ │ │ │ └── OperationModelLogSource.cs │ │ │ │ ├── Filters │ │ │ │ │ ├── HttpMethodOperationFilter.cs │ │ │ │ │ ├── UriNameOperationFilter.cs │ │ │ │ │ └── UriParametersFilter.cs │ │ │ │ ├── Hydrators │ │ │ │ │ ├── Diagnostics │ │ │ │ │ │ ├── CodecLogSource.cs │ │ │ │ │ │ └── CodecLogSourceExtensions.cs │ │ │ │ │ └── RequestEntityReaderHydrator.cs │ │ │ │ ├── IOperation.cs │ │ │ │ ├── IOperationCodecSelector.cs │ │ │ │ ├── IOperationCreator.cs │ │ │ │ ├── IOperationExecutor.cs │ │ │ │ ├── IOperationFilter.cs │ │ │ │ ├── IOperationHydrator.cs │ │ │ │ ├── IOperationProcessor.cs │ │ │ │ ├── IOperationProcessor`1.cs │ │ │ │ ├── InputMember.cs │ │ │ │ ├── Interceptors │ │ │ │ │ ├── IOperationInterceptor.cs │ │ │ │ │ ├── IOperationInterceptorProvider.cs │ │ │ │ │ ├── InterceptorAttribute.cs │ │ │ │ │ ├── InterceptorException.cs │ │ │ │ │ ├── InterceptorProviderAttribute.cs │ │ │ │ │ ├── OperationInterceptor.cs │ │ │ │ │ ├── OperationWithInterceptors.cs │ │ │ │ │ └── SystemAndAttributesOperationInterceptorProvider.cs │ │ │ │ ├── MethodBased │ │ │ │ │ ├── IMethodFilter.cs │ │ │ │ │ ├── MethodBasedOperation.cs │ │ │ │ │ ├── MethodBasedOperationCreator.cs │ │ │ │ │ └── TypeExclusionMethodFilter.cs │ │ │ │ ├── OperationExecutor.cs │ │ │ │ ├── OperationExtensions.cs │ │ │ │ ├── OperationRequestCodecExtensions.cs │ │ │ │ └── OutputMember.cs │ │ │ ├── Pipeline │ │ │ │ ├── ContributorCall.cs │ │ │ │ ├── Contributors │ │ │ │ │ ├── AbstractOperationProcessing.cs │ │ │ │ │ ├── AuthenticationChallengerContributor.cs │ │ │ │ │ ├── AuthenticationContributor.cs │ │ │ │ │ ├── BootstrapperContributor.cs │ │ │ │ │ ├── DigestAuthorizerContributor.cs │ │ │ │ │ ├── EndContributor.cs │ │ │ │ │ ├── HandlerResolverContributor.cs │ │ │ │ │ ├── HttpMethodOverriderContributor.cs │ │ │ │ │ ├── OperationCodecSelectorContributor.cs │ │ │ │ │ ├── OperationCreatorContributor.cs │ │ │ │ │ ├── OperationFilterContributor.cs │ │ │ │ │ ├── OperationHydratorContributor.cs │ │ │ │ │ ├── OperationInterceptorContributor.cs │ │ │ │ │ ├── OperationInvokerContributor.cs │ │ │ │ │ ├── OperationResultInvokerContributor.cs │ │ │ │ │ ├── ResourceTypeResolverContributor.cs │ │ │ │ │ ├── ResponseEntityCodecResolverContributor.cs │ │ │ │ │ ├── ResponseEntityWriterContributor.cs │ │ │ │ │ └── UriDecoratorsContributor.cs │ │ │ │ ├── Diagnostics │ │ │ │ │ └── PipelineLogSource.cs │ │ │ │ ├── IContextStore.cs │ │ │ │ ├── IContextStoreDependencyCleaner.cs │ │ │ │ ├── IPipeline.cs │ │ │ │ ├── IPipelineContributor.cs │ │ │ │ ├── IPipelineExecutionOrder.cs │ │ │ │ ├── IPipelineExecutionOrderAnd.cs │ │ │ │ ├── InMemory │ │ │ │ │ └── TextWriterEnabledEntity.cs │ │ │ │ ├── KnownStages.cs │ │ │ │ ├── LegacyPipelineExtensions.cs │ │ │ │ ├── PipelineContinuation.cs │ │ │ │ ├── PipelineData.cs │ │ │ │ ├── PipelineExecutionOrderExtensions.cs │ │ │ │ ├── PipelineRunner.cs │ │ │ │ └── PipelineStage.cs │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── RecursionException.cs │ │ │ ├── Reflection │ │ │ │ ├── ExpressionComparer.cs │ │ │ │ ├── ExpressionExtensions.cs │ │ │ │ ├── ExpressionVisitor.cs │ │ │ │ ├── LocalReferenceResolver.cs │ │ │ │ ├── PropertyPath.cs │ │ │ │ ├── PropertyPathExpressionTree.cs │ │ │ │ ├── PropertyPathForInstance.cs │ │ │ │ ├── PropertyPathForType.cs │ │ │ │ ├── PropertyPathVisitor.cs │ │ │ │ └── ScopedDictionary.cs │ │ │ ├── Security │ │ │ │ ├── Credentials.cs │ │ │ │ ├── DigestHeader.cs │ │ │ │ ├── IAuthenticationProvider.cs │ │ │ │ ├── PrincipalAuthorizationAttribute.cs │ │ │ │ ├── RequiresAuthenticationAttribute.cs │ │ │ │ ├── RequiresAuthenticationInterceptor.cs │ │ │ │ ├── RequiresRoleAttribute.cs │ │ │ │ └── RequiresRoleInterceptor.cs │ │ │ ├── Settings.StyleCop │ │ │ ├── StringExtensions.cs │ │ │ ├── System.Core │ │ │ │ ├── Action.cs │ │ │ │ ├── Collections.Generic │ │ │ │ │ └── HashSet.cs │ │ │ │ ├── Func.cs │ │ │ │ ├── Linq │ │ │ │ │ ├── Check.cs │ │ │ │ │ ├── Enumerable.cs │ │ │ │ │ ├── Grouping.cs │ │ │ │ │ ├── IGrouping.cs │ │ │ │ │ ├── ILookup.cs │ │ │ │ │ ├── IOrderedEnumerable.cs │ │ │ │ │ ├── Lookup.cs │ │ │ │ │ ├── OrderedEnumerable.cs │ │ │ │ │ ├── OrderedSequence.cs │ │ │ │ │ ├── QuickSort.cs │ │ │ │ │ ├── SortContext.cs │ │ │ │ │ ├── SortDirection.cs │ │ │ │ │ └── SortSequenceContext.cs │ │ │ │ └── Runtime.CompilerServices │ │ │ │ │ └── ExtensionAttribute.cs │ │ │ ├── Text │ │ │ │ └── Rfc2047Encoding.cs │ │ │ ├── TypeSystem │ │ │ │ ├── DebuggerStrings.cs │ │ │ │ ├── IAttributeProvider.cs │ │ │ │ ├── IMember.cs │ │ │ │ ├── IMemberBuilder.cs │ │ │ │ ├── IMethod.cs │ │ │ │ ├── INativeMember.cs │ │ │ │ ├── IParameter.cs │ │ │ │ ├── IParameterBuilder.cs │ │ │ │ ├── IPathManager.cs │ │ │ │ ├── IProperty.cs │ │ │ │ ├── IPropertyBuilder.cs │ │ │ │ ├── ISurrogateProvider.cs │ │ │ │ ├── IType.cs │ │ │ │ ├── ITypeBuilder.cs │ │ │ │ ├── ITypeSystem.cs │ │ │ │ ├── MemberBuilder.cs │ │ │ │ ├── MemberExtensions.cs │ │ │ │ ├── PathComponent.cs │ │ │ │ ├── PathComponentType.cs │ │ │ │ ├── PathManager.cs │ │ │ │ ├── PropertyBuilder.cs │ │ │ │ ├── PropertyExtensions.cs │ │ │ │ ├── ReflectionBased │ │ │ │ │ ├── ReflectionBasedMember.cs │ │ │ │ │ ├── ReflectionBasedMethod.cs │ │ │ │ │ ├── ReflectionBasedParameter.cs │ │ │ │ │ ├── ReflectionBasedProperty.cs │ │ │ │ │ ├── ReflectionBasedType.cs │ │ │ │ │ ├── ReflectionBasedTypeSystem.cs │ │ │ │ │ ├── ReflectionExtensions.cs │ │ │ │ │ └── TypeSystems.cs │ │ │ │ ├── Surrogated │ │ │ │ │ ├── AlienMember.cs │ │ │ │ │ ├── AlienOwnedProperty.cs │ │ │ │ │ ├── AlienPropertyBuilder.cs │ │ │ │ │ ├── AlienType.cs │ │ │ │ │ ├── IHasWrappedMember.cs │ │ │ │ │ ├── IKeepSurrogateInstances.cs │ │ │ │ │ ├── MemberWithSurrogates.cs │ │ │ │ │ ├── PropertyWithSurrogates.cs │ │ │ │ │ ├── PropertyWithSurrogatesBuilder.cs │ │ │ │ │ ├── SurrogateBuilderProvider.cs │ │ │ │ │ ├── TypeWithSurrogates.cs │ │ │ │ │ ├── TypeWithSurrogatesBuilder.cs │ │ │ │ │ ├── WrappedMember.cs │ │ │ │ │ └── WrappedProperty.cs │ │ │ │ ├── Surrogates │ │ │ │ │ ├── ISurrogate.cs │ │ │ │ │ ├── ISurrogateBuilder.cs │ │ │ │ │ └── Static │ │ │ │ │ │ ├── AbstractStaticSurrogate.cs │ │ │ │ │ │ ├── AbstractStaticSurrogateBuilder.cs │ │ │ │ │ │ ├── CollectionIndexerSurrogate.cs │ │ │ │ │ │ ├── CollectionIndexerSurrogateBuilder.cs │ │ │ │ │ │ ├── DateTimeSurrogate.cs │ │ │ │ │ │ ├── ListIndexerSurrogate.cs │ │ │ │ │ │ └── ListIndexerSurrogateBuilder.cs │ │ │ │ ├── TypeBuilder.cs │ │ │ │ ├── TypeExtensions.cs │ │ │ │ └── TypeSystems.cs │ │ │ ├── UriExtensions.cs │ │ │ ├── UriTemplate.cs │ │ │ ├── UriTemplateEqualityComparer.cs │ │ │ ├── UriTemplateMatch.cs │ │ │ ├── UriTemplateMatchException.cs │ │ │ ├── UriTemplateTable.cs │ │ │ └── Web │ │ │ │ ├── ContentDispositionHeader.cs │ │ │ │ ├── Handlers │ │ │ │ └── HttpMethodNameHandlerMethodSelector.cs │ │ │ │ ├── HttpEntity.cs │ │ │ │ ├── HttpEntityFile.cs │ │ │ │ ├── HttpHeaderDictionary.cs │ │ │ │ ├── HttpMethod.cs │ │ │ │ ├── HttpOperationAttribute.cs │ │ │ │ ├── ICommunicationContext.cs │ │ │ │ ├── IHttpEntity.cs │ │ │ │ ├── IHttpMessage.cs │ │ │ │ ├── IRequest.cs │ │ │ │ ├── IResponse.cs │ │ │ │ ├── ISupportsTextWriter.cs │ │ │ │ ├── IUriResolver.cs │ │ │ │ ├── IUriResolverExtensions.cs │ │ │ │ ├── IUriTemplateParser.cs │ │ │ │ ├── Internal │ │ │ │ └── CommunicationContextExtensions.cs │ │ │ │ ├── Markup │ │ │ │ ├── Attributes │ │ │ │ │ ├── Annotations │ │ │ │ │ │ ├── BooleanAttribute.cs │ │ │ │ │ │ ├── CDATAAttribute.cs │ │ │ │ │ │ ├── CharacterAttribute.cs │ │ │ │ │ │ ├── CharsetAttribute.cs │ │ │ │ │ │ ├── CharsetsAttribute.cs │ │ │ │ │ │ ├── ContentTypeAttribute.cs │ │ │ │ │ │ ├── ContentTypesAttribute.cs │ │ │ │ │ │ ├── DatetimeAttribute.cs │ │ │ │ │ │ ├── DigitBooleanAttribute.cs │ │ │ │ │ │ ├── EnumAttributeCore.cs │ │ │ │ │ │ ├── IDAttribute.cs │ │ │ │ │ │ ├── IDREFAttribute.cs │ │ │ │ │ │ ├── IDREFSAttribute.cs │ │ │ │ │ │ ├── LanguageCodeAttribute.cs │ │ │ │ │ │ ├── LinkTypesAttribute.cs │ │ │ │ │ │ ├── MediaDescAttribute.cs │ │ │ │ │ │ ├── NAMEAttribute.cs │ │ │ │ │ │ ├── NMTOKENAttribute.cs │ │ │ │ │ │ ├── NMTOKENSAttribute.cs │ │ │ │ │ │ ├── NumberAttribute.cs │ │ │ │ │ │ ├── PixelsAttribute.cs │ │ │ │ │ │ ├── PrimaryTypeAttributeCore.cs │ │ │ │ │ │ ├── TextAttribute.cs │ │ │ │ │ │ ├── URIAttribute.cs │ │ │ │ │ │ ├── URIsAttribute.cs │ │ │ │ │ │ ├── XhtmlAttributeCore.cs │ │ │ │ │ │ └── XmlSpaceAttribute.cs │ │ │ │ │ ├── ButtonTypeAttributeAttribute.cs │ │ │ │ │ ├── CommonAttributes.cs │ │ │ │ │ ├── IAttribute.cs │ │ │ │ │ ├── IAttributeCollection.cs │ │ │ │ │ ├── IAttributesCommon.cs │ │ │ │ │ ├── IAttributesCore.cs │ │ │ │ │ ├── IAttributesI18N.cs │ │ │ │ │ ├── Nodes │ │ │ │ │ │ ├── CharacterSeparatedAttributeNode.cs │ │ │ │ │ │ ├── CharacterSplitterCollection.cs │ │ │ │ │ │ ├── CommaSeparatedTextAttributeNode.cs │ │ │ │ │ │ ├── EnumAttributeNode.cs │ │ │ │ │ │ ├── NMTOKENSAttributeNode.cs │ │ │ │ │ │ ├── PrimaryTypeAttributeNode.cs │ │ │ │ │ │ └── XhtmlAttributeNode.cs │ │ │ │ │ └── XhtmlAttributeCollection.cs │ │ │ │ ├── ButtonType.cs │ │ │ │ ├── CommonAttributeExtensions.cs │ │ │ │ ├── Controls │ │ │ │ │ ├── FormElement.cs │ │ │ │ │ └── ValidationSummaryControl.cs │ │ │ │ ├── Direction.cs │ │ │ │ ├── Document.cs │ │ │ │ ├── EditModuleExtensions.cs │ │ │ │ ├── Elements │ │ │ │ │ ├── Element.cs │ │ │ │ │ ├── GenericElement.cs │ │ │ │ │ └── TextNode.cs │ │ │ │ ├── ExpressionTreeXhtmlExtensions.cs │ │ │ │ ├── FormModuleExtensions.cs │ │ │ │ ├── FormsExtensions.cs │ │ │ │ ├── IAttributesCoreExtensions.cs │ │ │ │ ├── IAttributesI18NExtensions.cs │ │ │ │ ├── IElement.cs │ │ │ │ ├── IIFrameModuleExtensions.cs │ │ │ │ ├── IMetaElementExtensions.cs │ │ │ │ ├── ITextNode.cs │ │ │ │ ├── IXhtmlAnchor.cs │ │ │ │ ├── IXhtmlAnchorSite.cs │ │ │ │ ├── Modules │ │ │ │ │ ├── BaseModule.cs │ │ │ │ │ ├── BidirectionalTextModule.cs │ │ │ │ │ ├── ContentSets.cs │ │ │ │ │ ├── EditModule.cs │ │ │ │ │ ├── FormsModule.cs │ │ │ │ │ ├── HypertextModule.cs │ │ │ │ │ ├── IContentModel.cs │ │ │ │ │ ├── IframeModule.cs │ │ │ │ │ ├── ImageModule.cs │ │ │ │ │ ├── LinkModule.cs │ │ │ │ │ ├── ListModule.cs │ │ │ │ │ ├── MetaInformationModule.cs │ │ │ │ │ ├── ObjectModule.cs │ │ │ │ │ ├── ScriptingModule.cs │ │ │ │ │ ├── StructureModule.cs │ │ │ │ │ ├── StyleSheetModule.cs │ │ │ │ │ ├── TableModule.cs │ │ │ │ │ └── TextAndPresentationModule.cs │ │ │ │ ├── OptionElement.cs │ │ │ │ ├── Rendering │ │ │ │ │ ├── IXhtmlTagBuilder.cs │ │ │ │ │ ├── IXhtmlWriter.cs │ │ │ │ │ ├── XhtmlNodeWriter.cs │ │ │ │ │ └── XhtmlTextWriter.cs │ │ │ │ ├── SelectElement.cs │ │ │ │ ├── TableModuleExtensions.cs │ │ │ │ ├── UnencodedOutput.cs │ │ │ │ ├── XhtmlAnchor.cs │ │ │ │ ├── XhtmlMode.cs │ │ │ │ └── r.cs │ │ │ │ ├── MediaType.cs │ │ │ │ ├── MultipartHttpEntity.cs │ │ │ │ ├── MultipartReader.cs │ │ │ │ ├── MultipartWriter.cs │ │ │ │ ├── OperationResult.cs │ │ │ │ ├── ResourceHandlerException.cs │ │ │ │ ├── ResourceMatch.cs │ │ │ │ ├── ResourceNotFoundException.cs │ │ │ │ ├── ServerErrorList.cs │ │ │ │ ├── TemplatedUriResolver.cs │ │ │ │ ├── TemplatedUriResolverLegacyExtensions.cs │ │ │ │ ├── UriDecorators │ │ │ │ ├── ContentTypeExtensionUriDecorator.cs │ │ │ │ ├── CultureParenthesisUriDecorator.cs │ │ │ │ ├── HttpMethodOverrideUriDecorator.cs │ │ │ │ ├── IUriDecorator.cs │ │ │ │ └── PathSegmentAsParameterUriDecorator.cs │ │ │ │ └── Wadl │ │ │ │ ├── WadlApplication.cs │ │ │ │ ├── WadlHandler.cs │ │ │ │ └── WadlRenderer.cs │ │ └── resharper.xml │ ├── version │ └── wraps │ │ ├── .gitignore │ │ ├── Moq-4.0.10827.wrap │ │ ├── NUnit-2.5.9.10348.wrap │ │ ├── SharpZipLib-0.86.0.wrap │ │ ├── openfilesystem-1.0.0.50386599.wrap │ │ ├── openwrap-1.0.0.50386209.wrap │ │ ├── openwrap │ │ ├── bin-net35 │ │ │ ├── OpenRasta.Client.dll │ │ │ ├── OpenRasta.Client.pdb │ │ │ ├── OpenWrap.Testing.dll │ │ │ ├── OpenWrap.Testing.pdb │ │ │ ├── OpenWrap.dll │ │ │ └── OpenWrap.pdb │ │ ├── build │ │ │ ├── OpenWrap.Build.Bootstrap.dll │ │ │ ├── OpenWrap.Build.Bootstrap.pdb │ │ │ ├── OpenWrap.Build.Tasks.dll │ │ │ ├── OpenWrap.Build.Tasks.pdb │ │ │ ├── OpenWrap.CSharp.targets │ │ │ ├── OpenWrap.Resharper.450.dll │ │ │ ├── OpenWrap.Resharper.450.pdb │ │ │ ├── OpenWrap.Resharper.500.dll │ │ │ ├── OpenWrap.Resharper.500.pdb │ │ │ ├── OpenWrap.Resharper.510.dll │ │ │ ├── OpenWrap.Resharper.510.pdb │ │ │ ├── OpenWrap.Resharper.511.dll │ │ │ ├── OpenWrap.Resharper.511.pdb │ │ │ └── OpenWrap.tasks │ │ ├── commands │ │ │ ├── OpenWrap.Commands.dll │ │ │ └── OpenWrap.Commands.pdb │ │ ├── openwrap.wrapdesc │ │ ├── tests │ │ │ ├── OpenWrap.Build.Tasks.dll │ │ │ ├── OpenWrap.Build.Tasks.pdb │ │ │ ├── OpenWrap.Commands.dll │ │ │ ├── OpenWrap.Commands.pdb │ │ │ ├── OpenWrap.Resharper.450.dll │ │ │ ├── OpenWrap.Resharper.450.pdb │ │ │ ├── OpenWrap.Resharper.500.dll │ │ │ ├── OpenWrap.Resharper.500.pdb │ │ │ ├── OpenWrap.Resharper.510.dll │ │ │ ├── OpenWrap.Resharper.510.pdb │ │ │ ├── OpenWrap.Resharper.511.dll │ │ │ ├── OpenWrap.Resharper.511.pdb │ │ │ ├── OpenWrap.Tests.dll │ │ │ ├── OpenWrap.Tests.pdb │ │ │ └── Repositories │ │ │ │ ├── feedodata.xml │ │ │ │ └── feedodata2.xml │ │ └── version │ │ └── tdnet-framework-2.0.0.48555719.wrap ├── openrasta-full │ ├── openrasta-full.wrapdesc │ └── version ├── openrasta-sharpview │ ├── .gitignore │ ├── build │ │ └── common.project.properties │ ├── openrasta-sharpview-2.1.0.48189666.wrap │ ├── openrasta-sharpview.wrapdesc │ ├── sharpview.4.5.resharper │ ├── sharpview.sln │ ├── src │ │ ├── CommonInfo.cs │ │ ├── OpenRasta.Codecs.SharpView.Tests.Unit │ │ │ ├── OpenRasta.Codecs.SharpView.Tests.Unit.csproj │ │ │ └── SharpView_Specification.cs │ │ ├── OpenRasta.Codecs.SharpView │ │ │ ├── Configuration │ │ │ │ └── SharpViewConfiguration.cs │ │ │ ├── IXhtmlAnchorSiteExtensions.cs │ │ │ ├── InlineSharpViewElement.cs │ │ │ ├── OpenRasta.Codecs.SharpView.csproj │ │ │ ├── Properties │ │ │ │ └── AssemblyInfo.cs │ │ │ ├── SharpViewCodec.cs │ │ │ ├── SharpViewElement.cs │ │ │ ├── SharpViewSnippetModifier.cs │ │ │ ├── SourcedElementExtensions.cs │ │ │ ├── Visitors │ │ │ │ ├── ChildScopeForEachFinder.cs │ │ │ │ ├── ChildScopeRewriterVisitor.cs │ │ │ │ ├── CurrentItemRewriterVisitor.cs │ │ │ │ ├── ExpressionExtensions.cs │ │ │ │ ├── ForEachRewriter.cs │ │ │ │ ├── IfRewriterVisitor.cs │ │ │ │ ├── MemberAccessNullPropagateVisitor.cs │ │ │ │ ├── PropertyPathForIteratorVisitor.cs │ │ │ │ ├── ScopedForEachFinder.cs │ │ │ │ └── SelectHtmlPropertyPathRewriter.cs │ │ │ └── dependencies.targets │ │ └── resharper.xml │ ├── version │ └── wraps │ │ ├── .gitignore │ │ ├── NUnit-2.5.7.10213.wrap │ │ ├── SharpZipLib-0.85.5.452.wrap │ │ ├── openfilesystem-1.0.0.48173043.wrap │ │ ├── openrasta-core-2.1.0.48177206.wrap │ │ ├── openwrap-1.0.0.48184029.wrap │ │ └── openwrap │ │ ├── bin-net35 │ │ ├── OpenRasta.Client.dll │ │ ├── OpenRasta.Client.pdb │ │ ├── OpenWrap.dll │ │ └── OpenWrap.pdb │ │ ├── build │ │ ├── OpenWrap.Build.Tasks.dll │ │ ├── OpenWrap.Build.Tasks.pdb │ │ ├── OpenWrap.CSharp.targets │ │ ├── OpenWrap.Resharper.450.dll │ │ ├── OpenWrap.Resharper.450.pdb │ │ ├── OpenWrap.Resharper.500.dll │ │ ├── OpenWrap.Resharper.500.pdb │ │ ├── OpenWrap.Resharper.510.dll │ │ ├── OpenWrap.Resharper.510.pdb │ │ ├── OpenWrap.Resharper.511.dll │ │ ├── OpenWrap.Resharper.511.pdb │ │ └── OpenWrap.tasks │ │ ├── commands │ │ ├── OpenWrap.Commands.dll │ │ └── OpenWrap.Commands.pdb │ │ ├── openwrap.wrapdesc │ │ ├── tests │ │ ├── OpenWrap.Build.Tasks.dll │ │ ├── OpenWrap.Build.Tasks.pdb │ │ ├── OpenWrap.Commands.dll │ │ ├── OpenWrap.Commands.pdb │ │ ├── OpenWrap.Resharper.450.dll │ │ ├── OpenWrap.Resharper.450.pdb │ │ ├── OpenWrap.Resharper.500.dll │ │ ├── OpenWrap.Resharper.500.pdb │ │ ├── OpenWrap.Resharper.510.dll │ │ ├── OpenWrap.Resharper.510.pdb │ │ ├── OpenWrap.Resharper.511.dll │ │ ├── OpenWrap.Resharper.511.pdb │ │ ├── OpenWrap.Tests.dll │ │ ├── OpenWrap.Tests.pdb │ │ ├── Repositories │ │ │ ├── feedodata.xml │ │ │ └── feedodata2.xml │ │ └── nunit.framework.dll │ │ └── version ├── readme.txt ├── resharper-config.xml ├── scripting │ └── OpenRasta.Scripting │ │ ├── OpenRasta.Scripting.csproj │ │ ├── OpenRasta.Scripting.csproj.user │ │ └── Properties │ │ ├── AssemblyInfo.cs │ │ ├── Project.FxCop │ │ └── Script.jst ├── structuremap │ ├── OpenRasta.DI.StructureMap.Tests.Unit │ │ ├── OpenRasta.DI.StructureMap.Tests.Unit.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── StructureMapDependencyResolver_Specification.cs │ ├── OpenRasta.DI.StructureMap.sln │ └── OpenRasta.DI.StructureMap │ │ ├── OpenRasta.DI.StructureMap.csproj │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── StructureMapDependencyResolver.cs │ │ └── StructureMapDependencyResolverFactory.cs ├── unity │ ├── OpenRasta.DI.Unity.Sample │ │ ├── Bootstrapper.cs │ │ ├── CustomLogger.cs │ │ ├── Default.aspx │ │ ├── Domain │ │ │ ├── Info.cs │ │ │ └── InfoProvider.cs │ │ ├── OpenRasta.DI.Unity.Sample.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ ├── Resources │ │ │ └── InfoHandler.cs │ │ └── Web.config │ ├── OpenRasta.DI.Unity.Tests.Unit │ │ ├── OpenRasta.DI.Unity.Tests.Unit.csproj │ │ ├── Properties │ │ │ └── AssemblyInfo.cs │ │ └── UnityDependencyResolver_Specification.cs │ ├── OpenRasta.DI.Unity.sln │ └── OpenRasta.DI.Unity │ │ ├── Extensions │ │ ├── CycleDetector.cs │ │ ├── InjectionPolicies.cs │ │ ├── Policies │ │ │ ├── ConstructorSelectorPolicy.cs │ │ │ ├── CycleDetectionPolicy.cs │ │ │ ├── PropertySelectorPolicy.cs │ │ │ ├── TypeToBeResolved.cs │ │ │ └── TypeTrackerPolicy.cs │ │ ├── Strategies │ │ │ ├── CycleDetectionStrategy.cs │ │ │ └── TypeRegistrationRequiredStrategy.cs │ │ ├── TypeRegistrationRequired.cs │ │ └── TypeTracker.cs │ │ ├── OpenRasta.DI.Unity.csproj │ │ ├── PerRequestLifetimeManager.cs │ │ ├── Properties │ │ └── AssemblyInfo.cs │ │ ├── UnityContainerExtensions.cs │ │ └── UnityDependencyResolver.cs └── vside │ └── templates │ ├── aspnet35-item-contentview │ ├── __TemplateIcon.ico │ ├── item-contentview.aspx │ └── item-contentview.vstemplate │ ├── aspnet35-item-masterpage │ ├── __TemplateIcon.ico │ ├── item-masterpage.Master │ └── item-masterpage.vstemplate │ ├── aspnet35-item-view │ ├── __TemplateIcon.ico │ ├── item-view.aspx │ └── item-view.vstemplate │ ├── aspnet35 │ ├── Configuration.cs │ ├── Handlers │ │ └── HomeHandler.cs │ ├── OpenRasta.AspNet35.csproj │ ├── OpenRasta.AspNet35.vstemplate │ ├── Properties │ │ └── AssemblyInfo.cs │ ├── Resources │ │ └── HomeResource.cs │ ├── Views │ │ ├── HomeView.Master │ │ ├── HomeView.aspx │ │ └── Web.config │ ├── Web.config │ ├── __TemplateIcon.ico │ └── default.aspx │ └── templates.sln └── svnignore.bat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/.gitignore -------------------------------------------------------------------------------- /.svnignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/.svnignore -------------------------------------------------------------------------------- /doc/content/Fundamentals/Handlers/HandlersOverview.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/Fundamentals/Handlers/HandlersOverview.html -------------------------------------------------------------------------------- /doc/content/Fundamentals/Handlers/ParametersParsing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/Fundamentals/Handlers/ParametersParsing.html -------------------------------------------------------------------------------- /doc/content/Tutorials/Create-First-Site.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/Tutorials/Create-First-Site.html -------------------------------------------------------------------------------- /doc/content/Tutorials/Download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/Tutorials/Download.html -------------------------------------------------------------------------------- /doc/content/Tutorials/ReturningHttpStatusCodes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/Tutorials/ReturningHttpStatusCodes.html -------------------------------------------------------------------------------- /doc/content/Tutorials/UsingForms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/Tutorials/UsingForms.html -------------------------------------------------------------------------------- /doc/content/default.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/default.html -------------------------------------------------------------------------------- /doc/content/img/Create-First-Site/2008-12-07_1437.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/img/Create-First-Site/2008-12-07_1437.png -------------------------------------------------------------------------------- /doc/content/img/Create-First-Site/2008-12-07_1438.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/img/Create-First-Site/2008-12-07_1438.png -------------------------------------------------------------------------------- /doc/content/img/Create-First-Site/adding_macpro.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/img/Create-First-Site/adding_macpro.swf -------------------------------------------------------------------------------- /doc/content/img/Create-First-Site/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/img/Create-First-Site/img11.png -------------------------------------------------------------------------------- /doc/content/img/Create-First-Site/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/img/Create-First-Site/img7.png -------------------------------------------------------------------------------- /doc/content/img/Create-First-Site/imgD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/img/Create-First-Site/imgD.png -------------------------------------------------------------------------------- /doc/content/updatecontentype.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/doc/content/updatecontentype.ps1 -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.ActiveRecord.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.ActiveRecord.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.ActiveRecord.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.ActiveRecord.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Binder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Binder.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Binder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Binder.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Common.EmailSender.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Common.EmailSender.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Common.EmailSender.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Common.EmailSender.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Common.TemplateEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Common.TemplateEngine.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Common.TemplateEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Common.TemplateEngine.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.DictionaryAdapter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.DictionaryAdapter.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.DictionaryAdapter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.DictionaryAdapter.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Validator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Validator.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Validator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Validator.pdb -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Components.Validator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Components.Validator.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Core.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Core.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.DynamicProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.DynamicProxy.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.DynamicProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.DynamicProxy.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.DynamicProxy2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.DynamicProxy2.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.BatchRegistration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.BatchRegistration.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.BatchRegistration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.BatchRegistration.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Cache.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Cache.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Cache.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Db4oIntegration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Db4oIntegration.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Db4oIntegration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Db4oIntegration.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.DynamicLoader.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.DynamicLoader.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.DynamicLoader.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.DynamicLoader.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.IBatisNetIntegration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.IBatisNetIntegration.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.IBatisNetIntegration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.IBatisNetIntegration.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Logging.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Logging.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.NHibernateIntegration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.NHibernateIntegration.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.NHibernateIntegration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.NHibernateIntegration.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Prevalence.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Prevalence.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Prevalence.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Prevalence.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Synchronize.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Synchronize.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Facilities.Synchronize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Facilities.Synchronize.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MicroKernel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MicroKernel.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MicroKernel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MicroKernel.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.ActiveRecordScaffold.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.ActiveRecordScaffold.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.ActiveRecordScaffold.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.ActiveRecordScaffold.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.ActiveRecordSupport.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.ActiveRecordSupport.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.ActiveRecordSupport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.ActiveRecordSupport.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.Framework.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.Framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.Framework.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.JSONSupport.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.JSONSupport.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.JSONSupport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.JSONSupport.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.TestSupport.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.TestSupport.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.TestSupport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.TestSupport.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.TransformFilters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.TransformFilters.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.TransformFilters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.TransformFilters.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.Views.Brail.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.Views.Brail.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.Views.Brail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.Views.Brail.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.WindsorExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.WindsorExtension.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.MonoRail.WindsorExtension.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.MonoRail.WindsorExtension.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Services.Logging.NLogIntegration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Services.Logging.NLogIntegration.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Services.Logging.NLogIntegration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Services.Logging.NLogIntegration.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Services.Transaction.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Services.Transaction.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Services.Transaction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Services.Transaction.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.VSNetIntegration.CastleWizards.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.VSNetIntegration.CastleWizards.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.VSNetIntegration.CastleWizards.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.VSNetIntegration.CastleWizards.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Windsor.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/Castle.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/Castle.Windsor.xml -------------------------------------------------------------------------------- /lib/castle-1.0.3/es/Castle.Components.Validator.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/es/Castle.Components.Validator.resources.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/external-dependencies.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/external-dependencies.zip -------------------------------------------------------------------------------- /lib/castle-1.0.3/fr/Castle.Components.Validator.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/fr/Castle.Components.Validator.resources.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/it/Castle.Components.Validator.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/it/Castle.Components.Validator.resources.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/lt/Castle.Components.Validator.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/lt/Castle.Components.Validator.resources.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/lv/Castle.Components.Validator.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/lv/Castle.Components.Validator.resources.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/nl/Castle.Components.Validator.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/nl/Castle.Components.Validator.resources.dll -------------------------------------------------------------------------------- /lib/castle-1.0.3/pt/Castle.Components.Validator.resources.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.0.3/pt/Castle.Components.Validator.resources.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.ActiveRecord.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.ActiveRecord.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.ActiveRecord.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.ActiveRecord.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.ActiveRecord.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.ActiveRecord.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Binder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Binder.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Binder.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Binder.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Binder.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Binder.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Common.EmailSender.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Common.EmailSender.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Common.EmailSender.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Common.EmailSender.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Common.EmailSender.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Common.EmailSender.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.DictionaryAdapter.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.DictionaryAdapter.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.DictionaryAdapter.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.DictionaryAdapter.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.DictionaryAdapter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.DictionaryAdapter.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Pagination.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Pagination.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Pagination.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Pagination.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Pagination.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Pagination.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Scheduler.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Scheduler.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Scheduler.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Scheduler.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Scheduler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Scheduler.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Validator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Validator.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Validator.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Validator.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Components.Validator.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Components.Validator.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Core.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Core.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Core.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.DynamicProxy.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.DynamicProxy.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.DynamicProxy.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.DynamicProxy.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.DynamicProxy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.DynamicProxy.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.DynamicProxy2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.DynamicProxy2.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.DynamicProxy2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.DynamicProxy2.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.BatchRegistration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.BatchRegistration.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.BatchRegistration.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.BatchRegistration.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.BatchRegistration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.BatchRegistration.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Cache.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Cache.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Cache.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Cache.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Cache.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Logging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Logging.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Logging.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Logging.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Logging.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Logging.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Synchronize.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Synchronize.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Synchronize.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Synchronize.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.Synchronize.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.Synchronize.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.WcfIntegration.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.WcfIntegration.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.WcfIntegration.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.WcfIntegration.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Facilities.WcfIntegration.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Facilities.WcfIntegration.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MicroKernel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MicroKernel.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MicroKernel.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MicroKernel.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MicroKernel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MicroKernel.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.ActiveRecordSupport.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.ActiveRecordSupport.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.ActiveRecordSupport.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.ActiveRecordSupport.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.ActiveRecordSupport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.ActiveRecordSupport.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Framework.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Framework.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Framework.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Framework.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Framework.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.TestSupport.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.TestSupport.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.TestSupport.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.TestSupport.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.TestSupport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.TestSupport.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.TransformFilters.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.TransformFilters.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.TransformFilters.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.TransformFilters.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.TransformFilters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.TransformFilters.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Views.AspView.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Views.AspView.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Views.AspView.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Views.AspView.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Views.AspView.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Views.AspView.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Views.Brail.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Views.Brail.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Views.Brail.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Views.Brail.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.Views.Brail.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.Views.Brail.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.WindsorExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.WindsorExtension.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.WindsorExtension.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.WindsorExtension.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.MonoRail.WindsorExtension.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.MonoRail.WindsorExtension.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Services.Transaction.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Services.Transaction.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Services.Transaction.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Services.Transaction.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Services.Transaction.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Services.Transaction.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Windsor.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Windsor.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Windsor.pdb -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/Castle.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/Castle.Windsor.xml -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/CastleDynProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/CastleDynProxy2.dll -------------------------------------------------------------------------------- /lib/castle-1.1.b1007/CastleDynProxy2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-1.1.b1007/CastleDynProxy2.pdb -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.Core.dll -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.Core.xml -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.DynamicProxy2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.DynamicProxy2.xml -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.MicroKernel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.MicroKernel.dll -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.MicroKernel.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.MicroKernel.xml -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.Windsor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.Windsor.dll -------------------------------------------------------------------------------- /lib/castle-2.0/Castle.Windsor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/castle-2.0/Castle.Windsor.xml -------------------------------------------------------------------------------- /lib/moq-2.5/Moq License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/moq-2.5/Moq License.txt -------------------------------------------------------------------------------- /lib/moq-2.5/Moq.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/moq-2.5/Moq.chm -------------------------------------------------------------------------------- /lib/moq-2.5/Moq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/moq-2.5/Moq.dll -------------------------------------------------------------------------------- /lib/moq-2.5/Moq.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/moq-2.5/Moq.pdb -------------------------------------------------------------------------------- /lib/moq-2.5/Moq.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/moq-2.5/Moq.xml -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Iis7.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Iis7.dll -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Iis7.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Iis7.pdb -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Iis7.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Iis7.xsd -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.JSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.JSharp.dll -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.JSharp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.JSharp.pdb -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.JSharp.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.JSharp.xsd -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Sync.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Sync.dll -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Sync.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Sync.pdb -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Sync.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Sync.xsd -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Tfs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Tfs.dll -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Tfs.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Tfs.pdb -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Tfs.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.Tfs.xsd -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.dll -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.dll.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.dll.config -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.pdb -------------------------------------------------------------------------------- /lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.tasks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildextensionpack-3.5/MSBuild.ExtensionPack.tasks -------------------------------------------------------------------------------- /lib/msbuildtasks-1.3/MSBuild.Community.Tasks.Targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildtasks-1.3/MSBuild.Community.Tasks.Targets -------------------------------------------------------------------------------- /lib/msbuildtasks-1.3/MSBuild.Community.Tasks.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildtasks-1.3/MSBuild.Community.Tasks.chm -------------------------------------------------------------------------------- /lib/msbuildtasks-1.3/MSBuild.Community.Tasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildtasks-1.3/MSBuild.Community.Tasks.dll -------------------------------------------------------------------------------- /lib/msbuildtasks-1.3/MSBuild.Community.Tasks.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildtasks-1.3/MSBuild.Community.Tasks.pdb -------------------------------------------------------------------------------- /lib/msbuildtasks-1.3/MSBuild.Community.Tasks.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildtasks-1.3/MSBuild.Community.Tasks.xml -------------------------------------------------------------------------------- /lib/msbuildtasks-1.3/MSBuild.Community.Tasks.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/msbuildtasks-1.3/MSBuild.Community.Tasks.xsd -------------------------------------------------------------------------------- /lib/ninject-2.0.1.0/Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/ninject-2.0.1.0/Ninject.dll -------------------------------------------------------------------------------- /lib/ninject-2.0.1.0/Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/ninject-2.0.1.0/Ninject.xml -------------------------------------------------------------------------------- /lib/ninject-2.0/Ninject.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/ninject-2.0/Ninject.dll -------------------------------------------------------------------------------- /lib/ninject-2.0/Ninject.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/ninject-2.0/Ninject.xml -------------------------------------------------------------------------------- /lib/nunit-2.5/NUnitFitTests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/NUnitFitTests.html -------------------------------------------------------------------------------- /lib/nunit-2.5/NUnitTests.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/NUnitTests.config -------------------------------------------------------------------------------- /lib/nunit-2.5/NUnitTests.nunit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/NUnitTests.nunit -------------------------------------------------------------------------------- /lib/nunit-2.5/agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/agent.conf -------------------------------------------------------------------------------- /lib/nunit-2.5/agent.log.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/agent.log.conf -------------------------------------------------------------------------------- /lib/nunit-2.5/clr.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/clr.bat -------------------------------------------------------------------------------- /lib/nunit-2.5/launcher.log.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/launcher.log.conf -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Failure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Failure.jpg -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Failure.png -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Gray.jpg -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Ignored.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Ignored.jpg -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Ignored.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Ignored.png -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Inconclusive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Inconclusive.png -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Skipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Skipped.png -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Success.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Success.jpg -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/Success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/Success.png -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/fit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/fit.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/log4net.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/log4net.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit-console-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit-console-runner.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit-gui-runner.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit-gui-runner.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit.core.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit.core.interfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit.core.interfaces.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit.fixtures.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit.fixtures.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit.uiexception.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit.uiexception.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit.uikit.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit.uikit.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/lib/nunit.util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/lib/nunit.util.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-agent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-agent.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-agent.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-agent.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-console-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-console-x86.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-console-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-console-x86.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-console.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-console.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-console.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-console.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-x86.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-x86.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit-x86.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit-x86.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/nunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/nunit.framework.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/pnunit-agent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/pnunit-agent.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/pnunit-agent.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/pnunit-agent.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/pnunit-launcher.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/pnunit-launcher.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/pnunit-launcher.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/pnunit-launcher.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/pnunit.framework.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/pnunit.framework.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/pnunit.tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/pnunit.tests.dll -------------------------------------------------------------------------------- /lib/nunit-2.5/runFile.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/runFile.exe -------------------------------------------------------------------------------- /lib/nunit-2.5/runFile.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/runFile.exe.config -------------------------------------------------------------------------------- /lib/nunit-2.5/runpnunit.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/runpnunit.bat -------------------------------------------------------------------------------- /lib/nunit-2.5/test.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/nunit-2.5/test.conf -------------------------------------------------------------------------------- /lib/putty/psftp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/putty/psftp.exe -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/mscorlib.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssagctrl.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssagctrl.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssagctrl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssagctrl.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssagctrl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssagctrl.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssagctrl.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssagctrl.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/sscompat.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/sscompat.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/sscompat.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/sscompat.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/sscorlib.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/sscorlib.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/sscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/sscorlib.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/sscorlib.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/sscorlib.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/sscorlib.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/sscorlib.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfeeds.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfeeds.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfeeds.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfeeds.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfeeds.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfeeds.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfeeds.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfeeds.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfso.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfso.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfso.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfso.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfso.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfso.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfso.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfso.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Core.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Core.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Core.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Core.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Core.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Core.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Reflection.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Reflection.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Reflection.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Reflection.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Reflection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Reflection.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.Reflection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.Reflection.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.UI.Forms.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.XDAjax.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.XDAjax.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.XDAjax.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.XDAjax.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.XDAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.XDAjax.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssfx.XDAjax.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssfx.XDAjax.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssgadgets.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssgadgets.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssgadgets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssgadgets.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssgadgets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssgadgets.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssgadgets.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssgadgets.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssve4.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssve4.debug.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssve4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssve4.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssve4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssve4.js -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/Framework/ssve4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/Framework/ssve4.xml -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/nStuff.ScriptSharp.Web.Design.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/nStuff.ScriptSharp.Web.Design.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/nStuff.ScriptSharp.Web.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/nStuff.ScriptSharp.Web.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/nStuff.ScriptSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/nStuff.ScriptSharp.dll -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/nStuff.ScriptSharp.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/nStuff.ScriptSharp.targets -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/ssc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/ssc.exe -------------------------------------------------------------------------------- /lib/scriptsharp-0.5/sspp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/scriptsharp-0.5/sspp.exe -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/Castle.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/Castle.Core.dll -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/Castle.DynamicProxy2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/Castle.DynamicProxy2.dll -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/LICENSE.TXT -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/Moq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/Moq.dll -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/Rhino.Mocks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/Rhino.Mocks.dll -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMap.AutoFactory.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMap.AutoFactory.dll -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMap.AutoMocking.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMap.AutoMocking.dll -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMap.AutoMocking.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMap.AutoMocking.xml -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMap.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMap.chm -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMap.dll -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMap.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMap.pdb -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMap.xml -------------------------------------------------------------------------------- /lib/structuremap-2.6.2/StructureMapDoctor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/structuremap-2.6.2/StructureMapDoctor.exe -------------------------------------------------------------------------------- /lib/trac-0.1/CaffeineIT.MSBuild.Trac.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/trac-0.1/CaffeineIT.MSBuild.Trac.dll -------------------------------------------------------------------------------- /lib/trac-0.1/CaffeineIT.MSBuild.Trac.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/trac-0.1/CaffeineIT.MSBuild.Trac.pdb -------------------------------------------------------------------------------- /lib/trac-0.1/CaffeineIT.MSBuild.Trac.tasks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/trac-0.1/CaffeineIT.MSBuild.Trac.tasks -------------------------------------------------------------------------------- /lib/trac-0.1/CaffeineIT.Trac.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/trac-0.1/CaffeineIT.Trac.dll -------------------------------------------------------------------------------- /lib/trac-0.1/CaffeineIT.Trac.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/trac-0.1/CaffeineIT.Trac.pdb -------------------------------------------------------------------------------- /lib/trac-0.1/CookComputing.XmlRpcV2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/trac-0.1/CookComputing.XmlRpcV2.dll -------------------------------------------------------------------------------- /lib/unity-1.2/Microsoft.Practices.ObjectBuilder2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/unity-1.2/Microsoft.Practices.ObjectBuilder2.dll -------------------------------------------------------------------------------- /lib/unity-1.2/Microsoft.Practices.ObjectBuilder2.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/unity-1.2/Microsoft.Practices.ObjectBuilder2.pdb -------------------------------------------------------------------------------- /lib/unity-1.2/Microsoft.Practices.ObjectBuilder2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/unity-1.2/Microsoft.Practices.ObjectBuilder2.xml -------------------------------------------------------------------------------- /lib/unity-1.2/Microsoft.Practices.Unity.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/unity-1.2/Microsoft.Practices.Unity.dll -------------------------------------------------------------------------------- /lib/unity-1.2/Microsoft.Practices.Unity.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/unity-1.2/Microsoft.Practices.Unity.pdb -------------------------------------------------------------------------------- /lib/unity-1.2/Microsoft.Practices.Unity.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/unity-1.2/Microsoft.Practices.Unity.xml -------------------------------------------------------------------------------- /lib/wix-3.0/CPL.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/CPL.TXT -------------------------------------------------------------------------------- /lib/wix-3.0/IncludeFile.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/IncludeFile.ico -------------------------------------------------------------------------------- /lib/wix-3.0/LocalizationFile.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/LocalizationFile.ico -------------------------------------------------------------------------------- /lib/wix-3.0/Microsoft.Tools.WindowsInstallerXml.NAntTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/Microsoft.Tools.WindowsInstallerXml.NAntTasks.dll -------------------------------------------------------------------------------- /lib/wix-3.0/ProductFile.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/ProductFile.ico -------------------------------------------------------------------------------- /lib/wix-3.0/ProjectFile.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/ProjectFile.ico -------------------------------------------------------------------------------- /lib/wix-3.0/SetupBuilder.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/SetupBuilder.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixComPlusExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixComPlusExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixCop.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixCop.exe -------------------------------------------------------------------------------- /lib/wix-3.0/WixDifxAppExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixDifxAppExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixDirectXExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixDirectXExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixFirewallExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixFirewallExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixGamingExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixGamingExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixIIsExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixIIsExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixIsolatedAppExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixIsolatedAppExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixLibraryFile.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixLibraryFile.ico -------------------------------------------------------------------------------- /lib/wix-3.0/WixMsmqExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixMsmqExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixNetFxExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixNetFxExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixOfficeExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixOfficeExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixPSExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixPSExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixSqlExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixSqlExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixTasks.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixTasks.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixUIExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixUIExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixUtilExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixUtilExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/WixVSExtension.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/WixVSExtension.dll -------------------------------------------------------------------------------- /lib/wix-3.0/candle.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/candle.exe -------------------------------------------------------------------------------- /lib/wix-3.0/candle.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/candle.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/ct.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/ct.exe -------------------------------------------------------------------------------- /lib/wix-3.0/ct.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/ct.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/ctui.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/ctui.exe -------------------------------------------------------------------------------- /lib/wix-3.0/ctui.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/ctui.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/darice.cub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/darice.cub -------------------------------------------------------------------------------- /lib/wix-3.0/dark.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/dark.exe -------------------------------------------------------------------------------- /lib/wix-3.0/dark.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/dark.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/difxapp_x64.wixlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/difxapp_x64.wixlib -------------------------------------------------------------------------------- /lib/wix-3.0/difxapp_x86.wixlib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/difxapp_x86.wixlib -------------------------------------------------------------------------------- /lib/wix-3.0/heat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/heat.exe -------------------------------------------------------------------------------- /lib/wix-3.0/heat.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/heat.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/light.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/light.exe -------------------------------------------------------------------------------- /lib/wix-3.0/light.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/light.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/lit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/lit.exe -------------------------------------------------------------------------------- /lib/wix-3.0/lit.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/lit.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/melt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/melt.exe -------------------------------------------------------------------------------- /lib/wix-3.0/melt.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/melt.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/mergemod.cub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/mergemod.cub -------------------------------------------------------------------------------- /lib/wix-3.0/mergemod.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/mergemod.dll -------------------------------------------------------------------------------- /lib/wix-3.0/mspatchc.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/mspatchc.dll -------------------------------------------------------------------------------- /lib/wix-3.0/pyro.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/pyro.exe -------------------------------------------------------------------------------- /lib/wix-3.0/pyro.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/pyro.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/sconce2005.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/sconce2005.dll -------------------------------------------------------------------------------- /lib/wix-3.0/sconce2008.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/sconce2008.dll -------------------------------------------------------------------------------- /lib/wix-3.0/setup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/setup.exe -------------------------------------------------------------------------------- /lib/wix-3.0/setupbld.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/setupbld.exe -------------------------------------------------------------------------------- /lib/wix-3.0/smoke.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/smoke.exe -------------------------------------------------------------------------------- /lib/wix-3.0/smoke.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/smoke.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/torch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/torch.exe -------------------------------------------------------------------------------- /lib/wix-3.0/torch.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/torch.exe.config -------------------------------------------------------------------------------- /lib/wix-3.0/votive2005.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/votive2005.dll -------------------------------------------------------------------------------- /lib/wix-3.0/votive2008.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/votive2008.dll -------------------------------------------------------------------------------- /lib/wix-3.0/wconsole.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/wconsole.dll -------------------------------------------------------------------------------- /lib/wix-3.0/winterop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/winterop.dll -------------------------------------------------------------------------------- /lib/wix-3.0/wix.ca.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/wix.ca.targets -------------------------------------------------------------------------------- /lib/wix-3.0/wix.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/wix.dll -------------------------------------------------------------------------------- /lib/wix-3.0/wix.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/wix.targets -------------------------------------------------------------------------------- /lib/wix-3.0/wui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/lib/wix-3.0/wui.dll -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/make.bat -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/readme.md -------------------------------------------------------------------------------- /src/CommonInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/CommonInfo.cs -------------------------------------------------------------------------------- /src/OldOpenRasta.Silverlight.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/OldOpenRasta.Silverlight.sln -------------------------------------------------------------------------------- /src/Settings.StyleCop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/Settings.StyleCop -------------------------------------------------------------------------------- /src/apply-license.PS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/apply-license.PS1 -------------------------------------------------------------------------------- /src/client/OpenRasta.Client.Tests.Unit/ClientSpecification.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/client/OpenRasta.Client.Tests.Unit/ClientSpecification.cs -------------------------------------------------------------------------------- /src/client/OpenRasta.Client.Tests.Unit/Customer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/client/OpenRasta.Client.Tests.Unit/Customer.cs -------------------------------------------------------------------------------- /src/client/OpenRasta.Client/OpenRasta.Client.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/client/OpenRasta.Client/OpenRasta.Client.csproj -------------------------------------------------------------------------------- /src/client/OpenRasta.Client/OpenRastaClient.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/client/OpenRasta.Client/OpenRastaClient.cs -------------------------------------------------------------------------------- /src/client/OpenRasta.Client/QueryStringTranslator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/client/OpenRasta.Client/QueryStringTranslator.cs -------------------------------------------------------------------------------- /src/client/OpenRasta.Client/ResourceContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/client/OpenRasta.Client/ResourceContext.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo.sln -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Codecs/AtomFeedCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Codecs/AtomFeedCodec.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Codecs/AtomItemCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Codecs/AtomItemCodec.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Codecs/RssFeedCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Codecs/RssFeedCodec.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Codecs/RssItemCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Codecs/RssItemCodec.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Codecs/SyndicationCodecBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Codecs/SyndicationCodecBase.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Configuration.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Handlers/ArticleHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Handlers/ArticleHandler.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Handlers/CustomerHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Handlers/CustomerHandler.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Handlers/HomeHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Handlers/HomeHandler.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Handlers/NewsListHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Handlers/NewsListHandler.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Handlers/ProductHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Handlers/ProductHandler.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Handlers/ProductListHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Handlers/ProductListHandler.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/OpenRasta.Demo.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/OpenRasta.Demo.csproj -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Resources/Customer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Resources/Customer.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Resources/Home.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Resources/Home.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Resources/NewsList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Resources/NewsList.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Resources/Product.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Resources/Product.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Resources/SynchronizableArticle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Resources/SynchronizableArticle.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Resources/Widget.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Resources/Widget.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/SyndicationExtensions/FeedSync.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/SyndicationExtensions/FeedSync.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/Content/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/Content/css/main.css -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/CustomerView.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/CustomerView.aspx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/CustomerView.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/CustomerView.aspx.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/CustomerView.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/CustomerView.aspx.designer.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/HomeView.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/HomeView.Master -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/HomeView.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/HomeView.aspx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/NewsListPartialView.ascx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/NewsListPartialView.ascx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/ProductListView.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/ProductListView.aspx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/ProductListView.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/ProductListView.aspx.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/ProductView.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/ProductView.aspx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/ProductView.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/ProductView.aspx.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/ProductView.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/ProductView.aspx.designer.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/Widget.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/Widget.aspx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/WidgetList.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/WidgetList.aspx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/toc.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/toc.aspx -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/toc.aspx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/toc.aspx.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Views/toc.aspx.designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Views/toc.aspx.designer.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/Web.config -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/WidgetListHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/WidgetListHandler.cs -------------------------------------------------------------------------------- /src/demo/OpenRasta.Demo/default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/demo/OpenRasta.Demo/default.aspx -------------------------------------------------------------------------------- /src/install/OpenRasta.Installer.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/install/OpenRasta.Installer.sln -------------------------------------------------------------------------------- /src/install/OpenRasta.Installer/OpenRasta.Installer.wixproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/install/OpenRasta.Installer/OpenRasta.Installer.wixproj -------------------------------------------------------------------------------- /src/install/OpenRasta.Installer/Product.wxs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/install/OpenRasta.Installer/Product.wxs -------------------------------------------------------------------------------- /src/install/OpenRasta.Installer/license.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/install/OpenRasta.Installer/license.rtf -------------------------------------------------------------------------------- /src/license-foot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/license-foot.txt -------------------------------------------------------------------------------- /src/license-head.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/license-head.txt -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject.sln -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject/Extensions.cs -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject/NinjectDependencyResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject/NinjectDependencyResolver.cs -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject/OpenRasta.DI.Ninject.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject/OpenRasta.DI.Ninject.csproj -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject/PerRequestProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject/PerRequestProvider.cs -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject/SubContainerKernel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject/SubContainerKernel.cs -------------------------------------------------------------------------------- /src/ninject/OpenRasta.DI.Ninject/WebBinding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/ninject/OpenRasta.DI.Ninject/WebBinding.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard.Hosting.Iis7/Iis7Server.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard.Hosting.Iis7/Iis7Server.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard.Hosting.Iis7/Iis7Starter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard.Hosting.Iis7/Iis7Starter.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard.Hosting.Iis7/IisConfigFiles.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard.Hosting.Iis7/IisConfigFiles.resx -------------------------------------------------------------------------------- /src/openbastard/OpenBastard.TestRunner/IisConfigFiles.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard.TestRunner/IisConfigFiles.resx -------------------------------------------------------------------------------- /src/openbastard/OpenBastard.TestRunner/Resources/web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard.TestRunner/Resources/web.config -------------------------------------------------------------------------------- /src/openbastard/OpenBastard.TestRunner/dependencies.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard.TestRunner/dependencies.targets -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Configurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Configurator.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Handlers/HomeHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Handlers/HomeHandler.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Handlers/UploadedFileHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Handlers/UploadedFileHandler.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Handlers/UserHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Handlers/UserHandler.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Handlers/UserListHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Handlers/UserListHandler.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/OpenBastard.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/OpenBastard.csproj -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Resources/Home.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Resources/Home.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Resources/UploadedFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Resources/UploadedFile.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Resources/User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Resources/User.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/StaticAuthenticationProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/StaticAuthenticationProvider.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/Uris.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/Uris.cs -------------------------------------------------------------------------------- /src/openbastard/OpenBastard/dependencies.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/OpenBastard/dependencies.targets -------------------------------------------------------------------------------- /src/openbastard/openbastard.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openbastard/openbastard.sln -------------------------------------------------------------------------------- /src/openrasta-aspnet/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/.gitignore -------------------------------------------------------------------------------- /src/openrasta-aspnet/build/common.project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/build/common.project.properties -------------------------------------------------------------------------------- /src/openrasta-aspnet/openrasta-aspnet-2.1.0.49962940.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/openrasta-aspnet-2.1.0.49962940.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/openrasta-aspnet-2.1.0.49965569.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/openrasta-aspnet-2.1.0.49965569.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/openrasta-aspnet.5.1.TeamCity.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/openrasta-aspnet.5.1.TeamCity.user -------------------------------------------------------------------------------- /src/openrasta-aspnet/openrasta-aspnet.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/openrasta-aspnet.sln -------------------------------------------------------------------------------- /src/openrasta-aspnet/openrasta-aspnet.wrapdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/openrasta-aspnet.wrapdesc -------------------------------------------------------------------------------- /src/openrasta-aspnet/src/CommonInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/src/CommonInfo.cs -------------------------------------------------------------------------------- /src/openrasta-aspnet/src/OpenRasta.Codecs.WebForms/Settings.StyleCop: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/openrasta-aspnet/src/OpenRasta.Hosting.AspNet/Iis.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/src/OpenRasta.Hosting.AspNet/Iis.cs -------------------------------------------------------------------------------- /src/openrasta-aspnet/src/OpenRasta.Hosting.AspNet/Iis6.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/src/OpenRasta.Hosting.AspNet/Iis6.cs -------------------------------------------------------------------------------- /src/openrasta-aspnet/src/OpenRasta.Hosting.AspNet/Iis7.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/src/OpenRasta.Hosting.AspNet/Iis7.cs -------------------------------------------------------------------------------- /src/openrasta-aspnet/src/resharper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/src/resharper.xml -------------------------------------------------------------------------------- /src/openrasta-aspnet/version: -------------------------------------------------------------------------------- 1 | 2.1.0.* -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/.gitignore -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/Moq-3.1.416.3.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/Moq-3.1.416.3.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/NUnit-2.5.7.10213.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/NUnit-2.5.7.10213.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/SharpZipLib-0.85.5.452.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/SharpZipLib-0.85.5.452.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/SharpZipLib-0.86.0.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/SharpZipLib-0.86.0.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openfilesystem-1.0.0.48173043.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openfilesystem-1.0.0.48173043.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openfilesystem-1.0.0.48566767.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openfilesystem-1.0.0.48566767.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openrasta-core-2.1.0.48177206.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openrasta-core-2.1.0.48177206.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openrasta-core-2.1.0.48827556.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openrasta-core-2.1.0.48827556.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap-1.0.0.47636484.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap-1.0.0.47636484.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap-1.0.0.48177668.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap-1.0.0.48177668.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap-1.0.0.48180760.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap-1.0.0.48180760.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap-1.0.0.48804840.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap-1.0.0.48804840.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap-1.0.0.49448703.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap-1.0.0.49448703.wrap -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap/bin-net35/OpenWrap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap/bin-net35/OpenWrap.dll -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap/bin-net35/OpenWrap.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap/bin-net35/OpenWrap.pdb -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap/build/OpenWrap.tasks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap/build/OpenWrap.tasks -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap/openwrap.wrapdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap/openwrap.wrapdesc -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap/tests/OpenWrap.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap/tests/OpenWrap.Tests.dll -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap/tests/OpenWrap.Tests.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-aspnet/wraps/openwrap/tests/OpenWrap.Tests.pdb -------------------------------------------------------------------------------- /src/openrasta-aspnet/wraps/openwrap/version: -------------------------------------------------------------------------------- 1 | 1.0.0.49448703 -------------------------------------------------------------------------------- /src/openrasta-core/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/.gitignore -------------------------------------------------------------------------------- /src/openrasta-core/build/common.project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/build/common.project.properties -------------------------------------------------------------------------------- /src/openrasta-core/openrasta-core-2.1.0.53141187.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/openrasta-core-2.1.0.53141187.wrap -------------------------------------------------------------------------------- /src/openrasta-core/openrasta-core.5.1.ReSharper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/openrasta-core.5.1.ReSharper -------------------------------------------------------------------------------- /src/openrasta-core/openrasta-core.5.1.TeamCity.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/openrasta-core.5.1.TeamCity.user -------------------------------------------------------------------------------- /src/openrasta-core/openrasta-core.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/openrasta-core.sln -------------------------------------------------------------------------------- /src/openrasta-core/openrasta-core.wrapdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/openrasta-core.wrapdesc -------------------------------------------------------------------------------- /src/openrasta-core/src/CommonInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/CommonInfo.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Testing/AssertExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Testing/AssertExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Testing/SpecExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Testing/SpecExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Testing/context.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Testing/context.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/DI/MockTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/DI/MockTypes.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Address.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Address.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Customer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Customer.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Elrond.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Elrond.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Frodo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Frodo.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Gandalf.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Gandalf.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/GilGalad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/GilGalad.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/House.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/House.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Sauron.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Fakes/Sauron.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta.Tests.Unit/Settings.StyleCop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta.Tests.Unit/Settings.StyleCop -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/BinderAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/BinderAttribute.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/BindingResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/BindingResult.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/ChangeSetBinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/ChangeSetBinder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/IObjectBinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/IObjectBinder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/KeyedValues.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/KeyedValues.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/KeyedValuesBinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/KeyedValuesBinder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/KeyedValues`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/KeyedValues`1.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Binding/ValueConverter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Binding/ValueConverter.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/Codec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/Codec.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/CodecExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/CodecExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/CodecMatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/CodecMatch.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/CodecRegistration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/CodecRegistration.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/CodecRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/CodecRepository.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/HtmlErrorCodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/HtmlErrorCodec.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/HtmlErrorPage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/HtmlErrorPage.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/ICodec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/ICodec.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/ICodecRepository.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/ICodecRepository.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/IMediaTypeReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/IMediaTypeReader.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/IMediaTypeWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/IMediaTypeWriter.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/MediaTypeAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/MediaTypeAttribute.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Codecs/Strictly.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Codecs/Strictly.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Collections/ItemChanged.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Collections/ItemChanged.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Compat/ContentType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Compat/ContentType.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Compat/Extensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Compat/Extensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Compat/Hashtable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Compat/Hashtable.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Compat/HttpException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Compat/HttpException.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Configuration/Fluent/IHas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Configuration/Fluent/IHas.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/DI/DependencyLifetime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/DI/DependencyLifetime.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/DI/DependencyManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/DI/DependencyManager.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/DI/DependencyResolverCore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/DI/DependencyResolverCore.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/DI/IDependencyResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/DI/IDependencyResolver.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/DI/Internal/ObjectBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/DI/Internal/ObjectBuilder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/DI/UnregisteredAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/DI/UnregisteredAction.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Data/ChangeSet`1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Data/ChangeSet`1.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Data/PagedData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Data/PagedData.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Diagnostics/ILogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Diagnostics/ILogger.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Diagnostics/LogSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Diagnostics/LogSource.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Diagnostics/NullLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Diagnostics/NullLogger.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Error.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Error.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/ErrorFrom.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/ErrorFrom.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/EventHandlerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/EventHandlerExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/FuncExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/FuncExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Hosting/AmbientContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Hosting/AmbientContext.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Hosting/ContextScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Hosting/ContextScope.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Hosting/HostManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Hosting/HostManager.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Hosting/IHost.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Hosting/IHost.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IErrorCollector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IErrorCollector.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/BoundaryStreamReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/BoundaryStreamReader.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/BoundaryStreamWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/BoundaryStreamWriter.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/ByteArrayExtension.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/ByteArrayExtension.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/HistoryStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/HistoryStream.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/IFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/IFile.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/LengthTrackingStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/LengthTrackingStream.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/StreamActionOnDispose.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/StreamActionOnDispose.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/StreamExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/StreamExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/IO/WrapperStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/IO/WrapperStream.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/NullableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/NullableExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/ObjectPaths.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/ObjectPaths.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/OpenRasta.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/OpenRasta.csproj -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/OperationModel/IOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/OperationModel/IOperation.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Pipeline/ContributorCall.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Pipeline/ContributorCall.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Pipeline/IContextStore.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Pipeline/IContextStore.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Pipeline/IPipeline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Pipeline/IPipeline.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Pipeline/KnownStages.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Pipeline/KnownStages.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Pipeline/PipelineData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Pipeline/PipelineData.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Pipeline/PipelineRunner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Pipeline/PipelineRunner.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Pipeline/PipelineStage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Pipeline/PipelineStage.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/RecursionException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/RecursionException.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Reflection/PropertyPath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Reflection/PropertyPath.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Security/Credentials.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Security/Credentials.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Security/DigestHeader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Security/DigestHeader.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Settings.StyleCop: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/StringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/StringExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/System.Core/Action.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/System.Core/Action.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/System.Core/Func.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/System.Core/Func.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/System.Core/Linq/Check.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/System.Core/Linq/Check.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/System.Core/Linq/Grouping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/System.Core/Linq/Grouping.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/System.Core/Linq/ILookup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/System.Core/Linq/ILookup.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/System.Core/Linq/Lookup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/System.Core/Linq/Lookup.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Text/Rfc2047Encoding.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Text/Rfc2047Encoding.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/IMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/IMember.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/IMemberBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/IMemberBuilder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/IMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/IMethod.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/INativeMember.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/INativeMember.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/IParameter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/IParameter.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/IPathManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/IPathManager.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/IProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/IProperty.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/IType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/IType.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/ITypeBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/ITypeBuilder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/ITypeSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/ITypeSystem.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/MemberBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/MemberBuilder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/PathComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/PathComponent.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/PathManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/PathManager.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/TypeBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/TypeBuilder.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/TypeExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/TypeExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/TypeSystem/TypeSystems.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/TypeSystem/TypeSystems.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/UriExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/UriExtensions.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/UriTemplate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/UriTemplate.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/UriTemplateMatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/UriTemplateMatch.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/UriTemplateMatchException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/UriTemplateMatchException.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/UriTemplateTable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/UriTemplateTable.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/HttpEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/HttpEntity.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/HttpEntityFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/HttpEntityFile.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/HttpHeaderDictionary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/HttpHeaderDictionary.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/HttpMethod.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/HttpMethod.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/ICommunicationContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/ICommunicationContext.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/IHttpEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/IHttpEntity.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/IHttpMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/IHttpMessage.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/IRequest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/IRequest.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/IResponse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/IResponse.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/ISupportsTextWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/ISupportsTextWriter.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/IUriResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/IUriResolver.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/IUriTemplateParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/IUriTemplateParser.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/ButtonType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/ButtonType.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/Direction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/Direction.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/Document.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/Document.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/IElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/IElement.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/ITextNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/ITextNode.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/IXhtmlAnchor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/IXhtmlAnchor.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/OptionElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/OptionElement.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/SelectElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/SelectElement.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/XhtmlAnchor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/XhtmlAnchor.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/XhtmlMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/XhtmlMode.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Markup/r.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Markup/r.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/MediaType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/MediaType.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/MultipartHttpEntity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/MultipartHttpEntity.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/MultipartReader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/MultipartReader.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/MultipartWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/MultipartWriter.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/OperationResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/OperationResult.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/ResourceMatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/ResourceMatch.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/ServerErrorList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/ServerErrorList.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/TemplatedUriResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/TemplatedUriResolver.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Wadl/WadlApplication.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Wadl/WadlApplication.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Wadl/WadlHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Wadl/WadlHandler.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/OpenRasta/Web/Wadl/WadlRenderer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/OpenRasta/Web/Wadl/WadlRenderer.cs -------------------------------------------------------------------------------- /src/openrasta-core/src/resharper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/src/resharper.xml -------------------------------------------------------------------------------- /src/openrasta-core/version: -------------------------------------------------------------------------------- 1 | 2.1.0.* -------------------------------------------------------------------------------- /src/openrasta-core/wraps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/.gitignore -------------------------------------------------------------------------------- /src/openrasta-core/wraps/Moq-4.0.10827.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/Moq-4.0.10827.wrap -------------------------------------------------------------------------------- /src/openrasta-core/wraps/NUnit-2.5.9.10348.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/NUnit-2.5.9.10348.wrap -------------------------------------------------------------------------------- /src/openrasta-core/wraps/SharpZipLib-0.86.0.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/SharpZipLib-0.86.0.wrap -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openfilesystem-1.0.0.50386599.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openfilesystem-1.0.0.50386599.wrap -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap-1.0.0.50386209.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap-1.0.0.50386209.wrap -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/bin-net35/OpenWrap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/bin-net35/OpenWrap.dll -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/bin-net35/OpenWrap.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/bin-net35/OpenWrap.pdb -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/build/OpenWrap.tasks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/build/OpenWrap.tasks -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/openwrap.wrapdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/openwrap.wrapdesc -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/tests/OpenWrap.Commands.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/tests/OpenWrap.Commands.dll -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/tests/OpenWrap.Commands.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/tests/OpenWrap.Commands.pdb -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/tests/OpenWrap.Tests.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/tests/OpenWrap.Tests.dll -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/tests/OpenWrap.Tests.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/openwrap/tests/OpenWrap.Tests.pdb -------------------------------------------------------------------------------- /src/openrasta-core/wraps/openwrap/version: -------------------------------------------------------------------------------- 1 | 1.0.0.50386209 -------------------------------------------------------------------------------- /src/openrasta-core/wraps/tdnet-framework-2.0.0.48555719.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-core/wraps/tdnet-framework-2.0.0.48555719.wrap -------------------------------------------------------------------------------- /src/openrasta-full/openrasta-full.wrapdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-full/openrasta-full.wrapdesc -------------------------------------------------------------------------------- /src/openrasta-full/version: -------------------------------------------------------------------------------- 1 | 2.1.0.* 2 | -------------------------------------------------------------------------------- /src/openrasta-sharpview/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/.gitignore -------------------------------------------------------------------------------- /src/openrasta-sharpview/build/common.project.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/build/common.project.properties -------------------------------------------------------------------------------- /src/openrasta-sharpview/openrasta-sharpview.wrapdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/openrasta-sharpview.wrapdesc -------------------------------------------------------------------------------- /src/openrasta-sharpview/sharpview.4.5.resharper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/sharpview.4.5.resharper -------------------------------------------------------------------------------- /src/openrasta-sharpview/sharpview.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/sharpview.sln -------------------------------------------------------------------------------- /src/openrasta-sharpview/src/CommonInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/src/CommonInfo.cs -------------------------------------------------------------------------------- /src/openrasta-sharpview/src/resharper.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/src/resharper.xml -------------------------------------------------------------------------------- /src/openrasta-sharpview/version: -------------------------------------------------------------------------------- 1 | 2.1.0.* 2 | -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/.gitignore -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/NUnit-2.5.7.10213.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/NUnit-2.5.7.10213.wrap -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/SharpZipLib-0.85.5.452.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/SharpZipLib-0.85.5.452.wrap -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/openwrap-1.0.0.48184029.wrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/openwrap-1.0.0.48184029.wrap -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/openwrap/bin-net35/OpenWrap.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/openwrap/bin-net35/OpenWrap.dll -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/openwrap/bin-net35/OpenWrap.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/openwrap/bin-net35/OpenWrap.pdb -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/openwrap/build/OpenWrap.tasks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/openwrap/build/OpenWrap.tasks -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/openwrap/openwrap.wrapdesc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/openrasta-sharpview/wraps/openwrap/openwrap.wrapdesc -------------------------------------------------------------------------------- /src/openrasta-sharpview/wraps/openwrap/version: -------------------------------------------------------------------------------- 1 | 1.0.0.48184029 -------------------------------------------------------------------------------- /src/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/readme.txt -------------------------------------------------------------------------------- /src/resharper-config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/resharper-config.xml -------------------------------------------------------------------------------- /src/scripting/OpenRasta.Scripting/OpenRasta.Scripting.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/scripting/OpenRasta.Scripting/OpenRasta.Scripting.csproj -------------------------------------------------------------------------------- /src/scripting/OpenRasta.Scripting/Properties/Project.FxCop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/scripting/OpenRasta.Scripting/Properties/Project.FxCop -------------------------------------------------------------------------------- /src/scripting/OpenRasta.Scripting/Properties/Script.jst: -------------------------------------------------------------------------------- 1 | // OpenRasta.Scripting.js 2 | // 3 | 4 | #include[as-is] "%code%" 5 | -------------------------------------------------------------------------------- /src/structuremap/OpenRasta.DI.StructureMap.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/structuremap/OpenRasta.DI.StructureMap.sln -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity.Sample/Bootstrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity.Sample/Bootstrapper.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity.Sample/CustomLogger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity.Sample/CustomLogger.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity.Sample/Default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity.Sample/Default.aspx -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity.Sample/Domain/Info.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity.Sample/Domain/Info.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity.Sample/Domain/InfoProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity.Sample/Domain/InfoProvider.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity.Sample/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity.Sample/Web.config -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity.sln -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity/Extensions/CycleDetector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity/Extensions/CycleDetector.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity/Extensions/TypeTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity/Extensions/TypeTracker.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity/OpenRasta.DI.Unity.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity/OpenRasta.DI.Unity.csproj -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity/PerRequestLifetimeManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity/PerRequestLifetimeManager.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity/UnityContainerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity/UnityContainerExtensions.cs -------------------------------------------------------------------------------- /src/unity/OpenRasta.DI.Unity/UnityDependencyResolver.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/unity/OpenRasta.DI.Unity/UnityDependencyResolver.cs -------------------------------------------------------------------------------- /src/vside/templates/aspnet35-item-view/__TemplateIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35-item-view/__TemplateIcon.ico -------------------------------------------------------------------------------- /src/vside/templates/aspnet35-item-view/item-view.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35-item-view/item-view.aspx -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Configuration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Configuration.cs -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Handlers/HomeHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Handlers/HomeHandler.cs -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/OpenRasta.AspNet35.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/OpenRasta.AspNet35.csproj -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/OpenRasta.AspNet35.vstemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/OpenRasta.AspNet35.vstemplate -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Resources/HomeResource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Resources/HomeResource.cs -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Views/HomeView.Master: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Views/HomeView.Master -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Views/HomeView.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Views/HomeView.aspx -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Views/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Views/Web.config -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/Web.config -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/__TemplateIcon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/__TemplateIcon.ico -------------------------------------------------------------------------------- /src/vside/templates/aspnet35/default.aspx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/aspnet35/default.aspx -------------------------------------------------------------------------------- /src/vside/templates/templates.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/src/vside/templates/templates.sln -------------------------------------------------------------------------------- /svnignore.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openrasta/archived-openrasta-legacy/HEAD/svnignore.bat --------------------------------------------------------------------------------