Skip to content

Commit 087364a

Browse files
authored
Merge pull request #5770 from Rageking8/structure-warning-references-in-range-prj0018-prj0049
Structure warning references in range [PRJ0018, PRJ0049]
2 parents 7b47b3d + e1d0559 commit 087364a

File tree

5 files changed

+25
-19
lines changed

5 files changed

+25
-19
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
description: "Learn more about: Project Build Warning PRJ0018"
32
title: "Project Build Warning PRJ0018"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Project Build Warning PRJ0018"
4+
ms.date: 11/04/2016
55
f1_keywords: ["PRJ0018"]
66
helpviewer_keywords: ["PRJ0018"]
7-
ms.assetid: 1a3d9e40-6a35-4a74-b6ba-8079f7a82217
87
---
98
# Project Build Warning PRJ0018
109

11-
The following environment variables were not found:
10+
> The following environment variables were not found:
11+
12+
## Remarks
1213

1314
An environment variable is not defined. This error lists the environment variables that were not defined.
1415

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
description: "Learn more about: Project Build Warning PRJ0029"
32
title: "Project Build Warning PRJ0029"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Project Build Warning PRJ0029"
4+
ms.date: 11/04/2016
55
f1_keywords: ["PRJ0029"]
66
helpviewer_keywords: ["PRJ0029"]
7-
ms.assetid: f02c09c6-09f3-4d44-8cd4-9a25336be1ea
87
---
98
# Project Build Warning PRJ0029
109

11-
The 'Outputs' property for the project-level custom build step is not set. The custom build step will be skipped.
10+
> The 'Outputs' property for the project-level custom build step is not set. The custom build step will be skipped.
11+
12+
## Remarks
1213

1314
A custom build step was not executed because no output was specified.
1415

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
description: "Learn more about: Project Build Warning PRJ0041"
32
title: "Project Build Warning PRJ0041"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Project Build Warning PRJ0041"
4+
ms.date: 11/04/2016
55
f1_keywords: ["PRJ0041"]
66
helpviewer_keywords: ["PRJ0041"]
7-
ms.assetid: dc9f4cf9-6bd5-4222-89e8-7802a59bb96b
87
---
98
# Project Build Warning PRJ0041
109

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.
10+
> 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+
12+
## Remarks
1213

1314
A file (resource file or .idl/.odl file, for example, contained an include statement that the project system could not resolve.
1415

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
description: "Learn more about: Project Build Warning PRJ0042"
32
title: "Project Build Warning PRJ0042"
4-
ms.date: "08/27/2018"
3+
description: "Learn more about: Project Build Warning PRJ0042"
4+
ms.date: 08/27/2018
55
f1_keywords: ["PRJ0042"]
66
helpviewer_keywords: ["PRJ0042"]
7-
ms.assetid: 682c9999-6f85-409f-b102-00c93243f74f
87
---
98
# Project Build Warning PRJ0042
109

1110
> The 'Outputs' property for the custom build step for file '*file*' is not set. The custom build step will be skipped.
1211
12+
## Remarks
13+
1314
A custom build step was not executed because no output was specified.
1415

1516
To resolve this error, do one the following:

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
2-
description: "Learn more about: Project Build Warning PRJ0049"
32
title: "Project Build Warning PRJ0049"
4-
ms.date: "11/04/2016"
3+
description: "Learn more about: Project Build Warning PRJ0049"
4+
ms.date: 11/04/2016
5+
f1_keywords: ["PRJ0049"]
56
helpviewer_keywords: ["PRJ0049"]
6-
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
11+
12+
## Remarks
1113

1214
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.
1315

0 commit comments

Comments
 (0)