I'm afraid I have no idea how to create a project without VS.

To make things a bit easier for me with the file association of .oxygene files, I made a batch file containing the following code and saved it as Oxygene.bat in the oxygene bin folder:

Code:
call Oxygene %1 -rebuild
Pause
I then associated the .oxygene file type with that batch file.

Now I can double click on an .oxygene file and it will attempt to rebuild it for me.

PS. has anyone got any simple graphical examples of XNA code using oxygene that I could look at?

cheers,
Paul.