Skip to content

JudsonRodrigues/Custom_ItemGroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Apontar Referencia Para Projeto Local

Me deparei com o problema de precisar fazer uma referência para um projeto local pelo VS Code

Achei a seguinte referência:

simpler, just add the following:

  1. modify the myproject.csproj file
    <ItemGroup>
     <Reference Include="DllComunVb2008">
       <HintPath>..\Dlls\DllComunVb2008.dll</HintPath>
     </Reference>
    </ItemGroup>
    
  1. Add the using of the library you are going to use. Example: using Dllcomun;

No seguinte post do stack overflow https://stackoverflow.com/questions/41381064/vscode-c-sharp-add-reference-to-custom-assembly

About

Me deparei com o problema de precisar fazer uma referência para um projeto local pelo VS Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages