diff --git a/SRB2_Release.props b/SRB2_Release.props
index 720c3969e..a216ea45a 100644
--- a/SRB2_Release.props
+++ b/SRB2_Release.props
@@ -3,8 +3,6 @@
- AllRules.ruleset
- true
false
diff --git a/SRB2_common.props b/SRB2_common.props
index d8bbf5ab2..2fb2eb8c6 100644
--- a/SRB2_common.props
+++ b/SRB2_common.props
@@ -3,7 +3,6 @@
- MixedMinimumRules.ruleset
$(SolutionDir)bin\VC10\$(Platform)\$(Configuration)\
$(SolutionDir)objs\VC10\$(Platform)\$(Configuration)\$(ProjectName)\
@@ -25,5 +24,23 @@
true
+
+
+ USEASM;%(PreprocessorDefinitions)
+
+
+ false
+
+
+ nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"
+ Compiling %(Filename).nas with NASM...
+ $(IntDir)%(Filename).obj;%(Outputs)
+
+
+
+
+ false
+
+
\ No newline at end of file
diff --git a/SRB2_x86.props b/SRB2_x86.props
deleted file mode 100644
index 0ba9d6078..000000000
--- a/SRB2_x86.props
+++ /dev/null
@@ -1,15 +0,0 @@
-
-
-
-
-
-
-
- USEASM;%(PreprocessorDefinitions)
-
-
- false
-
-
-
-
\ No newline at end of file
diff --git a/libs/FMOD_common.props b/libs/FMOD.props
similarity index 52%
rename from libs/FMOD_common.props
rename to libs/FMOD.props
index 1522adfdc..785f11ce1 100644
--- a/libs/FMOD_common.props
+++ b/libs/FMOD.props
@@ -7,5 +7,15 @@
$(SolutionDir)libs\fmodex\lib;$(LibraryPath)
+
+
+ fmodexL64_vc.lib;%(AdditionalDependencies)
+
+
+
+
+ fmodexL_vc.lib;%(AdditionalDependencies)
+
+
\ No newline at end of file
diff --git a/libs/FMOD_x64.props b/libs/FMOD_x64.props
deleted file mode 100644
index 80d00d211..000000000
--- a/libs/FMOD_x64.props
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
- fmodexL64_vc.lib;%(AdditionalDependencies)
-
-
-
-
\ No newline at end of file
diff --git a/libs/FMOD_x86.props b/libs/FMOD_x86.props
deleted file mode 100644
index 39e46be4d..000000000
--- a/libs/FMOD_x86.props
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
- fmodexL_vc.lib;%(AdditionalDependencies)
-
-
-
-
\ No newline at end of file
diff --git a/libs/SDL2_common.props b/libs/SDL2.props
similarity index 100%
rename from libs/SDL2_common.props
rename to libs/SDL2.props
diff --git a/libs/SDL_mixer_common.props b/libs/SDL_mixer.props
similarity index 100%
rename from libs/SDL_mixer_common.props
rename to libs/SDL_mixer.props
diff --git a/libs/libpng_common.props b/libs/libpng.props
similarity index 100%
rename from libs/libpng_common.props
rename to libs/libpng.props
diff --git a/libs/zlib_common.props b/libs/zlib.props
similarity index 100%
rename from libs/zlib_common.props
rename to libs/zlib.props
diff --git a/src/sdl/Srb2SDL-vc10.vcxproj b/src/sdl/Srb2SDL-vc10.vcxproj
index 452b47ed1..d12a7efbf 100644
--- a/src/sdl/Srb2SDL-vc10.vcxproj
+++ b/src/sdl/Srb2SDL-vc10.vcxproj
@@ -50,21 +50,19 @@
-
-
-
-
-
+
+
+
+
+
-
-
@@ -222,31 +220,16 @@
Document
- nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"
- Compiling %(Filename).nas with NASM...
- $(IntDir)%(Filename).obj;%(Outputs)
- true
- true
Document
- nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"
- Compiling %(Filename).nas with NASM...
- $(IntDir)%(Filename).obj;%(Outputs)
- true
- true
Document
- nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"
- Compiling %(Filename).nas with NASM...
- $(IntDir)%(Filename).obj;%(Outputs)
- true
- true
diff --git a/src/sdl/SRB2SDL_common.props b/src/sdl/Srb2SDL.props
similarity index 100%
rename from src/sdl/SRB2SDL_common.props
rename to src/sdl/Srb2SDL.props
diff --git a/src/win32/Srb2win-vc10.vcxproj b/src/win32/Srb2win-vc10.vcxproj
index c57c305a4..1e9d8241e 100644
--- a/src/win32/Srb2win-vc10.vcxproj
+++ b/src/win32/Srb2win-vc10.vcxproj
@@ -49,32 +49,26 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
-
@@ -377,27 +371,12 @@
Document
- nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"
- Compiling %(Filename).nas with NASM...
- $(IntDir)%(Filename).obj;%(Outputs)
- true
- true
Document
- nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"
- Compiling %(Filename).nas with NASM...
- $(IntDir)%(Filename).obj;%(Outputs)
- true
- true
Document
- nasm -g -o $(IntDir)%(Filename).obj -f win32 "%(FullPath)"
- Compiling %(Filename).nas with NASM...
- $(IntDir)%(Filename).obj;%(Outputs)
- true
- true
diff --git a/src/win32/SRB2Win_common.props b/src/win32/Srb2win.props
similarity index 100%
rename from src/win32/SRB2Win_common.props
rename to src/win32/Srb2win.props