link a file from other solution
-
Hi I would like to create unit test for one of my component In order to do it I need to link a file from my main project.sln to unittest.sln How can I link a file from other solution without create the same file again in the unit test.sln I try to USE ‘Add existing item’ option but it create copy of the file in the unit test solution and I wish to use link, have only one file with two instances in two different solutions Thanks Ronen
-
Hi I would like to create unit test for one of my component In order to do it I need to link a file from my main project.sln to unittest.sln How can I link a file from other solution without create the same file again in the unit test.sln I try to USE ‘Add existing item’ option but it create copy of the file in the unit test solution and I wish to use link, have only one file with two instances in two different solutions Thanks Ronen
Ronenb wrote:
How can I link a file from other solution without create the same file again in the unit test.sln
You can use "Add existing item". In the file open dialog click on the file and then on the arrow right to the "Add" button. You can then select "Add as link". regards
-
Ronenb wrote:
How can I link a file from other solution without create the same file again in the unit test.sln
You can use "Add existing item". In the file open dialog click on the file and then on the arrow right to the "Add" button. You can then select "Add as link". regards