Click here to Skip to main content
15,884,472 members
Articles / Productivity Apps and Services / Sharepoint

Site Property Management (SharePoint 2010)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
11 Jul 2010CPOL4 min read 49.4K   712   14  
Provides an administrative UI to manage custom properties for a SharePoint site
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{752AD38A-D991-4D97-9670-DD0E0605C16B}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>QuestechSystems.SharePoint.ApplicationPages</RootNamespace>
    <AssemblyName>QuestechSystems.SharePoint.ApplicationPages.SiteProperty</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>
  </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>key.snk</AssemblyOriginatorKeyFile>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Microsoft.SharePoint.ApplicationPages">
      <HintPath>..\..\..\..\..\..\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\BIN\Microsoft.SharePoint.ApplicationPages.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Data" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Web" />
    <Reference Include="System.Web.Extensions" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="Microsoft.SharePoint" />
    <Reference Include="Microsoft.SharePoint.Security" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="AppGlobalResources\QuestechSiteProperty.Designer.cs">
      <AutoGen>True</AutoGen>
      <DesignTime>True</DesignTime>
      <DependentUpon>QuestechSiteProperty.resx</DependentUpon>
    </Compile>
    <Compile Include="Layouts\Questech\AddSiteProperty.aspx.cs">
      <DependentUpon>AddSiteProperty.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Layouts\Questech\AddSiteProperty.aspx.designer.cs">
      <DependentUpon>AddSiteProperty.aspx.cs</DependentUpon>
    </Compile>
    <Compile Include="Layouts\Questech\EditSiteProperty.aspx.cs">
      <DependentUpon>EditSiteProperty.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Layouts\Questech\EditSiteProperty.aspx.designer.cs">
      <DependentUpon>EditSiteProperty.aspx.cs</DependentUpon>
    </Compile>
    <Compile Include="Layouts\Questech\MngSiteProperties.aspx.cs">
      <DependentUpon>MngSiteProperties.aspx</DependentUpon>
      <SubType>ASPXCodeBehind</SubType>
    </Compile>
    <Compile Include="Layouts\Questech\MngSiteProperties.aspx.designer.cs">
      <DependentUpon>MngSiteProperties.aspx.cs</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Utility.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="AppGlobalResources\SharePointProjectItem.spdata">
      <SharePointProjectItemId>{79adfa84-f470-48ba-93c7-74f9b2f74112}</SharePointProjectItemId>
    </None>
    <None Include="ElementManifests\SharePointProjectItem.spdata">
      <SharePointProjectItemId>{b1273489-6325-4a65-98f3-456ed330b06d}</SharePointProjectItemId>
    </None>
    <None Include="Features\QuestechSiteProperty\QuestechSiteProperty.feature">
      <FeatureId>{259be16b-2641-4e73-bf38-d771a7d22e11}</FeatureId>
    </None>
    <None Include="key.snk" />
    <None Include="Layouts\SharePointProjectItem.spdata">
      <SharePointProjectItemId>{66a026a5-36bc-45fb-a648-d0f387eeb7dd}</SharePointProjectItemId>
    </None>
    <None Include="Package\Package.package">
      <PackageId>{edaa961c-716f-4e0d-a684-f660f494bab2}</PackageId>
    </None>
    <None Include="Package\Package.Template.xml">
      <DependentUpon>Package.package</DependentUpon>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Content Include="ElementManifests\CustomActions.xml" />
    <Content Include="Features\QuestechSiteProperty\QuestechSiteProperty.Template.xml">
      <DependentUpon>QuestechSiteProperty.feature</DependentUpon>
    </Content>
    <Content Include="Layouts\Questech\AddSiteProperty.aspx">
      <SubType>ASPXCodeBehind</SubType>
    </Content>
    <Content Include="Layouts\Questech\EditSiteProperty.aspx">
      <SubType>ASPXCodeBehind</SubType>
    </Content>
    <Content Include="Layouts\Questech\MngSiteProperties.aspx">
      <SubType>ASPXCodeBehind</SubType>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <EmbeddedResource Include="AppGlobalResources\QuestechSiteProperty.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>QuestechSiteProperty.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <Content Include="Features\QuestechSiteProperty\Resources.resx" />
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\SharePointTools\Microsoft.VisualStudio.SharePoint.targets" />
</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