281 lines
17 KiB
XML
281 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{6924E88B-7154-4580-80C1-548D1A9EA515}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SPSolutions.SharePoint</RootNamespace>
|
|
<AssemblyName>SPSolutions.SharePoint</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL" />
|
|
<Reference Include="Microsoft.SharePoint.Publishing, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.ApplicationServices" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Resources\ConfigRes.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>ConfigRes.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources\ContentRes.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>ContentRes.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources\ErrorsRes.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>ErrorsRes.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Resources\StringsRes.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>StringsRes.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineOperation.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineOperationCollection.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineParameter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineParameterCollection.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineParameterEnumValidator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineParameterInteger.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineParameterIntegerValidator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineParameterRangeValidator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Administration\CommandLineParameterValidator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts.Tokenization\AlertDetailsTableTokenizer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts.Tokenization\AlertParamsTokenizer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts.Tokenization\ListItemTokenizer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts.Tokenization\ListTokenizer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts.Tokenization\Tokenizer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts.Tokenization\TokenizerDecorator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\AlertTemplateManager.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\CustomAlertHandler.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\NotificationMessage.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\NotificationMessageBase.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPAlertAssociationContainer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPAlertAssociationContainerCollection.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPAlertEventType.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPAlertFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPAlertTemplateConfiguration.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPAlertTemplateUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPAlertUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPListAlertAssociationContainer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPUserAlertAssociationContainer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Alerts\SPWebAlertAssociationContainer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Configuration.Providers\SPProviderConfigurationList.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Configuration.Providers\SPProviderConfigurationListHandler.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Configuration\ISPConfigurationListHandler.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Configuration\SPConfigurationElement.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Configuration\SPConfigurationList.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Configuration\SPConfigurationManager.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\ISPAlertFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\ISPAlertTemplateFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\ISPListFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\ISPListItemFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\ISPUserFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\ISPWebFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilterDecorator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilterIsList.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilterListFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilterMatch.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilterMatchScope.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilterTitleMatch.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertFilterUserFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertTemplateFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertTemplateFilterAdmin.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertTemplateFilterDecorator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertTemplateFilterMatch.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertTemplateFilterOwner.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertTemplateFilterPublic.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPAlertTemplateFilterUsingInternalHandler.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPListFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPListFilterDecorator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPListFilterIsList.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPListFilterTitleMatch.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPListItemFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPListItemFilterDecorator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPListItemFilterTitleMatch.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPUserFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPUserFilterDecorator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPUserFilterHasAlert.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPUserFilterMatch.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPWebFilter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPWebFilterDecorator.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPWebFilterHasAlert.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Filters\SPWebFilterMatch.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Logging\TraceProvider.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Net.Mail\SPListMailBodyProvider.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Net.Mail\SPListMailDefinitionProvider.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Security\SPMembership.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Security\SPRoles.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\ContextSelectorEntityEditorAdapter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\ProtectedLayoutsPageBase.cs">
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\SelectorEntityEditorAdapter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\SPManualPager.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\SPMenuSelector.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\SPScriptControlBase.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\SPScriptManager.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.WebControls\SPScriptUserControlBase.cs">
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="SPSolutions.SharePoint.WebPartPages\ProtectedWebPartPage.cs">
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="SPSolutions.SharePoint.Web\HttpUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Workflow.WebControls\WorkflowAssociationInputs.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Workflow\SPWorkflowAssociationAssistant.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Workflow\SPWorkflowAssociationParameters.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Workflow\SPWorkflowAssociationUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.Workflow\SPWorkflowUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\ISPQueryComponent.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\PeopleInfo.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPApplicationContext.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPClientCssResourceAttribute.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPClientResourceAttribute.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPClientResourceResolver.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPClientScriptResourceAttribute.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPElementProviderWrapper.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPEnumUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPEquippedFeatureReceiver.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPFieldInfo.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPFieldInfoCollection.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPFieldUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPLayoutsClientResourceResolver.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPListItemAdapter.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPListUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPPrincipalInfoCollection.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryBuilder.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryComponentCouple.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryComponentVisualizer.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryCondition.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionBoolean.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionCurrentUser.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionInteger.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionModerationStatus.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionTagNameAttribute.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionText.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionTypes.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryConditionUser.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryGroup.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryGroupedCondition.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryGroupTypes.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryMap.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryOrderByCondition.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPQueryOrderByDirections.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPRequestWrapper.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPResourceKeyAttribute.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPResourceUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPSecurityUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPSiteNavigationUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPSiteOwnerInfo.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPSitePropertiesFeatureReceiver.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPSiteUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPUserUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPWebApplicationResourceAttribute.cs" />
|
|
<Compile Include="SPSolutions.SharePoint\SPWebUtil.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="keyfile.snk" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\ConfigRes.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>ConfigRes.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\ContentRes.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>ContentRes.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\ErrorsRes.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>ErrorsRes.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Resources\StringsRes.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>StringsRes.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.DefaultNotificationMessageHeader.htm" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.AlertBody.xslt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.BaseAlertTemplate.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.BaseAlertTemplateFull.xml" />
|
|
<EmbeddedResource Include="Alerts.DefaultCustomAlertTemplateDescription.htm" />
|
|
<EmbeddedResource Include="Alerts.DefaultNotificationMessageBody.htm" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.DefaultNotificationMessageFooter.htm" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.DefaultNotificationMessageStyle.css" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.DefaultNotificationMessageSubject.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.TrueNotificationMessageFooter.htm" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.TrueNotificationMessageHeader.htm" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Alerts.SPAlertTemplateType.GenericList.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\SPSolutions.Common\SPSolutions.Common.csproj">
|
|
<Project>{b67399f5-510c-4705-b4d7-051a95eefc6c}</Project>
|
|
<Name>SPSolutions.Common</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |