diff --git a/projects/core/core.vcxproj b/projects/core/core.vcxproj
index e090b1ab2..d2649ed9a 100644
--- a/projects/core/core.vcxproj
+++ b/projects/core/core.vcxproj
@@ -44,7 +44,7 @@
$(SolutionDir)bin\$(Configuration)\
- $(SolutionDir)tmp\$(Configuration)\
+ $(SolutionDir)tmp\$(Configuration)\$(ProjectName)\
diff --git a/projects/engine/engine.vcxproj b/projects/engine/engine.vcxproj
index 7293626ac..74d15e235 100644
--- a/projects/engine/engine.vcxproj
+++ b/projects/engine/engine.vcxproj
@@ -40,7 +40,7 @@
$(SolutionDir)bin\$(Configuration)\
- $(SolutionDir)tmp\$(Configuration)\
+ $(SolutionDir)tmp\$(Configuration)\$(ProjectName)\
.dll
@@ -78,7 +78,7 @@
true
true
..\..\external\physx\include;..\..\src;..\..\external\sdl\include;..\..\external\horde3d\include;%(AdditionalIncludeDirectories)
- WIN32;BUILDING_ENGINE;NDEBUG;%(PreprocessorDefinitions)
+ WIN32;BUILDING_ENGINE;%(PreprocessorDefinitions)
true
diff --git a/projects/navigation/navigation.vcxproj b/projects/navigation/navigation.vcxproj
index fd17c8567..f0cec666e 100644
--- a/projects/navigation/navigation.vcxproj
+++ b/projects/navigation/navigation.vcxproj
@@ -22,11 +22,11 @@
NotSet
- Application
+ DynamicLibrary
false
v110
true
- MultiByte
+ NotSet
@@ -43,6 +43,11 @@
$(SolutionDir)bin\$(Configuration)\
.dll
+
+ $(SolutionDir)tmp\$(Configuration)\$(ProjectName)\
+ $(SolutionDir)bin\$(Configuration)\
+ .dll
+
Level3
@@ -72,12 +77,20 @@
MaxSpeed
true
true
- true
+
+
+ WIN32;BUILDING_NAVIGATION;_MBCS;%(PreprocessorDefinitions)
+ ..\..\src;%(AdditionalIncludeDirectories)
+ true
true
true
true
+ ..\..\bin\$(Configuration)\;%(AdditionalLibraryDirectories)
+ false
+ libcmt.lib
+ core.lib;engine.lib;opengl32.lib;%(AdditionalDependencies)
diff --git a/projects/physics/physics.vcxproj b/projects/physics/physics.vcxproj
index 221538b1b..73dfe7bed 100644
--- a/projects/physics/physics.vcxproj
+++ b/projects/physics/physics.vcxproj
@@ -22,11 +22,11 @@
NotSet
- Application
+ DynamicLibrary
false
v110
true
- MultiByte
+ NotSet
@@ -42,6 +42,11 @@
$(SolutionDir)tmp\$(Configuration)\$(ProjectName)\
$(SolutionDir)bin\$(Configuration)\
+
+ $(SolutionDir)tmp\$(Configuration)\$(ProjectName)\
+ $(SolutionDir)bin\$(Configuration)\
+ .dll
+
Level3
@@ -71,12 +76,20 @@
MaxSpeed
true
true
- true
+
+
+ BUILDING_PHYSICS;NDEBUG;%(PreprocessorDefinitions)
+ ..\..\src;..\..\external\physx\include;%(AdditionalIncludeDirectories)
+ true
true
true
true
+ ..\..\bin\$(Configuration)\;..\..\external\physx\lib\;%(AdditionalLibraryDirectories)
+ core.lib;engine.lib;%(AdditionalDependencies)
+ false
+ libcmt.lib
diff --git a/projects/platform/platform.vcxproj b/projects/platform/platform.vcxproj
index bbbee1b91..78db21214 100644
--- a/projects/platform/platform.vcxproj
+++ b/projects/platform/platform.vcxproj
@@ -45,7 +45,7 @@
$(SolutionDir)bin\$(Configuration)\
- $(SolutionDir)tmp\$(Configuration)\
+ $(SolutionDir)tmp\$(Configuration)\$(ProjectName)\
.dll