Guest User

Untitled

a guest
Jan 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <Project Sdk="Microsoft.NET.Sdk">
  2.  
  3. <PropertyGroup>
  4. <OutputType>Exe</OutputType>
  5. <TargetFramework>netcoreapp2.1</TargetFramework>
  6. </PropertyGroup>
  7.  
  8. <ItemGroup>
  9. <Reference Include="ProjectName">
  10. <HintPath>filpath\to\dll\ProjectName.dll</HintPath>
  11. </Reference>
  12. </ItemGroup>
  13.  
  14. </Project>
Add Comment
Please, Sign In to add comment