Skip to content

Commit 53e4206

Browse files
committed
update reference to project
1 parent bbe0bc2 commit 53e4206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UnderAutomation.Yaskawa.Showcase.Forms/UnderAutomation.Yaskawa.Showcase.Forms.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
</ItemGroup>
1515

1616
<ItemGroup Condition="$(SolutionName.EndsWith(`Dev`))">
17-
<ProjectReference Include="..\..\..\Fanuc\Fanuc.csproj" />
17+
<ProjectReference Include="..\..\..\Yaskawa\Yaskawa.vbproj" />
1818
</ItemGroup>
1919
<ItemGroup Condition="!$(SolutionName.EndsWith(`Dev`))">
20-
<Reference Include="UnderAutomation.Fanuc">
21-
<HintPath>..\Libraries\net8.0\UnderAutomation.Fanuc.dll</HintPath>
20+
<Reference Include="UnderAutomation.Yaskawa">
21+
<HintPath>..\Libraries\net8.0\UnderAutomation.Yaskawa.dll</HintPath>
2222
</Reference>
2323
</ItemGroup>
2424
</Project>

0 commit comments

Comments
 (0)