Forum Replies Created
-
AuthorPosts
-
December 2, 2017 at 22:32 in reply to: Is there a way to change the directories "VisualGDB" and "CodeDB"? #13135codetronikParticipant
I’m sorry, maybe I made a mistake.
Now there is no problem.
If there is a problem, I will rewrite it.
Thank you for your help.December 2, 2017 at 21:54 in reply to: Is there a way to change the directories "VisualGDB" and "CodeDB"? #13129codetronikParticipantIf I set this, my property disappears. (screen shot)
This happens when I set it as below.
<?xml version=”1.0″ encoding=”utf-8″?>
<Project DefaultTargets=”Build” ToolsVersion=”14.0″ xmlns=”http://schemas.microsoft.com/developer/msbuild/2003″>
<PropertyGroup>
<SysprogsCodeDBDirectoryBase>$(SolutionDir)..\build</SysprogsCodeDBDirectoryBase>
</PropertyGroup>So I changed codedb position and it worked well,
After a few minutes it was automatically placed as above, and my settings disappeared.Is there a workaround?
- This reply was modified 6 years, 11 months ago by codetronik.
- This reply was modified 6 years, 11 months ago by codetronik.
- This reply was modified 6 years, 11 months ago by codetronik.
- This reply was modified 6 years, 11 months ago by codetronik.
Attachments:
You must be logged in to view attached files.December 2, 2017 at 20:37 in reply to: Is there a way to change the directories "VisualGDB" and "CodeDB"? #13127codetronikParticipantDo I have to modify the CodeDB directory in all projects .vcxproj?
Can not I fix it in the way you have already told me?
Tools->Options->Text Editor->C/C++ (VisualGDB)->Indexing->Code Database Folder Name
December 2, 2017 at 20:16 in reply to: Is there a way to change the directories "VisualGDB" and "CodeDB"? #13119codetronikParticipanti attached sample project file.
i want the following directories.
project ——– src — testapp
……………………..|
……………………..| -build — debug
……………………..|- release
1. i don’t want “project-src-testapp-VisualGDB” directory.
Can I modify this directory location?2. I changed project properties
Output Directory : $(SolutionDir)..\build\$(Platform)\$(Configuration)\
Intermediate Directory : $(SolutionDir)..\build\$(Platform)\$(Configuration)\obj\$(ProjectName)\but error occurs when i build testapp project ::
Warning : cannot perform inline build: No remote path corresponds to D:\testproject\src\..\build\VisualGDB\Debug\obj\testapp\testapp.msbuild-mak. Please check your source file transfer settings and path mapping settings.there is no errors, If i doesn’t change the setting.
I am very grateful if you can modify this project as I want.
- This reply was modified 6 years, 11 months ago by codetronik.
- This reply was modified 6 years, 11 months ago by codetronik.
- This reply was modified 6 years, 11 months ago by codetronik.
- This reply was modified 6 years, 11 months ago by codetronik.
- This reply was modified 6 years, 11 months ago by codetronik.
Attachments:
You must be logged in to view attached files.December 2, 2017 at 11:27 in reply to: Is there a way to change the directories "VisualGDB" and "CodeDB"? #13110codetronikParticipantThis screen is my project directory.
Is this the configuration of the VisualGDB directory you mentioned?
The VisualGDB/build/CodeDB directory is still created under the project directory.
I do not want to be created under the project directory.
Is there any other way?
- This reply was modified 6 years, 11 months ago by codetronik.
Attachments:
You must be logged in to view attached files. -
AuthorPosts