| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="qdr.app.studiou.orders2printpack.Properties" GeneratedClassName="AppSettings">
- <Profiles />
- <Settings>
- <Setting Name="CSVDelimiter" Type="System.String" Scope="User">
- <Value Profile="(Default)">,</Value>
- </Setting>
- <Setting Name="LastOutputDir" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="MapColOrderNo" Type="System.String" Scope="User">
- <Value Profile="(Default)">Order No</Value>
- </Setting>
- <Setting Name="MapColProductCat" Type="System.String" Scope="User">
- <Value Profile="(Default)">Prod Cat</Value>
- </Setting>
- <Setting Name="MapColUri" Type="System.String" Scope="User">
- <Value Profile="(Default)">Prod Img Url</Value>
- </Setting>
- <Setting Name="MapColQuantity" Type="System.String" Scope="User">
- <Value Profile="(Default)">Qty</Value>
- </Setting>
- <Setting Name="SourceSearchPattern" Type="System.String" Scope="User">
- <Value Profile="(Default)">*.jpg</Value>
- </Setting>
- <Setting Name="OutputFileMask" Type="System.String" Scope="User">
- <Value Profile="(Default)">{prod_var}_{prod_cat}_{order_no}_{ordinal}{ext}</Value>
- </Setting>
- <Setting Name="MapColProductFormat" Type="System.String" Scope="User">
- <Value Profile="(Default)">Prod Var</Value>
- </Setting>
- <Setting Name="LastSourceDir" Type="System.String" Scope="User">
- <Value Profile="(Default)" />
- </Setting>
- <Setting Name="RemoveFromUri" Type="System.String" Scope="User">
- <Value Profile="(Default)">_tn</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|