From 177b62872053a8b34e3f49ffc8a34387e0019027 Mon Sep 17 00:00:00 2001 From: pinzart Date: Mon, 14 Nov 2022 15:25:11 -0500 Subject: [PATCH 1/3] update --- src/DynamoCore/DynamoCore.csproj | 10 ++++++++-- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 5 ++++- src/DynamoManipulation/DynamoManipulation.csproj | 5 ++++- src/Libraries/Analysis/Analysis.csproj | 5 ++++- src/Libraries/CoreNodes/CoreNodes.csproj | 5 ++++- src/Libraries/GeometryColor/GeometryColor.csproj | 5 ++++- src/Libraries/GeometryUI/GeometryUI.csproj | 5 ++++- src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | 5 ++++- src/Libraries/Tesellation/Tessellation.csproj | 5 ++++- .../NodeDocumentationMarkdownGenerator.csproj | 5 ++++- test/Libraries/AnalysisTests/AnalysisTests.csproj | 5 ++++- test/Libraries/CoreNodesTests/CoreNodesTests.csproj | 5 ++++- .../DynamoPythonTests/DynamoPythonTests.csproj | 5 ++++- .../GeometryColorTests/GeometryColorTests.csproj | 5 ++++- test/Libraries/IronPythonTests/IronPythonTests.csproj | 5 ++++- test/Libraries/TestServices/TestServices.csproj | 5 ++++- test/Libraries/WorkflowTests/WorkflowTests.csproj | 5 ++++- 17 files changed, 72 insertions(+), 18 deletions(-) diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index ff651156a8b..3f8eeac4b41 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -23,8 +23,14 @@ - - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index f554cbfeb35..6225aec8a89 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -69,7 +69,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index 74faaa640e9..e22b4a67f62 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -50,7 +50,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 6cdc3bdb0db..31448475d1c 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -15,7 +15,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + {7858fa8c-475f-4b8e-b468-1f8200778cf8} DynamoCore diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index 8e0cf5963e6..5658fdd3615 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -17,7 +17,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + runtime diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index 69de8e6fdc5..1bf40f35c2b 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -11,7 +11,10 @@ $(OutputPath)\$(UICulture)\GeometryColor.xml - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index 3a94911913e..585fc0c67e0 100644 --- a/src/Libraries/GeometryUI/GeometryUI.csproj +++ b/src/Libraries/GeometryUI/GeometryUI.csproj @@ -17,7 +17,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj index 3e8dc97f526..89cf1f3ac22 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -17,7 +17,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index d668986fe25..edfe2b2617a 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -11,7 +11,10 @@ $(OutputPath)\$(UICulture)\Tessellation.XML - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index 5a85d137ede..fd329539f67 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -12,7 +12,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index 2e69222e3c6..abe9fef3bec 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -11,7 +11,10 @@ - + + all + compile; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj index 07371e2d670..741d4a2c36a 100644 --- a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj +++ b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj @@ -14,7 +14,10 @@ - + + all + compile; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index 6b2639ab0ec..eb90f310f5e 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -14,7 +14,10 @@ - + + all + compile; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index 9a29f6b9e82..3dbf127e6cc 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -11,7 +11,10 @@ - + + all + compile; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Libraries/IronPythonTests/IronPythonTests.csproj b/test/Libraries/IronPythonTests/IronPythonTests.csproj index fc04ccf82dc..55aa86d83c1 100644 --- a/test/Libraries/IronPythonTests/IronPythonTests.csproj +++ b/test/Libraries/IronPythonTests/IronPythonTests.csproj @@ -14,7 +14,10 @@ - + + all + compile; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index b132dabb9f8..b53578d7d94 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -11,7 +11,10 @@ - + + all + compile; build; native; contentfiles; analyzers; buildtransitive + diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index f4980b36261..0cfcc6a0367 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -11,7 +11,10 @@ - + + all + compile; build; native; contentfiles; analyzers; buildtransitive + From 9cea8036e45b7220421ac8cf893c3d5ed931ff7c Mon Sep 17 00:00:00 2001 From: pinzart Date: Mon, 14 Nov 2022 15:30:57 -0500 Subject: [PATCH 2/3] Revert "update" This reverts commit 177b62872053a8b34e3f49ffc8a34387e0019027. --- src/DynamoCore/DynamoCore.csproj | 10 ++-------- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 5 +---- src/DynamoManipulation/DynamoManipulation.csproj | 5 +---- src/Libraries/Analysis/Analysis.csproj | 5 +---- src/Libraries/CoreNodes/CoreNodes.csproj | 5 +---- src/Libraries/GeometryColor/GeometryColor.csproj | 5 +---- src/Libraries/GeometryUI/GeometryUI.csproj | 5 +---- src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | 5 +---- src/Libraries/Tesellation/Tessellation.csproj | 5 +---- .../NodeDocumentationMarkdownGenerator.csproj | 5 +---- test/Libraries/AnalysisTests/AnalysisTests.csproj | 5 +---- test/Libraries/CoreNodesTests/CoreNodesTests.csproj | 5 +---- .../DynamoPythonTests/DynamoPythonTests.csproj | 5 +---- .../GeometryColorTests/GeometryColorTests.csproj | 5 +---- test/Libraries/IronPythonTests/IronPythonTests.csproj | 5 +---- test/Libraries/TestServices/TestServices.csproj | 5 +---- test/Libraries/WorkflowTests/WorkflowTests.csproj | 5 +---- 17 files changed, 18 insertions(+), 72 deletions(-) diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index 3f8eeac4b41..ff651156a8b 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -23,14 +23,8 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index 6225aec8a89..f554cbfeb35 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -69,10 +69,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index e22b4a67f62..74faaa640e9 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -50,10 +50,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 31448475d1c..6cdc3bdb0db 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -15,10 +15,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + {7858fa8c-475f-4b8e-b468-1f8200778cf8} DynamoCore diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index 5658fdd3615..8e0cf5963e6 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -17,10 +17,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index 1bf40f35c2b..69de8e6fdc5 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -11,10 +11,7 @@ $(OutputPath)\$(UICulture)\GeometryColor.xml - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index 585fc0c67e0..3a94911913e 100644 --- a/src/Libraries/GeometryUI/GeometryUI.csproj +++ b/src/Libraries/GeometryUI/GeometryUI.csproj @@ -17,10 +17,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj index 89cf1f3ac22..3e8dc97f526 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -17,10 +17,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index edfe2b2617a..d668986fe25 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -11,10 +11,7 @@ $(OutputPath)\$(UICulture)\Tessellation.XML - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index fd329539f67..5a85d137ede 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -12,10 +12,7 @@ - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index abe9fef3bec..2e69222e3c6 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -11,10 +11,7 @@ - - all - compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj index 741d4a2c36a..07371e2d670 100644 --- a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj +++ b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj @@ -14,10 +14,7 @@ - - all - compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index eb90f310f5e..6b2639ab0ec 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -14,10 +14,7 @@ - - all - compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index 3dbf127e6cc..9a29f6b9e82 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -11,10 +11,7 @@ - - all - compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Libraries/IronPythonTests/IronPythonTests.csproj b/test/Libraries/IronPythonTests/IronPythonTests.csproj index 55aa86d83c1..fc04ccf82dc 100644 --- a/test/Libraries/IronPythonTests/IronPythonTests.csproj +++ b/test/Libraries/IronPythonTests/IronPythonTests.csproj @@ -14,10 +14,7 @@ - - all - compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index b53578d7d94..b132dabb9f8 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -11,10 +11,7 @@ - - all - compile; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index 0cfcc6a0367..f4980b36261 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -11,10 +11,7 @@ - - all - compile; build; native; contentfiles; analyzers; buildtransitive - + From d43b9856852c4095eba611fcf397f6273032e18e Mon Sep 17 00:00:00 2001 From: pinzart Date: Mon, 14 Nov 2022 15:35:10 -0500 Subject: [PATCH 3/3] update --- src/DynamoCore/DynamoCore.csproj | 4 ++-- src/DynamoCoreWpf/DynamoCoreWpf.csproj | 2 +- src/DynamoManipulation/DynamoManipulation.csproj | 4 ++-- src/Libraries/Analysis/Analysis.csproj | 2 +- src/Libraries/CoreNodes/CoreNodes.csproj | 2 +- src/Libraries/GeometryColor/GeometryColor.csproj | 2 +- src/Libraries/GeometryUI/GeometryUI.csproj | 2 +- src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj | 2 +- src/Libraries/Tesellation/Tessellation.csproj | 2 +- .../NodeDocumentationMarkdownGenerator.csproj | 2 +- test/Libraries/AnalysisTests/AnalysisTests.csproj | 2 +- test/Libraries/CoreNodesTests/CoreNodesTests.csproj | 2 +- test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj | 4 ++-- test/Libraries/GeometryColorTests/GeometryColorTests.csproj | 2 +- test/Libraries/IronPythonTests/IronPythonTests.csproj | 2 +- test/Libraries/TestServices/TestServices.csproj | 2 +- test/Libraries/WorkflowTests/WorkflowTests.csproj | 2 +- 17 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/DynamoCore/DynamoCore.csproj b/src/DynamoCore/DynamoCore.csproj index ff651156a8b..a0ede6a06f1 100644 --- a/src/DynamoCore/DynamoCore.csproj +++ b/src/DynamoCore/DynamoCore.csproj @@ -23,8 +23,8 @@ - - + + diff --git a/src/DynamoCoreWpf/DynamoCoreWpf.csproj b/src/DynamoCoreWpf/DynamoCoreWpf.csproj index f554cbfeb35..bdb957f6449 100644 --- a/src/DynamoCoreWpf/DynamoCoreWpf.csproj +++ b/src/DynamoCoreWpf/DynamoCoreWpf.csproj @@ -69,7 +69,7 @@ - + diff --git a/src/DynamoManipulation/DynamoManipulation.csproj b/src/DynamoManipulation/DynamoManipulation.csproj index 74faaa640e9..c7f81a0a134 100644 --- a/src/DynamoManipulation/DynamoManipulation.csproj +++ b/src/DynamoManipulation/DynamoManipulation.csproj @@ -1,4 +1,4 @@ - + @@ -50,7 +50,7 @@ - + diff --git a/src/Libraries/Analysis/Analysis.csproj b/src/Libraries/Analysis/Analysis.csproj index 6cdc3bdb0db..621f402bccd 100644 --- a/src/Libraries/Analysis/Analysis.csproj +++ b/src/Libraries/Analysis/Analysis.csproj @@ -15,7 +15,7 @@ - + {7858fa8c-475f-4b8e-b468-1f8200778cf8} DynamoCore diff --git a/src/Libraries/CoreNodes/CoreNodes.csproj b/src/Libraries/CoreNodes/CoreNodes.csproj index 8e0cf5963e6..b7fc21eaca4 100644 --- a/src/Libraries/CoreNodes/CoreNodes.csproj +++ b/src/Libraries/CoreNodes/CoreNodes.csproj @@ -17,7 +17,7 @@ - + runtime diff --git a/src/Libraries/GeometryColor/GeometryColor.csproj b/src/Libraries/GeometryColor/GeometryColor.csproj index 69de8e6fdc5..6e69e54cfd3 100644 --- a/src/Libraries/GeometryColor/GeometryColor.csproj +++ b/src/Libraries/GeometryColor/GeometryColor.csproj @@ -11,7 +11,7 @@ $(OutputPath)\$(UICulture)\GeometryColor.xml - + diff --git a/src/Libraries/GeometryUI/GeometryUI.csproj b/src/Libraries/GeometryUI/GeometryUI.csproj index 3a94911913e..20a5622c4e6 100644 --- a/src/Libraries/GeometryUI/GeometryUI.csproj +++ b/src/Libraries/GeometryUI/GeometryUI.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj index 3e8dc97f526..45fd5caaea0 100644 --- a/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj +++ b/src/Libraries/GeometryUIWpf/GeometryUIWpf.csproj @@ -17,7 +17,7 @@ - + diff --git a/src/Libraries/Tesellation/Tessellation.csproj b/src/Libraries/Tesellation/Tessellation.csproj index d668986fe25..9b4166d71bd 100644 --- a/src/Libraries/Tesellation/Tessellation.csproj +++ b/src/Libraries/Tesellation/Tessellation.csproj @@ -11,7 +11,7 @@ $(OutputPath)\$(UICulture)\Tessellation.XML - + diff --git a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj index 5a85d137ede..5cdfd574d8d 100644 --- a/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj +++ b/src/Tools/NodeDocumentationMarkdownGenerator/NodeDocumentationMarkdownGenerator.csproj @@ -12,7 +12,7 @@ - + diff --git a/test/Libraries/AnalysisTests/AnalysisTests.csproj b/test/Libraries/AnalysisTests/AnalysisTests.csproj index 2e69222e3c6..b225011c9d0 100644 --- a/test/Libraries/AnalysisTests/AnalysisTests.csproj +++ b/test/Libraries/AnalysisTests/AnalysisTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj index 07371e2d670..38ea025751e 100644 --- a/test/Libraries/CoreNodesTests/CoreNodesTests.csproj +++ b/test/Libraries/CoreNodesTests/CoreNodesTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj index 6b2639ab0ec..7acc14590c3 100644 --- a/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj +++ b/test/Libraries/DynamoPythonTests/DynamoPythonTests.csproj @@ -1,4 +1,4 @@ - + @@ -14,7 +14,7 @@ - + diff --git a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj index 9a29f6b9e82..5b021f2bb7b 100644 --- a/test/Libraries/GeometryColorTests/GeometryColorTests.csproj +++ b/test/Libraries/GeometryColorTests/GeometryColorTests.csproj @@ -11,7 +11,7 @@ - + diff --git a/test/Libraries/IronPythonTests/IronPythonTests.csproj b/test/Libraries/IronPythonTests/IronPythonTests.csproj index fc04ccf82dc..6dfd22d619e 100644 --- a/test/Libraries/IronPythonTests/IronPythonTests.csproj +++ b/test/Libraries/IronPythonTests/IronPythonTests.csproj @@ -14,7 +14,7 @@ - + diff --git a/test/Libraries/TestServices/TestServices.csproj b/test/Libraries/TestServices/TestServices.csproj index b132dabb9f8..08f43efa32c 100644 --- a/test/Libraries/TestServices/TestServices.csproj +++ b/test/Libraries/TestServices/TestServices.csproj @@ -11,7 +11,7 @@ - + diff --git a/test/Libraries/WorkflowTests/WorkflowTests.csproj b/test/Libraries/WorkflowTests/WorkflowTests.csproj index f4980b36261..becd054b648 100644 --- a/test/Libraries/WorkflowTests/WorkflowTests.csproj +++ b/test/Libraries/WorkflowTests/WorkflowTests.csproj @@ -11,7 +11,7 @@ - +