File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 85
85
<Project Path =" src/Containers/packaging/package.csproj" />
86
86
</Folder >
87
87
<Folder Name =" /src/Layout/" >
88
+ <Project Path =" src/Layout/dnx/dnx.csproj" />
88
89
<Project Path =" src/Layout/finalizer/finalizer.csproj" />
89
90
<Project Path =" src/Layout/pkg/dotnet-sdk.proj" Type =" C#" />
90
91
<Project Path =" src/Layout/redist/redist.csproj" />
Original file line number Diff line number Diff line change
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
+ // The .NET Foundation licenses this file to you under the MIT license.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >$(SdkTargetFramework)</TargetFramework >
5
+ <OutputType >Exe</OutputType >
6
+ <PublishAot >true</PublishAot >
7
+ <ControlFlowGuard >Guard</ControlFlowGuard >
8
+ <UseSystemResourceKeys >true</UseSystemResourceKeys >
9
+ <SatelliteResourceLanguages >en-US</SatelliteResourceLanguages >
10
+ <OptimizationPreference >Size</OptimizationPreference >
11
+ <StackTraceSupport >false</StackTraceSupport >
12
+ <_IsPublishing >true</_IsPublishing >
13
+ </PropertyGroup >
14
+
15
+ <Target Name =" PublishOnBuild" AfterTargets =" Build" DependsOnTargets =" Publish" Condition =" '$(PublishAot)' == 'true'" />
16
+
17
+ </Project >
You can’t perform that action at this time.
0 commit comments