Skip to content

Commit b12d4c8

Browse files
committed
Convert miscellaneous files article
1 parent 93128df commit b12d4c8

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "docs/ide/reference/miscellaneous-files.md",
5+
"redirect_url": "/visualstudio/ide/miscellaneous-files",
6+
"redirect_document_id": false
7+
},
38
{
49
"source_path": "docs/ide/reference/autorecover-environment-options-dialog-box.md",
510
"redirect_url": "/visualstudio/ide/autorecover-environment-options-dialog-box",

docs/ide/reference/miscellaneous-files.md renamed to docs/ide/miscellaneous-files.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Miscellaneous files
2+
title: Work with miscellaneous files
33
description: Learn how to work on files that are not included in a Visual Studio project or solution.
4-
ms.date: 11/04/2016
4+
ms.date: 8/7/2025
55
ms.topic: reference
66
f1_keywords:
77
- VS.newfile
@@ -19,13 +19,13 @@ ms.author: meghaanand
1919
manager: mijacobs
2020
ms.subservice: general-ide
2121
---
22-
# Miscellaneous files
22+
# Work with miscellaneous files
2323

2424
You might want to use the Visual Studio editor to work on files independently from a project or solution. While you have a solution open, you can open and modify files without adding them to a solution or to a project. Files you want to work with independently are called miscellaneous files. Miscellaneous files are external to solutions and projects, are not included in builds, and cannot be included with a solution under source control.
2525

2626
Opening files independently from a project or solution is useful for a variety of reasons. You might have a file that you want to view while developing a project-based solution but that's not integral to the solution's development. Common examples include development notes or instructions, database schema, and code clips. In addition, you might want to create a stand-alone file.
2727

28-
![Solutions Projects](../../ide/reference/media/projects_solutions_misc.gif)
28+
![Solutions Projects](../ide/media/projects_solutions_misc.gif)
2929

3030
Solution Explorer can display a **Miscellaneous Files** folder for the files if the options for the folder are enabled. The options can be set from the [Documents, Environment, Options Dialog Box](../../ide/reference/documents-environment-options-dialog-box.md). After you close a miscellaneous file, it is not associated with any particular solution or project unless an option is enabled for that as well.
3131

docs/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@
287287
href: ide/visual-studio-ide-64-bit-support.md
288288
- name: Set AutoRecover options
289289
href: ide/autorecover-environment-options-dialog-box.md
290+
- name: Work with miscellaneous files
291+
href: ide/miscellaneous-files.md
290292
- name: Develop without projects or solutions
291293
items:
292294
- name: 'How to: Develop without a project'
@@ -910,8 +912,6 @@
910912
href: ide/reference/error-list-window.md
911913
- name: Paste JSON or XML as classes
912914
href: ide/reference/paste-json-xml.md
913-
- name: Miscellaneous files
914-
href: ide/reference/miscellaneous-files.md
915915
- name: Options
916916
items:
917917
- name: Environment

0 commit comments

Comments
 (0)