Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Remove Experience Calculator for now; clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed May 3, 2015
1 parent 20d5208 commit b9f4048
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 1,379 deletions.
2 changes: 2 additions & 0 deletions Grabacr07.KanColleViewer/KanColleViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -699,8 +699,10 @@ xcopy /Y "$(TargetDir)KanColleViewer.exe.config" "$(SolutionDir)KanColleViewer-C
xcopy /Y "$(TargetDir)*.dll" "$(SolutionDir)KanColleViewer-Compiled\lib"
xcopy /Y /E /I "$(TargetDir)en" "$(SolutionDir)KanColleViewer-Compiled\lib\en"
xcopy /Y /E /I "$(TargetDir)ko-KR" "$(SolutionDir)KanColleViewer-Compiled\lib\ko-KR"
xcopy /Y /E /I "$(TargetDir)zh-CN" "$(SolutionDir)KanColleViewer-Compiled\lib\zh-CN"
xcopy /Y "$(TargetDir)Plugins\*.dll" "$(SolutionDir)KanColleViewer-Compiled\Plugins"
xcopy /Y /I "$(SolutionDir)resources\Translations\ko-KR\*.xml" "$(SolutionDir)KanColleViewer-Compiled\Translations\ko-KR\"
xcopy /Y /I "$(SolutionDir)resources\Translations\zh-CN\*.xml" "$(SolutionDir)KanColleViewer-Compiled\Translations\zh-CN\"
xcopy /Y /I "$(SolutionDir)resources\Translations\*.xml" "$(SolutionDir)KanColleViewer-Compiled\Translations"
xcopy /Y /E /I "$(SolutionDir)resources\Translations" "$(TargetDir)Translations"
xcopy /Y /E /I "$(SolutionDir)resources\Sounds" "$(SolutionDir)KanColleViewer-Compiled\Sounds"
Expand Down
19 changes: 0 additions & 19 deletions Plugins/ExperienceCalculator/App.config

This file was deleted.

232 changes: 0 additions & 232 deletions Plugins/ExperienceCalculator/CalculatorView.xaml

This file was deleted.

28 changes: 0 additions & 28 deletions Plugins/ExperienceCalculator/CalculatorView.xaml.cs

This file was deleted.

Loading

0 comments on commit b9f4048

Please sign in to comment.