Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Add umbraco files
Browse files Browse the repository at this point in the history
Add umbraco files
  • Loading branch information
Mantus667 committed Jul 27, 2017
1 parent d03ac6f commit 9a5a3ab
Show file tree
Hide file tree
Showing 2,829 changed files with 390,777 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/UmbracoUrlHandling.sln
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UmbracoUrlHandling", "UmbracoUrlHandling\UmbracoUrlHandling.csproj", "{ABCE8508-6EEC-46B0-96DC-B062201F4972}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ABCE8508-6EEC-46B0-96DC-B062201F4972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABCE8508-6EEC-46B0-96DC-B062201F4972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABCE8508-6EEC-46B0-96DC-B062201F4972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABCE8508-6EEC-46B0-96DC-B062201F4972}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
10 changes: 10 additions & 0 deletions src/UmbracoUrlHandling/App_Browsers/Form.browser
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<browsers>

<browser refID="Default">
<controlAdapters>
<adapter controlType="System.Web.UI.HtmlControls.HtmlForm"
adapterType="umbraco.presentation.urlRewriter.FormRewriterControlAdapter" />
</controlAdapters>
</browser>

</browsers>
26 changes: 26 additions & 0 deletions src/UmbracoUrlHandling/App_Browsers/w3cvalidator.browser
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<browsers>
<!--
Browser capability file for the w3c validator

sample UA: "W3C_Validator/1.305.2.148 libwww-perl/5.803"
-->
<browser id="w3cValidator" parentID="default">
<identification>
<userAgent match="^W3C_Validator" />
</identification>

<capture>
<userAgent match="^W3C_Validator/(?'version'(?'major'\d+)(?'minor'\.\d+)\w*).*" />
</capture>

<capabilities>
<capability name="browser" value="w3cValidator" />
<capability name="majorversion" value="${major}" />
<capability name="minorversion" value="${minor}" />
<capability name="version" value="${version}" />
<capability name="w3cdomversion" value="1.0" />
<capability name="xml" value="true" />
<capability name="tagWriter" value="System.Web.UI.HtmlTextWriter" />
</capabilities>
</browser>
</browsers>
1 change: 1 addition & 0 deletions src/UmbracoUrlHandling/App_Data/Models/all.dll.path
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:\Users\brendeld\AppData\Local\Temp\Temporary ASP.NET Files\vs\db0e3ea5\41b4334d\App_Web_all.generated.cs.8f9494c4.o_xl0we4.dll
Loading

0 comments on commit 9a5a3ab

Please sign in to comment.