Init
This commit is contained in:
15
Directory.Build.props
Normal file
15
Directory.Build.props
Normal file
@@ -0,0 +1,15 @@
|
||||
<Project>
|
||||
<!--
|
||||
Windows blocks executing binaries stored on the \\wsl.localhost share, so the
|
||||
build output (bin) and intermediate files (obj) are redirected to a local drive.
|
||||
These must be set here (Directory.Build.props is imported before the SDK's
|
||||
Microsoft.Common.props) rather than in the .csproj, or MSBuild writes generated
|
||||
files to two locations and the compiler sees duplicate definitions.
|
||||
|
||||
Source stays solely in the WSL folder; this output folder is regenerated each build.
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<BaseOutputPath>C:\Tools\ClaudeOverview-build\bin\</BaseOutputPath>
|
||||
<BaseIntermediateOutputPath>C:\Tools\ClaudeOverview-build\obj\</BaseIntermediateOutputPath>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user