PRSStores.csproj 1.2 KB

12345678910111213141516171819202122232425262728
  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="AutoProperties.Fody" Version="1.25.0" />
  9. <PackageReference Include="Fody" Version="6.8.1">
  10. <PrivateAssets>all</PrivateAssets>
  11. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  12. </PackageReference>
  13. <PackageReference Include="Geocoding.Google" Version="4.0.1" />
  14. <PackageReference Include="PropertyChanged.Fody" Version="4.1.0" />
  15. <PackageReference Include="Syncfusion.Pdf.Wpf" Version="25.2.6" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\inabox\InABox.Core\InABox.Core.csproj" />
  19. <ProjectReference Include="..\..\inabox\InABox.Database\InABox.Database.csproj" />
  20. <ProjectReference Include="..\..\inabox\inabox.mailer.exchange\InABox.Mailer.Exchange.csproj" />
  21. <ProjectReference Include="..\..\inabox\inabox.wpf\InABox.Wpf.csproj" />
  22. <ProjectReference Include="..\prs.classes\PRSClasses.csproj" />
  23. </ItemGroup>
  24. </Project>