Click here to Skip to main content
15,885,869 members
Articles / Productivity Apps and Services / Sharepoint / SharePoint 2010

Picture Thumbnails Web Part (SharePoint 2010)

Rate me:
Please Sign up or sign in to vote.
4.44/5 (8 votes)
5 Jul 2014CPOL3 min read 114K   2.7K   22  
Displays images from a SharePoint Picture Library in a widget-like thumbnail layout
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.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>{DDBF8192-D1BC-40C2-9F3B-4909EB8DEA67}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>QuestechSystems.SharePoint.PTWebPart</RootNamespace>
    <AssemblyName>QuestechSystems.SharePoint.PTWebPart</AssemblyName>
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <ProjectTypeGuids>{BB1F664B-9266-4fd6-B973-E1E44974B511};{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <SandboxedSolution>False</SandboxedSolution>
    <SccProjectName>SAK</SccProjectName>
    <SccLocalPath>SAK</SccLocalPath>
    <SccAuxPath>SAK</SccAuxPath>
    <SccProvider>SAK</SccProvider>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <UseVSHostingProcess>false</UseVSHostingProcess>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <UseVSHostingProcess>false</UseVSHostingProcess>
  </PropertyGroup>
  <PropertyGroup>
    <SignAssembly>true</SignAssembly>
  </PropertyGroup>
  <PropertyGroup>
    <AssemblyOriginatorKeyFile>QuestechSystems.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" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Resources\QuestechSystems.SharePoint.PTWebPart.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>QuestechSystems.SharePoint.PTWebPart.resx</DependentUpon>
    </Compile>
    <Compile Include="WebParts\PTWebPart\PTWebPart.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Features\WebParts\WebParts.feature">
      <FeatureId>{7638c0c3-e471-45e0-8c43-440d47eebf29}</FeatureId>
    </None>
    <None Include="Images\SharePointProjectItem.spdata">
      <SharePointProjectItemId>{e64f5e9e-0244-47de-8180-5c7fa70a8dac}</SharePointProjectItemId>
    </None>
    <None Include="Layouts\SharePointProjectItem.spdata">
      <SharePointProjectItemId>{31b36470-37e7-49e6-b3e4-50572f9f9c85}</SharePointProjectItemId>
    </None>
    <None Include="Package\Package.package">
      <PackageId>{7ab62511-36ef-4f28-b582-c2156d9ddbda}</PackageId>
    </None>
    <None Include="Package\Package.Template.xml">
      <DependentUpon>Package.package</DependentUpon>
    </None>
    <None Include="QuestechSystems.snk" />
    <None Include="Resources\SharePointProjectItem.spdata">
      <SharePointProjectItemId>{6473a42e-11f7-461f-839e-4361d2df860d}</SharePointProjectItemId>
    </None>
    <None Include="WebParts\PTWebPart\PTWebPart.webpart" />
    <None Include="WebParts\PTWebPart\SharePointProjectItem.spdata">
      <SharePointProjectItemId>{29e5e463-0579-4186-8800-7c79954da986}</SharePointProjectItemId>
    </None>
  </ItemGroup>
  <ItemGroup />
  <ItemGroup>
    <Content Include="Features\WebParts\WebParts.Template.xml">
      <DependentUpon>WebParts.feature</DependentUpon>
    </Content>
    <Content Include="Images\QuestechSystems.SharePoint.PTWebPart\close.png" />
    <Content Include="Images\QuestechSystems.SharePoint.PTWebPart\loading.gif" />
    <Content Include="Images\QuestechSystems.SharePoint.PTWebPart\next.png" />
    <Content Include="Images\QuestechSystems.SharePoint.PTWebPart\prev.png" />
    <Content Include="Layouts\QuestechSystems.SharePoint.PTWebPart\jquery-1.11.0.min.js" />
    <Content Include="Layouts\QuestechSystems.SharePoint.PTWebPart\lightbox.min.js" />
    <Content Include="Layouts\QuestechSystems.SharePoint.PTWebPart\STYLES\lightbox.css" />
    <Content Include="Layouts\QuestechSystems.SharePoint.PTWebPart\STYLES\PTWebPart.css" />
    <Content Include="Resources\QuestechSystems.SharePoint.PTWebPart.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>QuestechSystems.SharePoint.PTWebPart.Designer.cs</LastGenOutput>
    </Content>
    <Content Include="WebParts\PTWebPart\Elements.xml" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\QuestechSystems.SharePoint.ComponentModel\QuestechSystems.SharePoint.ComponentModel.csproj">
      <Project>{79ead2b7-4f46-4641-a4b1-53222ec15ee2}</Project>
      <Name>QuestechSystems.SharePoint.ComponentModel</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
A Microsoft Certified Professional Developer and Technology Specialist.

Experience and expertise in SharePoint 2016 / 2013 / 2010 / 2007.

Role ranges from a developer in a multi-person team to a solution consultant with expert-level skills, leading a project to completion status.

Proven experience working effectively in a team environment and a self-managed environment.

Comments and Discussions