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 1
1
<Project >
2
2
3
- <PropertyGroup Condition =" '$(DisableAutoGeneratedMain )' ! = 'true'" >
3
+ <PropertyGroup Condition =" '$(AutoGenerateEntryPoint )' = = 'true'" >
4
4
<!-- The location of the generated program file. -->
5
5
<_GeneratedEntryPointFile >$(IntermediateOutputPath)$(MSBuildProjectName).Program.g$(DefaultLanguageSourceExtension)</_GeneratedEntryPointFile >
6
6
</PropertyGroup >
7
7
8
8
<Target Name =" _GenerateRealEntryPointType"
9
9
BeforeTargets =" CoreCompile"
10
10
DependsOnTargets =" PrepareForBuild;CoreGenerateDragonFruitProgramFile"
11
- Condition =" '$(DisableAutoGeneratedMain )' ! = 'true'" >
11
+ Condition =" '$(AutoGenerateEntryPoint )' = = 'true'" >
12
12
<PropertyGroup >
13
13
<StartupObject >AutoGeneratedProgram</StartupObject >
14
14
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments