bin/warmup.exe.config in warmup-0.0.0.3593c6a0 vs bin/warmup.exe.config in warmup-0.5.0.36
- old
+ new
@@ -1,12 +1,34 @@
-<?xml version="1.0" encoding="utf-8" ?>
+<?xml version="1.0"?>
<configuration>
<configSections>
<section name="warmup" type="warmup.settings.WarmupConfiguration, warmup"/>
</configSections>
- <warmup
- sourceControlWarmupLocation="git://github.com/ferventcoder/warmup-templates.git"
- sourceControlType="git"
- />
-
-</configuration>
\ No newline at end of file
+ <!--
+ 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>
+ </warmup>
+
+<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>