Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Sep 19, 2019
1 parent 04e36fc commit 6fdb39c
Show file tree
Hide file tree
Showing 17 changed files with 1,027 additions and 979 deletions.
7 changes: 2 additions & 5 deletions CGSSAssetsDownloader.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="lib\ACBExtractor\ACBExtractor.cpp" />
<ClCompile Include="lib\ACBExtractor\AFSArchive.cpp" />
<ClCompile Include="lib\ACBExtractor\Reader.cpp" />
<ClCompile Include="lib\ACBExtractor\TrackList.cpp" />
<ClCompile Include="lib\ACBExtractor\UTFTable.cpp" />
<ClCompile Include="lib\acb\acb.c" />
<ClCompile Include="lib\aes\aes.c" />
<ClCompile Include="lib\jstype\base64\decode.c" />
<ClCompile Include="lib\jstype\base64\encode.c" />
Expand All @@ -175,6 +171,7 @@
<ClCompile Include="src\lz4.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="lib\acb\acb.h" />
<ClInclude Include="lib\aes\aes.h" />
<ClInclude Include="lib\aes\aes.hpp" />
<ClInclude Include="lib\curl\curl.h" />
Expand Down
21 changes: 6 additions & 15 deletions CGSSAssetsDownloader.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,6 @@
<ClCompile Include="src\lz4.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="lib\ACBExtractor\ACBExtractor.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="lib\ACBExtractor\AFSArchive.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="lib\ACBExtractor\Reader.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="lib\ACBExtractor\TrackList.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="lib\ACBExtractor\UTFTable.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="lib\sqlite3\sqlite3.c">
<Filter>源文件</Filter>
</ClCompile>
Expand Down Expand Up @@ -93,6 +78,9 @@
<ClCompile Include="lib\jstype\Uuid.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="lib\acb\acb.c">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="lib\sha1\sha1.h">
Expand Down Expand Up @@ -200,5 +188,8 @@
<ClInclude Include="lib\jstype\Uuid.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="lib\acb\acb.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
</Project>
111 changes: 0 additions & 111 deletions lib/ACBExtractor/ACBExtractor.cpp

This file was deleted.

67 changes: 0 additions & 67 deletions lib/ACBExtractor/AFSArchive.cpp

This file was deleted.

Loading

0 comments on commit 6fdb39c

Please sign in to comment.