Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generate console exe apps in web bin folder... help

Status
Not open for further replies.

peac3

Technical User
Jan 17, 2009
226
AU
Hi all,

I have 2 projects in my solution.

project1.proj : web application
project2.proj : console apps generate exe files.

My end goal is to rebuild the whole solution and have the project2.exe and project2_exe.config files into project1 bin folder.

This is the hierarcy I have put:

[ul]
[li]project1 - output : project1/bin - only generate project2.exe[/li] reference : project2.exe
[li]project2 - output : project2/bin - generate project2.exe and project2_exe.config[/li] reference : necessary.
[/ul]

question is
how do i generate both project2.exe and project2_exe.config in project1/bin folder?

Thanks heaps guys
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top