This commit is contained in:
mjsoftware 2025-01-15 11:06:57 +08:00
parent 9c69be9b78
commit 1507364758
3 changed files with 4041 additions and 8 deletions

2
.gitignore vendored
View File

@ -33,6 +33,8 @@ bld/
[Ll]og/ [Ll]og/
[Ll]ogs/ [Ll]ogs/
Autosave/
# Visual Studio 2015/2017 cache/options directory # Visual Studio 2015/2017 cache/options directory
.vs/ .vs/
# Uncomment if you have tasks that create the project's static files in wwwroot # Uncomment if you have tasks that create the project's static files in wwwroot

View File

@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.34407.143
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdbTools", "AdbTools\AdbTools.csproj", "{D80557CC-6756-4A53-BE06-2A0B21224607}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdbTools", "AdbTools\AdbTools.csproj", "{D80557CC-6756-4A53-BE06-2A0B21224607}"
EndProject EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "AdbToolsSetup", "AdbToolsSetup\AdbToolsSetup.vdproj", "{6E05D886-DFC3-4654-8DE8-5B0B2AAF5C34}"
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@ -23,12 +21,6 @@ Global
{D80557CC-6756-4A53-BE06-2A0B21224607}.Release|Any CPU.Build.0 = Release|Any CPU {D80557CC-6756-4A53-BE06-2A0B21224607}.Release|Any CPU.Build.0 = Release|Any CPU
{D80557CC-6756-4A53-BE06-2A0B21224607}.Release|x64.ActiveCfg = Release|x64 {D80557CC-6756-4A53-BE06-2A0B21224607}.Release|x64.ActiveCfg = Release|x64
{D80557CC-6756-4A53-BE06-2A0B21224607}.Release|x64.Build.0 = Release|x64 {D80557CC-6756-4A53-BE06-2A0B21224607}.Release|x64.Build.0 = Release|x64
{6E05D886-DFC3-4654-8DE8-5B0B2AAF5C34}.Debug|Any CPU.ActiveCfg = Debug
{6E05D886-DFC3-4654-8DE8-5B0B2AAF5C34}.Debug|x64.ActiveCfg = Debug
{6E05D886-DFC3-4654-8DE8-5B0B2AAF5C34}.Debug|x64.Build.0 = Debug
{6E05D886-DFC3-4654-8DE8-5B0B2AAF5C34}.Release|Any CPU.ActiveCfg = Release
{6E05D886-DFC3-4654-8DE8-5B0B2AAF5C34}.Release|x64.ActiveCfg = Release
{6E05D886-DFC3-4654-8DE8-5B0B2AAF5C34}.Release|x64.Build.0 = Release
EndGlobalSection EndGlobalSection
GlobalSection(SolutionProperties) = preSolution GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE HideSolutionNode = FALSE

4039
AdbToolsSetup.suf Normal file

File diff suppressed because it is too large Load Diff