| <Project> | |
| <PropertyGroup Condition="'$(MSBuildProjectName)' == 'Fory.CSharpBenchmark' Or '$(MSBuildProjectName)' == 'Fory.ExternalTypeBenchmark'"> | |
| <BaseIntermediateOutputPath>obj/$(MSBuildProjectName)/</BaseIntermediateOutputPath> | |
| <BaseOutputPath>bin/$(MSBuildProjectName)/</BaseOutputPath> | |
| <DefaultItemExcludes>$(DefaultItemExcludes);obj/**;bin/**</DefaultItemExcludes> | |
| </PropertyGroup> | |
| </Project> |