open-zwave/dotnet/examples/OZWForm
Justin Hammond b0a14624cc update the copyright and ChangeLog 2015-05-18 23:12:14 +08:00
..
build Merged Node Query branch into trunk. 2012-02-05 16:27:16 +00:00
src update the copyright and ChangeLog 2015-05-18 23:12:14 +08:00
CopyFilesVS2008.cmd 2011-02-22 22:02:43 +00:00
CopyFilesVS2010.cmd 2011-02-22 22:02:43 +00:00
README.TXT Some classes' values are retrieved via the Index component of ValueID; others are retrieved via the Instance component. So all classes that implement RequestValue have been changed to accept two parameters (index and instance). Lots of file changes, but only one fundamental concept change. 2011-02-22 21:47:51 +00:00

README.TXT


	Building OZWForm under VS2008 and VS2010

Unlike the base OpenZWave C++ project, Visual Studio appears to be much
more "particular" about where the project files are stored.  Originally,
we had two copies of the OZWForm source files...one for VS2008 and a
second for VS2010.  But they've been difficult to keep fully in sync as
changes are made.

So the files in this directory provide a rough (but hopefully effective)
solution:  
1)	a single source code directory with all of the common files,
2)	two separate "build" directories with .sln and .csproj files (one 
	for VS2010 and one for VS2008), and
3)	some batch files for copying the appropriate .sln and .csproj
	files into the source code directory.

Hopefully the batch files will work; if they don't you should be able to 
simply copy the .sln and .csproj files from the build subdirectory that
matches your Visual Studio version into the .\src directory.

If too many people have difficulty with this (or if there are other issues
with VS2010 that disallow this approach), we may have to go back to two
separate (but essentially identical) source code directories.

Let's hope not!