Skip to content

Commit 787ed1c

Browse files
committed
Fixed: SPD Emulator Output Path
1 parent 23abd49 commit 787ed1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Emulator/SPD.File.Emulator/SPD.File.Emulator.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<LangVersion>10.0</LangVersion>
88
<Nullable>enable</Nullable>
99
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
10-
<OutputPath>$(RELOADEDIIMODS)/SPD.File.Emulator</OutputPath>
10+
<OutputPath>$(RELOADEDIIMODS)/reloaded.universal.fileemulationframework.spd</OutputPath>
1111
<Deterministic>true</Deterministic>
1212
<ImplicitUsings>enable</ImplicitUsings>
1313

@@ -26,7 +26,6 @@
2626
</ItemGroup>
2727

2828
<Import Project="Reloaded.Trimming.targets" />
29-
<Import Project="Reloaded.Checks.targets" />
3029

3130
<ItemGroup>
3231
<None Remove="ModConfig.json" />

0 commit comments

Comments
 (0)