Project updated to VS2013
This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle minify="true" runOnBuild="true">
|
||||
<file>/ClientSource/Scripts/Modules/Timeline/disco.simileajaxextensions.js</file>
|
||||
<file>/ClientSource/Scripts/Modules/Timeline/simile-ajax-bundle-DiscoMod.js</file>
|
||||
<file>/ClientSource/Scripts/Modules/Timeline/disco.timelineextensions.js</file>
|
||||
<file>/ClientSource/Scripts/Modules/Timeline/timeline-bundle.js</file>
|
||||
<file>/ClientSource/Scripts/Modules/Timeline/timeline.js</file>
|
||||
<file>/ClientSource/Scripts/Modules/Timeline/labellers.js</file>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Timeline/disco.simileajaxextensions.js</file>
|
||||
<file>Timeline/simile-ajax-bundle-DiscoMod.js</file>
|
||||
<file>Timeline/disco.timelineextensions.js</file>
|
||||
<file>Timeline/timeline-bundle.js</file>
|
||||
<file>Timeline/timeline.js</file>
|
||||
<file>Timeline/labellers.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
Reference in New Issue
Block a user