We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbe0bc2 commit 53e4206Copy full SHA for 53e4206
UnderAutomation.Yaskawa.Showcase.Forms/UnderAutomation.Yaskawa.Showcase.Forms.csproj
@@ -14,11 +14,11 @@
14
</ItemGroup>
15
16
<ItemGroup Condition="$(SolutionName.EndsWith(`Dev`))">
17
- <ProjectReference Include="..\..\..\Fanuc\Fanuc.csproj" />
+ <ProjectReference Include="..\..\..\Yaskawa\Yaskawa.vbproj" />
18
19
<ItemGroup Condition="!$(SolutionName.EndsWith(`Dev`))">
20
- <Reference Include="UnderAutomation.Fanuc">
21
- <HintPath>..\Libraries\net8.0\UnderAutomation.Fanuc.dll</HintPath>
+ <Reference Include="UnderAutomation.Yaskawa">
+ <HintPath>..\Libraries\net8.0\UnderAutomation.Yaskawa.dll</HintPath>
22
</Reference>
23
24
</Project>
0 commit comments