Skip to content

Commit 94ae262

Browse files
committed
fix assembly references
1 parent 840c162 commit 94ae262

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.NET/Examples/WindowsDesktop/WindowsDesktop.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@
202202
<Install>true</Install>
203203
</BootstrapperPackage>
204204
</ItemGroup>
205-
<ItemGroup>
206-
<ProjectReference Include="..\..\..\..\..\Yaskawa\Yaskawa.vbproj">
207-
<Project>{7c1069e0-bdbe-4bda-bc2e-1d1b0b2810b7}</Project>
208-
<Name>Yaskawa</Name>
209-
</ProjectReference>
210-
</ItemGroup>
211205
<ItemGroup>
212206
<None Include="Resources\arrow-right-line.png" />
213207
</ItemGroup>
@@ -248,7 +242,14 @@
248242
<None Include="Resources\upload-2-line.png" />
249243
</ItemGroup>
250244
<Choose>
251-
<When Condition="$(SolutionName.EndsWith(`Dev`))" />
245+
<When Condition="$(SolutionName.EndsWith(`Dev`))">
246+
<ItemGroup>
247+
<ProjectReference Include="..\..\..\..\..\Yaskawa\Yaskawa.vbproj">
248+
<Project>{7c1069e0-bdbe-4bda-bc2e-1d1b0b2810b7}</Project>
249+
<Name>Yaskawa</Name>
250+
</ProjectReference>
251+
</ItemGroup>
252+
</When>
252253
<Otherwise>
253254
<ItemGroup>
254255
<Reference Include="UnderAutomation.Yaskawa">

0 commit comments

Comments
 (0)