qdr.app.studiou.orders2printpack.csproj 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net9.0-windows7.0</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWindowsForms>true</UseWindowsForms>
  7. <ImplicitUsings>enable</ImplicitUsings>
  8. <ApplicationIcon>logo_icon.ico</ApplicationIcon>
  9. <Company>Quadarax</Company>
  10. <Product>Order2PrintPack</Product>
  11. <Description>Proprietální řešení tvorby balíčků obrázků pro online objednávky pro tiskovou službu.</Description>
  12. <Copyright>Quadarax (c) 2025</Copyright>
  13. <PackageIcon>logo_icon.png</PackageIcon>
  14. <Title>StudioU Orders2PrintPack</Title>
  15. <SignAssembly>True</SignAssembly>
  16. <AssemblyOriginatorKeyFile>..\bo_strong_key_pair.snk</AssemblyOriginatorKeyFile>
  17. <Platforms>AnyCPU;x86;x64</Platforms>
  18. <AssemblyVersion>1.3.3.0</AssemblyVersion>
  19. <FileVersion>1.3.3.0</FileVersion>
  20. <Version>1.3.3</Version>
  21. <ApplicationHighDpiMode>SystemAware</ApplicationHighDpiMode>
  22. <ForceDesignerDpiUnaware>true</ForceDesignerDpiUnaware>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Content Include="logo_icon.ico" />
  26. </ItemGroup>
  27. <ItemGroup>
  28. <None Include="C:\Temp\pedro\logo_icon.png">
  29. <Pack>True</Pack>
  30. <PackagePath>\</PackagePath>
  31. </None>
  32. </ItemGroup>
  33. <ItemGroup>
  34. <PackageReference Include="DocumentFormat.OpenXml" Version="3.3.0" />
  35. <PackageReference Include="qdr.app.tss.client" Version="1.0.0-alpha" />
  36. <PackageReference Include="qdr.fnd.core" Version="0.0.8-alpha" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Update="Properties\AppSettings.Designer.cs">
  40. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  41. <AutoGen>True</AutoGen>
  42. <DependentUpon>AppSettings.settings</DependentUpon>
  43. </Compile>
  44. <Compile Update="Properties\Resources.Designer.cs">
  45. <DesignTime>True</DesignTime>
  46. <AutoGen>True</AutoGen>
  47. <DependentUpon>Resources.resx</DependentUpon>
  48. </Compile>
  49. </ItemGroup>
  50. <ItemGroup>
  51. <EmbeddedResource Update="Properties\Resources.resx">
  52. <Generator>ResXFileCodeGenerator</Generator>
  53. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  54. </EmbeddedResource>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <None Update="Properties\AppSettings.settings">
  58. <Generator>SettingsSingleFileGenerator</Generator>
  59. <LastGenOutput>AppSettings.Designer.cs</LastGenOutput>
  60. </None>
  61. <None Update="README.md">
  62. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  63. </None>
  64. </ItemGroup>
  65. </Project>