Skip to content

Commit

Permalink
add more misc files to vs solution so that I can open them in 10x
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed May 22, 2024
1 parent a5c21d5 commit a5423dc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions premake5.files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,9 @@ function sumatrapdf_files()
"scratch.txt",
"../docs/*.txt",
"../docs/md/*.md",
"../premake5.lua",
"../premake5.files.lua",
"../.gitignore",
})
filter {"configurations:Debug or DebugFull"}
files_in_dir("src", {
Expand Down
3 changes: 3 additions & 0 deletions vs2022/SumatraPDF-dll.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,7 @@
<ClCompile Include="..\src\wingui\WinGui.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\.gitignore" />
<None Include="..\docs\md\Accessibility-and-Text-to-Speech.md" />
<None Include="..\docs\md\Add-Favorite.md" />
<None Include="..\docs\md\Advanced-options-settings.md" />
Expand Down Expand Up @@ -1418,6 +1419,8 @@
<None Include="..\docs\notes.txt" />
<None Include="..\docs\releasenotes.txt" />
<None Include="..\docs\wishlist.txt" />
<None Include="..\premake5.files.lua" />
<None Include="..\premake5.lua" />
<None Include="..\src\ext\versions.txt" />
<None Include="..\src\scratch.txt" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions vs2022/SumatraPDF-dll.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\.gitignore" />
<None Include="..\docs\md\Accessibility-and-Text-to-Speech.md">
<Filter>docs\md</Filter>
</None>
Expand Down Expand Up @@ -673,6 +674,8 @@
<None Include="..\docs\wishlist.txt">
<Filter>docs</Filter>
</None>
<None Include="..\premake5.files.lua" />
<None Include="..\premake5.lua" />
<None Include="..\src\ext\versions.txt">
<Filter>src\ext</Filter>
</None>
Expand Down
3 changes: 3 additions & 0 deletions vs2022/SumatraPDF.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,7 @@
<ClCompile Include="..\src\wingui\WinGui.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\.gitignore" />
<None Include="..\docs\md\Accessibility-and-Text-to-Speech.md" />
<None Include="..\docs\md\Add-Favorite.md" />
<None Include="..\docs\md\Advanced-options-settings.md" />
Expand Down Expand Up @@ -1369,6 +1370,8 @@
<None Include="..\docs\notes.txt" />
<None Include="..\docs\releasenotes.txt" />
<None Include="..\docs\wishlist.txt" />
<None Include="..\premake5.files.lua" />
<None Include="..\premake5.lua" />
<None Include="..\src\ext\versions.txt" />
<None Include="..\src\scratch.txt" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions vs2022/SumatraPDF.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\.gitignore" />
<None Include="..\docs\md\Accessibility-and-Text-to-Speech.md">
<Filter>docs\md</Filter>
</None>
Expand Down Expand Up @@ -670,6 +671,8 @@
<None Include="..\docs\wishlist.txt">
<Filter>docs</Filter>
</None>
<None Include="..\premake5.files.lua" />
<None Include="..\premake5.lua" />
<None Include="..\src\ext\versions.txt">
<Filter>src\ext</Filter>
</None>
Expand Down

0 comments on commit a5423dc

Please sign in to comment.