Skip to content

Commit 5b0a3b3

Browse files
fix: add MaterialSlotController.cs to UWP project Compile items
The legacy UWP .csproj uses explicit <Compile> entries rather than a glob. MaterialSlotController.cs was added in the MaterialSlots commit but was not included in the list, causing CS0246 on CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c3e5ca4 commit 5b0a3b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Combobulate/Combobulate.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
<Compile Include="CombobulateSceneVisual.cs" />
130130
<Compile Include="GlobalUsings.cs" />
131131
<Compile Include="MaterialMode.cs" />
132+
<Compile Include="MaterialSlotController.cs" />
132133
<Compile Include="Caching\MaterialResolver.cs" />
133134
<Compile Include="Caching\ObjCache.cs" />
134135
<Compile Include="Caching\ObjGeometry.cs" />

0 commit comments

Comments
 (0)