Thank you for answer Tom,
Do you think that there is some possibility how to use two different LocationPath values? TFS is placing DLLs into some specific location, on local development machine its different than TFS, thats why I asked.
For example:
<Schemas Include="HelloWorld.dll">
<LocationPath>..\HelloWorld\bin\$(Configuration)</LocationPath>
</Schemas>
LocationPath should have different value for TFS and different for Developer's machine.
Do you think that there is some possibility how to use two different LocationPath values? TFS is placing DLLs into some specific location, on local development machine its different than TFS, thats why I asked.
For example:
<Schemas Include="HelloWorld.dll">
<LocationPath>..\HelloWorld\bin\$(Configuration)</LocationPath>
</Schemas>
LocationPath should have different value for TFS and different for Developer's machine.