Compare commits

...

2 Commits

Author SHA1 Message Date
Loretta 7e011c7c63 BaseOutputPath set to "bin\Master" 2025-08-31 13:40:33 +02:00
Loretta 47b3dd638d BaseOutputPath set to "bin" 2025-08-31 13:39:53 +02:00
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\Master</BaseOutputPath>
</PropertyGroup> </PropertyGroup>
</Project> </Project>