Skip to content

Commit

Permalink
Fixed the resource file not loading correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dakkhuza committed Feb 4, 2021
1 parent c043cbc commit 1f31f56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion MTFO/ConfigStrings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions MTFO/MTFO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="Components\HotReloader.cs" />
<Compile Include="ConfigStrings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ConfigStrings.resx</DependentUpon>
</Compile>
<Compile Include="Custom\FogRepellerConfig.cs" />
<Compile Include="Custom\Glowsticks.cs" />
<Compile Include="Custom\Scans.cs" />
Expand All @@ -48,11 +53,6 @@
<Compile Include="Patches\Patch_PuzzleManager.cs" />
<Compile Include="Patches\Patch_Glowstick.cs" />
<Compile Include="Patches\Patch_RundownTierMarker.cs" />
<Compile Include="ConfigStrings.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>ConfigStrings.resx</DependentUpon>
</Compile>
<Compile Include="Utilities\Extensions.cs" />
<Compile Include="Utilities\Log.cs" />
<Compile Include="Utilities\PathUtil.cs" />
Expand Down

0 comments on commit 1f31f56

Please sign in to comment.