c#项目添加引用区分debug/release

修改.csproj文件

类似:

<Reference Include="Foo" Condition="'$(Configuration)'=='Debug'"/>
<Reference Include="Bar" Condition="'$(Configuration)'=='Release'"/>

c#项目添加引用区分debug/release

 

 
喜欢 0
分享