| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?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>
- <Setting Name="CleanupOutputDir" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|