T
Thomas F. Divine [DDK MVP]
I have a C# assembly that needs to be built for .NET and for .NET compact
framework. The code files and classes in this assembly are identical except
for a few #if cases that are platform specific.
My problem is really how to setup two .NET projects that use common .cs
files.
If I create the .NET project with all needed files, all is well.
Now if I create teh second .NET CF project and add the file from the first
project to it, then the files are _copied_ into the new project.
I'm hoping to maintain the sources in one project and allow this single set
of sources to be built under two different projects.
I haven't seen a way to do this.
Any thoughts welcome.
Thomas F. Divine
framework. The code files and classes in this assembly are identical except
for a few #if cases that are platform specific.
My problem is really how to setup two .NET projects that use common .cs
files.
If I create the .NET project with all needed files, all is well.
Now if I create teh second .NET CF project and add the file from the first
project to it, then the files are _copied_ into the new project.
I'm hoping to maintain the sources in one project and allow this single set
of sources to be built under two different projects.
I haven't seen a way to do this.
Any thoughts welcome.
Thomas F. Divine