Skip to content

Commit eca4d15

Browse files
jdolanCopilot
andcommitted
Fix Windows CI: import build_settings.props in shadercross project
The shadercross vcxproj was missing the build_settings.props import, so MSBuild defaulted to PlatformToolset=v100 (VS 2010) which is not available on the GitHub Actions windows-latest runner. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1777a88 commit eca4d15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ObjectivelyGPU.vs15/ObjectivelyGPU-shadercross.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<RootNamespace>ObjectivelyGPU-shadercross</RootNamespace>
2525
</PropertyGroup>
2626

27+
<Import Project="build_settings.props" />
2728
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2829
<PropertyGroup>
2930
<ConfigurationType>Utility</ConfigurationType>

0 commit comments

Comments
 (0)