Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Grille committed May 13, 2024
1 parent 0dfbbbd commit 85ececc
Show file tree
Hide file tree
Showing 61 changed files with 6 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GGL.BinaryView" Version="2.4.2" />
<PackageReference Include="Grille.IO.BinaryView" Version="3.0.0" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System.Text;
using GGL.IO;
using Grille.IO;
using Grille.BeamNG.IO.Binary;

namespace Grille.BeamNG.IO;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Grille.BeamNGLib\Grille.BeamNgLib.csproj" />
<ProjectReference Include="..\Grille.BeamNG.Lib\Grille.BeamNG.Lib.csproj" />
</ItemGroup>

</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions LevelTemplateCreator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grille.BeamNgLib", "Grille.BeamNGLib\Grille.BeamNgLib.csproj", "{71707660-F679-4412-AC29-0358B3D29738}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grille.BeamNG.Lib", "Grille.BeamNG.Lib\Grille.BeamNG.Lib.csproj", "{71707660-F679-4412-AC29-0358B3D29738}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grille.BeamNgLib_Tests", "Grille.BeamNGLib_Tests\Grille.BeamNgLib_Tests.csproj", "{5435185E-3DDF-4D35-BF74-E79A8ECD649C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grille.BeamNG.Lib_Tests", "Grille.BeamNG.Lib_Tests\Grille.BeamNG.Lib_Tests.csproj", "{5435185E-3DDF-4D35-BF74-E79A8ECD649C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion LevelTemplateCreator/LevelTemplateCreator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Grille.BeamNGLib\Grille.BeamNgLib.csproj" />
<ProjectReference Include="..\Grille.BeamNG.Lib\Grille.BeamNG.Lib.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 85ececc

Please sign in to comment.