Skip to content

Commit

Permalink
Testing using publicly available models #8
Browse files Browse the repository at this point in the history
- added FDT/ModelDesign/UAModelDesignerSolution.uamdsl for ASMD
- contributes to mpostol/ASMD#158
  • Loading branch information
mpostol committed Jun 10, 2021
1 parent f11b50e commit b84fd82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions FDT/ModelDesign/UAModelDesignerSolution.uamdsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?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>FDT Solution</Name>
<Projects>
<UAModelDesignerProject ProjectIdentifier="a358f7ba-0ab3-4b0a-8488-4a92c42b6417">
<Name>Opc.Ua.Di.Model</Name>
<CSVFileName>$(ProjectFileName).csv</CSVFileName>
<BuildOutputDirectoryName>$(ProjectFileName)</BuildOutputDirectoryName>
<FileName>..\..\DI\ModelDesign\Opc.Ua.Di.Model.xml</FileName>
</UAModelDesignerProject>
<UAModelDesignerProject ProjectIdentifier="88b62b5c-ff71-404e-8db7-e150dce331b1">
<Name>Opc.Ua.FDT.Model</Name>
<CSVFileName>$(ProjectFileName).csv</CSVFileName>
<BuildOutputDirectoryName>$(ProjectFileName)</BuildOutputDirectoryName>
<FileName>Opc.Ua.FDT.Model.xml</FileName>
</UAModelDesignerProject>
</Projects>
<ServerDetails codebase="" configuration="" />
</UAModelDesignerSolution>

0 comments on commit b84fd82

Please sign in to comment.