Skip to content

Commit

Permalink
Fix casing in GxModelViewer csproj for Mono build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBombSquad committed Apr 8, 2023
1 parent 4e6f2f7 commit c3fffa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GxUtils/GxModelViewer/GxModelViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<Compile Include="ModelViewer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ModelViewer.designer.cs">
<Compile Include="ModelViewer.Designer.cs">
<DependentUpon>ModelViewer.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
Expand Down Expand Up @@ -174,4 +174,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

0 comments on commit c3fffa3

Please sign in to comment.