A file with the 'csproj' file extension is a Visual Studio .NET C# Project file.
0
votes
1answer
24 views
Visual Studio 2012 does not load files in a project included using wildcards
I included some files in my .csproj file using a wildcard (editing the .csproj file manually), like this:
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile ...
0
votes
3answers
43 views
Error opening project file in VS2012
The following error is being returned when i try to open a colleagues MVC application in VS2012.
when i click on "OK" - i am not able to open any of the files within the environment.
I am able to ...
1
vote
0answers
28 views
interface custom preprocessor task in WP7 project compilation by modying the csproj file
I have a Visual Studio solution with 2 Windows Phone 7 projects. One is the main project, the other links its xaml pages from the first.
I try to modify the .csproj file of the second project in ...
-4
votes
0answers
40 views
C# csproj edit xml
I'm trying to dynamically update the references listed in my project, so I'm trying to modify the xml in the csproj.
I thought this would be really simple but i'm having an issue with selecting and ...
0
votes
1answer
24 views
How to add a reference to another project in my solution through Visual Studio automation
I create a new solution and add some projects to it via the Solution2.AddFromTemplate. Now before I can build my solution successfully, I need to add a project reference from one of the projects to ...
0
votes
1answer
36 views
Visual Studio Msbuild Task Project Dependencies
I decided to rephrase my problem, as it seems it was not quit as clear as it should have been
I want to define a project dependency (let’s call it ProjectB) which is only used for build order ...
1
vote
0answers
24 views
Custom control properties not reflecting in ASPX markup
I'm having a .NET 4.0 solution with several projects inside it.
One project has all the custom controls implemented (say CustomControlProject).
The other project has the ASPX pages. (say ...
0
votes
3answers
54 views
Is there a built-in way to access a project's csproj file data?
Or maybe access it's data via reflection somehow ?
Thanks
EDIT: I'd like to know if there's a way to do it without reading it as an XML.
Like a ms library that supports it, so it'll work for any ...
0
votes
0answers
29 views
csproj reference has relative hint path that takes it out of source control
Our group solution has a csproj file with the following:
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Web.Administration, Version=7.0.0.0, ...
0
votes
1answer
21 views
MSBuild target failing on server, yet succeeding locally
For our web project, I require the assembly version of the project to version our static content.
I have declared a target in the web project file to get the assembly identity and retrieve the ...
0
votes
0answers
21 views
Include files into xap
I want to execute some *.bat file before build. This file create Some folder structure into project dir, then I want to copy files from there to my xap-file.
<Target Name="SomeTarget">
...
1
vote
0answers
65 views
Injecting .cs file into msbuild works fine except the Intellisense (VS 2010)
This is what i am trying to do, but so far been unsuccessful. I have a WPF Project with some xaml classes. I have a msbuild task that creates partial classes with the same name as xaml classes but ...
0
votes
0answers
242 views
Visual Studio Professional 2010 .csproj cannot be opened
I am more In to Java, iOS, Linux. I did so little development with Microsoft products.
I am trying to run an existing project developed by another team on Microsoft visual studio.
The project is ...
-1
votes
1answer
41 views
The file could not be added to the project. This file is within the project directory tree error
Whenever I try to add a file to my Visual Studio project, I get the following warning:
The file [filename] could not be added to the project. This file is within the project directory tree
How ...
4
votes
3answers
162 views
.csproj multiple hint paths for an assembly
I'm packaging example code for an SDK distribution. In the distribution, the relative path from code to the SDK assemblies is different from the build machine. For example:
Distribution
...
8
votes
2answers
88 views
Different *.csproj / *.config settings for each team member and branch
This question is kind-of two in one, but both are related to the same problem.
We are a team of 10 developers, some developers prefer to use a full instance of IIS, while others prefer to use ...
0
votes
1answer
68 views
Visual Studio, csproj: How can I specify a linked file in DependentUpon?
Suppose I have a default.aspx.cs in my project, but I want to make it dependent upon the default.aspx file that's linked. E.g.:
<Content Include="..\somedir\default.aspx">
...
0
votes
0answers
139 views
TFS mapping root path
I'm having the next problem:
I am trying to invoke a custom msbuild task from a .csproj file and I need to set a parameter (something like $(ProjectDir) ) indicating the TFS path that the project has ...
1
vote
1answer
138 views
dynamically include files using msbuild while preserving relative path?
I am trying to include files from a second project as EmbeddedResources using the following msbuild target:
<CreateItem Include="..\MyProject.Templates\**\*.css">
<Output ...
2
votes
0answers
72 views
getting NuGet to work both with whole solution and individual projects included in it
I have a solution with a few projects in it. All but one are class library projects, used in several solutions, included as git submodules, and don't have a .sln file, just a .csproj and .cs sources.
...
0
votes
0answers
47 views
automatic split csproj to multiple assemblies
i have a very large csproj written with .net 3.5 which i'd like to automaticaly decompose to multiple assemblies where each assembly will contain the code for a single windows form (instead of doing ...
3
votes
3answers
69 views
VS - Managing References Across Projects
My problem is that I have a Visual Studio (2010) C# solution with multiple projects and trying to manage the library for each one is nightmare. Each one of those project contains some standard library ...
2
votes
1answer
101 views
How do you configure StyleCop to run for a specific build configuration?
I've added the following imports statement to the csproj file:
<Import Project="..\..\..\packages\StyleCop 4.7\StyleCop.targets" />
This work fine, however I only want the style cop analysis ...
2
votes
2answers
108 views
can't open mvc c# project in VSE 2010
I have project files created with MVC3, C#, VSE 2010 web developer.
Just installed the latest VSE 2010 web developer.
When I try to open .sln file I got the following message:
...
0
votes
0answers
38 views
msbuild dependency between source files
I have a C# project with TextResources.resx file. Normally this file would be processed and TextResources.Designer.cs file would be generated. For for reasons not important here I need custom ...
0
votes
2answers
144 views
Visualizing, understanding and debugging the MSBuild build process
I don't understand how the targets depend on each other and, most importantly, how variables travel through the target graph.
I have a concrete example: The CSC target has the AddModules ...
1
vote
2answers
137 views
How to create Visual Studio solution and project files from NANT build file
I have a C# project built using NANT. Is there a convenient way to generate VS solution and project files to open and compile this project using Visual Studio?
0
votes
2answers
63 views
Wildcard assembly reference in csproj
I'm using nuget (as many of you) a lot for referencing external and internal component-assemblies.
For debugging purposes, it would be nice being able to exchange the nuget-assembly for it's ...
1
vote
1answer
426 views
Why are my .csproj files getting messed up after a git rebase?
In a .NET C# project which uses GIT for source control, I keep getting malformed csproj files after rebasing to get the most recently commited code. This is my process:
commit my code
build and run ...
0
votes
1answer
79 views
How do I remove the Private element (copy local) from csproj (xml) using Powershell
I am trying to remove Project/ItemGroup/Reference/Private element from csproj xml.
$csproj = [xml] ( Get-Content $fullProjectPath )
$csproj.Project.ItemGroup |
ForEach-Object { ...
0
votes
1answer
190 views
Include files in .csproj using MSBuild
I have a MSBuild script that realizes some operations before compiles a solution that have many projects.
I need to include a file (SharedAssemblyInfo_$(ambiente).cs) created during the process in ...
1
vote
1answer
233 views
How do I test for compiler directives with an MSBuild Condition in a .csproj file?
I am totally new to the functions and conditions in .csproj files so any and all help is appreciated.
What I want to do is check for a specific compiler directive in the current configuration. An ...
1
vote
1answer
249 views
Resolving references in a .csproj file using NRefactory
I am using NRefactory to attempt to parse all compile files listed in in a .csproj file, and want to be able to resolve all types in a project.
I can't resolve all types though without adding in the ...
0
votes
3answers
118 views
deploy a csproj file in c# project?
I added 3 html files to my project and the change is reflected in my csproj file.
But to deploy this on to a web server, is it enough if I drop these 3 files in the appropriate directory? Or is there ...
1
vote
1answer
459 views
The value “” of the “Project” attribute in element <Import> is invalid. vs2012
I'm getting the following error while trying to load some projects in visual studio 2012:
G:\path\project.csproj : error : The value "" of the "Project" attribute in element <Import> is ...
2
votes
3answers
2k views
MsBuild copy file after build
I want to copy xml file from main directory to bin\Debug after building the project, but my solution doesn't work. I edited .csproj file and addded:
<Target Name="AfterBuild">
<Copy ...
1
vote
2answers
143 views
Is there a way to automatically fix versioned references in .csproj files?
Please does anyone know if there's a way to automatically fix Visual Studio 2010 .csproj files that contain versioned references (e.g. by removing the versions)? The context is that I'm trying to ...
1
vote
0answers
92 views
Verifying csproj resources. Namespace references?
I have made a small application which generates code for verifying that another applications referenced libraries exist.
The problem i have though is related to the csproj-file itself.
I have ...
1
vote
1answer
186 views
Accessing functions between two .csproj files in the same application
I incorporated a WLAN API given from Codeplex's Managed WiFi site into my C# project (Windows Form Application). In the API, different functions are given to retrieve various aspects of the machine's ...
0
votes
1answer
191 views
Effect changes in the original .csproj file
I am developing an application that would add/delete project properties and references from .csproj file as necessary.
project.AddItem("Reference", "System.IO", globalProperties);
...
0
votes
1answer
1k views
Visual Studio 2012 csproj and sqlproj
I have the latest VS 2012 RC and when I try to open an existing soulution that was written by another programmer in VS 2012, it says that the files csproj and sqlproj are incompatible with the version ...
1
vote
1answer
167 views
Custom msbuild task output not recognized
I have a custom msbuild task with an output parameter defined below
public class DeployJavaScript : Task
{
[Required]
public ITaskItem[] SourceFiles { get; set; }
[Output]
public ...
1
vote
1answer
148 views
Is it possible to add comments to a csproj file?
Can you add comments to a .csproj file? If so, what's the best way to do it?
1
vote
1answer
76 views
Does the order of items in a csproj file matter?
I would like to programatically manage the VS2008 csproj files in our solution across the team. We get occasional merge issues (in Hg) simply because two developers add different new files in a ...
-1
votes
2answers
210 views
Any way to automatically test if files added in csproj exist in disk?
We work here in a csproj, commiting, updating and deleting files. Sometimes csproj is commited in subversion repository, but its content references to files that don't exist in disk anymore.
I was ...
0
votes
1answer
227 views
Ajax Minifier: JS file duplication when combining via project file / msbuild task
I've been attempting to get minification and bundling working on my MVC3 project for some time, trying out quite a few different compressors and methods. I've finally settled on using Microsoft Ajax ...
0
votes
0answers
204 views
Can't find my csproj file
I've created a solution containing one project in which I have one workflow.
After that I added a new project of type Activity Library.
I wanted to modify the csproj file of the new project to add ...
3
votes
2answers
321 views
Visual Studio keeps adding property to my csproj. Why?
I'm using Visual Studio 2012 RC to work with my C# solution. All my configuration-specific settings are stored within a single .props file which is then included by all my .csproj files.
Yet VS ...
1
vote
1answer
468 views
Loading design-time WPF resources in Visual Studio through .csproj
In Expression Blend 4, it's possible to load design-time resources by editing your project file. Here's an example of what that would look like:
<Page Include="Properties\DesignTimeResources.xaml"
...
0
votes
1answer
244 views
Compiling Win32 and x64 csproj with different references
I would like to keep my .csproj projet and compile two version of the dll, one for Win32 platform and the other for x64 platform.
I hit a problem because I need to use different references for each ...



