Sharing code between 2 projects without a dll

前端 未结 7 1779
孤城傲影
孤城傲影 2020-12-29 23:18

How can I have code-sharing between two projects without making a dll?

The issue is: I have a tool that syncs users & groups from LDAP to a database.

Now

相关标签:
7条回答
  • 2020-12-29 23:57

    How about adding a file as a link.

    In Visual Studio right click on your console test app project -> select add existing file -> in the file add dialog navigate to files in your actual windows service project -> select the files you want to share -> and on add button select add as link option.

    0 讨论(0)
提交回复
热议问题