IViewModel.csproj 1.2 KB

12345678910111213141516171819202122232425
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="log4net" Version="3.0.4" />
  9. <PackageReference Include="SukiUI" Version="6.0.1" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\Avalonia\IconResourceSourceGenerator\IconResourceSourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
  13. <ProjectReference Include="..\..\Communication\ICommunication\ICommunication.csproj" />
  14. <ProjectReference Include="..\..\EventBroker\EventBroker\EventBroker.csproj" />
  15. <ProjectReference Include="..\..\NativeLibraryLoader\NativeLibraryLoader.csproj" />
  16. <ProjectReference Include="..\..\Shaker.Model\Shaker.Model.csproj" />
  17. <ProjectReference Include="..\Avalonia\Avalonia.Xaml.Behaviors\Avalonia.Xaml.Behaviors.csproj" />
  18. <ProjectReference Include="..\Language\ILanguage\ILanguage.csproj" />
  19. <ProjectReference Include="..\Language\LanguageSourceGenerator\LanguageSourceGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
  20. </ItemGroup>
  21. </Project>