Welcome to mirror list, hosted at ThFree Co, Russian Federation.

WindowsBase.csproj « WindowsBase « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcd2c2dfa62471400ff649b619b8ae60777cdbed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Xamarin.Mac.Sdk">
  <PropertyGroup>
    <NoWarn>1699,67,618</NoWarn>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <PublicSign>false</PublicSign>
    <TargetFramework>$(TargetFramework)</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System.Xml" />
    <Reference Include="System.Xaml" />
  </ItemGroup>
</Project>