1
0

PInvoke.csproj 1.4 KB

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
  5. <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
  6. <IncludeAvaloniaGenerators>true</IncludeAvaloniaGenerators>
  7. <!--<AvaloniaXamlIlDebuggerLaunch>true</AvaloniaXamlIlDebuggerLaunch>-->
  8. <EnableAvaloniaXamlCompilation>false</EnableAvaloniaXamlCompilation>
  9. <IncludeAvaloniaGenerators>true</IncludeAvaloniaGenerators>
  10. <IsPackable>false</IsPackable>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\..\..\src\Avalonia.Base\Avalonia.Base.csproj" />
  14. <ProjectReference Include="..\..\..\..\src\Avalonia.Controls\Avalonia.Controls.csproj" />
  15. <ProjectReference Include="..\..\..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  16. <ProjectReference Include="..\..\..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" />
  17. <ProjectReference Include="..\..\..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" />
  18. </ItemGroup>
  19. <Import Project="..\..\..\..\build\SampleApp.props" />
  20. <Import Project="..\..\..\..\build\ReferenceCoreLibraries.props" />
  21. <Import Project="..\..\..\..\build\BuildTargets.targets" />
  22. <Import Project="..\..\..\..\build\SourceGenerators.props" />
  23. <Import Project="..\..\..\..\build\NullableEnable.props" />
  24. </Project>