Skip to content

Commit 68dc2cd

Browse files
committed
Update OTAPI.Server.Launcher.csproj
1 parent c65de27 commit 68dc2cd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

OTAPI.Server.Launcher/OTAPI.Server.Launcher.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@
3535

3636
<ItemGroup>
3737
<Reference Include="OTAPI">
38-
<HintPath>..\OTAPI.Patcher\bin\$(Configuration)\$(TargetFramework)\OTAPI.dll</HintPath>
38+
<HintPath>../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/OTAPI.dll</HintPath>
3939
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
4040
</Reference>
4141
<Reference Include="OTAPI.Runtime">
42-
<HintPath>..\OTAPI.Patcher\bin\$(Configuration)\$(TargetFramework)\OTAPI.Runtime.dll</HintPath>
42+
<HintPath>../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/OTAPI.Runtime.dll</HintPath>
4343
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
4444
</Reference>
4545
</ItemGroup>
4646

47-
<Import Condition="Exists('..\OTAPI.Patcher\bin\$(Configuration)\$(TargetFramework)\AutoGenerated.target')" Project="..\OTAPI.Patcher\bin\$(Configuration)\$(TargetFramework)\AutoGenerated.target" />
47+
<Import Condition="Exists('../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/AutoGenerated.target')" Project="../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/AutoGenerated.target" />
4848

4949
<ItemGroup>
50-
<ProjectReference Include="..\examples\RuntimeExample.Server\RuntimeExample.Server.csproj" />
50+
<ProjectReference Include="../examples/RuntimeExample.Server/RuntimeExample.Server.csproj" />
5151
</ItemGroup>
5252

53-
<ItemGroup Condition="Exists('..\OTAPI.Patcher\bin\$(Configuration)\$(TargetFramework)\tModLoader')">
54-
<Content Include="..\OTAPI.Patcher\bin\$(Configuration)\$(TargetFramework)\tModLoader\**\*.*">
53+
<ItemGroup Condition="Exists('../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader')">
54+
<Content Include="../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader/***.*">
5555
<Link>tModLoader\%(RecursiveDir)%(Filename)%(Extension)</Link>
5656
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5757
</Content>
5858
</ItemGroup>
59-
<PropertyGroup Condition="Exists('..\OTAPI.Patcher\bin\$(Configuration)\$(TargetFramework)\tModLoader')">
59+
<PropertyGroup Condition="Exists('../OTAPI.Patcher/bin/$(Configuration)/$(TargetFramework)/tModLoader')">
6060
<DefineConstants>$(DefineConstants);TML</DefineConstants>
6161
</PropertyGroup>
6262

0 commit comments

Comments
 (0)