UnloadableAssemblyLoadContextPlug.csproj 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
  6. <ApplicationManifest>app.manifest</ApplicationManifest>
  7. <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
  8. <AssemblyName>UnloadableAssemblyLoadContextPlug</AssemblyName>
  9. <RootNamespace>UnloadableAssemblyLoadContextPlug</RootNamespace>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <AvaloniaResource Include="Assets\**"/>
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Compile Update="**\*.xaml.cs">
  16. <DependentUpon>%(Filename)</DependentUpon>
  17. </Compile>
  18. <AvaloniaResource Include="**\*.xaml">
  19. <SubType>Designer</SubType>
  20. </AvaloniaResource>
  21. <AvaloniaResource Include="Assets\*" />
  22. <AvaloniaResource Include="Assets\Fonts\*" />
  23. </ItemGroup>
  24. <ImportGroup>
  25. <Import Project="..\..\..\build\BuildTargets.targets" Condition="Exists('..\..\..\build\BuildTargets.targets')" />
  26. <Import Project="..\..\..\build\SourceGenerators.props" />
  27. </ImportGroup>
  28. <ItemGroup>
  29. <ProjectReference Include="..\..\..\packages\Avalonia\Avalonia.csproj" />
  30. <ProjectReference Include="..\..\..\src\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  31. <ProjectReference Condition="'$(Configuration)' == 'Debug'" Include="..\..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  32. <ProjectReference Include="..\..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" />
  33. <ProjectReference Include="..\..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj" />
  34. <ProjectReference Include="..\..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" />
  35. <ProjectReference Include="..\..\..\src\Markup\Avalonia.Markup.Xaml.Loader\Avalonia.Markup.Xaml.Loader.csproj" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <UpToDateCheckInput Remove="Views\MainWindow.axaml" />
  39. </ItemGroup>
  40. </Project>