Skip to content

Commit 1108a6a

Browse files
committed
RELEASE upload
上传了编译好的release
1 parent 7c39eba commit 1108a6a

32 files changed

+13
-5
lines changed

.vs/AutoIntoChannel/v16/.suo

19.5 KB
Binary file not shown.
35.5 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.

AutoIntoChannel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ HWND FindTeamSpeakWindow(){
127127

128128
// Get the window name of the window
129129
GetWindowTextW(hwnd, windowName, sizeof(windowName)/2);
130-
printf("%ws\n", windowName);
130+
//printf("%ws\n", windowName);
131131

132132
// Check if the window name contains "TeamSpeak"
133133
if (wcsstr(windowName, L"TeamSpeak") != NULL)

AutoIntoChannel.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
</ItemDefinitionGroup>
153153
<ItemGroup>
154154
<ClCompile Include="AutoIntoChannel.cpp" />
155-
<ClCompile Include="AutoIntoChannel_ZSX.cpp" />
156155
</ItemGroup>
157156
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
158157
<ImportGroup Label="ExtensionTargets">

AutoIntoChannel.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@
1818
<ClCompile Include="AutoIntoChannel.cpp">
1919
<Filter>源文件</Filter>
2020
</ClCompile>
21-
<ClCompile Include="AutoIntoChannel_ZSX.cpp">
22-
<Filter>源文件</Filter>
23-
</ClCompile>
2421
</ItemGroup>
2522
</Project>

x64/Debug/AutoIntoChannel.ilk

567 KB
Binary file not shown.

x64/Debug/AutoIntoChannel.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
 AutoIntoChannel.cpp
2+
AutoIntoChannel.vcxproj -> F:\documents\旧工程\AutoIntoChannel\AutoIntoChannel\Automatic connection TS3 自动连接\x64\Debug\AutoIntoChannel.exe

x64/Debug/AutoIntoChannel.pdb

572 KB
Binary file not shown.

0 commit comments

Comments
 (0)