TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
abdelwaheb ammar
1.3k
457
124k
Setting OutPutPath with MSBuild
Apr 12 2020 5:58 PM
Hello,
I am search how to configure the output path with an itemgroup using the file (.csproj)
<
PropertyGroup
Condition
=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "
>
<
PlatformTarget
>
AnyCPU
</
PlatformTarget
>
<
DebugSymbols
>
true
</
DebugSymbols
>
<
DebugType
>
full
</
DebugType
>
<
Optimize
>
false
</
Optimize
>
<
OutputPath
>
bin\Debug\
</
OutputPath
>
<
DefineConstants
>
DEBUG;TRACE
</
DefineConstants
>
<
ErrorReport
>
prompt
</
ErrorReport
>
<
WarningLevel
>
4
</
WarningLevel
>
</
PropertyGroup
>
Reply
Answers (
1
)
C# Corner unfinished article
my pics and files changed to mpaj file