Skip to content

Commit 8fedaa9

Browse files
authored
Add blockquotes for warning messages in range [PRJ0018, PRJ0049]
1 parent d16f4c6 commit 8fedaa9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/error-messages/tool-errors/project-build-warning-prj0018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 1a3d9e40-6a35-4a74-b6ba-8079f7a82217
88
---
99
# Project Build Warning PRJ0018
1010

11-
The following environment variables were not found:
11+
> The following environment variables were not found:
1212
1313
An environment variable is not defined. This error lists the environment variables that were not defined.
1414

docs/error-messages/tool-errors/project-build-warning-prj0029.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: f02c09c6-09f3-4d44-8cd4-9a25336be1ea
88
---
99
# Project Build Warning PRJ0029
1010

11-
The 'Outputs' property for the project-level custom build step is not set. The custom build step will be skipped.
11+
> The 'Outputs' property for the project-level custom build step is not set. The custom build step will be skipped.
1212
1313
A custom build step was not executed because no output was specified.
1414

docs/error-messages/tool-errors/project-build-warning-prj0041.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: dc9f4cf9-6bd5-4222-89e8-7802a59bb96b
88
---
99
# Project Build Warning PRJ0041
1010

11-
Cannot find missing dependency 'dependency' for file 'file'. Your project may still build, but may continue to appear out of date until this file is found.
11+
> Cannot find missing dependency 'dependency' for file 'file'. Your project may still build, but may continue to appear out of date until this file is found.
1212
1313
A file (resource file or .idl/.odl file, for example, contained an include statement that the project system could not resolve.
1414

docs/error-messages/tool-errors/project-build-warning-prj0049.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: 8b38afa1-e080-4efd-ae89-776cfd044413
77
---
88
# Project Build Warning PRJ0049
99

10-
Referenced target '\<Reference>' requires .NET Framework \<MinFrameworkVersion> and will fail to run on this project's target framework
10+
> Referenced target '\<Reference>' requires .NET Framework \<MinFrameworkVersion> and will fail to run on this project's target framework
1111
1212
Applications created by using Visual Studio 2008 can specify which version of the .NET Framework they should target. If you add a reference to an assembly or project that depends on a version of the .NET Framework that is later than the targeted version, you will get this warning at compile time.
1313

0 commit comments

Comments
 (0)