2 Class Scenario Full/Safe and C# project file

Posts   
 
    
bryantb
User
Posts: 11
Joined: 17-Dec-2003
# Posted on: 08-Jul-2004 18:00:23   

It seems as if this code generation option is overwriting my existing project file. I noticed this because my Visual Source Safe bindings would change every time I generate new code. I suppose that I am not exactly using the designer as intended, but I like to manually add new VS project items to the VS project file so I use this option rather than the 'Base Classes Only' option.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39943
Joined: 17-Aug-2003
# Posted on: 08-Jul-2004 19:09:07   

The project file is 'altered' starting from v1.0.2004.1. The GUID for the project is kept the same, and files are added to the project if necessary. So the VSS bindings should stay the same. Which version of LLBLGen Pro are you using?

Frans Bouma | Lead developer LLBLGen Pro
bryantb
User
Posts: 11
Joined: 17-Dec-2003
# Posted on: 08-Jul-2004 21:15:08   

1.0.2004.1 Final

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39943
Joined: 17-Aug-2003
# Posted on: 09-Jul-2004 09:47:45   

bryantb wrote:

1.0.2004.1 Final

Ok. That version will not overwrite your file, but load the file contents and alter the places where it has to add data, like new files. It will not touch the rest of the file, like VSS project links and other data. Do you use a custom generator configuration file perhaps?

Frans Bouma | Lead developer LLBLGen Pro