File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -132,3 +132,20 @@ function suite.allowUnsafeProperty_core()
132132 </PropertyGroup>
133133 ]]
134134end
135+
136+ function suite .project_element_configurations ()
137+ p .action .set (" vs2022" )
138+ dotnetframework " net8.0"
139+ prepareProjectProperties ()
140+
141+ configurations { " Debug" ," Release" ," Distribution" }
142+ test .capture [[
143+ <PropertyGroup>
144+ <OutputType>Exe</OutputType>
145+ <AppDesignerFolder>Properties</AppDesignerFolder>
146+ <TargetFramework>net8.0</TargetFramework>
147+ <Configurations>Debug;Release</Configurations>
148+ <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
149+ </PropertyGroup>
150+ ]]
151+ end
Original file line number Diff line number Diff line change 5252 dotnetbase .bindingRedirects ,
5353 dotnetbase .netcore .useWpf ,
5454 dotnetbase .csversion ,
55+ dotnetbase .projectConfigurations ,
5556 dotnetbase .netcore .enableDefaultCompileItems ,
5657 }
5758 else
You can’t perform that action at this time.
0 commit comments