-
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.
- Loading branch information
Showing
27 changed files
with
289 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 |
---|---|---|
@@ -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}") = "jPicker", "jPicker\jPicker.vbproj", "{BFDEE5B5-D417-49D4-8178-FE7D5B416165}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{BFDEE5B5-D417-49D4-8178-FE7D5B416165}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{BFDEE5B5-D417-49D4-8178-FE7D5B416165}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{BFDEE5B5-D417-49D4-8178-FE7D5B416165}.Debug|Any CPU.Deploy.0 = Debug|Any CPU | ||
{BFDEE5B5-D417-49D4-8178-FE7D5B416165}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{BFDEE5B5-D417-49D4-8178-FE7D5B416165}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{BFDEE5B5-D417-49D4-8178-FE7D5B416165}.Release|Any CPU.Deploy.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,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> |
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,17 @@ | ||
<%@ 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="jPicker_1_1_6.ascx.vb" Inherits="jPicker.ControlTemplates.jPicker.jPicker_1_1_6" %> | ||
|
||
|
||
<link rel="stylesheet" href="/_layouts/15/jPicker/1.1.6/css/jPicker-1.1.6.min.css"> | ||
|
||
<SharePoint:ScriptLink runat="server" | ||
Name="/_layouts/15/jPicker/1.1.6/jpicker-1.1.6.min.js" | ||
Language="JavaScript" | ||
LoadAfterUI="true" | ||
></SharePoint:ScriptLink> |
17 changes: 17 additions & 0 deletions
17
jPicker/ControlTemplates/jPicker/1.1.6/jPicker_1_1_6.ascx.designer.vb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
jPicker/ControlTemplates/jPicker/1.1.6/jPicker_1_1_6.ascx.vb
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,17 @@ | ||
Imports System | ||
Imports System.Web.UI | ||
Imports System.Web.UI.WebControls | ||
Imports System.Web.UI.WebControls.WebParts | ||
|
||
Namespace ControlTemplates.jPicker | ||
|
||
Partial Public Class jPicker_1_1_6 | ||
Inherits UserControl | ||
|
||
Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load | ||
|
||
End Sub | ||
|
||
End Class | ||
|
||
End Namespace |
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
<Control Id="AdditionalPageHead" | ||
Sequence="900" | ||
ControlSrc="~/_CONTROLTEMPLATES/15/jPicker/1.1.6/jPicker_1_1_6.ascx" /> | ||
|
||
</Elements> |
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,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_1_6\" Type="ElementManifest" /> | ||
</Files> | ||
</ProjectItem> |
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,3 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
</Feature> |
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,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="23821b0e-e48e-4f32-9fcc-09f66bd0a92f" activateOnDefault="false" description="NOTE: Incudes jPicker v1.1.6 min js, min css and images" featureId="23821b0e-e48e-4f32-9fcc-09f66bd0a92f" imageUrl="" solutionId="00000000-0000-0000-0000-000000000000" title="jPicker version 1.1.6" version="" deploymentPath="$SharePoint.Project.FileNameWithoutExtension$_$SharePoint.Feature.FileNameWithoutExtension$" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/FeatureModel"> | ||
<projectItems> | ||
<projectItemReference itemId="f4924876-dc16-4f12-a9ee-dd28446d801d" /> | ||
</projectItems> | ||
</feature> |
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,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> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
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,40 @@ | ||
Imports System | ||
Imports System.Reflection | ||
Imports System.Runtime.InteropServices | ||
Imports System.Security | ||
|
||
' General Information about an assembly is controlled through the following | ||
' set of attributes. Change these attribute values to modify the information | ||
' associated with an assembly. | ||
|
||
' Review the values of the assembly attributes | ||
|
||
<Assembly: AssemblyTitle("jPicker")> | ||
<Assembly: AssemblyDescription("jPicker SharePoint 2016 Farm Solution")> | ||
<Assembly: AssemblyCompany("")> | ||
<Assembly: AssemblyProduct("jPicker for SharePoint 2016")> | ||
<Assembly: AssemblyCopyright("Copyright © 2017 Noral Kuhlmann")> | ||
<Assembly: AssemblyTrademark("")> | ||
|
||
' Setting ComVisible to false makes the types in this assembly not visible | ||
' to COM components. If you need to access a type in this assembly from | ||
' COM, set the ComVisible attribute to true on that type. | ||
<Assembly: ComVisible(False)> | ||
|
||
'The following GUID is for the ID of the typelib if this project is exposed to COM | ||
<Assembly: Guid("bfdee5b5-d417-49d4-8178-fe7d5b416165")> | ||
|
||
' Version information for an assembly consists of the following four values: | ||
' | ||
' Major Version | ||
' Minor Version | ||
' Build Number | ||
' Revision | ||
' | ||
' You can specify all the values or you can default the Build and Revision Numbers | ||
' by using the '*' as shown below: | ||
' <Assembly: AssemblyVersion("1.0.*")> | ||
|
||
<Assembly: AssemblyVersion("1.0.0.0")> | ||
<Assembly: AssemblyFileVersion("1.0.0.0")> | ||
|
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,3 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Solution xmlns="http://schemas.microsoft.com/sharepoint/"> | ||
</Solution> |
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 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="eb2bf999-1da0-4073-a92a-724fac9eb071" solutionId="eb2bf999-1da0-4073-a92a-724fac9eb071" resetWebServer="false" sharePointProductVersion="16.0" name="jPicker" xmlns="http://schemas.microsoft.com/VisualStudio/2008/SharePointTools/PackageModel"> | ||
<features> | ||
<featureReference itemId="42ec83b7-4d7a-4341-841f-8ceb57d77354" /> | ||
</features> | ||
<projectItems> | ||
<projectItemReference itemId="4fd97ee4-ea31-49be-974f-6772f402b363" /> | ||
<projectItemReference itemId="f0fc01bd-d507-473a-8607-e1c74e08789b" /> | ||
</projectItems> | ||
</package> |
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,129 @@ | ||
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProjectGuid>{BFDEE5B5-D417-49D4-8178-FE7D5B416165}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<RootNamespace>jPicker</RootNamespace> | ||
<AssemblyName>jPicker</AssemblyName> | ||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> | ||
<TargetOfficeVersion>16.0</TargetOfficeVersion> | ||
<FileAlignment>512</FileAlignment> | ||
<ProjectTypeGuids>{C1CDDADD-2546-481F-9697-4EA41081F2FC};{D59BE175-2ED0-4C54-BE3D-CDAA9F3214C8};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids> | ||
<OptionExplicit>On</OptionExplicit> | ||
<OptionCompare>Binary</OptionCompare> | ||
<OptionStrict>Off</OptionStrict> | ||
<OptionInfer>On</OptionInfer> | ||
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn> | ||
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion> | ||
<MinimumOfficeToolsVersion>14.0</MinimumOfficeToolsVersion> | ||
<SandboxedSolution>False</SandboxedSolution> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<DefineDebug>true</DefineDebug> | ||
<DefineTrace>true</DefineTrace> | ||
<OutputPath>bin\Debug\</OutputPath> | ||
<DocumentationFile>jPicker.xml</DocumentationFile> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugType>pdbonly</DebugType> | ||
<DefineDebug>false</DefineDebug> | ||
<DefineTrace>true</DefineTrace> | ||
<Optimize>true</Optimize> | ||
<OutputPath>bin\Release\</OutputPath> | ||
<DocumentationFile>jPicker.xml</DocumentationFile> | ||
<UseVSHostingProcess>false</UseVSHostingProcess> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<SignAssembly>true</SignAssembly> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Core" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Web" /> | ||
<Reference Include="System.Xml" /> | ||
<Reference Include="System.Xml.Linq" /> | ||
<Reference Include="Microsoft.SharePoint" /> | ||
<Reference Include="Microsoft.SharePoint.Client.ServerRuntime" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Import Include="Microsoft.VisualBasic" /> | ||
<Import Include="System" /> | ||
<Import Include="System.Collections" /> | ||
<Import Include="System.Collections.Generic" /> | ||
<Import Include="System.Data" /> | ||
<Import Include="System.Diagnostics" /> | ||
<Import Include="System.Linq" /> | ||
<Import Include="System.Xml.Linq" /> | ||
<Import Include="Microsoft.SharePoint" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="ControlTemplates\jPicker\1.1.6\jPicker_1_1_6.ascx.designer.vb"> | ||
<DependentUpon>jPicker_1_1_6.ascx.vb</DependentUpon> | ||
</Compile> | ||
<Compile Include="ControlTemplates\jPicker\1.1.6\jPicker_1_1_6.ascx.vb"> | ||
<DependentUpon>jPicker_1_1_6.ascx</DependentUpon> | ||
<SubType>ASPXCodeBehind</SubType> | ||
</Compile> | ||
<Compile Include="My Project\AssemblyInfo.vb" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<AppDesigner Include="My Project\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Controls_1_1_6\SharePointProjectItem.spdata"> | ||
<SharePointProjectItemId>{f4924876-dc16-4f12-a9ee-dd28446d801d}</SharePointProjectItemId> | ||
</None> | ||
<None Include="ControlTemplates\SharePointProjectItem.spdata"> | ||
<SharePointProjectItemId>{f0fc01bd-d507-473a-8607-e1c74e08789b}</SharePointProjectItemId> | ||
</None> | ||
<None Include="Features\Feature_1_1_6\Feature_1_1_6.feature"> | ||
<FeatureId>{42ec83b7-4d7a-4341-841f-8ceb57d77354}</FeatureId> | ||
</None> | ||
<None Include="key.snk" /> | ||
<None Include="Layouts\SharePointProjectItem.spdata"> | ||
<SharePointProjectItemId>{4fd97ee4-ea31-49be-974f-6772f402b363}</SharePointProjectItemId> | ||
</None> | ||
<None Include="Package\Package.package"> | ||
<PackageId>{eb2bf999-1da0-4073-a92a-724fac9eb071}</PackageId> | ||
</None> | ||
<None Include="Package\Package.Template.xml"> | ||
<DependentUpon>Package.package</DependentUpon> | ||
</None> | ||
</ItemGroup> | ||
<ItemGroup /> | ||
<ItemGroup> | ||
<Content Include="Controls_1_1_6\Elements.xml" /> | ||
<Content Include="ControlTemplates\jPicker\1.1.6\jPicker_1_1_6.ascx" /> | ||
<Content Include="Features\Feature_1_1_6\Feature_1_1_6.Template.xml"> | ||
<DependentUpon>Feature_1_1_6.feature</DependentUpon> | ||
</Content> | ||
<Content Include="Layouts\jPicker\1.1.6\css\jPicker-1.1.6.min.css" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\AlphaBar.png" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\bar-opacity.png" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\Bars.png" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\map-opacity.png" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\mappoint.gif" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\Maps.png" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\NoColor.png" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\picker.gif" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\preview-opacity.png" /> | ||
<Content Include="Layouts\jPicker\1.1.6\images\rangearrows.gif" /> | ||
<Content Include="Layouts\jPicker\1.1.6\jpicker-1.1.6.min.js" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> | ||
<PropertyGroup> | ||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | ||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> | ||
</PropertyGroup> | ||
<Import Project="$(VSToolsPath)\SharePointTools\Microsoft.VisualStudio.SharePoint.targets" Condition="'$(VSToolsPath)' != ''" /> | ||
</Project> |
Binary file not shown.