Questions tagged [project]

In software development, a project is a collection of files and resources used in the development of an application or service. Use [ms-project] for Microsoft Project questions.

In software development, a project is a collection of files and resources used in the development of an application or service.

For questions related to Microsoft Project use the tag .

4797 questions
36
votes
13 answers

Android Studio - How to copy a project?

Alright, I've done some searching and seem to be coming close to the answer I'm looking for. But for fear of messing something up with my current project (I'm a first time app developer and I'm quite pleased so far... I'd like to stay that way),…
lilgodwin
  • 1,098
  • 3
  • 13
  • 26
36
votes
6 answers

Does an updated 'vimtutor' exist?

vim comes with a nice built-in interactive tutorial. You can access this tutorial by just running: $ vimtutor It is very easy to use because it creates working cases for basic commands. Is there a more advanced tutorial? Has any one thought to…
Glennular
  • 17,827
  • 9
  • 58
  • 77
35
votes
19 answers

Visual Studio - Debug Executable Specified in the Debug Profile does not Exist

I am trying to run a simple HelloWorld C# .NET Core Console Application and I get this error. Being fairly new, I couldn't resolve it upon trying certain things mentioned in another answer. Please guide me on how to resolve it. The error I get…
codesnerd
  • 767
  • 2
  • 8
  • 23
35
votes
4 answers

How to convert IntelliJ project to Eclipse?

I have one IntelliJ project and I want to open it in Eclipse, so what should I do?
Nirmal- thInk beYond
  • 11,847
  • 8
  • 35
  • 46
35
votes
1 answer

In gitlab, is it possible to create two or more repositories into only one project?

I'm running GitLab in a container of Docker but it's okay so far, no problem with that at all. I'm just in doubt about the creation of repositories in projects. I've created my first project in GitLab then after it creation i'd been redirected to a…
Emerson Oliveira
  • 616
  • 1
  • 5
  • 15
35
votes
7 answers

Where can I advertise an open source project?

I have started an open source project and was wondering how I would best go about inviting people to work on the project. SourceForge is great but didn't fit the needs of the project. Any ideas?
Nathan Osman
  • 71,149
  • 71
  • 256
  • 361
35
votes
5 answers

When duplicating a target in Xcode, is there any way to set the name that the target will have before or as it is created?

Duplicating a target in Xcode is a great way to create multiple app or framework/library products that have somewhat different features using the same codebase as a result of conditional code controlled by environmental variables set within the…
Halle
  • 3,584
  • 1
  • 37
  • 53
34
votes
2 answers

Is there a C project Default Directory Layout?

I've always wanted to know if there is a default directory layout for C projects. You know, which folders should i put which files and such. So I've downloaded lots of project's source codes on SourceForge and they were all different than each…
alexdantas
  • 626
  • 1
  • 7
  • 13
34
votes
21 answers

Visual Studio Solution Unavailable (reload doesn't work)

I am downloading a sample program for a barcode reader that I am using. Everytime I download the program and run it I am prompted with the error in my solution explorer (see image below). Any suggestions? Everytime I right click and reload project,…
Pardon_me
  • 715
  • 2
  • 8
  • 20
34
votes
4 answers

When I unload projects in visual studio, where does VS save this setting?

I checked the solution file and the project file, and can not find anything related to this setting. When people get latest version from TFS source control, they always see the 'loaded' status, which is not really what I want.
Narutokk
  • 964
  • 1
  • 8
  • 20
33
votes
6 answers

Macros/Environment variable in .sln and .vcproj files for Visual studio

I have two similar problems: a) I have a solution which includes several projects and I want to be able easily switch project location by setting some environment variable/macro. As example this project can be located in \SolutionDir\Dir1\ or…
Victor Ronin
33
votes
5 answers

Import existing Android project in Eclipse: no gen source folder?

I'm trying to import an android project into Eclipse (from Git, but I don't think it's relevant), and I can't run or compile it because I get these errors: Android requires compiler compliance level 5.0. Please fix project properties. …
Rob
  • 2,766
  • 5
  • 32
  • 39
33
votes
8 answers

Javascript projects to learn from

I like javascript, but I have problem with learning it :) I mean, i use it at work but I would like to know more, and I think the best way to do it is to read and understand someone else's code. I use ASP.Net MVC and there are some great opensource…
Jarek
  • 5,885
  • 6
  • 41
  • 55
33
votes
9 answers

How can I refer to a project from another one in c#?

I added a project, Project2, to my solution. It already had another project lets say Project 1. How can I call classes and methods from project2 into project1? What I did: I have Project 1 and its solution. I added Project 2 to Project 1's solution.…
C..
  • 6,897
  • 10
  • 30
  • 37
33
votes
1 answer

changing the project and target name in XCode

I created a project and I fully developed it. I need to change the name of the project and targets. is there an easy way to do that or should I just create a new project and copy all the items in there? Thanks
user1415780
  • 1,153
  • 5
  • 16
  • 33