Sha256: 78dd88664901f3bc3872193a1e6d7b9d70a100dc6840cfbdfef7f3ec0026726f
Contents?: true
Size: 774 Bytes
Versions: 2
Compression:
Stored size: 774 Bytes
Contents
<?xml version="1.0" encoding="utf-8" ?> <configuration> <configSections> <section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/> </configSections> <!-- replacementToken="__NAME__" sourceControlType="svn|git|file" --> <warmup sourceControlType="file" sourceControlWarmupLocation="C:\CODE\Scratch\WarmUpTemplates\"> <ignoredExtensions> <clear/> <add ext="exe"/> <add ext="dll"/> <add ext="pdb"/> <add ext="jpg"/> <add ext="png"/> <add ext="gif"/> <add ext="mst"/> <add ext="msi"/> <add ext="msm"/> <add ext="gitignore"/> <add ext="idx"/> <add ext="pack"/> <add ext="suo"/> </ignoredExtensions> </warmup> </configuration>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
warmup-0.0.0.23.20110116 | bin/warmup.exe.config |
warmup-0.0.0.19.20100802 | bin/warmup.exe.config |