Visual Studio 2010
Jul. 13th, 2010 11:52 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Осваиваю тут Visual Studio 2010 (секспресс ыдишен)
Напрягают две фишки.
Первая - почему-то иногда на ровном месте не срабатывает F12. Х.з. при каких условиях.
Вторая - компилятор и линкер срут как козы мелкими лог-файлами: CL.2500.read.1.tlog и т.п Число файлов может доходить до полтыщи. Кто знает, как отключить этот нафиг ненужный логгинг?
Напрягают две фишки.
Первая - почему-то иногда на ровном месте не срабатывает F12. Х.з. при каких условиях.
Вторая - компилятор и линкер срут как козы мелкими лог-файлами: CL.2500.read.1.tlog и т.п Число файлов может доходить до полтыщи. Кто знает, как отключить этот нафиг ненужный логгинг?
no subject
Date: 2010-07-13 08:28 pm (UTC)2) А что за проект? У меня ни C++ ни C# проекты логи не создают. Возможно в настройках проекта отключается.
no subject
Date: 2010-07-13 08:33 pm (UTC)no subject
Date: 2010-07-14 07:53 am (UTC)Use
the ForceGoogle, Luke.http://connect.microsoft.com/VisualStudio/feedback/details/499474/too-many-build-files-are-left-over-after-build
"...The .tlog files are necessary in order to ensure a proper incremental build; they contain data which tells the build system which files were accessed while the build process was taking place -- that way we can very reliably tell whether any of those files changed, and if so, then what needs to be rebuilt. These files should only be going into the Intermediate Output Directory -- we should not be copying them to the final output directory (unless you set Intermediate Output Directory the same as Final Output Directory, which is not really supported)..."
* * *
Вообще, купи себе SSD drive и перестанешь париться по поводу всех этих temp-файлов. Build time уменьшится в разы.
no subject
Date: 2010-07-14 08:32 am (UTC)попробую завести "мусорку" для intermediate файлов...
no subject
Date: 2010-07-14 08:35 am (UTC)msbuild "tlog files" (с кавычками)
До этого сделал несколько неуспешных попыток по словам:
Visual Studio log files
Visual Studio excessive loging
VS build excessive logging
и т.п.