PRS.Shared.csproj 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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.Poster.CSV\InABox.Poster.CSV.csproj" />
  13. <ProjectReference Include="..\..\inabox\InABox.Poster.Timberline\InABox.Poster.Timberline.csproj" />
  14. <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />
  15. <ProjectReference Include="..\PRS.Classes\PRSClasses.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Compile Update="Resources.Designer.cs">
  19. <DesignTime>True</DesignTime>
  20. <AutoGen>True</AutoGen>
  21. <DependentUpon>Resources.resx</DependentUpon>
  22. </Compile>
  23. </ItemGroup>
  24. <ItemGroup>
  25. <EmbeddedResource Update="Resources.resx">
  26. <Generator>ResXFileCodeGenerator</Generator>
  27. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  28. </EmbeddedResource>
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Page Update="Forms\ScheduleForm.xaml">
  32. <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
  33. <SubType>Designer</SubType>
  34. </Page>
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Folder Include="Resources\" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <PackageReference Include="RestSharp" Version="110.2.0" />
  41. <PackageReference Include="System.Collections.Immutable" Version="7.0.0" />
  42. </ItemGroup>
  43. </Project>