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

PresentationFramework.csproj « PresentationFramework « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10e90777fc69bbf4a9a8fa25a00cf9c25ef96f3e (plain)
1
2
3
4
5
6
7
8
9
<Project Sdk="Xamarin.Mac.Sdk">
  <PropertyGroup>
    <TargetFramework>$(TargetFramework)</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <ProjectReference Include="..\PresentationCore\PresentationCore.csproj" />
    <ProjectReference Include="..\WindowsBase\WindowsBase.csproj" />
  </ItemGroup>
</Project>