AppSettings.settings 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="qdr.app.studiou.orders2printpack.Properties" GeneratedClassName="AppSettings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="CSVDelimiter" Type="System.String" Scope="User">
  6. <Value Profile="(Default)">,</Value>
  7. </Setting>
  8. <Setting Name="LastOutputDir" Type="System.String" Scope="User">
  9. <Value Profile="(Default)" />
  10. </Setting>
  11. <Setting Name="MapColOrderNo" Type="System.String" Scope="User">
  12. <Value Profile="(Default)">Order No</Value>
  13. </Setting>
  14. <Setting Name="MapColProductCat" Type="System.String" Scope="User">
  15. <Value Profile="(Default)">Prod Cat</Value>
  16. </Setting>
  17. <Setting Name="MapColUri" Type="System.String" Scope="User">
  18. <Value Profile="(Default)">Prod Img Url</Value>
  19. </Setting>
  20. <Setting Name="MapColQuantity" Type="System.String" Scope="User">
  21. <Value Profile="(Default)">Qty</Value>
  22. </Setting>
  23. <Setting Name="SourceSearchPattern" Type="System.String" Scope="User">
  24. <Value Profile="(Default)">*.jpg</Value>
  25. </Setting>
  26. <Setting Name="OutputFileMask" Type="System.String" Scope="User">
  27. <Value Profile="(Default)">{prod_var}_{prod_cat}_{order_no}_{ordinal}{ext}</Value>
  28. </Setting>
  29. <Setting Name="MapColProductFormat" Type="System.String" Scope="User">
  30. <Value Profile="(Default)">Prod Var</Value>
  31. </Setting>
  32. <Setting Name="LastSourceDir" Type="System.String" Scope="User">
  33. <Value Profile="(Default)" />
  34. </Setting>
  35. <Setting Name="RemoveFromUri" Type="System.String" Scope="User">
  36. <Value Profile="(Default)">_tn</Value>
  37. </Setting>
  38. </Settings>
  39. </SettingsFile>