FIle refactor and define component description

This commit is contained in:
Claudio Boggian
2024-06-26 09:08:44 +02:00
parent 1ef68699e4
commit b8c7f45981
6 changed files with 19 additions and 26 deletions
@@ -0,0 +1,68 @@
<Project ToolsVersion="17.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>{C93517D7-4DA7-4956-8F84-509BD3E461B1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>outllook_pal_tools</RootNamespace>
<AssemblyName>outllook_pal_tools</AssemblyName>
<TargetFrameworkVersion>v4.8</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>
<IncludeAssemblyInPackage>False</IncludeAssemblyInPackage>
<AppFeaturePartId>{10396a46-82fa-4b36-981a-aad44ebd2fe2}</AppFeaturePartId>
<WspPartId>{39965b64-3543-40c9-9d97-b8857b80af3e}</WspPartId>
<WorkflowPartId>{82a4ec4f-fd45-443b-9ee7-50cccd9117a1}</WorkflowPartId>
<CspkgPartId>{62f83d7c-28d6-4d77-a4ef-db9defc98d6f}</CspkgPartId>
<SqlPackagePartId>{9dfaaf59-9299-443d-9d5b-e92b54c9d27c}</SqlPackagePartId>
<ProjectMode>MailApp</ProjectMode>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<MinimumOfficeToolsVersion>14.0</MinimumOfficeToolsVersion>
</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>
<ItemGroup>
<None Include="outlook_pal_toolsManifest\SharePointProjectItem.spdata">
<SharePointProjectItemId>{672beda2-fa38-41a5-8d4b-0785f387f99e}</SharePointProjectItemId>
</None>
<Content Include="outlook_pal_toolsManifest\outlook_pal_tools.xml">
<OpcRelationship>manifest-oemanifest</OpcRelationship>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\outllook_pal_toolsWeb\outlook_pal_toolsWeb.csproj">
<Project>{93C73AFD-B62D-4C2C-BBDC-ADF2BC50DAC5}</Project>
<Name>outlook_pal_toolsWeb</Name>
<Private>True</Private>
<RoleType>Web</RoleType>
<OutputItemType>SharePointWebProjectOutput</OutputItemType>
<RoleName>outllook_pal_toolsWeb</RoleName>
<ReferenceOutputAssembly>False</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<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>