Skip to content

Commit

Permalink
Preparing for a much simpler weaver, updating translator to deal with…
Browse files Browse the repository at this point in the history
… changes
  • Loading branch information
Frank Laub committed Jun 25, 2010
1 parent a0c47ac commit fa80166
Show file tree
Hide file tree
Showing 182 changed files with 1,034 additions and 1,220 deletions.
Binary file modified Depends/Mono.Cecil.Pdb.dll
Binary file not shown.
Binary file modified Depends/Mono.Cecil.Pdb.pdb
Binary file not shown.
Binary file modified Depends/Mono.Cecil.dll
Binary file not shown.
Binary file modified Depends/Mono.Cecil.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions DotWeb.Installer/DotWeb.Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<Project>{9004e34c-2d35-40ee-be98-c1aed18081cf}</Project>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\src\DotWeb.System\DotWeb.System.csproj">
<Name>DotWeb.System</Name>
<ProjectReference Include="..\src\DotWeb.System\DotWebCoreLib.csproj">
<Name>DotWebCoreLib</Name>
<Project>{45ad857d-00ea-44cf-a3d4-8355ddfe1623}</Project>
<Private>True</Private>
</ProjectReference>
Expand Down
50 changes: 31 additions & 19 deletions DotWeb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWeb.Translator.Test.Scri
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{2403EEAF-B8B8-43D7-AA7C-A22D42755415}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWeb.System", "src\DotWeb.System\DotWeb.System.csproj", "{45AD857D-00EA-44CF-A3D4-8355DDFE1623}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hosted-DotWeb.System", "src\DotWeb.System\Hosted-DotWeb.System.csproj", "{F02F94A5-422E-4585-BB7B-160A8C6B488F}"
ProjectSection(ProjectDependencies) = postProject
{63D7BDD6-78BE-46B8-9BD3-E2026E34F4CB} = {63D7BDD6-78BE-46B8-9BD3-E2026E34F4CB}
EndProjectSection
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWebCoreLib", "src\DotWebCoreLib\DotWebCoreLib.csproj", "{45AD857D-00EA-44CF-A3D4-8355DDFE1623}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWeb.Hosting.Test.Script", "test\DotWeb.Hosting.Test.Script\DotWeb.Hosting.Test.Script.csproj", "{4AE3435E-B364-4362-9911-ACAEDC6E1A99}"
EndProject
Expand All @@ -79,6 +74,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWeb.Functional.Test.Clie
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWeb.Functional.Test.Server", "test\DotWeb.Functional.Test\Server\DotWeb.Functional.Test.Server.csproj", "{7A7A1D10-D234-46E2-8637-084F68E10B66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWeb.System", "src\DotWeb.System\DotWeb.System.csproj", "{E3610104-B2F5-4C28-BB26-6719001B43FA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotWebAttributes", "src\DotWebCoreLib\DotWebAttributes.csproj", "{F02F94A5-422E-4585-BB7B-160A8C6B488F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -235,18 +234,6 @@ Global
{45AD857D-00EA-44CF-A3D4-8355DDFE1623}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{45AD857D-00EA-44CF-A3D4-8355DDFE1623}.Release|Win32.ActiveCfg = Release|Any CPU
{45AD857D-00EA-44CF-A3D4-8355DDFE1623}.Release|x86.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Win32.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|x86.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Any CPU.Build.0 = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Win32.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|x86.ActiveCfg = Release|Any CPU
{4AE3435E-B364-4362-9911-ACAEDC6E1A99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AE3435E-B364-4362-9911-ACAEDC6E1A99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AE3435E-B364-4362-9911-ACAEDC6E1A99}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -366,6 +353,30 @@ Global
{7A7A1D10-D234-46E2-8637-084F68E10B66}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7A7A1D10-D234-46E2-8637-084F68E10B66}.Release|Win32.ActiveCfg = Release|Any CPU
{7A7A1D10-D234-46E2-8637-084F68E10B66}.Release|x86.ActiveCfg = Release|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Debug|Win32.ActiveCfg = Debug|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Debug|x86.ActiveCfg = Debug|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Release|Any CPU.Build.0 = Release|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Release|Win32.ActiveCfg = Release|Any CPU
{E3610104-B2F5-4C28-BB26-6719001B43FA}.Release|x86.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|Win32.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Debug|x86.ActiveCfg = Debug|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Any CPU.Build.0 = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|Win32.ActiveCfg = Release|Any CPU
{F02F94A5-422E-4585-BB7B-160A8C6B488F}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -378,11 +389,12 @@ Global
{69561EF0-26F3-4190-89EA-AAE937A5D88F} = {5371A387-4AAD-472B-B6F8-3A85C553790E}
{0EA77083-0F93-43EA-AB3D-52FE0FEE4599} = {5371A387-4AAD-472B-B6F8-3A85C553790E}
{3C90D87C-3525-4D90-B32D-CD9B56B20D99} = {5371A387-4AAD-472B-B6F8-3A85C553790E}
{F02F94A5-422E-4585-BB7B-160A8C6B488F} = {5371A387-4AAD-472B-B6F8-3A85C553790E}
{DE8A6C27-B315-41E3-82BF-7A3741C7653D} = {5371A387-4AAD-472B-B6F8-3A85C553790E}
{63D7BDD6-78BE-46B8-9BD3-E2026E34F4CB} = {5371A387-4AAD-472B-B6F8-3A85C553790E}
{F02F94A5-422E-4585-BB7B-160A8C6B488F} = {5371A387-4AAD-472B-B6F8-3A85C553790E}
{0A46B99F-8A61-4544-8B1D-E5117DABBD90} = {68BADD68-6C2C-4D04-BCD9-84E851FF97C1}
{45AD857D-00EA-44CF-A3D4-8355DDFE1623} = {68BADD68-6C2C-4D04-BCD9-84E851FF97C1}
{E3610104-B2F5-4C28-BB26-6719001B43FA} = {68BADD68-6C2C-4D04-BCD9-84E851FF97C1}
{513FE4C0-362B-4109-AD91-C818B83B628D} = {196832FA-5DBB-45ED-8FA9-42E8C702E413}
{17E900D9-A0E6-4F3E-8A00-99F5B8978A07} = {2403EEAF-B8B8-43D7-AA7C-A22D42755415}
{64CEF2DB-5B54-4F4F-BEEE-F32C5DC428DB} = {2403EEAF-B8B8-43D7-AA7C-A22D42755415}
Expand Down
1 change: 0 additions & 1 deletion src/DotWeb.Client/Browser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System;
using System.DotWeb;
using DotWeb.Client.Dom;
using DotWeb.Client.Dom.Events;
using DotWeb.Client.Dom.Html;
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Attr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.

using System.DotWeb;
using System;
namespace DotWeb.Client.Dom
{
/// <summary>
Expand Down
3 changes: 2 additions & 1 deletion src/DotWeb.Client/Dom/Css/CssProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.

using System.DotWeb;
using System;

namespace DotWeb.Client.Dom.Css
{
[JsIntrinsic]
Expand Down
3 changes: 2 additions & 1 deletion src/DotWeb.Client/Dom/Css/CssRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;

namespace DotWeb.Client.Dom.Css
{
[JsIntrinsic]
Expand Down
3 changes: 2 additions & 1 deletion src/DotWeb.Client/Dom/Css/CssStyleDeclaration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.

using System.DotWeb;
using System;

namespace DotWeb.Client.Dom.Css
{
[JsIntrinsic]
Expand Down
3 changes: 2 additions & 1 deletion src/DotWeb.Client/Dom/Css/Style.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.

using System.DotWeb;
using System;

namespace DotWeb.Client.Dom.Css
{
[JsIntrinsic]
Expand Down
1 change: 0 additions & 1 deletion src/DotWeb.Client/Dom/Document.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

using System;
using DotWeb.Client.Dom.Html;
using System.DotWeb;

namespace DotWeb.Client.Dom
{
Expand Down
3 changes: 2 additions & 1 deletion src/DotWeb.Client/Dom/Element.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.

using System.DotWeb;
using System;

namespace DotWeb.Client.Dom
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Events/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.

using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Events
{
public enum PhaseType
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Helper/ElementFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using DotWeb.Client.Dom.Html;
using System.DotWeb;
using System;

namespace DotWeb.Client.Dom.Helper
{
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/AnchorElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
public class AnchorElement : HtmlElement
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlAppletElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlAreaElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlBaseElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlBaseFontElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlBodyElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlBrElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlButtonElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlDListElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlDirectoryElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlDivElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using DotWeb.Client.Dom.Css;
using System.DotWeb;
using System;
using DotWeb.Client.Dom.Events;

namespace DotWeb.Client.Dom.Html
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlFieldSetElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlFontElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlFormElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlFrameElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlFrameSetElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlHeadElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlHeadingElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlHrElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlHtmlElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
2 changes: 1 addition & 1 deletion src/DotWeb.Client/Dom/Html/HtmlIFrameElement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with DotWeb. If not, see <http://www.gnu.org/licenses/>.
//
using System.DotWeb;
using System;
namespace DotWeb.Client.Dom.Html
{
[JsIntrinsic]
Expand Down
Loading

0 comments on commit fa80166

Please sign in to comment.