Skip to content

Commit e40030b

Browse files
committed
Update dependencies and add reference to PG.StarWarsGame.Engine.FileSystem project
1 parent 5474043 commit e40030b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/PetroglyphTools/PG.StarWarsGame.Engine/PG.StarWarsGame.Engine.csproj

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@
1717
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1818
<LangVersion>preview</LangVersion>
1919
</PropertyGroup>
20-
<ItemGroup>
21-
<Compile Remove="Database\**" />
22-
<EmbeddedResource Remove="Database\**" />
23-
<None Remove="Database\**" />
24-
</ItemGroup>
2520
<ItemGroup>
2621
<PackageReference Include="AlamoEngineTools.PG.StarWarsGame.Files.MEG" Version="3.0.2" />
2722
<PackageReference Include="AlamoEngineTools.PG.StarWarsGame.Files.MTD" Version="3.0.2" />
2823
<PackageReference Include="AnakinRaW.CommonUtilities.SimplePipeline" Version="13.0.18" />
29-
<PackageReference Include="JetBrains.Annotations" Version="2025.2.4" />
3024
<PackageReference Include="Vanara.PInvoke.Gdi32" Version="5.0.1" />
3125
</ItemGroup>
3226
<ItemGroup>
@@ -35,7 +29,9 @@
3529
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3630
</PackageReference>
3731
</ItemGroup>
32+
3833
<ItemGroup>
34+
<ProjectReference Include="..\PG.StarWarsGame.Engine.FileSystem\PG.StarWarsGame.Engine.FileSystem.csproj" />
3935
<ProjectReference Include="..\PG.StarWarsGame.Files.ALO\PG.StarWarsGame.Files.ALO.csproj" />
4036
<ProjectReference Include="..\PG.StarWarsGame.Files.ChunkFiles\PG.StarWarsGame.Files.ChunkFiles.csproj" />
4137
<ProjectReference Include="..\PG.StarWarsGame.Files.XML\PG.StarWarsGame.Files.XML.csproj" />

0 commit comments

Comments
 (0)