A
A
Andrey Terekhov2022-02-15 22:11:35
.NET
Andrey Terekhov, 2022-02-15 22:11:35

How to build a .net application without a .csproj file?

an old project, and there is no file with the .csproj extension, there are a lot of folders with source code, and they should probably be assembled into dll and exe somehow, but I can’t find anything similar to the description of such an assembly

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2022-02-15
@vabka

This is done using csc.exe
Well, or through mono (mcs) - it depends on what kind of project.
Once upon a time there was nant - the progenitor of msbuild.
It also has its own project model and build files

A
Alexander Ananiev, 2022-02-16
@SaNNy32

Create a project in Visual Studio and add all your files to it. And collect in the studio.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question