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
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