Coder Social home page Coder Social logo

zeta-of-the-rim / rimwold-dotnet-template Goto Github PK

View Code? Open in Web Editor NEW
21.0 21.0 2.0 8 KB

Rimworld Dotnet Template A dotnet template for quickly making Rimworld mods via Command line or your favorite IDE

C# 100.00%
csharp rimworld rimworld-mod template xml

rimwold-dotnet-template's People

Contributors

zeta-of-the-rim avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rimwold-dotnet-template's Issues

Wrong repo in README.md

should be
git clone https://github.com/Zeta-of-the-rim/Rimwold-Dotnet-Template.git "RimMod"
instead of
git clone https://github.com/Burgess12/Rimwold-Mod-Template.git "RimMod"

Prevent copying reference DLLs and output to assemblies

A couple feature requests.

It would be nice if the csproj file could include the following to prevent the copying of all the related dlls

  <ItemDefinitionGroup>
    <Reference>
      <Private>False</Private>
    </Reference>
    <ProjectReference>
      <Private>False</Private>
    </ProjectReference>
    <PackageReference>
      <ExcludeAssets>runtime</ExcludeAssets>
    </PackageReference>
  </ItemDefinitionGroup>

This is straight copied from another mod and I don't exactly understand how GAC/etc work, but my mod seems to work fine with it.

Can't the template be directly configured to output to ../Assemblies?

PS. a GUID in a template feels wrong.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.