terjeio / ioSender

A GCode Sender for Grbl and grblHAL written in C# (Windows only).
BSD 3-Clause "New" or "Revised" License
207 stars 65 forks source link

ioSender v2.0.43 Many project files are missing at compile time. #339

Open ShenRen opened 7 months ago

ShenRen commented 7 months ago

image

CNC Controls Unable to find file ”Themes\BlackTheme.xaml" Unable to find file ”Themes DarkTheme.xaml" Unable to find file “ThemeslWhiteThemexaml" Unable to find file ”ThemeslStandardTheme.xaml” Unable to find file ”Themes\Dictionary.xaml” Unable to find file ”Themes\LightTheme.xaml”

ioSender Unable to find file ”..CNC Controls\CNC ControlsThemes ThemeSelector.xaml”

terjeio commented 7 months ago

I believe these are the missing files: Themes.zip

I'll consider adding them in the next commit, currently they are not in use and might be replaced by something else for theming.

ShenRen commented 7 months ago

Glad to hear from you.

I have added the files to the project, but several files are still missing.

Themes\Dictionary.xaml
Themes\ThemeColors.cs

I'm not sure if there will be more compilation errors about missing files. If you can continue to give me the file, I will continue to compile.

I've rolled the project back to v2.0.42 and it compiles correctly.

Thanks for the whole grblhal project, it's really awesome!

terjeio commented 7 months ago
Themes\Dictionary.xaml
Themes\ThemeColors.cs

These can be removed from the project, delete them in the Solution Explorer.