BindingDemo.csproj 1.0 KB

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  8. <ProjectReference Include="..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" />
  9. <ProjectReference Include="..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" />
  10. <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
  11. <ProjectReference Include="..\MiniMvvm\MiniMvvm.csproj" />
  12. </ItemGroup>
  13. <Import Project="..\..\build\SampleApp.props" />
  14. <Import Project="..\..\build\EmbedXaml.props" />
  15. <Import Project="..\..\build\Rx.props" />
  16. <Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" />
  17. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  18. <Import Project="..\..\build\BuildTargets.targets" />
  19. </Project>