Skip to content

Commit

Permalink
Merge pull request #1315 from kreghek/task/npl
Browse files Browse the repository at this point in the history
Task/npl
  • Loading branch information
kreghek authored Sep 29, 2022
2 parents 510c290 + b24daa4 commit 3edc773
Show file tree
Hide file tree
Showing 217 changed files with 154 additions and 2,250 deletions.
15 changes: 15 additions & 0 deletions Zilon.Core/CDT.LAST.GameContent/CDT.LAST.GameContent.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.1.303">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
</ItemGroup>
</Project>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<PackageReference Include="Microsoft.Data.Sqlite" Version="6.0.9" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
<PackageReference Condition="'$(SONAR_TOKEN)' == ''" Include="Nopipeline.Task" Version="2.2.0" />
<PackageReference Condition="'$(SONAR_TOKEN)' == ''" Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
</ItemGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions Zilon.Core/CDT.LAST.MonoGameClient/Content/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/Content.mgcb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 3edc773

Please sign in to comment.