diff --git a/silk/fixed/silk_fixed.vcxproj b/silk/fixed/silk_fixed.vcxproj
index 10840bed..6d7bd04b 100644
--- a/silk/fixed/silk_fixed.vcxproj
+++ b/silk/fixed/silk_fixed.vcxproj
@@ -51,7 +51,7 @@
Level3
Disabled
HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
- ../;../../win32;../../libcelt
+ ../;../../win32;../../celt
Windows
@@ -70,7 +70,7 @@
true
true
HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
- ../;../../win32;../../libcelt
+ ../;../../win32;../../celt
Windows
@@ -112,4 +112,4 @@
-
\ No newline at end of file
+
diff --git a/silk/float/silk_float.vcxproj b/silk/float/silk_float.vcxproj
index 8a6c9862..c4a34417 100644
--- a/silk/float/silk_float.vcxproj
+++ b/silk/float/silk_float.vcxproj
@@ -51,7 +51,7 @@
Level3
Disabled
HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
- ../;../fixed;../../win32;../../libcelt
+ ../;../fixed;../../win32;../../celt
Windows
@@ -70,7 +70,7 @@
true
true
HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
- ../;../fixed;../../win32;../../libcelt
+ ../;../fixed;../../win32;../../celt
Windows
@@ -127,4 +127,4 @@
-
\ No newline at end of file
+
diff --git a/silk/silk_common.vcxproj b/silk/silk_common.vcxproj
index bf95ad7a..a6fe9724 100644
--- a/silk/silk_common.vcxproj
+++ b/silk/silk_common.vcxproj
@@ -51,7 +51,7 @@
Level3
Disabled
HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
- fixed;float;../win32;../libcelt
+ fixed;float;../win32;../celt
Windows
@@ -70,7 +70,7 @@
true
true
HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
- fixed;float;../win32;../libcelt
+ fixed;float;../win32;../celt
Windows
@@ -207,4 +207,4 @@
-
\ No newline at end of file
+
diff --git a/src/opus.vcxproj b/src/opus.vcxproj
index c89d5930..28b03c8f 100644
--- a/src/opus.vcxproj
+++ b/src/opus.vcxproj
@@ -46,7 +46,7 @@
HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)
- ../silk;../libcelt;../win32;%(AdditionalIncludeDirectories)
+ ../silk;../celt;../win32;%(AdditionalIncludeDirectories)
MultiThreadedDebugDLL
Level3
ProgramDatabase
@@ -57,13 +57,13 @@
true
Console
$(SolutionDir)$(Configuration);%(AdditionalLibraryDirectories)
- libcelt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
- ../silk;../libcelt;../win32;%(AdditionalIncludeDirectories)
+ ../silk;../celt;../win32;%(AdditionalIncludeDirectories)
MultiThreadedDLL
Level3
ProgramDatabase
@@ -74,7 +74,7 @@
Console
true
true
- libcelt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
+ celt.lib;silk_common.lib;silk_fixed.lib;silk_float.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)
$(SolutionDir)$(Configuration);%(AdditionalLibraryDirectories)
false
@@ -95,4 +95,4 @@
-
\ No newline at end of file
+