File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <Import Project =" common_target_common.props" />
33 <PropertyGroup >
4- <StockSharpTargets Condition =" '$(StockSharpTargets)' == ''" >$(NetOldTfm);$( NetTfm)</StockSharpTargets >
4+ <StockSharpTargets Condition =" '$(StockSharpTargets)' == ''" >$(NetTfm)</StockSharpTargets >
55 <TargetFrameworks >$(StockSharpTargets)</TargetFrameworks >
66
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 11<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
22 <Import Project =" common_target_common.props" />
33 <PropertyGroup >
4- <StockSharpTargets Condition =" '$(StockSharpTargets)' == ''" >$(NetOldTfm)-windows;$( NetTfm)-windows</StockSharpTargets >
4+ <StockSharpTargets Condition =" '$(StockSharpTargets)' == ''" >$(NetTfm)-windows</StockSharpTargets >
55 <TargetFrameworks >$(StockSharpTargets)</TargetFrameworks >
66 </PropertyGroup >
77</Project >
Original file line number Diff line number Diff line change 22 <Import Project =" common_target_net.props" />
33 <PropertyGroup >
44 <GenerateDocumentationFile >false</GenerateDocumentationFile >
5- <TargetFrameworks >$(NetOldTfm);$( NetTfm)</TargetFrameworks >
5+ <TargetFrameworks >$(NetTfm)</TargetFrameworks >
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
You can’t perform that action at this time.
0 commit comments