Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <Reference Include="Foo" Condition="'$(Configuration)'=='Debug'"/>
  2. <Reference Include="Bar" Condition="'$(Configuration)'=='Release'"/>
  3.  
  4. <Reference Include="MyLibrary">
  5. <HintPath>..$(Configuration)MyLibrary.dll</HintPath>
  6. </Reference>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement