bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.95k stars 296 forks source link

Wrong path in GUI solution #73

Closed jrdmellow closed 5 years ago

jrdmellow commented 5 years ago

https://github.com/bombomby/optick/blob/111a81ab03f155dcbc18621c693d85538bed997a/gui/OptickApp_vs2017.sln#L10

The path to InteractiveDataDisplay.WPF.csproj in OptikApp_vs2017.sln is not correct relative to the solution. It should be InteractiveDataDisplay.WPF\InteractiveDataDisplay.WPF.csproj.

bombomby commented 5 years ago

Thanks for reporting this problem. Rookie mistake :) Should be all good now.