File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
src/System.CommandLine.Tests/TestApps/NativeAOT Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- <PropertyGroup >
4
- <OutputType >Exe</OutputType >
5
- <TargetFramework >$(TargetFrameworkForNETSDK)</TargetFramework >
6
- <!-- producing more detailed log output -->
7
- <TrimmerSingleWarn >false</TrimmerSingleWarn >
8
- <PublishAot >true</PublishAot >
9
- </PropertyGroup >
10
2
11
- <PropertyGroup >
12
- <SystemCommandLineDllPath Condition =" '$(SystemCommandLineDllPath)'==''" >..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll</SystemCommandLineDllPath >
13
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <OutputType >Exe</OutputType >
5
+ <TargetFramework >$(TargetFrameworkForNETSDK)</TargetFramework >
6
+ <!-- producing more detailed log output -->
7
+ <TrimmerSingleWarn >false</TrimmerSingleWarn >
8
+ <PublishAot >true</PublishAot >
9
+ <ControlFlowGuard >Guard</ControlFlowGuard >
10
+ </PropertyGroup >
14
11
15
- <ItemGroup >
16
- <Reference Include =" SystemCommandLineDll" >
17
- <HintPath >$(SystemCommandLineDllPath)</HintPath >
18
- </Reference >
19
- </ItemGroup >
12
+ <PropertyGroup >
13
+ <SystemCommandLineDllPath Condition =" '$(SystemCommandLineDllPath)'==''" >..\..\..\System.CommandLine\bin\Release\$(TargetFrameworkForNETSDK)\System.CommandLine.dll</SystemCommandLineDllPath >
14
+ </PropertyGroup >
15
+
16
+ <ItemGroup >
17
+ <Reference Include =" SystemCommandLineDll" >
18
+ <HintPath >$(SystemCommandLineDllPath)</HintPath >
19
+ </Reference >
20
+ </ItemGroup >
20
21
21
22
</Project >
You can’t perform that action at this time.
0 commit comments