- Added base blowfish algorithm

diff --git a/visualc/VS2010/PolarSSL.vcxproj b/visualc/VS2010/PolarSSL.vcxproj
index c40b6ba..1d8f11a 100644
--- a/visualc/VS2010/PolarSSL.vcxproj
+++ b/visualc/VS2010/PolarSSL.vcxproj
@@ -149,6 +149,7 @@
     <ClInclude Include="..\..\include\polarssl\asn1.h" />

     <ClInclude Include="..\..\include\polarssl\base64.h" />

     <ClInclude Include="..\..\include\polarssl\bignum.h" />

+    <ClInclude Include="..\..\include\polarssl\blowfish.h" />

     <ClInclude Include="..\..\include\polarssl\bn_mul.h" />

     <ClInclude Include="..\..\include\polarssl\camellia.h" />

     <ClInclude Include="..\..\include\polarssl\certs.h" />

@@ -189,6 +190,7 @@
     <ClCompile Include="..\..\library\asn1parse.c" />

     <ClCompile Include="..\..\library\base64.c" />

     <ClCompile Include="..\..\library\bignum.c" />

+    <ClCompile Include="..\..\library\blowfish.c" />

     <ClCompile Include="..\..\library\camellia.c" />

     <ClCompile Include="..\..\library\certs.c" />

     <ClCompile Include="..\..\library\cipher.c" />