Skip to content

Commit

Permalink
Add files for building deemon with v143
Browse files Browse the repository at this point in the history
For some reason, I still have to define an SDK version `10.0.17763.0` on my old setup (which is why I'm keeping it in the old v141 and v142 project files), and the github build action was always able to deal with it also. However, the new `v143` one seems to be able to compile without having to manually specify the toolset version, which is nice.
  • Loading branch information
GrieferAtWork committed Jan 22, 2025
1 parent f4499b8 commit 9e32562
Show file tree
Hide file tree
Showing 27 changed files with 14,041 additions and 2,639 deletions.
1,974 changes: 987 additions & 987 deletions .vs/deemon-v141.vcxproj

Large diffs are not rendered by default.

3,290 changes: 1,645 additions & 1,645 deletions .vs/deemon-v141.vcxproj.filters

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .vs/deemon-v142.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
<ClInclude Include="..\src\deemon\method-hints\seq_any.h" />
<ClInclude Include="..\src\deemon\method-hints\seq_first.h" />
<ClInclude Include="..\src\deemon\method-hints\seq_operator_bool.h" />
<ClInclude Include="..\src\deemon\method-hints\seq_operator_enumerate.h" />
<ClInclude Include="..\src\deemon\method-hints\seq_operator_iter.h" />
<ClInclude Include="..\src\deemon\method-hints\seq_operator_iterkeys.h" />
<ClInclude Include="..\src\deemon\method-hints\seq_operator_size.h" />
Expand Down
3 changes: 3 additions & 0 deletions .vs/deemon-v142.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,9 @@
<ClInclude Include="..\src\deemon\method-hints\seq_operator_bool.h">
<Filter>src\method-hints</Filter>
</ClInclude>
<ClInclude Include="..\src\deemon\method-hints\seq_operator_enumerate.h">
<Filter>src\method-hints</Filter>
</ClInclude>
<ClInclude Include="..\src\deemon\method-hints\seq_operator_iter.h">
<Filter>src\method-hints</Filter>
</ClInclude>
Expand Down
834 changes: 834 additions & 0 deletions .vs/deemon-v143.sln

Large diffs are not rendered by default.

997 changes: 997 additions & 0 deletions .vs/deemon-v143.vcxproj

Large diffs are not rendered by default.

Loading

0 comments on commit 9e32562

Please sign in to comment.