Skip to content

Commit

Permalink
Visual Studio のプロジェクトファイルにファイルを追加 #402
Browse files Browse the repository at this point in the history
  • Loading branch information
zmatsuo committed Dec 23, 2024
1 parent f1d84b7 commit 369bc2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions teraterm/common/common_static.v16.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
<ClCompile Include="dlglib_cpp.cpp" />
<ClCompile Include="dlglib_tmpl.cpp" />
<ClCompile Include="fileread.cpp" />
<ClCompile Include="history_store.cpp" />
<ClCompile Include="i18n.c" />
<ClCompile Include="inifile_com.cpp" />
<ClCompile Include="makeoutputstring.cpp" />
Expand Down Expand Up @@ -176,6 +177,7 @@
<ClInclude Include="ddelib.h" />
<ClInclude Include="dlglib.h" />
<ClInclude Include="fileread.h" />
<ClInclude Include="history_store.h" />
<ClInclude Include="inifile_com.h" />
<ClInclude Include="makeoutputstring.h" />
<ClInclude Include="resize_helper.h" />
Expand Down
2 changes: 2 additions & 0 deletions teraterm/common/common_static.v17.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
<ClCompile Include="dlglib_cpp.cpp" />
<ClCompile Include="dlglib_tmpl.cpp" />
<ClCompile Include="fileread.cpp" />
<ClCompile Include="history_store.cpp" />
<ClCompile Include="i18n.c" />
<ClCompile Include="inifile_com.cpp" />
<ClCompile Include="makeoutputstring.cpp" />
Expand Down Expand Up @@ -176,6 +177,7 @@
<ClInclude Include="ddelib.h" />
<ClInclude Include="dlglib.h" />
<ClInclude Include="fileread.h" />
<ClInclude Include="history_store.h" />
<ClInclude Include="inifile_com.h" />
<ClInclude Include="makeoutputstring.h" />
<ClInclude Include="resize_helper.h" />
Expand Down

0 comments on commit 369bc2a

Please sign in to comment.