Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NoralK committed Mar 26, 2017
1 parent 7a7bc57 commit 9c0ff05
Show file tree
Hide file tree
Showing 38 changed files with 31,554 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jQuery.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.9
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "jQuery", "jQuery\jQuery.vbproj", "{50B94F74-1EC8-4EB7-904C-D360AD9E6512}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Release|Any CPU.Build.0 = Release|Any CPU
{50B94F74-1EC8-4EB7-904C-D360AD9E6512}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
4 changes: 4 additions & 0 deletions jQuery/ControlTemplates/SharePointProjectItem.spdata
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.MappedFolder" SupportedTrustLevels="FullTrust" SupportedDeploymentScopes="Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
<ProjectItemFolder Target="ControlTemplates" Type="TemplateFile" />
</ProjectItem>
14 changes: 14 additions & 0 deletions jQuery/ControlTemplates/jQuery/1.12.4/jQuery_1_12_4.ascx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
<%@ Import Namespace="Microsoft.SharePoint" %>
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Control Language="VB" AutoEventWireup="true" CodeBehind="jQuery_1_12_4.ascx.vb" Inherits="jQuery.ControlTemplates.jQuery.jQuery_1_12_4" %>

<SharePoint:ScriptLink runat="server"
Name="/_layouts/15/jQuery/1.12.4/jquery-1.12.4.min.js"
Language="JavaScript"
LoadAfterUI="true"
></SharePoint:ScriptLink>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions jQuery/ControlTemplates/jQuery/1.12.4/jQuery_1_12_4.ascx.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Imports System
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.WebControls.WebParts

Namespace ControlTemplates.jQuery

Partial Public Class jQuery_1_12_4
Inherits UserControl

Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load

End Sub

End Class

End Namespace
14 changes: 14 additions & 0 deletions jQuery/ControlTemplates/jQuery/2.2.4/jQuery_2_2_4.ascx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
<%@ Import Namespace="Microsoft.SharePoint" %>
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Control Language="VB" AutoEventWireup="true" CodeBehind="jQuery_2_2_4.ascx.vb" Inherits="jQuery.ControlTemplates.jQuery.jQuery_2_2_4" %>

<SharePoint:ScriptLink runat="server"
Name="/_layouts/15/jQuery/2.2.4/jquery-2.2.4.min.js"
Language="JavaScript"
LoadAfterUI="true"
></SharePoint:ScriptLink>
17 changes: 17 additions & 0 deletions jQuery/ControlTemplates/jQuery/2.2.4/jQuery_2_2_4.ascx.designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions jQuery/ControlTemplates/jQuery/2.2.4/jQuery_2_2_4.ascx.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Imports System
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.WebControls.WebParts

Namespace ControlTemplates.jQuery

Partial Public Class jQuery_2_2_4
Inherits UserControl

Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load

End Sub

End Class

End Namespace
14 changes: 14 additions & 0 deletions jQuery/ControlTemplates/jQuery/3.2.1/jQuery_3_2_1.ascx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %>
<%@ Assembly Name="Microsoft.Web.CommandUI, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="Utilities" Namespace="Microsoft.SharePoint.Utilities" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register Tagprefix="asp" Namespace="System.Web.UI" Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
<%@ Import Namespace="Microsoft.SharePoint" %>
<%@ Register Tagprefix="WebPartPages" Namespace="Microsoft.SharePoint.WebPartPages" Assembly="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Control Language="VB" AutoEventWireup="true" CodeBehind="jQuery_3_2_1.ascx.vb" Inherits="jQuery.ControlTemplates.jQuery.jQuery_3_2_1" %>

<SharePoint:ScriptLink runat="server"
Name="/_layouts/15/jQuery/3.2.1/jquery-3.2.1.min.js"
Language="JavaScript"
LoadAfterUI="true"
></SharePoint:ScriptLink>
17 changes: 17 additions & 0 deletions jQuery/ControlTemplates/jQuery/3.2.1/jQuery_3_2_1.ascx.designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions jQuery/ControlTemplates/jQuery/3.2.1/jQuery_3_2_1.ascx.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Imports System
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.WebControls.WebParts

Namespace ControlTemplates.jQuery

Partial Public Class jQuery_3_2_1
Inherits UserControl

Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load

End Sub

End Class

End Namespace
7 changes: 7 additions & 0 deletions jQuery/Controls_1_12_4/Elements.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Control Id="AdditionalPageHead"
Sequence="90"
ControlSrc="~/_CONTROLTEMPLATES/15/jQuery/1.12.4/jQuery_1_12_4.ascx" />

