-
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,195 changed files
with
150,035 additions
and
85,785 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,2 +1,7 @@ | ||
/Resources/MacAppTemplate.app/Contents/MacOS/* eol=lf | ||
*.sh eol=lf | ||
|
||
* text=auto | ||
*.sh eol=lf | ||
*.sln eol=crlf | ||
*.cmd eol=crlf | ||
*.csproj text | ||
*.xaml text |
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
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,69 +1,68 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<!-- The configuration and platform will be used to determine which | ||
assemblies to include from solution and project documentation | ||
sources --> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{130627a0-3530-4939-8d7a-c447563618d1}</ProjectGuid> | ||
<SHFBSchemaVersion>1.9.3.0</SHFBSchemaVersion> | ||
sources --> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{130627a0-3530-4939-8d7a-c447563618d1}</ProjectGuid> | ||
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion> | ||
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual | ||
Studio adds them anyway --> | ||
<AssemblyName>Documentation</AssemblyName> | ||
<RootNamespace>Documentation</RootNamespace> | ||
<Name>Documentation</Name> | ||
<!-- SHFB properties --> | ||
<OutputPath>..\BuildOutput\Help\html-shfb\</OutputPath> | ||
<HtmlHelpName>EtoForms</HtmlHelpName> | ||
<Language>en-US</Language> | ||
<HelpFileFormat>Website</HelpFileFormat> | ||
<DocumentationSources> | ||
<DocumentationSource sourceFile="..\BuildOutput\Debug\Eto.dll" xmlns="" /> | ||
<DocumentationSource sourceFile="..\BuildOutput\Debug\Eto.xml" xmlns="" /> | ||
</DocumentationSources> | ||
<HelpTitle>Eto.Forms documentation</HelpTitle> | ||
<PresentationStyle>vs2010</PresentationStyle> | ||
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, SealedProtected</VisibleItems> | ||
<ProjectSummary>Eto.Forms Cross Platform UI Framework</ProjectSummary> | ||
<NamespaceSummaries> | ||
<NamespaceSummaryItem name="Eto" isDocumented="True" xmlns="">Eto</NamespaceSummaryItem> | ||
<NamespaceSummaryItem name="Eto.Forms" isDocumented="True" xmlns="">Eto.Forms User Interface</NamespaceSummaryItem> | ||
<NamespaceSummaryItem name="Eto.IO" isDocumented="True" xmlns="">Eto.IO Input/Output abstractions</NamespaceSummaryItem> | ||
<NamespaceSummaryItem name="Eto.Misc" isDocumented="True" xmlns="">Misc</NamespaceSummaryItem> | ||
</NamespaceSummaries> | ||
</PropertyGroup> | ||
Studio adds them anyway --> | ||
<AssemblyName>Documentation</AssemblyName> | ||
<RootNamespace>Documentation</RootNamespace> | ||
<Name>Documentation</Name> | ||
<!-- SHFB properties --> | ||
<OutputPath>..\BuildOutput\Help\html-shfb\</OutputPath> | ||
<HtmlHelpName>EtoForms</HtmlHelpName> | ||
<Language>en-US</Language> | ||
<HelpFileFormat>Website</HelpFileFormat> | ||
<DocumentationSources> | ||
<DocumentationSource sourceFile="..\BuildOutput\Release\Eto.dll" /> | ||
<DocumentationSource sourceFile="..\BuildOutput\Release\Eto.xml" /></DocumentationSources> | ||
<HelpTitle>Eto.Forms documentation</HelpTitle> | ||
<PresentationStyle>vs2010</PresentationStyle> | ||
<VisibleItems>InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, SealedProtected</VisibleItems> | ||
<ProjectSummary>Eto.Forms Cross Platform UI Framework</ProjectSummary> | ||
<NamespaceSummaries> | ||
<NamespaceSummaryItem name="Eto" isDocumented="True" xmlns="">Eto</NamespaceSummaryItem> | ||
<NamespaceSummaryItem name="Eto.Forms" isDocumented="True" xmlns="">Eto.Forms User Interface</NamespaceSummaryItem> | ||
<NamespaceSummaryItem name="Eto.IO" isDocumented="True" xmlns="">Eto.IO Input/Output abstractions</NamespaceSummaryItem> | ||
<NamespaceSummaryItem name="Eto.Misc" isDocumented="True" xmlns="">Misc</NamespaceSummaryItem> | ||
</NamespaceSummaries> | ||
</PropertyGroup> | ||
<!-- There are no properties for these groups. AnyCPU needs to appear in | ||
order for Visual Studio to perform the build. The others are optional | ||
common platform types that may appear. --> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Eto"> | ||
<HintPath>BuildOutput\Debug\Eto.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<SiteMap Include="Site Map.sitemap" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Top.html" /> | ||
</ItemGroup> | ||
<!-- Import the SHFB build targets --> | ||
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> | ||
common platform types that may appear. --> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="Eto"> | ||
<HintPath>BuildOutput\Debug\Eto.dll</HintPath> | ||
</Reference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<SiteMap Include="Site Map.sitemap" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="Top.html" /> | ||
</ItemGroup> | ||
<!-- Import the SHFB build targets --> | ||
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> | ||
</Project> |
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,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"> | ||
<siteMapNode title="Eto.Forms" url="Top.html" isDefault="true" isSelected="true" splitToc="true" /> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0"> | ||
<siteMapNode title="Eto.Forms" url="Top.html" isDefault="true" isSelected="true" splitToc="true" /> | ||
</siteMap> |
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,11 +1,11 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>Eto.Forms Documentation</title> | ||
</head> | ||
|
||
<body> | ||
|
||
</body> | ||
|
||
</html> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<title>Eto.Forms Documentation</title> | ||
</head> | ||
|
||
<body> | ||
|
||
</body> | ||
|
||
</html> |
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
Binary file not shown.
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,4 +1,5 @@ | ||
<configuration> | ||
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/> | ||
<dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so.0"/> | ||
<dllmap dll="atksharpglue-3" target="/usr/lib/cli/atk-sharp-3.0/libatksharpglue-3.so"/> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.