0
votes
1answer
18 views
Visual Studio Shortcut/Alias In .csproj
Within Visual Studio I'm pretty sure there is a way to "alias" a file among several projects. So in other words the actual file lives in only one place within the file system but h …
1
vote
2answers
32 views
How to embed an XSLT file in a .NET project to be included in the output .exe?
Hi everyone,
I have a simple C# Console App that reads in an XML file specified the the user, runs an XSLT transformation on it, and outputs the results.
When I distribute my app …
0
votes
1answer
39 views
Linq to XML, only take elements that have a certain child element
I would like to ask a follow up question to an oldie (but goodie) Reading the list of References from csproj files (though I am not the author of that question).
In my parsing of …
0
votes
2answers
38 views
Can TeamCity’s .NET NUnitaddin process csproj files?
To cut to the chase, can the TeamCity .NET NUnitLauncher process Microsoft csproj files?
I ask this question because of the following.
I have a NANT build script. In this script …
2
votes
1answer
50 views
CSProj contains a reference
I put my csproj for my web service in sourcesafe.
Now inside of the text of the csproj there is a line stating that the webservice is located at
localhost/something
is there a wa …
0
votes
0answers
9 views
How to validate OS Version in .csproj File??
Hi All,
How can i check the OS Version in .csproj file ?
My project requires to be opened in VS2K5 as well as MonoDevelop IDE (in windows/linux). While running the project i'm us …
0
votes
2answers
171 views
Open Visual Studio project as readonly
Scenario:
I'm using svn:externals to grab Microsoft.Practices.ServiceLocation from CodePlex. However, referencing the csproj-file in my own project causes an upgrade from 2005 to …
0
votes
0answers
29 views
<Subtype>Designer</Subtype> Added then removed by Visual Studio on load/unload
Anyone see this before? I have a large Visual Studio project that keeps adding [Subtype] Designer[/Subtype] to my .vcproj then removing it on the next open and close of the projec …
1
vote
0answers
84 views
Precompiling ASP.NET Web application with MSBuild
I have a c# web application project in Visual Studio 2008 that I want to precompile for deployment. After looking at various options, it seems all of them have some issues - perhap …
0
votes
3answers
42 views
How to search csproj file for a string thru code ?
I want to search csproj file for a particular string through code. How can I do it ?
Thanks.
1
vote
1answer
51 views
Error HRESULT E_FAIL when pasting references in Visual Studio
I know this isn't a programming question but it is a programming tool question.
In Visual Studio 2008 Team Edition (version 9.0 with .NET 3.5 SP1) when I copy and paste references …
0
votes
2answers
94 views
Access solutioninfo.cs and assemblyinfo.cs from within .csproj
I need to access some information from my solutioninfo.cs and assemblyinfo.cs within my .csproj file and use it as a property.
use the value of
// my solutioninfo.cs
[assem …
0
votes
2answers
157 views
Including content files in .csproj that are outside the project cone.
I have a C# project say MyProject.csproj located at "C:\Projects\MyProject\". I also have files that I want copied into the output directory of this project. But, the files are at …
1
vote
1answer
155 views
What controls the ProductVersion setting in .csproj files?
Every now and then our source control engine indicates that the ProductVersion in a .csproj file has changed. We're using VS2008 SP1.
Looking through the codebase I can see two ve …
1
vote
2answers
99 views
Recompile ASP.NET web project without giving it a virtual directory
In my line of work I'm often retrieving very specific versions of crusty ASP.NET web apps from their long-forgotten repositories, making minor changes and then recompiling.
A majo …
