Spludlow Web Header

Develop Sources Configuration File


This file lists all the application source locations on a development machine, the Visual Studio Project folders.  It is only required on hosts that are marked as “DevelopSource”.

The format is a tabbable TextTable (you can tab everything out to make the columns line up, making it more readable). You can comment lines out with a hash ‘#’. The file is intended to be manually modified.

If you want to use the Framework’s release system you need rows in this file.

Example DevelopSources.txt file, 3 rows that could represent a business logic library, an Intranet, and a public web site:

DevelopSourceId

Directory

String*

String

MyCompLib

C:\Source\MyCompV1\MyCompLib

MyCompIntranet

C:\Source\MyCompV1\MyCompIntranet

MyCompWeb

C:\Source\MyCompV1\MyCompWeb

Note all the paths are to the root of the project directories, for applications other than webs the bits will be taken out of “bin\Release”.

 


 
 
 
 
 
 
 
 
 
Spludlow Web Footer