導航:首頁 > 編程知識 > 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編程源碼是哪個文件夾相關的資料

熱點內容
西安iPhone6升級內存 瀏覽:84
小學生的編程的課是學什麼的 瀏覽:114
就業下載什麼app 瀏覽:191
個人配置文件重定向到D盤 瀏覽:22
js屏幕寬度 瀏覽:312
sql查找某列重復資料庫 瀏覽:48
智行火車票用微信支付 瀏覽:262
網路定價過程哪些內容發生變化 瀏覽:200
dubbo服務提供者的配置文件 瀏覽:182
win8系統如何壓縮文件 瀏覽:875
網站怎麼上傳代碼 瀏覽:4
java日誌的好處 瀏覽:103
武漢奇米網路怎麼樣 瀏覽:689
筆記本如何恢復原來數據 瀏覽:76
charles怎麼抓取js 瀏覽:580
網路智豹破解版 瀏覽:424
pdf文件一鍵轉藍 瀏覽:563
2014yy釣魚網站源碼 瀏覽:835
華為p9應用程序在哪裡 瀏覽:106
36記app叫什麼 瀏覽:360

友情鏈接