250 lines
13 KiB
XML
250 lines
13 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>{FB2B0918-D41B-4123-8061-1851F9F44E2A}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Taloyhtio.GeneralApi.MOSS</RootNamespace>
|
|
<AssemblyName>Taloyhtio.GeneralApi.MOSS</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<TargetOfficeVersion>15.0</TargetOfficeVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{C1CDDADD-2546-481F-9697-4EA41081F2FC};{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>keyfile.snk</AssemblyOriginatorKeyFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>GAC\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>GAC\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NHibernate.Validator, Version=1.2.0.4000, Culture=neutral, PublicKeyToken=70154e18752585bd, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>GAC\NHibernate.Validator.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Web.DynamicData" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="Microsoft.SharePoint" />
|
|
<Reference Include="Microsoft.SharePoint.Client.ServerRuntime" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BoardMembersWebPart\BoardMembersWebPart.cs" />
|
|
<Compile Include="CondoInfoWebPart\CondoInfoWebPart.cs" />
|
|
<Compile Include="CONTROLTEMPLATES\Taloyhtio\Integration\App_LocalResources\BoardMembers.ascx.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>BoardMembers.ascx.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CONTROLTEMPLATES\Taloyhtio\Integration\App_LocalResources\CondoInfo.ascx.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>CondoInfo.ascx.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CONTROLTEMPLATES\Taloyhtio\Integration\BoardMembers.ascx.cs">
|
|
<DependentUpon>BoardMembers.ascx</DependentUpon>
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="CONTROLTEMPLATES\Taloyhtio\Integration\BoardMembers.ascx.designer.cs">
|
|
<DependentUpon>BoardMembers.ascx.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="CONTROLTEMPLATES\Taloyhtio\Integration\CondoInfo.ascx.cs">
|
|
<DependentUpon>CondoInfo.ascx</DependentUpon>
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="CONTROLTEMPLATES\Taloyhtio\Integration\CondoInfo.ascx.designer.cs">
|
|
<DependentUpon>CondoInfo.ascx.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Layouts\Taloyhtio\MDb\App_LocalResources\ExportBoardMembers.ashx.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>ExportBoardMembers.ashx.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Layouts\Taloyhtio\MDb\App_LocalResources\Start.aspx.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Start.aspx.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Layouts\Taloyhtio\MDb\ExportBoardMembers.ashx.cs">
|
|
<DependentUpon>ExportBoardMembers.ashx</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Layouts\Taloyhtio\MDb\RelateCondo.aspx.cs">
|
|
<DependentUpon>RelateCondo.aspx</DependentUpon>
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="Layouts\Taloyhtio\MDb\RelateCondo.aspx.designer.cs">
|
|
<DependentUpon>RelateCondo.aspx.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Layouts\Taloyhtio\MDb\Start.aspx.cs">
|
|
<DependentUpon>Start.aspx</DependentUpon>
|
|
<SubType>ASPXCodeBehind</SubType>
|
|
</Compile>
|
|
<Compile Include="Layouts\Taloyhtio\MDb\Start.aspx.designer.cs">
|
|
<DependentUpon>Start.aspx.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="BoardMembersWebPart\Taloyhtio.GeneralApi.BoardMembers.webpart">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="BoardMembersWebPart\SharePointProjectItem.spdata">
|
|
<SharePointProjectItemId>{bf818c42-d7ab-4e09-a964-948c6fcfdd19}</SharePointProjectItemId>
|
|
</None>
|
|
<None Include="CondoInfoWebPart\Taloyhtio.GeneralApi.CondoInfo.webpart" />
|
|
<None Include="CondoInfoWebPart\SharePointProjectItem.spdata">
|
|
<SharePointProjectItemId>{3efbb570-9b85-4984-ab13-0b13fe750c01}</SharePointProjectItemId>
|
|
</None>
|
|
<None Include="CONTROLTEMPLATES\SharePointProjectItem.spdata">
|
|
<SharePointProjectItemId>{66352eae-31b4-449b-b98b-2e22f5f85a14}</SharePointProjectItemId>
|
|
</None>
|
|
<None Include="Features\Taloyhtio.GeneralApi.WebParts\Taloyhtio.GeneralApi.WebParts.feature">
|
|
<FeatureId>{f3d78d88-d94e-4e71-a592-06e4433c0ad1}</FeatureId>
|
|
</None>
|
|
<None Include="Features\Taloyhtio.MDb.CustomActions\Taloyhtio.MDb.CustomActions.feature">
|
|
<FeatureId>{501f4f10-1b67-4226-9143-3d23807c2e48}</FeatureId>
|
|
</None>
|
|
<None Include="Features\Taloyhtio.GeneralApi.CustomAction\Taloyhtio.GeneralApi.CustomAction.feature">
|
|
<FeatureId>{b908ccce-e3cc-4e5b-992d-45cd116a596b}</FeatureId>
|
|
</None>
|
|
<None Include="keyfile.snk" />
|
|
<None Include="Layouts\SharePointProjectItem.spdata">
|
|
<SharePointProjectItemId>{83ca476e-8159-4972-9547-73898f75fccc}</SharePointProjectItemId>
|
|
</None>
|
|
<None Include="Layouts\Taloyhtio\MDb\ExportBoardMembers.ashx" />
|
|
<None Include="Layouts\Taloyhtio\MDb\Templates\ExportAllBoardMembers.vm" />
|
|
<None Include="Package\Package.package">
|
|
<PackageId>{b175065f-8e92-437a-8dfa-2201a24b92b0}</PackageId>
|
|
</None>
|
|
<None Include="Package\Package.Template.xml">
|
|
<DependentUpon>Package.package</DependentUpon>
|
|
</None>
|
|
<None Include="TaloyhtioCondoRelationAction\SharePointProjectItem.spdata">
|
|
<SharePointProjectItemId>{9543e655-e6f3-4114-8d98-3476c8755091}</SharePointProjectItemId>
|
|
</None>
|
|
<None Include="TaloyhtioMasterDatabaseAction\SharePointProjectItem.spdata">
|
|
<SharePointProjectItemId>{8d5dfdff-27dc-4c2c-ab57-0aeaf260380c}</SharePointProjectItemId>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Utils\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="BoardMembersWebPart\Elements.xml" />
|
|
<Content Include="CondoInfoWebPart\Elements.xml" />
|
|
<Content Include="CONTROLTEMPLATES\Taloyhtio\Integration\BoardMembers.ascx" />
|
|
<Content Include="CONTROLTEMPLATES\Taloyhtio\Integration\CondoInfo.ascx" />
|
|
<Content Include="Features\Taloyhtio.GeneralApi.WebParts\Taloyhtio.GeneralApi.WebParts.Template.xml">
|
|
<DependentUpon>Taloyhtio.GeneralApi.WebParts.feature</DependentUpon>
|
|
</Content>
|
|
<Content Include="Features\Taloyhtio.MDb.CustomActions\Taloyhtio.MDb.CustomActions.Template.xml">
|
|
<DependentUpon>Taloyhtio.MDb.CustomActions.feature</DependentUpon>
|
|
</Content>
|
|
<Content Include="Features\Taloyhtio.GeneralApi.CustomAction\Taloyhtio.GeneralApi.CustomAction.Template.xml">
|
|
<DependentUpon>Taloyhtio.GeneralApi.CustomAction.feature</DependentUpon>
|
|
</Content>
|
|
<Content Include="GAC\Antlr3.Runtime.dll" />
|
|
<Content Include="GAC\AutoMapper.dll" />
|
|
<Content Include="GAC\FluentNHibernate.dll" />
|
|
<Content Include="GAC\Iesi.Collections.dll" />
|
|
<Content Include="GAC\LinFu.DynamicProxy.dll" />
|
|
<Content Include="GAC\log4net.dll" />
|
|
<Content Include="GAC\Microsoft.Practices.EnterpriseLibrary.Common.dll" />
|
|
<Content Include="GAC\Microsoft.Practices.EnterpriseLibrary.Logging.dll" />
|
|
<Content Include="GAC\Microsoft.Practices.ObjectBuilder2.dll" />
|
|
<Content Include="GAC\Microsoft.Practices.ServiceLocation.dll" />
|
|
<Content Include="GAC\Microsoft.Practices.Unity.dll" />
|
|
<Content Include="GAC\NHibernate.ByteCode.LinFu.dll" />
|
|
<Content Include="GAC\NHibernate.dll" />
|
|
<Content Include="GAC\NHibernate.Linq.dll" />
|
|
<Content Include="GAC\NHibernate.Validator.dll" />
|
|
<Content Include="GAC\NVelocity.dll" />
|
|
<Content Include="GAC\StructureMap.dll" />
|
|
<Content Include="GAC\StructureMapAdapter.dll" />
|
|
<Content Include="GAC\WcfRestContrib.dll" />
|
|
<Content Include="Layouts\Taloyhtio\MDb\RelateCondo.aspx" />
|
|
<Content Include="Layouts\Taloyhtio\MDb\Start.aspx" />
|
|
<Content Include="TaloyhtioCondoRelationAction\Elements.xml" />
|
|
<Content Include="TaloyhtioMasterDatabaseAction\Elements.xml">
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GeneralApi.Common\GeneralApi.Common.csproj">
|
|
<Project>{eb77a123-a122-41b1-a9dd-13de15f15c91}</Project>
|
|
<Name>GeneralApi.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GeneralApi.Core\GeneralApi.Core.csproj">
|
|
<Project>{d14a4c2c-72e5-4e75-8e20-083897af0220}</Project>
|
|
<Name>GeneralApi.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\GeneralApi.Resources\GeneralApi.Resources.csproj">
|
|
<Project>{04ab0a95-525e-432a-91db-0758d77e844e}</Project>
|
|
<Name>GeneralApi.Resources</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="CONTROLTEMPLATES\Taloyhtio\Integration\App_LocalResources\BoardMembers.ascx.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>BoardMembers.ascx.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="CONTROLTEMPLATES\Taloyhtio\Integration\App_LocalResources\CondoInfo.ascx.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>CondoInfo.ascx.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="Layouts\Taloyhtio\MDb\App_LocalResources\ExportBoardMembers.ashx.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>ExportBoardMembers.ashx.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Layouts\Taloyhtio\MDb\App_LocalResources\Start.aspx.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Start.aspx.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '11.0'">11.0</VisualStudioVersion>
|
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(VSToolsPath)\SharePointTools\Microsoft.VisualStudio.SharePoint.targets" Condition="'$(VSToolsPath)' != ''" />
|
|
</Project> |