Skip to content

Commit 923e4fa

Browse files
committed
Generate SIF AU 3.4 data model
Generate SIF AU 3.4 data model and incorporate into AU demo projects.
1 parent 236e0f7 commit 923e4fa

10 files changed

Lines changed: 63134 additions & 5 deletions

File tree

Code/Sif3FrameworkDemo/Sif.Framework.Demo.Au.Consumer/Sif.Framework.Demo.Au.Consumer.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@
4848
<SpecificVersion>False</SpecificVersion>
4949
<HintPath>..\..\..\SharedLibs\Sif.Framework 1.1.0\Sif.Framework.dll</HintPath>
5050
</Reference>
51-
<Reference Include="Sif.Specification.DataModel.Au">
52-
<HintPath>..\..\..\SharedLibs\Sif.Specification.DataModel.Au 1.4\Sif.Specification.DataModel.Au.dll</HintPath>
51+
<Reference Include="Sif.Specification.DataModel.Au, Version=1.4.3.0, Culture=neutral, processorArchitecture=MSIL">
52+
<SpecificVersion>False</SpecificVersion>
53+
<HintPath>..\..\..\SharedLibs\Sif.Specification.DataModel.Au 3.4\Sif.Specification.DataModel.Au.dll</HintPath>
5354
</Reference>
5455
<Reference Include="Sif.Specification.Infrastructure, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL">
5556
<SpecificVersion>False</SpecificVersion>

Code/Sif3FrameworkDemo/Sif.Framework.Demo.Au.Provider/Sif.Framework.Demo.Au.Provider.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@
6464
<SpecificVersion>False</SpecificVersion>
6565
<HintPath>..\..\..\SharedLibs\Sif.Framework 1.1.0\Sif.Framework.dll</HintPath>
6666
</Reference>
67-
<Reference Include="Sif.Specification.DataModel.Au">
68-
<HintPath>..\..\..\SharedLibs\Sif.Specification.DataModel.Au 1.4\Sif.Specification.DataModel.Au.dll</HintPath>
67+
<Reference Include="Sif.Specification.DataModel.Au, Version=1.4.3.0, Culture=neutral, processorArchitecture=MSIL">
68+
<SpecificVersion>False</SpecificVersion>
69+
<HintPath>..\..\..\SharedLibs\Sif.Specification.DataModel.Au 3.4\Sif.Specification.DataModel.Au.dll</HintPath>
6970
</Reference>
7071
<Reference Include="Sif.Specification.Infrastructure, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
7172
<SpecificVersion>False</SpecificVersion>

0 commit comments

Comments
 (0)