PRS.Shared.csproj 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net8.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.MYOB\InABox.Poster.MYOB.csproj" />
  16. <ProjectReference Include="..\..\inabox\InABox.Poster.Timberline\InABox.Poster.Timberline.csproj" />
  17. <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />
  18. <ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
  19. <ProjectReference Include="..\prs.stores\PRSStores.csproj" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <Compile Update="Resources.Designer.cs">
  23. <DesignTime>True</DesignTime>
  24. <AutoGen>True</AutoGen>
  25. <DependentUpon>Resources.resx</DependentUpon>
  26. </Compile>
  27. </ItemGroup>
  28. <ItemGroup>
  29. <EmbeddedResource Update="Resources.resx">
  30. <Generator>ResXFileCodeGenerator</Generator>
  31. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  32. </EmbeddedResource>
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Page Update="Forms\ScheduleForm.xaml">
  36. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  37. <SubType>Designer</SubType>
  38. </Page>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Folder Include="Resources\" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <PackageReference Include="Geocoding.Core" Version="4.0.1" />
  45. <PackageReference Include="Geocoding.Google" Version="4.0.1" />
  46. <PackageReference Include="RestSharp" Version="111.2.0" />
  47. <PackageReference Include="System.Collections.Immutable" Version="9.0.0-preview.4.24266.19" />
  48. </ItemGroup>
  49. </Project>