PRS.Shared.csproj 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. </ItemGroup>
  20. <ItemGroup>
  21. <Compile Update="Resources.Designer.cs">
  22. <DesignTime>True</DesignTime>
  23. <AutoGen>True</AutoGen>
  24. <DependentUpon>Resources.resx</DependentUpon>
  25. </Compile>
  26. </ItemGroup>
  27. <ItemGroup>
  28. <EmbeddedResource Update="Resources.resx">
  29. <Generator>ResXFileCodeGenerator</Generator>
  30. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  31. </EmbeddedResource>
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Page Update="Forms\ScheduleForm.xaml">
  35. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  36. <SubType>Designer</SubType>
  37. </Page>
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Folder Include="Resources\" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <PackageReference Include="Geocoding.Core" Version="4.0.1" />
  44. <PackageReference Include="Geocoding.Google" Version="4.0.1" />
  45. <PackageReference Include="RestSharp" Version="111.2.0" />
  46. <PackageReference Include="System.Collections.Immutable" Version="9.0.0-preview.4.24266.19" />
  47. </ItemGroup>
  48. <Import Project="..\prs.stores\PRSStores.projitems" Label="Shared" />
  49. </Project>