PRS.Shared.csproj 2.3 KB

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