Skip to content

Commit 6524c41

Browse files
committed
Added beta version of the SIF AU 1.4 data model
Added a beta version of the SIF AU 1.4 data model to the Sif3Specification Solution.
1 parent 5304ad3 commit 6524c41

8 files changed

Lines changed: 50416 additions & 1 deletion

File tree

Code/Sif3Specification/Sif.Specification.DataModel.Au.v1_4/DataModelTypes.cs

Lines changed: 50320 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("Sif.Specification.DataModel.Au")]
9+
[assembly: AssemblyDescription("SIF AU 1.4 (beta01) Data Model library.")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("Systemic Pty Ltd")]
12+
[assembly: AssemblyProduct("Sif.Specification.DataModel.Au")]
13+
[assembly: AssemblyCopyright("Copyright © Systemic Pty Ltd 2015")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("1df0994e-8013-457a-a85c-49dc06e92e52")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Build and Revision Numbers
33+
// by using the '*' as shown below:
34+
// [assembly: AssemblyVersion("1.0.*")]
35+
[assembly: AssemblyVersion("1.4.0.0")]
36+
[assembly: AssemblyFileVersion("1.4.0.0")]
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProjectGuid>{7920B78A-3AAD-4FCD-8794-4DC4D89C3B0F}</ProjectGuid>
8+
<OutputType>Library</OutputType>
9+
<AppDesignerFolder>Properties</AppDesignerFolder>
10+
<RootNamespace>Sif.Specification.DataModel.Au</RootNamespace>
11+
<AssemblyName>Sif.Specification.DataModel.Au</AssemblyName>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13+
<FileAlignment>512</FileAlignment>
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<DebugSymbols>true</DebugSymbols>
17+
<DebugType>full</DebugType>
18+
<Optimize>false</Optimize>
19+
<OutputPath>bin\Debug\</OutputPath>
20+
<DefineConstants>DEBUG;TRACE</DefineConstants>
21+
<ErrorReport>prompt</ErrorReport>
22+
<WarningLevel>4</WarningLevel>
23+
</PropertyGroup>
24+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25+
<DebugType>pdbonly</DebugType>
26+
<Optimize>true</Optimize>
27+
<OutputPath>bin\Release\</OutputPath>
28+
<DefineConstants>TRACE</DefineConstants>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
</PropertyGroup>
32+
<ItemGroup>
33+
<Reference Include="System" />
34+
<Reference Include="System.Core" />
35+
<Reference Include="System.Xml.Linq" />
36+
<Reference Include="System.Data.DataSetExtensions" />
37+
<Reference Include="Microsoft.CSharp" />
38+
<Reference Include="System.Data" />
39+
<Reference Include="System.Xml" />
40+
</ItemGroup>
41+
<ItemGroup>
42+
<Compile Include="DataModelTypes.cs" />
43+
<Compile Include="Properties\AssemblyInfo.cs" />
44+
</ItemGroup>
45+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
46+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
47+
Other similar extension points exist, see Microsoft.Common.targets.
48+
<Target Name="BeforeBuild">
49+
</Target>
50+
<Target Name="AfterBuild">
51+
</Target>
52+
-->
53+
</Project>

Code/Sif3Specification/Sif3Specification.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sif.Specification.Infrastru
1111
EndProject
1212
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sif.Specification.DataModel.Us.v3_2", "Sif.Specification.DataModel.Us.v3_2\Sif.Specification.DataModel.Us.v3_2.csproj", "{61008F27-15C5-4ED4-A358-E74D818CF571}"
1313
EndProject
14+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sif.Specification.DataModel.Au.v1_4", "Sif.Specification.DataModel.Au.v1_4\Sif.Specification.DataModel.Au.v1_4.csproj", "{7920B78A-3AAD-4FCD-8794-4DC4D89C3B0F}"
15+
EndProject
1416
Global
1517
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1618
Debug|Any CPU = Debug|Any CPU
@@ -33,6 +35,10 @@ Global
3335
{61008F27-15C5-4ED4-A358-E74D818CF571}.Debug|Any CPU.Build.0 = Debug|Any CPU
3436
{61008F27-15C5-4ED4-A358-E74D818CF571}.Release|Any CPU.ActiveCfg = Release|Any CPU
3537
{61008F27-15C5-4ED4-A358-E74D818CF571}.Release|Any CPU.Build.0 = Release|Any CPU
38+
{7920B78A-3AAD-4FCD-8794-4DC4D89C3B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39+
{7920B78A-3AAD-4FCD-8794-4DC4D89C3B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
40+
{7920B78A-3AAD-4FCD-8794-4DC4D89C3B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{7920B78A-3AAD-4FCD-8794-4DC4D89C3B0F}.Release|Any CPU.Build.0 = Release|Any CPU
3642
EndGlobalSection
3743
GlobalSection(SolutionProperties) = preSolution
3844
HideSolutionNode = FALSE
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<xsd xmlns='http://microsoft.com/dotnet/tools/xsd/' output='output'>
22
<generateClasses language='CS' namespace='Sif.Specification.DataModel.Au'>
3-
<schema>..\..\..\Data\XSD files\SIF AU 1.3 (Infrastructure 3.0.1)\SIF_Message.xsd</schema>
3+
<schema>..\..\..\Data\XSD files\SIF AU 1.4 (Infrastructure 3.0.1)\SIF_Message.xsd</schema>
44
</generateClasses>
55
</xsd>
Binary file not shown.

0 commit comments

Comments
 (0)