The client and its dependent projects can be built using MSBuild:
msbuild Morphic.Client
To build the installer (add -p:Configuration=Release
as required):
msbuild Morphic.Setup
Use the following launch profile:
- Morphic
These launch profiles will use appsettings.Debug.json
(and appsettings.Local.json
if it exists). The addresses for the API and
Web servers are defined in these files, in the MorphicService
section. Developer-specific changes should be put
in appsettings.Local.json
.