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 275d8ce commit 591237d
Show file tree
Hide file tree
Showing 27 changed files with 289 additions and 0 deletions.
24 changes: 24 additions & 0 deletions jPicker.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}") = "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
4 changes: 4 additions & 0 deletions jPicker/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>
17 changes: 17 additions & 0 deletions jPicker/ControlTemplates/jPicker/1.1.6/jPicker_1_1_6.ascx
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>

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

17 changes: 17 additions & 0 deletions jPicker/ControlTemplates/jPicker/1.1.6/jPicker_1_1_6.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.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
7 changes: 7 additions & 0 deletions jPicker/Controls_1_1_6/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="900"
ControlSrc="~/_CONTROLTEMPLATES/15/jPicker/1.1.6/jPicker_1_1_6.ascx" />

</Elements>
6 changes: 6 additions & 0 deletions jPicker/Controls_1_1_6/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_1_6\" Type="ElementManifest" />
</Files>
</ProjectItem>
3 changes: 3 additions & 0 deletions jPicker/Features/Feature_1_1_6/Feature_1_1_6.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 jPicker/Features/Feature_1_1_6/Feature_1_1_6.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="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>
4 changes: 4 additions & 0 deletions jPicker/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>
1 change: 1 addition & 0 deletions jPicker/Layouts/jPicker/1.1.6/css/jPicker-1.1.6.min.css

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

Binary file added jPicker/Layouts/jPicker/1.1.6/images/AlphaBar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jPicker/Layouts/jPicker/1.1.6/images/Bars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jPicker/Layouts/jPicker/1.1.6/images/Maps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jPicker/Layouts/jPicker/1.1.6/images/NoColor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jPicker/Layouts/jPicker/1.1.6/images/bar-opacity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jPicker/Layouts/jPicker/1.1.6/images/map-opacity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jPicker/Layouts/jPicker/1.1.6/images/mappoint.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jPicker/Layouts/jPicker/1.1.6/images/picker.gif
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.
1 change: 1 addition & 0 deletions jPicker/Layouts/jPicker/1.1.6/jpicker-1.1.6.min.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions jPicker/My Project/AssemblyInfo.vb
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")>

3 changes: 3 additions & 0 deletions jPicker/Package/Package.Template.xml
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>
10 changes: 10 additions & 0 deletions jPicker/Package/Package.package
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>
129 changes: 129 additions & 0 deletions jPicker/jPicker.vbproj
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 added jPicker/key.snk
Binary file not shown.

0 comments on commit 591237d

Please sign in to comment.