Tagged Questions
8
votes
2answers
975 views
GUIDs in a SLN file
Visual Studio Solution files contain two GUID's per project entry. I figure one of them is from the AssemblyInfo.cs
Does anyone know for sure where these come from, and what they are used for?
3
votes
3answers
608 views
Why does one of my project's GUIDs change when I build the project in VS 2005?
For two of my VS 2005 C++ projects, VS wants to write to the .sln file when I build the projects. I have got a number of other VS 2005 C++ projects where this is not the case. It is a problem as due ...
2
votes
2answers
191 views
How to create Visual Studio Solution (.sln) files programmatically, including Website projects?
I am working on a code generator project that creates solution with customizable layers.
for now I am able to create the .sln file by writing all the elements in code. but the project files don't need ...
2
votes
1answer
305 views
Automatically include all .cpp/.h files of a folder in a vcproj Project in Visual Studio
Is there a way to set a vcproj Project folder in order to automatically include all .cpp or .h files depending on the path of the project ?
On other words, when adding files to the folder of my ...
2
votes
4answers
428 views
VS corrupted .sln file?
When I try to open my .sln file, Visual Studio quits on me. I can open it by opening up TFS, getting a specific version, choosing the latest version, forcing an overrwrite, opening up the .sln file, ...
2
votes
5answers
398 views
How to have different Project Dependencies for each Project Configuration?
I would like to have different Project Dependencies depending on which Project Configuration I'm currently building.
For example, I don't want to build and link SomeTestLib.vcproj in Release ...
1
vote
1answer
47 views
Using Visual Studio for Python Files
I have multiple python files for a school project that I want to open and edit in visual studio but to make it simple I want to have them all be a solution or project in visual studio, the code ...
1
vote
3answers
662 views
How to change default location of .sln file in Visual Studio 2010?
I'd like my .sln to always live within my project folder. How can I make this the default behavior when creating a new project?
0
votes
0answers
30 views
Determine the template used to create a VS solution?
Is there a way to determine what "template" was used originally to create a visual studio solution?
To put it another way, I have a solution, and I'd like to find out what template was chosen when ...
0
votes
5answers
1k views
is it possible to generate Visual Studio solution files using StylusStudio?
i was wondering if it is possible to generate some kind of template that i give an xml or xsl file in stylus and generate c# code
i made some .cs and works fine, but i couldn't with csproj and sln ...
0
votes
3answers
568 views
Opening a VS 2003 C++ project in VS 2008
Found some old code, circa VS 2003. Now I have just VS 2008 (SP1) installed. When I try opening the *.sln file, it tries converting the projects. The report notifies me it was done successfully, but ...