90 lines
4.4 KiB
XML
90 lines
4.4 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>{AC2E7D52-E3C0-4C5A-A13E-B77F6D41C46E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>UniversalEditor</RootNamespace>
|
|
<AssemblyName>UniversalEditor.Plugins.AddressBook</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Output\Debug\Plugins\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Output\Release\Plugins\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="DataFormats\AddressBook\WABDataFormat.cs" />
|
|
<Compile Include="DataFormats\Contact\Microsoft\ContactDataFormat.cs" />
|
|
<Compile Include="DataFormats\Contact\VCard\VCardDataFormat.cs" />
|
|
<Compile Include="ObjectModels\AddressBook\AddressBookObjectModel.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactEmailAddress.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactGender.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactIdentifier.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactLabel.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactName.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactNotes.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactObjectModel.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactPhoneNumber.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactPhoto.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactPhysicalAddress.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactGenericField.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactPosition.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactRelationship.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactDate.cs" />
|
|
<Compile Include="ObjectModels\Contact\ContactUrl.cs" />
|
|
<Compile Include="ObjectModels\Contact\IContactComplexType.cs" />
|
|
<Compile Include="ObjectModels\Contact\IContactLabelContainer.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="DataFormats\AddressBook\Microsoft\ContactGroup\ContactGroupDataFormat.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
|
|
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
|
|
<Name>UniversalEditor.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
|
|
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
|
|
<Name>UniversalEditor.Essential</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="DataFormats\AddressBook\Microsoft\" />
|
|
<Folder Include="DataFormats\AddressBook\Microsoft\ContactGroup\" />
|
|
<Folder Include="Associations\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Associations\Contact.uexml" />
|
|
</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>
|