Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Nov 26, 2023
1 parent 18ebc6a commit 986c755
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,19 @@

<ItemGroup>
<PackageReference Include="NuGetizer" Version="0.9.1" />
<PackageFile Include="**/*.cs" PackagePath="content\cs\$(TargetFramework)\$(ProjectName)\%(RelativeDir)%(Filename).cs" Exclude="$(BaseIntermediateOutputPath)/**/*.cs" />
<PackageFile Include="**/*.cs" PackagePath="contentFiles\cs\$(TargetFramework)\$(ProjectName)\%(RelativeDir)%(Filename).cs" Exclude="$(BaseIntermediateOutputPath)/**/*.cs" />
<PackageFile Include="../Bannerlord.ModuleManager.Models/*.cs" PackagePath="content\cs\$(TargetFramework)\$(ProjectName)\%(RelativeDir)%(Filename).cs" Exclude="$(BaseIntermediateOutputPath)/**/*.cs" />
<PackageFile Include="../Bannerlord.ModuleManager.Models/*.cs" PackagePath="contentFiles\cs\$(TargetFramework)\$(ProjectName)\%(RelativeDir)%(Filename).cs" Exclude="$(BaseIntermediateOutputPath)/**/*.cs" />
<PackageFile Include="../Bannerlord.ModuleManager/*.cs" PackagePath="content\cs\$(TargetFramework)\$(ProjectName)\%(RelativeDir)%(Filename).cs" Exclude="$(BaseIntermediateOutputPath)/**/*.cs" />
<PackageFile Include="../Bannerlord.ModuleManager/*.cs" PackagePath="contentFiles\cs\$(TargetFramework)\$(ProjectName)\%(RelativeDir)%(Filename).cs" Exclude="$(BaseIntermediateOutputPath)/**/*.cs" />
<PackageFile Include="../Bannerlord.ModuleManager.Source.props" PackagePath="build/Bannerlord.ModuleManager.Source.props" />
<PackageFile Include="../../resources/Butter.png" PackagePath="Butter.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\Bannerlord.ModuleManager.Models\*.cs" />
<Compile Include="..\Bannerlord.ModuleManager\*.cs" />
<Compile Include="../Bannerlord.ModuleManager.Models/*.cs" />
<Compile Include="../Bannerlord.ModuleManager/*.cs" />
</ItemGroup>

</Project>

0 comments on commit 986c755

Please sign in to comment.