WindowsInteropTest.csproj 753 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFrameworks>net461;$(AvsCurrentWindowsTargetFramework)</TargetFrameworks>
  5. <UseWPF>true</UseWPF>
  6. <UseWindowsForms>true</UseWindowsForms>
  7. <EnableWindowsTargeting>true</EnableWindowsTargeting>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  11. <ProjectReference Include="..\..\..\src\Skia\Avalonia.Skia\Avalonia.Skia.csproj" />
  12. <ProjectReference Include="..\..\..\src\Windows\Avalonia.Win32.Interoperability\Avalonia.Win32.Interoperability.csproj" />
  13. <ProjectReference Include="..\..\ControlCatalog\ControlCatalog.csproj" />
  14. </ItemGroup>
  15. </Project>