generated from Digitalroot-Valheim/Digitalroot.Valheim.ModRepoTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b98cce2
commit 9ecf68c
Showing
96 changed files
with
245 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-215 KB
src/Digitalroot.Valheim.Common.ModReferences/lib/Jotunn-publicized.dll
Binary file not shown.
Binary file not shown.
96 changes: 0 additions & 96 deletions
96
src/Digitalroot.Valheim.Common.References/Digitalroot.Valheim.Common.References.csproj
This file was deleted.
Oops, something went wrong.
18 changes: 9 additions & 9 deletions
18
...lroot.Valheim.Common.ModReferences.csproj → ...alroot.Valheim.References.EpicLoot.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@echo off | ||
SET DOTNET_SKIP_FIRST_TIME_EXPERIENCE = true | ||
SET DOTNET_CLI_TELEMETRY_OPTOUT = true | ||
|
||
echo == Installing BepInEx.AssemblyPublicizer.Cli == | ||
dotnet tool update -g BepInEx.AssemblyPublicizer.Cli | ||
|
||
SETLOCAL | ||
|
||
SET ValheimInstallPath="C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\plugins\EpicLoot" | ||
echo ValheimInstallPath=%ValheimInstallPath% | ||
SET PublicizePath=".\lib" | ||
echo PublicizePath=%PublicizePath% | ||
SET OPTIONS=--strip | ||
echo OPTIONS=%OPTIONS% | ||
|
||
echo == Publicizing EpicLoot.dll == | ||
call assembly-publicizer "%ValheimInstallPath:"=%\EpicLoot.dll" %OPTIONS% -o %PublicizePath% | ||
|
||
ENDLOCAL | ||
|
||
EXIT |
File renamed without changes.
Binary file renamed
BIN
+74.5 MB
...ModReferences/lib/EpicLoot-publicized.dll → ...nces.EpicLoot/lib/EpicLoot-publicized.dll
Binary file not shown.
60 changes: 60 additions & 0 deletions
60
src/Digitalroot.Valheim.References.JvL/Digitalroot.Valheim.References.JvL.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<Project Sdk="Microsoft.Build.NoTargets/1.0.26"> | ||
|
||
<PropertyGroup> | ||
<AssemblyName>Digitalroot.Valheim.References.JvL</AssemblyName> | ||
<TargetFrameworks>net462</TargetFrameworks> | ||
<LangVersion>10</LangVersion> | ||
<PackageId>Digitalroot.Valheim.References.JvL</PackageId> | ||
<RootNamespace>Digitalroot.Valheim.References.JvL</RootNamespace> | ||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression> | ||
<Copyright>Copyright © Digitalroot Technologies 2021 - 2023</Copyright> | ||
<PackageProjectUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.References</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.References</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageIcon>ValheimRcon_black.png</PackageIcon> | ||
<PackageIconUrl /> | ||
<PackageTags>valheim, digitalroot, mod references, JvL, Jötunn, Jotunn</PackageTags> | ||
<Authors>Digitalroot</Authors> | ||
<Company>Digitalroot Technologies</Company> | ||
<Product>Digitalroot Valheim Jotunn (JvL) mod References</Product> | ||
<Description>References for Valheim mod Jotunn (JvL)</Description> | ||
<PackageReleaseNotes>Initial Release</PackageReleaseNotes> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
<RestoreProjectStyle>PackageReference</RestoreProjectStyle> | ||
<IncludeBuildOutput>false</IncludeBuildOutput> | ||
<NoBuild>true</NoBuild> | ||
<Version>2.12.7</Version> | ||
<RestoreAdditionalProjectSources> | ||
https://api.nuget.org/v3/index.json; | ||
https://nuget.bepinex.dev/v3/index.json; | ||
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json | ||
</RestoreAdditionalProjectSources> | ||
<ApplicationIcon>ValheimRcon_black.ico</ApplicationIcon> | ||
<IsPublishable>False</IsPublishable> | ||
<DebugType>none</DebugType> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'"> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
<DebugType>none</DebugType> | ||
<DebugSymbols>false</DebugSymbols> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\ico\ValheimRcon_black.png"> | ||
<Pack>True</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="lib\*.*"> | ||
<Pack>True</Pack> | ||
<PackagePath>ref\net462</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
@echo off | ||
SET DOTNET_SKIP_FIRST_TIME_EXPERIENCE = true | ||
SET DOTNET_CLI_TELEMETRY_OPTOUT = true | ||
|
||
echo == Installing BepInEx.AssemblyPublicizer.Cli == | ||
dotnet tool update -g BepInEx.AssemblyPublicizer.Cli | ||
|
||
SETLOCAL | ||
|
||
SET ValheimInstallPath="C:\Program Files (x86)\Steam\steamapps\common\Valheim\BepInEx\plugins\JvL" | ||
echo ValheimInstallPath=%ValheimInstallPath% | ||
SET PublicizePath=".\lib" | ||
echo PublicizePath=%PublicizePath% | ||
SET OPTIONS=--strip | ||
echo OPTIONS=%OPTIONS% | ||
|
||
echo == Publicizing Jotunn.dll == | ||
call assembly-publicizer "%ValheimInstallPath:"=%\Jotunn.dll" %OPTIONS% -o %PublicizePath% | ||
|
||
echo == Copying Jotunn files to output directory == | ||
robocopy %ValheimInstallPath% %PublicizePath% Jotunn.* /R:3 /W:3 /XF "%ValheimInstallPath:"=%\Jotunn.dll" | ||
|
||
ENDLOCAL | ||
|
||
EXIT |
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+1.1 MB
...lheim.Common.ModReferences/lib/Jotunn.pdb → ...oot.Valheim.References.JvL/lib/Jotunn.pdb
Binary file not shown.
7 changes: 0 additions & 7 deletions
7
...lheim.Common.ModReferences/lib/Jotunn.xml → ...oot.Valheim.References.JvL/lib/Jotunn.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.