PRSStores.csproj 1.1 KB

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Fody" Version="6.8.1">
  9. <PrivateAssets>all</PrivateAssets>
  10. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  11. </PackageReference>
  12. <PackageReference Include="Geocoding.Google" Version="4.0.1" />
  13. <PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
  14. <PackageReference Include="Syncfusion.Pdf.Wpf" Version="25.2.6" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <ProjectReference Include="..\..\inabox\InABox.Core\InABox.Core.csproj" />
  18. <ProjectReference Include="..\..\inabox\InABox.Database\InABox.Database.csproj" />
  19. <ProjectReference Include="..\..\inabox\inabox.mailer.exchange\InABox.Mailer.Exchange.csproj" />
  20. <ProjectReference Include="..\..\inabox\inabox.wpf\InABox.Wpf.csproj" />
  21. <ProjectReference Include="..\prs.classes\PRSClasses.csproj" />
  22. </ItemGroup>
  23. </Project>