Update Visual Studio solution file extension in docs (#75)

Changed the referenced solution file from 'OrcaSlicer.sln' to 'OrcaSlicer.slnx' in the Windows build instructions to reflect the correct file name.
This commit is contained in:
Ian Bassi
2026-01-04 09:38:47 -03:00
committed by GitHub
parent deb5817a70
commit a88bc98bf3

View File

@@ -118,7 +118,7 @@ How to building with Visual Studio on Windows 64-bit.
3. If successful, you will find the Visual Studio solution file in:
```shell
build\OrcaSlicer.sln
build\OrcaSlicer.slnx
```
4. Open the solution in Visual Studio, set the build configuration to `Release` and run the `Local Windows Debugger`.
![compile_vs_local_debugger](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/develop/compile_vs_local_debugger.png?raw=true)