Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredTouring committed Jul 22, 2024
2 parents 3df585b + 76a48d6 commit e2d45dc
Show file tree
Hide file tree
Showing 39 changed files with 630,179 additions and 56,559 deletions.
23 changes: 12 additions & 11 deletions .NET/Examples/WindowsDesktop/WindowsDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,15 @@
<ItemGroup>
<None Include="Resources\loading.gif" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Fanuc\Fanuc.csproj">
<Project>{8153eaf6-f430-043c-0d67-9d784cbd1597}</Project>
<Name>Fanuc</Name>
</ProjectReference>
</ItemGroup>
<Choose>
<When Condition="$(SolutionName.EndsWith(`Dev`))" />
<When Condition="$(SolutionName.EndsWith(`Dev`))" >
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\Fanuc\Fanuc.csproj">
<Project>{8153eaf6-f430-043c-0d67-9d784cbd1597}</Project>
<Name>Fanuc</Name>
</ProjectReference>
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<Reference Include="UnderAutomation.Fanuc">
Expand All @@ -387,9 +388,9 @@
</Choose>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>del $(TargetDir)*.config
del $(TargetDir)*.snk
del $(TargetDir)*.pdb
del $(TargetDir)UnderAutomation.Fanuc.xml</PostBuildEvent>
<PostBuildEvent>if exist $(TargetDir)*.config del $(TargetDir)*.config
if exist $(TargetDir)*.snk del $(TargetDir)*.snk
if exist $(TargetDir)*.pdb del $(TargetDir)*.pdb
if exist $(TargetDir)UnderAutomation.Fanuc.xml del $(TargetDir)UnderAutomation.Fanuc.xml</PostBuildEvent>
</PropertyGroup>
</Project>
Binary file modified .NET/Libraries/net35/UnderAutomation.Fanuc.dll
Binary file not shown.
Loading

0 comments on commit e2d45dc

Please sign in to comment.