Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
update icon and shutdown this project
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc12345 committed Feb 13, 2018
1 parent 5fbd6d9 commit 624f5bb
Show file tree
Hide file tree
Showing 101 changed files with 335 additions and 4,836 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# Build results
[Dd]ebug/
[Rr]elease/
[Dd]ebugPublic/
x64/
x86/
Expand Down Expand Up @@ -207,4 +208,5 @@ FakesAssemblies/
GeneratedArtifacts/
_Pvt_Extensions/
ModelManifest.xml
/ScoreManager/bin/Release

ScoreManager/
Binary file added ICSharpCode.SharpZipLib.dll
Binary file not shown.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ballance_tools

## Summary

This is a archived project. It's still working but don't have full function which is written in the plan previously.
Release page have a stable binary zip.

## Build info

First, ensure every dependence is correct. Needed dependence has contained in this project.

* ICSharpCode.SharpZipLib.dll
* ScoreManager

ScoreManager is a private lib. We only provider it's binary file.

Next, copy folder called **system_nmo**, which is located in root folder, into ballance_tools's release folder. It is worthwhile to do it for app's correct work.
At last, build ballance_tools and ballance_tools_deploy in Visual Studio.

Building this project is a hardship. Don't try as much as you can.
Binary file added ScoreManager.dll
Binary file not shown.
31 changes: 5 additions & 26 deletions ballance_tools.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
# Visual Studio 15
VisualStudioVersion = 15.0.26730.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ballance_tools", "ballance_tools\ballance_tools.vbproj", "{ADA71F5E-E25A-48EB-8134-F81B0A7633FC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScoreManager", "ScoreManager\ScoreManager.csproj", "{ADCF8321-9CBA-4DE6-9525-A36DE0B7DF88}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ballance_tools_deploy", "ballance_tools_deploy\ballance_tools_deploy.vbproj", "{F2F33938-3AD4-433A-8775-B11EFC8CC476}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ballance_tools_monitor", "ballance_tools_monitor\ballance_tools_monitor.vbproj", "{E0DBD9B2-B271-40BA-BC16-443FF9D22975}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ballance_tools_web", "ballance_tools_web\ballance_tools_web.vbproj", "{C8D10BE3-B863-42C6-BDF0-8F50994EB10C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ballance_tools_hook", "ballance_tools_hook\ballance_tools_hook.csproj", "{9CA3FE1F-C12F-45BF-BF8B-E915370D8604}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ballance_tools_web_service", "ballance_tools_web_service\ballance_tools_web_service.vbproj", "{1EF15C0E-882F-4EEF-B639-26637B42F294}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -35,24 +27,11 @@ Global
{F2F33938-3AD4-433A-8775-B11EFC8CC476}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2F33938-3AD4-433A-8775-B11EFC8CC476}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2F33938-3AD4-433A-8775-B11EFC8CC476}.Release|Any CPU.Build.0 = Release|Any CPU
{E0DBD9B2-B271-40BA-BC16-443FF9D22975}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0DBD9B2-B271-40BA-BC16-443FF9D22975}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0DBD9B2-B271-40BA-BC16-443FF9D22975}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0DBD9B2-B271-40BA-BC16-443FF9D22975}.Release|Any CPU.Build.0 = Release|Any CPU
{C8D10BE3-B863-42C6-BDF0-8F50994EB10C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8D10BE3-B863-42C6-BDF0-8F50994EB10C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8D10BE3-B863-42C6-BDF0-8F50994EB10C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8D10BE3-B863-42C6-BDF0-8F50994EB10C}.Release|Any CPU.Build.0 = Release|Any CPU
{9CA3FE1F-C12F-45BF-BF8B-E915370D8604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CA3FE1F-C12F-45BF-BF8B-E915370D8604}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CA3FE1F-C12F-45BF-BF8B-E915370D8604}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CA3FE1F-C12F-45BF-BF8B-E915370D8604}.Release|Any CPU.Build.0 = Release|Any CPU
{1EF15C0E-882F-4EEF-B639-26637B42F294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EF15C0E-882F-4EEF-B639-26637B42F294}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EF15C0E-882F-4EEF-B639-26637B42F294}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EF15C0E-882F-4EEF-B639-26637B42F294}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20BCCE24-4423-46E2-BB91-72854DE40A5D}
EndGlobalSection
EndGlobal
6 changes: 1 addition & 5 deletions ballance_tools/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1430,16 +1430,12 @@

<StackPanel Orientation="Vertical" Grid.Column="1" Grid.Row="1" VerticalAlignment="Center">

<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="百度Ballance吧保留所有权利 (C) 2012-2016"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="BearKidsTeam (C) 2018"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="Ballance工具箱"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text=""/>

<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ballance_tools.exe 语言:Vb.net Ballance工具箱主程序 Version 4.0.0.0"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ballance_tools_deploy.exe 语言:Vb.net Ballance工具箱部署器 Version 1.0.0.0"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ballance_tools_monitor.exe 语言:Vb.net Ballance记录检测器 Version 1.0.0.0"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ballance_tools_web.exe 语言:Vb.net Ballance联机对战 Version 1.0.0.0"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ballance_tools_web_service.exe 语言:Vb.net Ballance联机对战服务器端 Version 1.0.0.0"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ballance_tools_hook.dll 语言:Vb.net 键盘钩子库 Version 1.0.0.0"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ScoreManager.dll 语言:C# Ballance工具箱连接ScoreManager库 Version 1.0.0.0"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text="ICSharpCode.SharpZipLib.dll 语言:C# 压缩文件压缩/解压缩库 Version 0.86.0.518"/>
<TextBlock Foreground="White" FontSize="15" TextAlignment="Center" Text=""/>
Expand Down
12 changes: 7 additions & 5 deletions ballance_tools/ballance_tools.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>F:\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="ScoreManager">
<HintPath>..\ScoreManager\bin\Release\ScoreManager.dll</HintPath>
<HintPath>..\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
Expand Down Expand Up @@ -93,7 +90,6 @@
<Compile Include="systems.vb" />
<Compile Include="ui_depend.vb" />
<Compile Include="ui_use.vb" />
<Compile Include="web_socket.vb" />
<Compile Include="window\window_communication.vb" />
<Compile Include="window\Window_dialogs.xaml.vb">
<DependentUpon>Window_dialogs.xaml</DependentUpon>
Expand Down Expand Up @@ -226,5 +222,11 @@
<ItemGroup>
<Resource Include="photo\time.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ScoreManager\ScoreManager.csproj">
<Project>{adcf8321-9cba-4de6-9525-a36de0b7df88}</Project>
<Name>ScoreManager</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>
Binary file modified ballance_tools/bin/Release/ScoreManager.dll
Binary file not shown.
Binary file modified ballance_tools/bin/Release/ballance_tools.exe
Binary file not shown.
Loading

0 comments on commit 624f5bb

Please sign in to comment.