Skip to content

Instantly share code, notes, and snippets.

@filipnavara
Created February 26, 2020 22:11
Show Gist options
  • Save filipnavara/2720f9ab0b685dae15f71c2dd1b9ba0e to your computer and use it in GitHub Desktop.
Save filipnavara/2720f9ab0b685dae15f71c2dd1b9ba0e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" 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>{0242DF95-43DB-4690-8C51-A0F3BCAA662F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WinRTApi</RootNamespace>
<AssemblyName>WinRTApi</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\MailClient\bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'IceWarp Desktop Client - Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\MailClient\bin\x86\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;ICEWARP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Open-Xchange - Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\MailClient\bin\x86\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;OPENXCHANGE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\MailClient\bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'IceWarp Desktop Client - Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\MailClient\bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;ICEWARP</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Open-Xchange - Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\MailClient\bin\x86\Release\</OutputPath>
<DefineConstants>TRACE;OPENXCHANGE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<targetplatformversion>10.0</targetplatformversion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime.InteropServices.WindowsRuntime" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Windows.ApplicationModel" />
<Reference Include="Windows.Data" />
<Reference Include="Windows.Foundation" />
<Reference Include="Windows.Services" />
<Reference Include="Windows.UI" />
<Reference Include="Windows.Foundation.FoundationContract">
<HintPath>..\..\..\..\Program Files (x86)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.FoundationContract\3.0.0.0\Windows.Foundation.FoundationContract.winmd</HintPath>
</Reference>
<Reference Include="Windows.Foundation.UniversalApiContract">
<HintPath>..\..\..\..\Program Files (x86)\Windows Kits\10\References\10.0.17763.0\Windows.Foundation.UniversalApiContract\7.0.0.0\Windows.Foundation.UniversalApiContract.winmd</HintPath>
</Reference>
<Reference Include="Windows.Services.Store.StoreContract">
<HintPath>..\..\..\..\Program Files (x86)\Windows Kits\10\References\10.0.17763.0\Windows.Services.Store.StoreContract\4.0.0.0\Windows.Services.Store.StoreContract.winmd</HintPath>
</Reference>
</ItemGroup>
<ItemGroup Condition=" '$(Configuration)' != 'Mono - Debug' and '$(Configuration)' != 'Xamarin - Debug' and '$(Configuration)' != 'Xamarin-Release' ">
<Compile Include="NotificationActivator.cs" />
<Compile Include="PropVariantHelper.cs" />
<Compile Include="ShellPropertyKeys.cs" />
<Compile Include="ToastEventArgs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ShellHelpers.cs" />
<Compile Include="ToastNotificationHelper.cs" />
<Compile Include="WindowsStoreHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Dependencies\Newtonsoft.Json\Newtonsoft.Json.Net20.csproj">
<Project>{a9ae40ff-1a21-414a-9fe7-3be13644cc6d}</Project>
<Name>Newtonsoft.Json.Net20</Name>
</ProjectReference>
<ProjectReference Include="..\WinRTApiStructures\WinRTApiStructures.csproj">
<Project>{e8dc3f13-3af1-487b-85c0-f4c0432366dd}</Project>
<Name>WinRTApiStructures</Name>
</ProjectReference>
</ItemGroup>
<Import Project="..\Tools\BuildTasks\ProducesNoOutput.Settings.props" Condition=" '$(Configuration)' == 'Mono - Debug' " />
<Import Project="..\Tools\BuildTasks\ProducesNoOutput.Settings.props" Condition=" '$(Configuration)' == 'Xamarin - Debug' " />
<Import Project="..\Tools\BuildTasks\ProducesNoOutput.Settings.props" Condition=" '$(Configuration)' == 'Xamarin-Release' " />
<Import Project="..\Tools\BuildTasks\Unified.targets" />
<Import Project="..\Tools\BuildTasks\MailClient.BuildTasks.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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment