Skip to content

Commit d79a316

Browse files
committed
v1.5.2
1 parent 3f941ae commit d79a316

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

JunkBox_Win_Lib_2022.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,6 @@
248248
<ItemGroup>
249249
<None Include="res\LogWndToolbar.bmp" />
250250
</ItemGroup>
251-
<ItemGroup>
252-
<ResourceCompile Include="WinLib.rc" />
253-
</ItemGroup>
254251
<ItemGroup>
255252
<ClInclude Include="DLGBoxLib\DLGBoxBase.h" />
256253
<ClInclude Include="MFCBaseLib\DxBaseClass.h" />
@@ -316,6 +313,9 @@
316313
<ClInclude Include="WinBaseLib\WinSMTool.h" />
317314
<ClInclude Include="WinBaseLib\WinTools.h" />
318315
</ItemGroup>
316+
<ItemGroup>
317+
<ResourceCompile Include="res\WinLib.rc" />
318+
</ItemGroup>
319319
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
320320
<ImportGroup Label="ExtensionTargets">
321321
</ImportGroup>

JunkBox_Win_Lib_2022.vcxproj.filters

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,6 @@
216216
<Filter>リソース ファイル</Filter>
217217
</None>
218218
</ItemGroup>
219-
<ItemGroup>
220-
<ResourceCompile Include="WinLib.rc">
221-
<Filter>リソース ファイル</Filter>
222-
</ResourceCompile>
223-
</ItemGroup>
224219
<ItemGroup>
225220
<ClInclude Include="resource.h">
226221
<Filter>ヘッダー ファイル</Filter>
@@ -412,4 +407,9 @@
412407
<Filter>ヘッダー ファイル\WinBaseLib</Filter>
413408
</ClInclude>
414409
</ItemGroup>
410+
<ItemGroup>
411+
<ResourceCompile Include="res\WinLib.rc">
412+
<Filter>リソース ファイル</Filter>
413+
</ResourceCompile>
414+
</ItemGroup>
415415
</Project>

Version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.1
1+
1.5.2

doxygen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "JunkBox_Win_Lib"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 1.4.3
35+
PROJECT_NUMBER = 1.5.2
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer
File renamed without changes.

0 commit comments

Comments
 (0)