Skip to content

Commit

Permalink
ref: improve .projcs in APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermelinosp committed Dec 2, 2024
1 parent f22b891 commit cb9832d
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Inventories/Inventories.API/Inventories.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,20 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<Configuration>Release</Configuration>
<ConcurrentBuild>true</ConcurrentBuild>


<SelfContained>true</SelfContained>
<PublishAot>true</PublishAot>

<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>

<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
</PropertyGroup>

</Project>
12 changes: 12 additions & 0 deletions Orchestrators/Orchestrators.API/Orchestrators.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<Configuration>Release</Configuration>
<ConcurrentBuild>true</ConcurrentBuild>

<SelfContained>true</SelfContained>
<PublishAot>true</PublishAot>

<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>

<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
</PropertyGroup>

</Project>
12 changes: 12 additions & 0 deletions Orders/Orders.API/Orders.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<Configuration>Release</Configuration>
<ConcurrentBuild>true</ConcurrentBuild>

<SelfContained>true</SelfContained>
<PublishAot>true</PublishAot>

<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>

<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
</PropertyGroup>

</Project>
12 changes: 12 additions & 0 deletions Payments/Payments.API/Payments.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<Configuration>Release</Configuration>
<ConcurrentBuild>true</ConcurrentBuild>

<SelfContained>true</SelfContained>
<PublishAot>true</PublishAot>

<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>

<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
</PropertyGroup>

</Project>
12 changes: 12 additions & 0 deletions Stocks/Stocks.API/Stocks.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,19 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<Configuration>Release</Configuration>
<ConcurrentBuild>true</ConcurrentBuild>

<SelfContained>true</SelfContained>
<PublishAot>true</PublishAot>

<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>

<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
</PropertyGroup>

</Project>

0 comments on commit cb9832d

Please sign in to comment.