Jump to content

Recompiling with CSC.exe


Recommended Posts

I looking for precisenode_1.1.3. I found the source code here

https://github.com/blizzy78/ksp-precisenode/releases/tag/1.1.3

I'm trying to recompile it with the command line CSC.exe. I'm converting the csproj file to an rsp file. I'm stuck on how to convert these resources.

  </ItemGroup>
  <ItemGroup>
    <Content Include="CHANGES.txt" />
    <Content Include="Parts\CBAtexture.png" />
  </ItemGroup>
  <ItemGroup>
    <None Include="LICENSE.txt" />
    <None Include="Parts\CBA.cfg" />
    <None Include="Parts\CBA.mu" />
  </ItemGroup>

What do I do with these files?

Thanks

Link to comment
Share on other sites

2 hours ago, HebaruSan said:

Is there a reason you don't want to run msbuild.exe? The csproj and sln files are basically recipes that tell msbuild.exe which csc.exe commands to run.

Yes msbuild works. I thought I needed Visual Studio to use the csproj files. When I searched for c# command line compiler I got a tutorial for csc.exe.

Thanks

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...