PRSStores.csproj 922 B

123456789101112131415161718192021222324
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <Configurations>Debug;Release;Test</Configurations>
  7. <Platforms>AnyCPU;x64</Platforms>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="Geocoding.Google" Version="4.0.1" />
  11. <PackageReference Include="Syncfusion.Pdf.Wpf" Version="25.2.6" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\inabox\InABox.Core\InABox.Core.csproj" />
  15. <ProjectReference Include="..\..\inabox\InABox.Database\InABox.Database.csproj" />
  16. <ProjectReference Include="..\..\inabox\inabox.mailer.exchange\InABox.Mailer.Exchange.csproj" />
  17. <ProjectReference Include="..\..\inabox\inabox.wpf\InABox.Wpf.csproj" />
  18. <ProjectReference Include="..\prs.classes\PRSClasses.csproj" />
  19. </ItemGroup>
  20. </Project>