Does anyone have an example of a typical build file for a web app? For example:
<?xml version="1.0"?>
<project name="HelloWebWorld" default="build" basedir=".">
<target name="build">
<csc target="library" output="projName.dll" />
<sources>
???Which files go in here? All aspx, ascx, incudes, images, resx? Am I missing anything or do I have too much?
</sources>
<references>
???All referenced dll's here? What form is the reference path (e.g. c:\WINDOWS\... Or just System.dll)?
</references>
</target>
</project>
How would I create this with Slingshot?
I'm trying, just bare with me...
Thanks all,
Evan A. Bonnett
Reynolds and Reynolds, IT
ERA Integrated Desking Development
937-485-8577
58577