Skip to content

Commit

Permalink
sdffs
Browse files Browse the repository at this point in the history
  • Loading branch information
teinarss committed Nov 30, 2023
1 parent cded192 commit a034f7a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion OpenRA.Utility/OpenRA.Utility.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj" />
<ProjectReference Include="..\OpenRA.SourceGenerators\OpenRA.SourceGenerators.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="mscorlib" />
Expand Down
1 change: 0 additions & 1 deletion OpenRA.Utility/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ static void Main(string[] args)

static void Run(string[] args)
{
Console.WriteLine(GeneratedCode.GeneratedMessage);
var engineDir = Environment.GetEnvironmentVariable("ENGINE_DIR");
if (!string.IsNullOrEmpty(engineDir))
Platform.OverrideEngineDir(engineDir);
Expand Down

0 comments on commit a034f7a

Please sign in to comment.