Skip to content

Commit 074e45a

Browse files
committed
Improve project script intellisense on linux
1 parent 5ab590a commit 074e45a

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

OTAPI.Scripts/OTAPI.Scripts.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
<Import Condition="Exists('..\OTAPI.Patcher\bin\Debug\net9.0\AutoGenerated.target')" Project="..\OTAPI.Patcher\bin\Debug\net9.0\AutoGenerated.target" />
1111
<Import Condition="Exists('..\OTAPI.Client.Launcher\bin\Debug\net9.0\AutoGenerated.target')" Project="..\OTAPI.Client.Launcher\bin\Debug\net9.0\AutoGenerated.target" />
1212
<ItemGroup>
13-
<Reference Include="OTAPI" Condition="Exists('..\OTAPI.Patcher\bin\Debug\net9.0\OTAPI.exe')">
14-
<HintPath>..\OTAPI.Patcher\bin\Debug\net9.0\OTAPI.exe</HintPath>
13+
<Reference Include="OTAPI" Condition="Exists('../OTAPI.Patcher/bin/Debug/net9.0/OTAPI.exe')">
14+
<HintPath>../OTAPI.Patcher/bin/Debug/net9.0/OTAPI.exe</HintPath>
1515
</Reference>
16-
<Reference Include="OTAPI" Condition="Exists('..\OTAPI.Patcher\bin\Debug\net9.0\OTAPI.dll')">
17-
<HintPath>..\OTAPI.Patcher\bin\Debug\net9.0\OTAPI.dll</HintPath>
16+
<Reference Include="OTAPI" Condition="Exists('../OTAPI.Patcher/bin/Debug/net9.0/OTAPI.dll')">
17+
<HintPath>../OTAPI.Patcher/bin/Debug/net9.0/OTAPI.dll</HintPath>
1818
</Reference>
19-
<Reference Include="OTAPI" Condition="Exists('..\OTAPI.Patcher\bin\Debug\net9.0\OTAPI.Runtime.dll')">
20-
<HintPath>..\OTAPI.Patcher\bin\Debug\net9.0\OTAPI.Runtime.dll</HintPath>
19+
<Reference Include="OTAPI" Condition="Exists('../OTAPI.Patcher/bin/Debug/net9.0/OTAPI.Runtime.dll')">
20+
<HintPath>../OTAPI.Patcher/bin/Debug/net9.0/OTAPI.Runtime.dll</HintPath>
2121
</Reference>
22-
<Reference Include="Steamworks.NET" Condition="Exists('..\OTAPI.Patcher\bin\Debug\net9.0\EmbeddedResources\Steamworks.NET.dll')">
23-
<HintPath>..\OTAPI.Patcher\bin\Debug\net9.0\EmbeddedResources\Steamworks.NET.dll</HintPath>
22+
<Reference Include="Steamworks.NET" Condition="Exists('../OTAPI.Patcher/bin/Debug/net9.0/EmbeddedResources/Steamworks.NET.dll')">
23+
<HintPath>../OTAPI.Patcher/bin/Debug/net9.0/EmbeddedResources/Steamworks.NET.dll</HintPath>
2424
</Reference>
25-
<Reference Include="OTAPI" Condition="Exists('..\OTAPI.Client.Launcher\bin\x64\Debug\net9.0\client\OTAPI.exe')">
26-
<HintPath>..\OTAPI.Client.Launcher\bin\x64\Debug\net9.0\client\OTAPI.exe</HintPath>
25+
<Reference Include="OTAPI" Condition="Exists('../OTAPI.Client.Launcher/bin/x64/Debug/net9.0/client/OTAPI.exe')">
26+
<HintPath>../OTAPI.Client.Launcher/bin/x64/Debug/net9.0/client/OTAPI.exe</HintPath>
2727
</Reference>
28-
<Reference Include="OTAPI" Condition="Exists('..\OTAPI.Client.Launcher\bin\x64\Debug\net9.0\client\OTAPI.Runtime.dll')">
29-
<HintPath>..\OTAPI.Client.Launcher\bin\x64\Debug\net9.0\client\OTAPI.Runtime.dll</HintPath>
28+
<Reference Include="OTAPI" Condition="Exists('../OTAPI.Client.Launcher/bin/x64/Debug/net9.0/client/OTAPI.Runtime.dll')">
29+
<HintPath>../OTAPI.Client.Launcher/bin/x64/Debug/net9.0/client/OTAPI.Runtime.dll</HintPath>
3030
</Reference>
3131
</ItemGroup>
3232
<ItemGroup>

0 commit comments

Comments
 (0)