ControlCatalog.NetCore.csproj 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
  5. <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
  6. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Compile Include="..\..\src\Avalonia.X11\NativeDialogs\Gtk.cs" Link="NativeControls\Gtk\Gtk.cs" />
  10. <Compile Include="..\..\src\Avalonia.Base\Platform\Interop\Utf8Buffer.cs" Link="NativeControls\Utf8Buffer.cs" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Content Include="NativeControls\Gtk\nodes.mp4">
  14. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  15. </Content>
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  19. <ProjectReference Include="..\..\src\Headless\Avalonia.Headless.Vnc\Avalonia.Headless.Vnc.csproj" />
  20. <ProjectReference Include="..\..\src\Avalonia.Dialogs\Avalonia.Dialogs.csproj" />
  21. <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
  22. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
  23. <ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
  24. <!-- For native controls test -->
  25. <PackageReference Include="MonoMac.NetStandard" Version="0.0.4" />
  26. </ItemGroup>
  27. <PropertyGroup>
  28. <!-- For Microsoft.CodeAnalysis -->
  29. <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
  30. <ApplicationManifest>app.manifest</ApplicationManifest>
  31. </PropertyGroup>
  32. <Import Project="..\..\build\SampleApp.props" />
  33. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  34. </Project>