This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add umbraco files
- Loading branch information
Showing
2,829 changed files
with
390,777 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.