Tagged Questions

0
votes
2answers
70 views

Specifying a subproject’s Configuration in XCode

I have an XCode project (A) referencing another project (B). By default (as far as I understand it) XCode will implicitly build the configuration for the B dependency that matches the configuration of …
2
votes
2answers
142 views

How do you setup Codeigniter to handle multiple projects with shared ci base?

Hello, I've seen several CI implementation examples that claim you can put project folders under the "applications" folder for Codeigniter. However I've not been able to see this work as promised. …
0
votes
1answer
110 views

Another use-case of splitting a git project into several subprojects.

I have split my project into several subprojects But all have a common part (directory with cmake scripts). Moreover some subproject need to include other subprojects (libraries). I would prefer to …
3
votes
2answers
376 views

ASP.NET MVC How-to use routes when application is published as SubProject of a domain?

Hi, i have a webapp which works perfectly when debugged and tested locally. However when I publish the site to a productionserver the routing is messed up. This is because it runs as a sub-project on …