julihirn/Serial-Monitor

cannot build: hard-coded paths reference code not in this repository

Closed this issue ยท 2 comments

The solution file cannot be built because of this line:

Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ODModules", "..\..\ODModules\ODModules\ODModules.csproj", "{5C673F54-2794-4E68-9C12-8AD280B15F1B}"

The readme notes that these modules are required, but provides no information about where to obtain them:

Serial-Monitor/README.md

Lines 37 to 38 in 0000a8f

## Project Dependencies
Requires: ODModules, ODHandles.

Update: The missing code is here https://github.com/julihirn/ODModules

I highly recommend publishing that project as a NuGet package, then it can be easily used in other projects

This line is also very problematic. My computer does not have an E drive ๐Ÿ˜…

<None Include="E:\User Files\Pictures\Program Icons\Other Icons\SerialMonitor.ico">

These should all be fixed now. :) Updated the missing project files to the latest Nuget releases. Project Icon has been reassigned.