A
at
Hi, I have a C# VS2005 project. In the project properties Build tab
in the Output Path box i have entered the following as i want to specify
where the binary dll will be created.
$(TARGETOUTPUT)\release
I get the a directory called $(TARGETOUTPUT) under my project directory
which is not what i wanted at all. TARGETOUTPUT is an environment variable
specified in DOS command shell using set TARGETOUTPUT = D:\Rep\target
How can i get ths to work?
Thanks
in the Output Path box i have entered the following as i want to specify
where the binary dll will be created.
$(TARGETOUTPUT)\release
I get the a directory called $(TARGETOUTPUT) under my project directory
which is not what i wanted at all. TARGETOUTPUT is an environment variable
specified in DOS command shell using set TARGETOUTPUT = D:\Rep\target
How can i get ths to work?
Thanks