Skip to content

Commit

Permalink
Testing using publicly available models #8
Browse files Browse the repository at this point in the history
- added MTConnect/ModelDesign/UAModelDesignerSolution.uamdsl for ASMD
- contributes to mpostol/ASMD#158
  • Loading branch information
mpostol committed Jun 10, 2021
1 parent 2bccec5 commit 32ebcbb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MTConnect/ModelDesign/UAModelDesignerSolution.uamdsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="UAModelDesignerSolution.xslt"?>
<UAModelDesignerSolution xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>MTConnect Solution</Name>
<Projects>
<UAModelDesignerProject ProjectIdentifier="951dca4d-207f-4f55-ace1-8545c64db675">
<Name>Opc.Ua.MTConnect.Model</Name>
<CSVFileName>$(ProjectFileName).csv</CSVFileName>
<BuildOutputDirectoryName>$(ProjectFileName)</BuildOutputDirectoryName>
<FileName>Opc.Ua.MTConnect.Model.xml</FileName>
</UAModelDesignerProject>
</Projects>
<ServerDetails codebase="" configuration="" />
</UAModelDesignerSolution>

0 comments on commit 32ebcbb

Please sign in to comment.