Fix line endings on MSVC project files.
These files has unix line endings, while the other project files have dos line endings. I hoped this would fix the link error about corrupt or invalid files with these projects, but it doesn't. Running 'Update project files...' in the VS2012 IDE is a work around, but it just adds a <PlatformToolset> element to each <PropertyGroup> and a line ending at the end of the file.
Showing
- src/opus_demo.vcxproj 107 additions, 107 deletionssrc/opus_demo.vcxproj
- tests/test_opus_api.vcxproj 87 additions, 87 deletionstests/test_opus_api.vcxproj
- tests/test_opus_decode.vcxproj 87 additions, 87 deletionstests/test_opus_decode.vcxproj
- tests/test_opus_encode.vcxproj 87 additions, 87 deletionstests/test_opus_encode.vcxproj
Loading
Please register or sign in to comment