Skip to content

Commit

Permalink
Fix project file EOF newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Nov 17, 2024
1 parent 6c07ca9 commit 5c8b43f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LocationExport/LocationExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
<PropertyGroup>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion ModelExport/ModelExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
<PropertyGroup>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion SFXExport/SFXExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
<PropertyGroup>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion TRDataControl/TRDataControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
<PropertyGroup>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion TRLevelControl/TRLevelControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
<PropertyGroup>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion TRLevelControlTests/TRLevelControlTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@
<PropertyGroup>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion TextureExport/TextureExport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
<PropertyGroup>
<NoWarn>IDE0130</NoWarn>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 5c8b43f

Please sign in to comment.