導航:首頁 > 編程知識 > vs編程源碼是哪個文件夾

vs編程源碼是哪個文件夾

發布時間:2023-02-13 09:38:11

1. 請問Visual C++源代碼保存在哪裡就是說一打開就會全部項目出來之間可以運行的那種。

一般在 我的文檔 裡面,有一個和vs名字對應的文件夾,裡面的projects里就是了。你可以在vs裡面點打開,找到你要打開的項目的文件夾,裡面有一個文件,點擊可以直接打開該項目。

2. vs2022c#程序寫在哪個文件里

系統文件夾。vs2022c#程序是寫在系統文件里的,VisualStudio2022正式版,升級為64位,支持AI輔助編程。

3. .net已編譯的程序,怎麼能知道源碼在哪個文件里

首先確認兩點,第一,你沒改過程序的名字,第二,確定源碼在你能訪問的目錄下,保證這兩版點的權前提下再看下面的步驟。不能保證那麼就聽天由命吧。

  1. 用文本搜索工具(notepad++自帶),去你能確定的最小范圍的目錄下搜索"*.csproj"文件中"<AssemblyName>%程序名%</AssemblyName>"的文件。

  2. 找到後,去哪個目錄下,在同級或上級目錄找到"*.sln"文件。如果你安裝了VS,那麼雙擊它打開項目

4. vs2013 ultimate版本怎麼看MFC源碼

mfc.bsc是可以查看MFC源代碼的文件,其位置在MFC源代碼文件夾下,Visual Studio版本不一樣的話,位置也不一樣。
vc6.0位置:C:/Program Files/Microsoft Visual Studio/VC98/MFC/SRC/
vc2008sp1位置:D:/Program Files/Microsoft Visual Studio 9.0/VC/atlmfc/src/mfc
類似的位置搜索下就可以找得到,MSDN上有三種方法添加.bsc文件到工程,如下原文:
To open the .bsc file

* On the File menu, click Open and open the .bsc file.

The .bsc file will be available to all projects in the solution until you either reload the solution or delete the .bsc file from Solution Explorer or the Object Browser.

To attach the .bsc file to your project

1.In Solution Explorer, right-click the project node and click Add Existing Item on the shortcut menu.
2.Browse to the .bsc file and add it to your project.

The .bsc file will only be available in the project to which it is added. You can save the project so that the .bsc file will be available the next time that you open the project. You can delete the .bsc file from Solution Explorer

To add the .bsc file to the Object Browser

*In the Object Browser, click the Customize button and browse to the desired .bsc file.

When you add .bsc files to the Object Browser with the Customize button, the files are available to all projects in any solution that you open. This setting will persist across Visual Studio sessions.

The .bsc file that is referenced in each method will then appear in the Object Browser.
這里介紹第三種方法,單擊「視圖」→「對象瀏覽器」,在彈出的「對象瀏覽器」面板上「瀏覽」→「編輯自定義組件集」→「瀏覽」→「文件類型」→「源瀏覽器文件(*.bsc)」,然後在MFC源代碼文件夾下選擇mfc.bsc→「添加」→「確定.

5. vs一般代碼頁在哪個文件夾

在項目上點擊右鍵選擇在文件瀏覽器中查看

6. vs保存的代碼在哪個文件

Visual Studio 2005開始,有一個不錯的功能,讓我們在編程過程中能夠增加不少方便。那就是工具箱的代碼片段粘貼。隨意選擇一段代碼,然後展開工具箱,然後粘貼即可。你會看到如下的效果

但是這些代碼到底保存到什麼地方呢?
一般存放在
$SYSTEMDISK:\Documents and Settings\$UserName\Local Settings\Application Data\Microsoft\VisualStudio\$Version 目錄下的toolbox.tbd文件中 【可以把這個文件備份起來,然後以後重新裝的話,就可以直接拿過來用】
$SYSTEMDISK 是指你的系統盤
$UserName 是指你的用戶名
$Version 是指當前Visual Studio的版本,例如vs2005即為 8.0,而vs2008即為9.0
例如,我的這個文件存放在
C:\Documents and Settings\ChenXizhang\Local Settings\Application Data\Microsoft\VisualStudio\9.0

閱讀全文

與vs編程源碼是哪個文件夾相關的資料

熱點內容
word刪除章節附註分隔符 瀏覽:773
公告質疑需要哪些文件 瀏覽:608
資料庫模型是干什麼的 瀏覽:404
win10的驅動怎麼安裝驅動 瀏覽:320
word文件水印怎麼取消 瀏覽:443
rhel6的鏡像文件在哪裡下載 瀏覽:571
成功正能量微信頭像 瀏覽:848
wps表格如何恢復數據 瀏覽:264
linuxc靜態庫創建 瀏覽:838
u盤有微信文件但微信恢復不了 瀏覽:585
蘋果的網站數據是什麼 瀏覽:22
ps滾字教程 瀏覽:237
win7網路鄰居如何保存ftp 瀏覽:186
安卓客戶端代理伺服器 瀏覽:572
編程用蘋果 瀏覽:659
51虛擬機的文件管理在哪裡 瀏覽:13
win10系統有沒有便簽 瀏覽:722
java引用傳遞和值傳遞 瀏覽:109
oracle下載安裝教程 瀏覽:854
php篩選資料庫 瀏覽:830

友情鏈接