当我添加INITED宏后 unity就会生成的 <OutputPath>Temp\Bin\Debug\ET.Model\</OutputPath> 的ET.Model.csproj文件
当我去掉INITED宏后 unity就会生成的 <OutputPath>Temp\Bin\Debug\Unity.Rider.Editor\</OutputPath>的ET.Model.csproj文件
是什么硬编码代码在操纵unity生成不同输出路径的csproj吗