project

copy all files inside solution to another location after successful build

I'm working on Visual Studio 2008, C# and i have a solution which refers to 3 projects in the same directory. I want to copy all files and folders containied inside the solution to an another location after each successful build. How can i do that? ...

Does changing the debug symbol to none improve performance in a VS compiled project?

Does changing the debug symbol to none improve performance in a VS compiled project? The default is 'pdb-only' for release mode. Is there going to be any adverse effect if I change it to none? ...

Dictionaries in Project Structure

Hello. I am wrapping up an application where I am using a lot of Dictionary classes to store Function and Action delegates. I am now refactoring my project a bit and cleaning code. My question is where do or would you put your Dictionary classes in your project structure? Right now, they are located within the calling class source files ...

How can I search and then replace a code snippet that includes some variables in TextMate?

I have a project that includes 49 folders, each one has a file called index.php All index.php files are almost the same except for one part that changes depending on the folder it is in. <?php include_once("/home/bgarch/public_html/galleryheader.html"); ?> <?php include_once("/home/bgarch/public_html/culture/loadscripts.html"); ?> </h...

how to open bpr projects in Borland Codegear C++ Buider 2009 ?

I'm trying to import the log4cpp project into Borland Codegear C++ Builder 2009 . The rar file of the project contains a bpr file which corresponds to a project. When trying to open it, an error popup window is shown, saying: OLE error 80131040, ClassID: {F8FEDD39-E3CE-4B8D-A657-9CA24686881F} I do not have idea of what's going on, an...

C# / VS2008: Add separate debug / release references to a project

When adding a user control or a project reference to a VS 2008 C# project, I can add only one configuration of the assembly. Is it possible to add separate configurations, depending on the configuration of the container project. E.g. I am developing a user control, and I am working on a sample application. I want to add the user control...

Microsoft SQL Report Builder - Visual Studio 2005

Hi, I am creating a Report Model Project in Visual Studio 2005. In the data source view, I am adding the entities that represent subsets of the data of my tables. For some tables, there is a 1-many relationship. For example, Entity A has a Primary Key of A_ID, and links to Entity B through this field which is present in both A and B. F...

How should I set up run-time external resources in my project?

I'm creating a command line program that uses a defined set of external files (.txts and the like) at runtime. I need it to have these in its working directory when run. Currently, I have them in a folder in the solutiondir with an xcopy into the projectdir as a pre-build event. What's the "accepted" way to set up a situation like this? ...

Windows Service, how can I uninstall from VS Setup project?

Hi There, I have created a windows service, it works great, but as soon as I try to install the service, it removed the directory, however, the service did not get removed, and when I try to install the service again, it give me an error 1001: Service already exists. How can I fix that? And also, is there any code for me to remove the ...

SVN - Project in multiple solutions

Is there a way to share a project across multiple solutions in SVN? I already have a class library in a solution that I want to import in another one. Can I just import the project in the new solution or will there be a problem with paths (since the project is not in the same repository)? Is there a better way to do this? ...

is there a good way to do emacs project ?

I use emacs to do some coding, and text editing, When I create a new coding project, I simply create a new folder, and add source code into it. The problem is, with multi-forders, it is hard to change back to the top, and run the makefile. Is there any good method to do project management like eclipse or other IDE? ...

Advice for final year CS project.

I'm in the final year of university education. Soon I'll have to start writing my bachelor dissertation, but I have no idea what software I should write for it. The ideal would be a C++ multi-threaded cross-platform (windows, linux) computer graphics related program. It's also very important to pick project I'll be able to complete - fa...

TSD3025: The following cross database dependencies could not be verified

I have created a VSTS database project by importing an existing database schema. Upon importing I get a slew of (thousands) of TSD3025 warnings on the project that aren't clear as to how I might resolve them. I don't get what it means by cross-database since the objects in question are all contained within the same database. Exam...

I just cant figure out Project Plugin in VIM. Please help me

I am trying to use VIM for some programming. I am a total beginner in VIM. Could you guys please help me figure out Project Plugin. I cant understand the documentation. If you have used this plugin, could you tell me the basic steps to get started? ...

Glut glLoadMatrixf camera equivalent.

In my glut application I'm simulating a plane with the camera. When the planes speed is low I intend to have the nose start to point towards the ground as the camera falls. My first instinct was to just change the pitch until it was pointed downwards at -90degrees. However I can't just change the pitch because if the plane is tilted o...

User deletes file from install and triggers automatic reinstall of .net application

Hi all, In short I'm after a setting in a .net installer project that turns off automatic reinstall if the installed files are deleted. I've built a c#.net application using VS2005. After install on the client machine the user has complained that if they delete a file contained within the installation the reinstaller kicks in. The rei...

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

Hello 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 \SolutionDir\Dir2\ So, I want to specify that it should be located in \SolutionDir\$(Var...

A good project tree browser for Emacs?

Do you know of a good project tree browser for Emacs other than the Emacs Code Browser (ECB)? The features I value are simplicity, lightweightedness, and language agnosticism. ...

ASP.NET MVC - Is it even possible to have multiple MVC projects on the same server??

I'm having so many problems getting more than 1 MVC project up and running on the same server... I'm using a Windows XP system running the default IIS (5.1 I believe). At this moment I'm even building WebSetup projects for every project I create to make sure everything goes well, while these projects could very easily be deployed using ...

Converted project .net 2.0 to 3.5, where are the extension methods?

Hi, I've recently converted an app from .net 2.0 to 3.5 but I don't see any extension methods... what am I doing wrong? Or what else should I do besides changing the target framework from 2.0 to 3.5 in project settings? ...