87 lines
4.1 KiB
XML
87 lines
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{B67399F5-510C-4705-B4D7-051A95EEFC6C}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>SPSolutions.Common</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<WarningLevel>4</WarningLevel>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<SignAssembly>true</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<AssemblyOriginatorKeyFile>keyfile.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Web" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SPSolutions.Configuration.Provider\ProvidersHelper.cs" />
|
|
<Compile Include="SPSolutions.Configuration\ConfigUtil.cs" />
|
|
<Compile Include="SPSolutions.Net.Configuration\MailBodySection.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\FileMailBodyProvider.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\MailBodyManager.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\MailBodyProvider.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\MailBodyProviderCollection.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\MailDefinition.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\MailDefinitionProvider.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\MailDefinitionProviderCollection.cs" />
|
|
<Compile Include="SPSolutions.Net.Mail\ResourceMailBodyProvider.cs" />
|
|
<Compile Include="SPSolutions.Resources\ConfigRes.cs" />
|
|
<Compile Include="SPSolutions.Resources\ErrorsRes.cs" />
|
|
<Compile Include="SPSolutions.Resources\StringsRes.cs" />
|
|
<Compile Include="SPSolutions.Serialization\SerializationUtil.cs" />
|
|
<Compile Include="SPSolutions.SharePoint.SoftwareSite\EnumUtil.cs" />
|
|
<Compile Include="SPSolutions.Trust\DigestTrustRequest.cs" />
|
|
<Compile Include="SPSolutions.Trust\ITrustRequest.cs" />
|
|
<Compile Include="SPSolutions.Trust\TrustException.cs" />
|
|
<Compile Include="SPSolutions.Trust\TrustUtil.cs" />
|
|
<Compile Include="SPSolutions.Web\ControlUtil.cs" />
|
|
<Compile Include="SPSolutions.Web\HttpUtil.cs" />
|
|
<Compile Include="SPSolutions.Web\QueryString.cs" />
|
|
<Compile Include="SPSolutions\ArgumentNullOrEmptyException.cs" />
|
|
<Compile Include="SPSolutions\AlertManagerConstants.cs" />
|
|
<Compile Include="SPSolutions\IntegerUtil.cs" />
|
|
<Compile Include="SPSolutions\PagingCalculator.cs" />
|
|
<Compile Include="SPSolutions\StringUtil.cs" />
|
|
<Compile Include="SPSolutions\ValidationUtil.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="SPSolutions.Resources\ConfigRes.resources" />
|
|
<EmbeddedResource Include="SPSolutions.Resources\ErrorsRes.resources" />
|
|
<EmbeddedResource Include="SPSolutions.Resources\StringsRes.resources" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="keyfile.snk" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |