Hello,
I am search how to configure the output path with an itemgroup using the file (.csproj)

- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPUPlatformTarget>
- <DebugSymbols>trueDebugSymbols>
- <DebugType>fullDebugType>
- <Optimize>falseOptimize>
- <OutputPath>bin\Debug\OutputPath>
- <DefineConstants>DEBUG;TRACEDefineConstants>
- <ErrorReport>promptErrorReport>
- <WarningLevel>4WarningLevel>
- PropertyGroup>

Salman BegPosted Apr 18, 2020, 10:19 AM