diff --git a/ModelCompilerUI/App.config b/ModelCompilerUI/App.config index 27d6baed..6e4de807 100644 --- a/ModelCompilerUI/App.config +++ b/ModelCompilerUI/App.config @@ -1,13 +1,13 @@ - + - + - - + + diff --git a/ModelCompilerUI/ModelCompilerUI.csproj b/ModelCompilerUI/ModelCompilerUI.csproj index a0099e87..2a9e25bd 100644 --- a/ModelCompilerUI/ModelCompilerUI.csproj +++ b/ModelCompilerUI/ModelCompilerUI.csproj @@ -8,7 +8,7 @@ Exe OOI.ModelCompilerUI OOI.ModelCompilerUI - v4.6.1 + v4.7.2 512 true true @@ -112,6 +112,8 @@ + + diff --git a/Opc.Ua.ModelCompiler/Schemas/XmlSchemaValidator.cs b/ModelCompilerUI/Schemas/XmlSchemaValidator.cs similarity index 100% rename from Opc.Ua.ModelCompiler/Schemas/XmlSchemaValidator.cs rename to ModelCompilerUI/Schemas/XmlSchemaValidator.cs diff --git a/Opc.Ua.ModelCompiler/StackGenerator.cs b/ModelCompilerUI/StackGenerator.cs similarity index 100% rename from Opc.Ua.ModelCompiler/StackGenerator.cs rename to ModelCompilerUI/StackGenerator.cs diff --git a/ModelCompilerUI/packages.config b/ModelCompilerUI/packages.config index 1c35e020..378e2a92 100755 --- a/ModelCompilerUI/packages.config +++ b/ModelCompilerUI/packages.config @@ -1,8 +1,8 @@  - - + + @@ -11,5 +11,5 @@ - + \ No newline at end of file diff --git a/Tests/DemoModel/DemoModel.DataTypes.cs b/Tests/DemoModel/DemoModel.DataTypes.cs index b8bd3fc1..7e84a4c5 100644 --- a/Tests/DemoModel/DemoModel.DataTypes.cs +++ b/Tests/DemoModel/DemoModel.DataTypes.cs @@ -1060,7 +1060,7 @@ public override bool IsEqual(IEncodeable encodeable) #if !NET_STANDARD /// - public object Clone() + public override object Clone() { return (SampleUnion)this.MemberwiseClone(); } @@ -1571,7 +1571,7 @@ public override bool IsEqual(IEncodeable encodeable) #if !NET_STANDARD /// - public object Clone() + public override object Clone() { return (SampleUnionAllowSubtypes)this.MemberwiseClone(); } diff --git a/Tests/DemoModel/DemoModel.csproj b/Tests/DemoModel/DemoModel.csproj index 5916bcc7..03bb0f6a 100644 --- a/Tests/DemoModel/DemoModel.csproj +++ b/Tests/DemoModel/DemoModel.csproj @@ -2,18 +2,20 @@ Exe - netcoreapp2.1 + net5.0 DemoModel + $(SolutionDir)build\obj\$(Configuration)\$(MSBuildProjectName)\ DemoModel - 2.1.0 + ModelCompiler - ..\build\bin\$(Configuration)\ - ..\build\obj\$(Configuration)\UaBase\ + $(SolutionDir)build\bin\$(Configuration)\$(MSBuildProjectName)\ + NET_STANDARD + $(SolutionDir)build\bin\$(Configuration)\$(MSBuildProjectName)\ TRACE;NET_STANDARD