NativeEmbedSample.csproj 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.0</TargetFramework>
  5. <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
  6. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="MonoMac.NetStandard" Version="0.0.4" />
  10. <ProjectReference Include="..\..\..\src\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  11. <ProjectReference Include="..\..\..\src\Windows\Avalonia.Direct2D1\Avalonia.Direct2D1.csproj" />
  12. <ProjectReference Include="..\..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  13. <ProjectReference Include="..\..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
  14. <PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2020091801" />
  15. <AvaloniaResource Include="**\*.xaml">
  16. <SubType>Designer</SubType>
  17. </AvaloniaResource>
  18. <None Remove="nodes.mp4" />
  19. <Content Include="nodes.mp4">
  20. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  21. </Content>
  22. <Compile Include="..\..\..\src\Avalonia.X11\NativeDialogs\Gtk.cs" />
  23. </ItemGroup>
  24. <Import Project="..\..\..\build\SampleApp.props" />
  25. <Import Project="..\..\..\build\BuildTargets.targets" />
  26. <Import Project="..\..\..\build\ReferenceCoreLibraries.props" />
  27. </Project>