Skip to content

Commit c08f6e6

Browse files
Added openHistorian point translation and export tool
1 parent d84d413 commit c08f6e6

17 files changed

Lines changed: 2626 additions & 1 deletion

Source/Libraries/GSF.SortedTreeStore/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@
4444
[assembly: InternalsVisibleTo("GSF.SortedTreeStore.Test")]
4545
[assembly: InternalsVisibleTo("openHistorian.Adapters")]
4646
[assembly: InternalsVisibleTo("openHistorian.PerformanceTests")]
47-
[assembly: InternalsVisibleTo("ArchiveIntegrityChecker")]
47+
[assembly: InternalsVisibleTo("ArchiveIntegrityChecker")]
48+
[assembly: InternalsVisibleTo("OHTransfer")]

Source/Tools/OHTransfer/App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<startup>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
5+
</startup>
6+
</configuration>

Source/Tools/OHTransfer/OHTransfer.Designer.cs

Lines changed: 416 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/Tools/OHTransfer/OHTransfer.cs

Lines changed: 599 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="15.0" 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>{FE351919-B4A6-4D81-91CC-64BC1D588ECC}</ProjectGuid>
8+
<OutputType>WinExe</OutputType>
9+
<RootNamespace>OHTransfer</RootNamespace>
10+
<AssemblyName>OHTransfer</AssemblyName>
11+
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
12+
<FileAlignment>512</FileAlignment>
13+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14+
<Deterministic>true</Deterministic>
15+
<LangVersion>latest</LangVersion>
16+
</PropertyGroup>
17+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18+
<PlatformTarget>AnyCPU</PlatformTarget>
19+
<DebugSymbols>true</DebugSymbols>
20+
<DebugType>full</DebugType>
21+
<Optimize>false</Optimize>
22+
<OutputPath>bin\Debug\</OutputPath>
23+
<DefineConstants>DEBUG;TRACE</DefineConstants>
24+
<ErrorReport>prompt</ErrorReport>
25+
<WarningLevel>4</WarningLevel>
26+
<Prefer32Bit>false</Prefer32Bit>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29+
<PlatformTarget>AnyCPU</PlatformTarget>
30+
<DebugType>pdbonly</DebugType>
31+
<Optimize>true</Optimize>
32+
<OutputPath>bin\Release\</OutputPath>
33+
<DefineConstants>TRACE</DefineConstants>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
36+
<Prefer32Bit>false</Prefer32Bit>
37+
</PropertyGroup>
38+
<PropertyGroup>
39+
<ApplicationIcon>OHTransfer.ico</ApplicationIcon>
40+
</PropertyGroup>
41+
<ItemGroup>
42+
<Reference Include="GSF.Core">
43+
<HintPath>..\..\Dependencies\GSF\GSF.Core.dll</HintPath>
44+
</Reference>
45+
<Reference Include="System" />
46+
<Reference Include="System.Core" />
47+
<Reference Include="System.Xml.Linq" />
48+
<Reference Include="System.Data.DataSetExtensions" />
49+
<Reference Include="Microsoft.CSharp" />
50+
<Reference Include="System.Data" />
51+
<Reference Include="System.Deployment" />
52+
<Reference Include="System.Drawing" />
53+
<Reference Include="System.Net.Http" />
54+
<Reference Include="System.Windows.Forms" />
55+
<Reference Include="System.Xml" />
56+
</ItemGroup>
57+
<ItemGroup>
58+
<Compile Include="OHTransfer.cs">
59+
<SubType>Form</SubType>
60+
</Compile>
61+
<Compile Include="OHTransfer.Designer.cs">
62+
<DependentUpon>OHTransfer.cs</DependentUpon>
63+
</Compile>
64+
<Compile Include="Program.cs" />
65+
<Compile Include="Properties\AssemblyInfo.cs" />
66+
<EmbeddedResource Include="OHTransfer.resx">
67+
<DependentUpon>OHTransfer.cs</DependentUpon>
68+
</EmbeddedResource>
69+
<EmbeddedResource Include="Properties\Resources.resx">
70+
<Generator>ResXFileCodeGenerator</Generator>
71+
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
72+
<SubType>Designer</SubType>
73+
</EmbeddedResource>
74+
<Compile Include="Properties\Resources.Designer.cs">
75+
<AutoGen>True</AutoGen>
76+
<DependentUpon>Resources.resx</DependentUpon>
77+
</Compile>
78+
<None Include="Properties\Settings.settings">
79+
<Generator>SettingsSingleFileGenerator</Generator>
80+
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
81+
</None>
82+
<Compile Include="Properties\Settings.Designer.cs">
83+
<AutoGen>True</AutoGen>
84+
<DependentUpon>Settings.settings</DependentUpon>
85+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
86+
</Compile>
87+
</ItemGroup>
88+
<ItemGroup>
89+
<None Include="App.config" />
90+
</ItemGroup>
91+
<ItemGroup>
92+
<Content Include="OHTransfer.ico" />
93+
<Content Include="openHistorian.ico" />
94+
</ItemGroup>
95+
<ItemGroup>
96+
<ProjectReference Include="..\..\Libraries\GSF.SortedTreeStore\GSF.SortedTreeStore.csproj">
97+
<Project>{040e2ae7-021b-435a-adbf-06d07ee0a67d}</Project>
98+
<Name>GSF.SortedTreeStore</Name>
99+
</ProjectReference>
100+
<ProjectReference Include="..\..\Libraries\openHistorian.Core\openHistorian.Core.csproj">
101+
<Project>{7b53c942-e891-461c-b09c-49faba82f19d}</Project>
102+
<Name>openHistorian.Core</Name>
103+
</ProjectReference>
104+
</ItemGroup>
105+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106+
<PropertyGroup>
107+
<PostBuildEvent>
108+
</PostBuildEvent>
109+
</PropertyGroup>
110+
</Project>
60.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)