80 lines
3.9 KiB
XML
80 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E94B6C34-660F-4280-AEEC-D28AC6A3F528}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>UniversalEditor.Plugins.AddressBook.UserInterface</RootNamespace>
|
|
<AssemblyName>UniversalEditor.Plugins.AddressBook.UserInterface</AssemblyName>
|
|
<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;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Output\Release\Plugins</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Editors\Contact\ContactEditor.cs" />
|
|
<Compile Include="Editors\ContactGroup\ContactGroupEditor.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.UserInterface\UniversalEditor.UserInterface.csproj">
|
|
<Project>{8622EBC4-8E20-476E-B284-33D472081F5C}</Project>
|
|
<Name>UniversalEditor.UserInterface</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Essential\UniversalEditor.Essential.csproj">
|
|
<Project>{30467E5C-05BC-4856-AADC-13906EF4CADD}</Project>
|
|
<Name>UniversalEditor.Essential</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Core\UniversalEditor.Core.csproj">
|
|
<Project>{2D4737E6-6D95-408A-90DB-8DFF38147E85}</Project>
|
|
<Name>UniversalEditor.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Compression\UniversalEditor.Compression.csproj">
|
|
<Project>{3F664673-7E22-4486-9AD0-FC81861D0B78}</Project>
|
|
<Name>UniversalEditor.Compression</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Libraries\UniversalEditor.Checksum\UniversalEditor.Checksum.csproj">
|
|
<Project>{0F7D5BD4-7970-412F-ABD7-0A098BB01ACE}</Project>
|
|
<Name>UniversalEditor.Checksum</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\Plugins\UniversalEditor.Plugins.AddressBook\UniversalEditor.Plugins.AddressBook.csproj">
|
|
<Project>{AC2E7D52-E3C0-4C5A-A13E-B77F6D41C46E}</Project>
|
|
<Name>UniversalEditor.Plugins.AddressBook</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MBS.Framework\MBS.Framework\MBS.Framework.csproj">
|
|
<Project>{00266B21-35C9-4A7F-A6BA-D54D7FDCC25C}</Project>
|
|
<Name>MBS.Framework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\..\MBS.Framework.UserInterface\Libraries\MBS.Framework.UserInterface\MBS.Framework.UserInterface.csproj">
|
|
<Project>{29E1C1BB-3EA5-4062-B62F-85EEC703FE07}</Project>
|
|
<Name>MBS.Framework.UserInterface</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Editors\" />
|
|
<Folder Include="Editors\Contact\" />
|
|
<Folder Include="Editors\AddressBook\" />
|
|
<Folder Include="Editors\ContactGroup\" />
|
|
</ItemGroup>
|
|
</Project>
|