qdr.app.studiou.orders2printpack.csproj 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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) 2024</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.2.0.0</AssemblyVersion>
  19. <FileVersion>1.2.0.0</FileVersion>
  20. <Version>1.2.4</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.fnd.core" Version="0.0.8-alpha" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Compile Update="Properties\AppSettings.Designer.cs">
  39. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  40. <AutoGen>True</AutoGen>
  41. <DependentUpon>AppSettings.settings</DependentUpon>
  42. </Compile>
  43. <Compile Update="Properties\Resources.Designer.cs">
  44. <DesignTime>True</DesignTime>
  45. <AutoGen>True</AutoGen>
  46. <DependentUpon>Resources.resx</DependentUpon>
  47. </Compile>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <EmbeddedResource Update="Properties\Resources.resx">
  51. <Generator>ResXFileCodeGenerator</Generator>
  52. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  53. </EmbeddedResource>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <None Update="Properties\AppSettings.settings">
  57. <Generator>SettingsSingleFileGenerator</Generator>
  58. <LastGenOutput>AppSettings.Designer.cs</LastGenOutput>
  59. </None>
  60. <None Update="README.md">
  61. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  62. </None>
  63. </ItemGroup>
  64. </Project>