-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathModelCompiler.slnx
More file actions
27 lines (27 loc) · 962 Bytes
/
ModelCompiler.slnx
File metadata and controls
27 lines (27 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Solution>
<Configurations>
<BuildType Name="Debug" />
<BuildType Name="Docker" />
<BuildType Name="Release" />
</Configurations>
<Folder Name="/Schemas/">
<File Path="Schemas/OPCBinarySchema.xsd" />
<File Path="Schemas/SecuredApplication.xsd" />
<File Path="Schemas/ServerCapabilities.csv" />
<File Path="Schemas/UANodeSet.xsd" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path="BuildEngineeringUnits.bat" />
<File Path="BuildStandardTypes.bat" />
<File Path="CompileNodeSets.bat" />
<File Path="PublishModel.bat" />
<File Path="PublishNodeSet.bat" />
<File Path="TestNodeSets.bat" />
<File Path="UpdateLicense.bat" />
</Folder>
<Project Path="Opc.Ua.ModelCompiler.Tool/Opc.Ua.ModelCompiler.Tool.csproj">
<Build Solution="Docker|*" Project="false" />
</Project>
<Project Path="Opc.Ua.ModelCompiler/Opc.Ua.ModelCompiler.csproj" />
</Solution>