BaseOutputPath set to "bin"

This commit is contained in:
Loretta 2025-08-31 13:39:53 +02:00
parent 2edc099017
commit 47b3dd638d
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Configurations>Debug;Release;Product</Configurations> <Configurations>Debug;Release;Product</Configurations>
<BaseOutputPath>bin\FruitBank</BaseOutputPath> <BaseOutputPath>bin</BaseOutputPath>
</PropertyGroup> </PropertyGroup>
</Project> </Project>