mkazhdan / PoissonRecon

Poisson Surface Reconstruction
MIT License
1.59k stars 430 forks source link

sln is incorrect #288

Open FrankEscobar opened 11 months ago

FrankEscobar commented 11 months ago

This line: Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reconstruction.example", "......\Users\mkazh\OneDrive - Johns Hopkins\Research\PoissonRecon\PoissonRecon\Reconstruction.example.vcxproj", "{F40103C1-D18D-4C34-992C-F78D4DCD4A87}"

Should be: Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reconstruction.example", "Reconstruction.example.vcxproj", "{F40103C1-D18D-4C34-992C-F78D4DCD4A87}"

Thank you!

mkazhdan commented 11 months ago

Thanks. Updated the repo.