File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/System.CommandLine.DragonFruit/targets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
22
3- <PropertyGroup Condition =" '$(DisableAutoGeneratedMain )' ! = 'true'" >
3+ <PropertyGroup Condition =" '$(AutoGenerateEntryPoint )' = = 'true'" >
44 <!-- The location of the generated program file. -->
55 <_GeneratedEntryPointFile >$(IntermediateOutputPath)$(MSBuildProjectName).Program.g$(DefaultLanguageSourceExtension)</_GeneratedEntryPointFile >
66 </PropertyGroup >
77
88 <Target Name =" _GenerateRealEntryPointType"
99 BeforeTargets =" CoreCompile"
1010 DependsOnTargets =" PrepareForBuild;CoreGenerateDragonFruitProgramFile"
11- Condition =" '$(DisableAutoGeneratedMain )' ! = 'true'" >
11+ Condition =" '$(AutoGenerateEntryPoint )' = = 'true'" >
1212 <PropertyGroup >
1313 <StartupObject >AutoGeneratedProgram</StartupObject >
1414 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments