Skip to content

Commit

Permalink
Issue OpenRA#221 Add "Mentat" Button
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniysergeev committed Jun 11, 2022
1 parent 4837e48 commit f3527e6
Show file tree
Hide file tree
Showing 6 changed files with 542 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"search.useIgnoreFiles": false
}
4 changes: 2 additions & 2 deletions OpenRA.Mods.D2/OpenRA.Mods.D2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net472</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<LangVersion>5</LangVersion>
<LangVersion>7</LangVersion>
<DebugSymbols>true</DebugSymbols>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<OutputPath>../mods/d2</OutputPath>
Expand Down Expand Up @@ -40,4 +40,4 @@
<Analyzer Remove="@(Analyzer)" />
</ItemGroup>
</Target>
</Project>
</Project>
Loading

0 comments on commit f3527e6

Please sign in to comment.