</Elements>
6 changes: 6 additions & 0 deletions jQuery/Controls_1_12_4/SharePointProjectItem.spdata
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.GenericElement" DefaultFile="Elements.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="Web, Site, WebApplication, Farm, Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
<Files>
<ProjectItemFile Source="Elements.xml" Target="Controls_1_12_4\" Type="ElementManifest" />
</Files>
</ProjectItem>
7 changes: 7 additions & 0 deletions jQuery/Controls_2_2_4/Elements.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Control Id="AdditionalPageHead"
Sequence="90"
ControlSrc="~/_CONTROLTEMPLATES/15/jQuery/2.2.4/jQuery_2_2_4.ascx" />

</Elements>
6 changes: 6 additions & 0 deletions jQuery/Controls_2_2_4/SharePointProjectItem.spdata
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.GenericElement" DefaultFile="Elements.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="Web, Site, WebApplication, Farm, Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
<Files>
<ProjectItemFile Source="Elements.xml" Target="Controls_2_2_4\" Type="ElementManifest" />
</Files>
</ProjectItem>
7 changes: 7 additions & 0 deletions jQuery/Controls_3_2_1/Elements.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Control Id="AdditionalPageHead"
Sequence="90"
ControlSrc="~/_CONTROLTEMPLATES/15/jQuery/3.2.1/jQuery_3_2_1.ascx" />

</Elements>
6 changes: 6 additions & 0 deletions jQuery/Controls_3_2_1/SharePointProjectItem.spdata
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.GenericElement" DefaultFile="Elements.xml" SupportedTrustLevels="All" SupportedDeploymentScopes="Web, Site, WebApplication, Farm, Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
<Files>
<ProjectItemFile Source="Elements.xml" Target="Controls_3_2_1\" Type="ElementManifest" />
</Files>
</ProjectItem>
3 changes: 3 additions & 0 deletions jQuery/Features/Feature_1_12_4/Feature_1_12_4.Template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/">
</Feature>
6 changes: 6 additions & 0 deletions jQuery/Features/Feature_1_12_4/Feature_1_12_4.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="1fdaca1b-4a6d-41d5-b2fa-949d1cf4a5a2" activateOnDefault="false" description="NOTE: Only ONE Site Feature of jQuery should be enabled. Incudes jQuery v1.12.4 uncompressed, min and map " featureId="1fdaca1b-4a6d-41d5-b2fa-949d1cf4a5a2" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="jQuery version 1.12.4" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel">
<projectItems>
<projectItemReference itemId="f3a20035-7ea3-4802-b9c5-fc48a42efa43" />
</projectItems>
</feature>
3 changes: 3 additions & 0 deletions jQuery/Features/Feature_2_2_4/Feature_2_2_4.Template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/">
</Feature>
6 changes: 6 additions & 0 deletions jQuery/Features/Feature_2_2_4/Feature_2_2_4.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="21fcabfe-f6cd-4fcf-b87a-29066977742f" activateOnDefault="false" description="NOTE: Only ONE Site Feature of jQuery should be enabled. Incudes jQuery v2.2.4 uncompressed, min and map " featureId="21fcabfe-f6cd-4fcf-b87a-29066977742f" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="jQuery version 2.2.4" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel">
<projectItems>
<projectItemReference itemId="2361af1a-71a9-4362-9283-3a0abce03c3a" />
</projectItems>
</feature>
3 changes: 3 additions & 0 deletions jQuery/Features/Feature_3_2_1/Feature_3_2_1.Template.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/">
</Feature>
6 changes: 6 additions & 0 deletions jQuery/Features/Feature_3_2_1/Feature_3_2_1.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feature xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="a1334a63-2756-4553-b107-7a9c06567362" activateOnDefault="false" description="NOTE: Only ONE Site Feature of jQuery should be enabled. Incudes jQuery v3.2.1 uncompressed, min and map " featureId="a1334a63-2756-4553-b107-7a9c06567362" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="jQuery version 3.2.1" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel">
<projectItems>
<projectItemReference itemId="becdd4b4-e2db-4955-bb91-3b27031a9487" />
</projectItems>
</feature>
4 changes: 4 additions & 0 deletions jQuery/Layouts/SharePointProjectItem.spdata
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectItem Type="Microsoft.VisualStudio.SharePoint.MappedFolder" SupportedTrustLevels="FullTrust" SupportedDeploymentScopes="Package" xmlns="http://schemas.microsoft.com/VisualStudio/2010/SharePointTools/SharePointProjectItemModel">
<ProjectItemFolder Target="Layouts" Type="TemplateFile" />
</ProjectItem>
Loading

0 comments on commit 9c0ff05

Please sign in to comment.