-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everybody, I met a problem which is very strange, my company uses Visual Source Safe
to control version,but I found that my team's different member see the same .csproj file in VSS is not the same, it's very strange,can you help me? thanks!!
there is a file named IPRA.WinUi.Sal.Sra.csproj…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can anyone point me to a schema or a list of properties valid inside the C# csproj file? I've looked, but don't appear to be able to find any documentation on it.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We have a VS2008 CS DLL project targeting .NET 3.5. It builds successfully on our CI server when using MSBuild 3.5.
When CI is upgraded to use MSBuild 4.0, the same project fails to build, due to 1 warning message:
c:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1418,9):
warning…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Based on question : Reading a *.CSPROJ file in C#
I have code to extract some properties out of a *.csproj file, along the lines of :
Project project = new Project();
var Property001=
from pg in project.PropertyGroups.Cast<BuildPropertyGroup>()
from item in pg.Cast<BuildProperty>()
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using Hg to manage and merge code with three other developers involved in a VS2008 project. We do have an .hgignore file that ignores a fair number of files not necessary to track, such as *.pdb, *.obj, etc. However, we do track .csproj files.
Periodically, it would seem that files go missing…
>>> More