You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[UnrealVS] - enable warnings as errors
#review-17163679 @ben.marsh #rb ben.marsh [CL 17186213 by andrew firth in ue5-main branch]
This commit is contained in:
@@ -180,6 +180,7 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<NoWarn>MSB3277;NU1603</NoWarn>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
<Resource Include="Resources\BatchBuilderBackground.png" />
|
||||
<Resource Include="Resources\Icon.ico" />
|
||||
<Content Include="..\ReleaseNotes.txt">
|
||||
<Visible>false</Visible>
|
||||
<Visible>false</Visible>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
<IncludeInVSIX>true</IncludeInVSIX>
|
||||
</Content>
|
||||
@@ -190,6 +190,7 @@
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CopyVsixExtensionFiles>False</CopyVsixExtensionFiles>
|
||||
<NoWarn>MSB3277</NoWarn>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
</PropertyGroup>
|
||||
<Target Name="IncludeNuGetPackageReferences" AfterTargets="GetVsixSourceItems">
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user