PRS.Shared.csproj 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <UseWpf>true</UseWpf>
  7. <LangVersion>default</LangVersion>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />
  11. <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj" />
  12. <ProjectReference Include="..\..\inabox\inabox.mailer.exchange\InABox.Mailer.Exchange.csproj" />
  13. <ProjectReference Include="..\..\inabox\inabox.mailer.imap\InABox.Mailer.IMAP.csproj" />
  14. <ProjectReference Include="..\..\inabox\InABox.Poster.CSV\InABox.Poster.CSV.csproj" />
  15. <ProjectReference Include="..\..\inabox\InABox.Poster.Timberline\InABox.Poster.Timberline.csproj" />
  16. <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />
  17. <ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <Compile Update="Resources.Designer.cs">
  21. <DesignTime>True</DesignTime>
  22. <AutoGen>True</AutoGen>
  23. <DependentUpon>Resources.resx</DependentUpon>
  24. </Compile>
  25. </ItemGroup>
  26. <ItemGroup>
  27. <EmbeddedResource Update="Resources.resx">
  28. <Generator>ResXFileCodeGenerator</Generator>
  29. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  30. </EmbeddedResource>
  31. </ItemGroup>
  32. <ItemGroup>
  33. <Page Update="Forms\ScheduleForm.xaml">
  34. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  35. <SubType>Designer</SubType>
  36. </Page>
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Folder Include="Resources\" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <PackageReference Include="Geocoding.Core" Version="4.0.1" />
  43. <PackageReference Include="Geocoding.Google" Version="4.0.1" />
  44. <PackageReference Include="RestSharp" Version="110.2.0" />
  45. <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
  46. </ItemGroup>
  47. <Import Project="..\prs.stores\PRSStores.projitems" Label="Shared" />
  48. </Project>