***xx處為你的使用者名稱
這個檔案儲存著ms的配置檔案,比如說opencv或者wincap的時候,像我一樣悲劇把配置搞亂的話,就重新改一下吧
<?xml version="1.0" encoding="utf-8"?>
$(vcinstalldir)bin;$(windowssdkdir)bin\netfx 4.0 tools;$(windowssdkdir)bin;$(vsinstalldir)common7\tools\bin;$(vsinstalldir)common7\tools;$(vsinstalldir)common7\ide;$(programfiles)\html help workshop;$(frameworksdkdir)\bin;$(msbuildtoolspath32);$(vsinstalldir);$(systemroot)\syswow64;$(fxcopdir);$(path);
$(includepath)
$(vcinstalldir)atlmfc\lib;$(vcinstalldir)lib
$(librarypath)
$(vcinstalldir)atlmfc\src\mfc;$(vcinstalldir)atlmfc\src\mfcm;$(vcinstalldir)atlmfc\src\atl;$(vcinstalldir)crt\src;
$(vcinstalldir)include;$(vcinstalldir)atlmfc\include;$(windowssdkdir)include;$(frameworksdkdir)\include;$(msbuildtoolspath32);$(vcinstalldir)atlmfc\lib;$(vcinstalldir)lib;
至於那個布局什麼的恢復預設的話,你就點
tools--import and export settings wizard---reset all settings!
困擾我不少時間了,今天ko了
VS2010預設屬性檔案配置
問題 在vs2010中,同乙個解決方案下有多個專案,都需要使用某乙個庫。如果專案比較多,或者編譯鏈結環境屬性變動頻繁,分別對專案進行配置就很麻煩。解決 在vs的配置檔案中統一配置屬性 裡面有microsoft.cpp.win32.user.props,和 microsoft.cpp.x64.user...
如何提高VS2010的效能,VS2010不再卡
教大家幾個技巧可以稍微讓你覺得它沒那麼卡!一 vs2010選項視覺體驗設定 工具 選項 環境 視覺體驗的勾選都去掉。不解釋,你懂得。不過還是建議開啟硬體加速 二 禁用intellisense 工具 選項 文字編輯器 c c 高階 禁用intellisense設為true 這個功能很好用。相較於vis...
VS2010 建立WindowsService服務
1.新建乙個windows 服務 2.新增installer 這一步很重要,在處理完你的業務邏輯後需要新增乙個installer才能是你的windows服務被安裝。在vs中新增installer 右鍵你的service服務,選擇view designer 再在view designer檢視中右鍵ad...