Allow for building both solutions without having to delete the obj folders
Set BaseIntermediateOutputPath so the different solutions use different obj folders
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<BaseIntermediateOutputPath>obj.netfull</BaseIntermediateOutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
Reference in New Issue
Block a user