The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
201 views

NetBeans doesn't recognize ${project.organization} in license template

Can anybody reproduce the following? In my NetBeans 7.2 project I've set the "project.license" property (in project.properties) to "apache20" so that NetBeans generates the appropriate license text ...
0
votes
0answers
80 views

How to access project properties across multiple-projects in Visual Studio?

I have several projects in a Visual Studio solution and I want to access one project's properties from another project. For example for MyProjectA's "Additional Library Directories" I want to add ...
3
votes
5answers
6k views

No compatible targets were found

I am having target android-4 in project.properties. In eclipse when I run the project I am getting the error No compatible targets were found How to resolve this>
1
vote
1answer
114 views

Loading specific test file for debugging MSProject Add-In

I am developing a MSProject add-in with VSTO and I have a question about debugging. How do I use the Start Option->Command line arguments to load a specific MS Project file? I have tried using ...
1
vote
2answers
214 views

Any tips about securing DLL code?

I would like to know some tips how to secure DLL (Win32, dynamic) file from injecting and how to increase security of compiled code. There's a SQL password in DDL source code which is used to ...
1
vote
3answers
753 views

android: Project.Properties - do not edit, your changes will be erased?

I seem to have an issue. I wanted to add some additional config info into project.properties in an android project but i notice when i open it there are comments telling me not to edit it Is it safe ...
0
votes
0answers
76 views

project.properties has duplicate entries. Can I remove these?

I bounce between editing my Android projects on my phone using AIDE and on my various computers with various operating systems using Eclipse with the ADT plugin, connecting them all together via Git. ...
0
votes
1answer
382 views

Netbeans PHP Project Properties: What does Web Root do?

I have a Netbeans PHP project with code checked out from a subversion repository. The source files folder is outside my local web server document root. It has three sub-folders trunk, branches, and ...
0
votes
1answer
502 views

Does Visual Studio support directing build output to multiple directories?

Every time I do a build using Visual Studio 2008, I have to manually copy the output files to two additional directories on my computer. Is there a way to configure my projects, so that when the ...
1
vote
2answers
146 views

The value of out-of-bounds element of an array - should it change on each execution or stay the same?

For the actual question, jump to question part. For an interesting real-world example of undefined behavior, keep reading :) There was this enumeration: struct EnumStruct { enum Enum { ...
5
votes
2answers
1k views

VS2010 will not display project properties (“underlying RCW”)?

Only sometimes (I haven't yet noticed a pattern), VS2010 shows the following error (where I'd expect the body of the property page to be) when I right-click on a project (various types of projects) ...
0
votes
0answers
50 views

“Target Framework” is outgreyed in Visual Studio

An colleague of mine is experiencing a weird behavior in Visual Studio 2008. The "Target Framework" box is outgreyed in all projects (regardless of the actual target version of .NET, be is 2, 3 or ...