ff8*_*nia 21 c# visual-studio visual-studio-2012
因为路径太长(超过260个字符),我需要在obj别处创建文件夹.
如何告诉VS 2012在指定路径中创建此文件夹?
Sam*_*ell 43
您需要编辑项目文件(XML)以指定<BaseIntermediateOutputPath>.该值默认为obj\.
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
...
<BaseIntermediateOutputPath>some\path\</BaseIntermediateOutputPath>
</PropertyGroup>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
7627 次 |
| 最近记录: |