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