File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
src/System.CommandLine.DragonFruit/targets Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11<Project >
22
3- <PropertyGroup >
4- <MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
5- </PropertyGroup >
6-
7- <PropertyGroup Condition =" '$(DisableAutoGeneratedMain)' != 'true'" >
3+ <PropertyGroup Condition =" '$(AutoGenerateEntryPoint)' == 'true'" >
84 <!-- The location of the generated program file. -->
95 <_GeneratedEntryPointFile >$(IntermediateOutputPath)$(MSBuildProjectName).Program.g$(DefaultLanguageSourceExtension)</_GeneratedEntryPointFile >
106 </PropertyGroup >
117
128 <Target Name =" _GenerateRealEntryPointType"
139 BeforeTargets =" CoreCompile"
1410 DependsOnTargets =" PrepareForBuild;CoreGenerateDragonFruitProgramFile"
15- Condition =" '$(DisableAutoGeneratedMain )' ! = 'true'" >
11+ Condition =" '$(AutoGenerateEntryPoint )' = = 'true'" >
1612 <PropertyGroup >
1713 <StartupObject >AutoGeneratedProgram</StartupObject >
1814 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments