Skip to content

Commit

Permalink
[11400] Add missing file to shared.vc*proj
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirMangos committed Apr 26, 2011
1 parent d4b156b commit dcbdc40
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11399"
#define REVISION_NR "11400"
#endif // __REVISION_NR_H__
2 changes: 2 additions & 0 deletions win/VC100/shared.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@
<ClCompile Include="..\..\src\shared\Auth\AuthCrypt.cpp" />
<ClCompile Include="..\..\src\shared\Auth\BigNumber.cpp" />
<ClCompile Include="..\..\src\shared\Auth\HMACSHA1.cpp" />
<ClCompile Include="..\..\src\shared\Auth\md5.c" />
<ClCompile Include="..\..\src\shared\Auth\SARC4.cpp" />
<ClCompile Include="..\..\src\shared\Auth\Sha1.cpp" />
<ClCompile Include="..\..\src\shared\Common.cpp" />
Expand All @@ -455,6 +456,7 @@
<ClInclude Include="..\..\src\shared\Auth\AuthCrypt.h" />
<ClInclude Include="..\..\src\shared\Auth\BigNumber.h" />
<ClInclude Include="..\..\src\shared\Auth\HMACSHA1.h" />
<ClInclude Include="..\..\src\shared\Auth\md5.h" />
<ClInclude Include="..\..\src\shared\Auth\SARC4.h" />
<ClInclude Include="..\..\src\shared\Auth\Sha1.h" />
<ClInclude Include="..\..\src\shared\ByteBuffer.h" />
Expand Down
6 changes: 6 additions & 0 deletions win/VC100/shared.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<ClCompile Include="..\..\src\shared\Auth\HMACSHA1.cpp">
<Filter>Auth</Filter>
</ClCompile>
<ClCompile Include="..\..\src\shared\Auth\md5.c">
<Filter>Auth</Filter>
</ClCompile>
<ClCompile Include="..\..\src\shared\Auth\SARC4.cpp">
<Filter>Auth</Filter>
</ClCompile>
Expand Down Expand Up @@ -158,6 +161,9 @@
<ClInclude Include="..\..\src\shared\Auth\HMACSHA1.h">
<Filter>Auth</Filter>
</ClInclude>
<ClInclude Include="..\..\src\shared\Auth\md5.h">
<Filter>Auth</Filter>
</ClInclude>
<ClInclude Include="..\..\src\shared\Auth\SARC4.h">
<Filter>Auth</Filter>
</ClInclude>
Expand Down
8 changes: 8 additions & 0 deletions win/VC80/shared.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,14 @@
RelativePath="..\..\src\shared\Auth\HMACSHA1.h"
>
</File>
<File
RelativePath="..\..\src\shared\Auth\md5.c"
>
</File>
<File
RelativePath="..\..\src\shared\Auth\md5.h"
>
</File>
<File
RelativePath="..\..\src\shared\Auth\SARC4.cpp"
>
Expand Down
8 changes: 8 additions & 0 deletions win/VC90/shared.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,14 @@
RelativePath="..\..\src\shared\Auth\HMACSHA1.h"
>
</File>
<File
RelativePath="..\..\src\shared\Auth\md5.c"
>
</File>
<File
RelativePath="..\..\src\shared\Auth\md5.h"
>
</File>
<File
RelativePath="..\..\src\shared\Auth\SARC4.cpp"
>
Expand Down

0 comments on commit dcbdc40

Please sign in to comment.