Skip to content

Commit

Permalink
版本号和鸣谢名单更新
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Oct 5, 2022
1 parent 9b2c8ff commit e0296c6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Binary file modified TrafficMonitor/TrafficMonitor.rc
Binary file not shown.
11 changes: 8 additions & 3 deletions TrafficMonitor/TrafficMonitor.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,19 @@
<Filter Include="源文件和头文件\公共的类\WindowsSettingHelper">
<UniqueIdentifier>{46dd548a-c66e-4a37-8767-6f9767125287}</UniqueIdentifier>
</Filter>
<Filter Include="源文件和头文件\公共的类\DllFunctions">
<UniqueIdentifier>{a106d99c-80bb-4625-a64e-9d1ea24cad7c}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<Text Include="ReadMe.txt" />
<Text Include="res\Acknowledgement.txt">
<Filter>资源文件</Filter>
</Text>
<Text Include="res\Acknowledgement_en.txt" />
<Text Include="compile_time.txt" />
<Text Include="res\Acknowledgement_en.txt">
<Filter>资源文件</Filter>
</Text>
</ItemGroup>
<ItemGroup>
<ClInclude Include="targetver.h">
Expand Down Expand Up @@ -411,7 +416,7 @@
<Filter>源文件和头文件\公共的类\WindowsSettingHelper</Filter>
</ClInclude>
<ClInclude Include="DllFunctions.h">
<Filter>源文件和头文件\头文件</Filter>
<Filter>源文件和头文件\公共的类\DllFunctions</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -611,7 +616,7 @@
<Filter>源文件和头文件\公共的类\WindowsSettingHelper</Filter>
</ClCompile>
<ClCompile Include="DllFunctions.cpp">
<Filter>源文件和头文件</Filter>
<Filter>源文件和头文件\公共的类\DllFunctions</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
Expand Down
Binary file modified TrafficMonitor/res/Acknowledgement.txt
Binary file not shown.
Binary file modified TrafficMonitor/res/Acknowledgement_en.txt
Binary file not shown.
2 changes: 1 addition & 1 deletion TrafficMonitor/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ using std::ofstream;

#define APP_NAME _T("TrafficMonitor")
#define APP_CLASS_NAME _T("TrafficMonitor_r7XZaS4p") //程序主窗口的类名
#define VERSION L"1.83"
#define VERSION L"1.84"

#define MAX_NOTIFY_ICON 6 //可选的通知区图标数量

Expand Down

0 comments on commit e0296c6

Please sign in to comment.