Sha256: 8c9258cc3acfc9be9561511be58551a5421e070e522b07dd95aa6e4375d184e7
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 KB
Contents
<?xml version="1.0"?> <configuration> <configSections> <section name="warmup" type="warmup.infrastructure.settings.WarmupConfiguration, warmup"/> </configSections> <!-- replacementToken="__NAME__" sourceControlType="svn|git|file" --> <warmup sourceControlType="file" sourceControlWarmupLocation="C:\CODE\_templates"> <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"/> <add ext="ico"/> <add ext="nupkg"/> <add ext="zip"/> <add ext="7z"/> </ignoredExtensions> <ignoredFolders> <add folder=".svn"/> <add folder=".git"/> </ignoredFolders> <textReplaces> <add find="__YO__" replace="Dude, that was so sweet!"/> </textReplaces> </warmup> <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
rawinit-1.0.1 | bin/warmup.exe.config |
rawinit-1.0 | bin/warmup.exe.config |
warmup-0.6.6.0 | bin/warmup.exe.config |
warmup-0.6.5.0 | bin/warmup.exe.config |