How do I add a reference to a Shared Code project (.shproj) from another project

后端 未结 5 2172
南笙
南笙 2020-12-10 10:19

When I created a new universal app project in Visual Studio it created a shared project that let me share code between the Windows Phone 8.1 and Windows 8.1 projects that we

5条回答
  •  借酒劲吻你
    2020-12-10 11:13

    Visual Studio 2017:

    Right-click the References or Dependencies item in the Solution Explorer and choose "Add Reference..."

    The Reference Manager will open. Click "Shared Project" on the left side of the Reference Manager

    Then select your project and click OK.

提交回复
热议问题