Questions tagged [vcproj]

vcproj is an XML based file used by Visual Studio and contains compilation information.

vcproj is an XML based file used by Visual Studio and contains compilation information. It's part of every visual studio project.

What are .sln and .vcproj files, and what do they contain?

52 questions
0
votes
1 answer

Where is the vcproj file in Visual Studio (for SDL)?

Ive been recently interested in creating C++ applications utilizing SDL however I have been stopped many times with compilation errors etc. Recently I have tried again using Visual Studio as my IDE. I have linked the libraries correctly (or so I…
user2752347
  • 161
  • 6
  • 16
0
votes
3 answers

Building vcproj together with csproj TFS2012

I am working with Visual Studio 2012 build definitions with TFS2012, and one definition is set to build a solution that contains both .csproj and .vcproj (c# and c++, respectively). I can run a local build of the solution on the build server and it…
Freestyle076
  • 1,548
  • 19
  • 36
0
votes
0 answers

VS2012 project file into makefile

hello all i'm developing cross-platform system. I know that we have make it so. and some others like sln2mak. however they do not support Visual Studio 2012. does anyone know if something like this exists for VS2012 project files?
Gilad
  • 6,437
  • 14
  • 61
  • 119
0
votes
1 answer

Resolving .vcxproj dependencies with c# project class doesn't return included folders

I'm trying to write a tool which will resolve dependencies between c++ and c# projects. When I try to get folders included in vcxproj, it returns everything but included folders. I searched, where I would expect to find them: ItemDefinitions ->…
Vedran
  • 1
0
votes
1 answer

my vcproj does not comiple when added in another sln (already containing some other project)

I have pangoft2.vcproj. Once I have set the include directories etc., it compiles successfully. Now, in a new .sln (where I have a pango.vcproj), I add this pangoft2.vcproj. Now, when I compile the program, it gives 474 errors. I have copied a few…
user1414696
  • 307
  • 4
  • 15
0
votes
1 answer

Batch file to delete *.vcproj.* e.g. code.vcproj.user1 but no *.vcproj

how to write a batch file to delete VisualStudioUserFile (*.vcproj.*) only but not the VisualStudioProject (*.vcproj)?
dratengon
  • 21
  • 1
-1
votes
1 answer

“There are no property pages for the selection” error in Visual Studio, on one project only

There are existing “There are no property pages for the selection” questions already on StackOverflow, but I ran into a new version. In my case, after a Git merge only one project out of 14 had a “There are no property pages for the selection”…
MSalters
  • 173,980
  • 10
  • 155
  • 350
1 2 3
4