From f7227975875f2d11c2b6f1bbe56923a7128ae436 Mon Sep 17 00:00:00 2001 From: Wizmo2 Date: Sun, 23 Apr 2023 18:41:47 +0100 Subject: [PATCH] dos2unix cspot --- .../cspot/bell/external/alac/convert-utility/ALACconvert.sln | 2 +- components/spotify/cspot/bell/external/mdnssvc/mdnssvc.sln | 2 +- .../spotify/cspot/bell/external/opus/win32/VS2015/common.props | 2 +- .../spotify/cspot/bell/external/opus/win32/VS2015/opus.sln | 2 +- .../spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj | 2 +- .../cspot/bell/external/opus/win32/VS2015/opus.vcxproj.filters | 2 +- .../cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj | 2 +- .../bell/external/opus/win32/VS2015/opus_demo.vcxproj.filters | 2 +- .../cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj | 2 +- .../external/opus/win32/VS2015/test_opus_api.vcxproj.filters | 2 +- .../bell/external/opus/win32/VS2015/test_opus_decode.vcxproj | 2 +- .../external/opus/win32/VS2015/test_opus_decode.vcxproj.filters | 2 +- .../bell/external/opus/win32/VS2015/test_opus_encode.vcxproj | 2 +- .../external/opus/win32/VS2015/test_opus_encode.vcxproj.filters | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/components/spotify/cspot/bell/external/alac/convert-utility/ALACconvert.sln b/components/spotify/cspot/bell/external/alac/convert-utility/ALACconvert.sln index 4221168f..d1f1c3f0 100644 --- a/components/spotify/cspot/bell/external/alac/convert-utility/ALACconvert.sln +++ b/components/spotify/cspot/bell/external/alac/convert-utility/ALACconvert.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "alacConvert", "alacConvert.vcproj", "{B9B08911-AF77-447E-A4DD-692AFFA0E346}" diff --git a/components/spotify/cspot/bell/external/mdnssvc/mdnssvc.sln b/components/spotify/cspot/bell/external/mdnssvc/mdnssvc.sln index e623a7f4..b64f33a9 100644 --- a/components/spotify/cspot/bell/external/mdnssvc/mdnssvc.sln +++ b/components/spotify/cspot/bell/external/mdnssvc/mdnssvc.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.3.32901.215 diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/common.props b/components/spotify/cspot/bell/external/opus/win32/VS2015/common.props index f6e920b6..725c0b60 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/common.props +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/common.props @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.sln b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.sln index 7b678e7f..3a603b08 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.sln +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj index 34b1233c..beefe2f2 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj.filters b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj.filters index 8c61d6a0..cd746f6e 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj.filters +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj index f4344e53..1bfa9383 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj.filters b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj.filters index 2eb113ac..6d11541c 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj.filters +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/opus_demo.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj index 7cae131b..f6d5cf39 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj.filters b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj.filters index 383d19f7..122ef383 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj.filters +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_api.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj index df01dca1..3405295c 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj.filters b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj.filters index 3036a4e7..8ac286dc 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj.filters +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_decode.vcxproj.filters @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj index 405efee9..36925926 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj @@ -1,4 +1,4 @@ - + diff --git a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj.filters b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj.filters index 4ed3bb9e..f6a405b7 100644 --- a/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj.filters +++ b/components/spotify/cspot/bell/external/opus/win32/VS2015/test_opus_encode.vcxproj.filters @@ -1,4 +1,4 @@ - +