Skip to content

Commit

Permalink
fix: explicitly depend JotunnLib on JotunnBuildTask
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jan 19, 2025
1 parent c013836 commit b7425de
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions JotunnLib/JotunnLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<AssemblyName>Jotunn</AssemblyName>
<RootNamespace>Jotunn</RootNamespace>
<AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
<GenerateResourceNeverLockTypeAssemblies>true</GenerateResourceNeverLockTypeAssemblies>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Unity\Assets\Plugins\**" />
Expand Down Expand Up @@ -66,9 +67,6 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<PropertyGroup>
<GenerateResourceNeverLockTypeAssemblies>true</GenerateResourceNeverLockTypeAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -78,7 +76,11 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>


<ItemGroup>
<ProjectReference Include="..\JotunnBuildTask\JotunnBuildTask.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(OS)' == 'Windows_NT'">
<StartAction>Program</StartAction>
<StartProgram>$(VALHEIM_INSTALL)\valheim.exe</StartProgram>
Expand Down

0 comments on commit b7425de

Please sign in to comment.