diff --git a/Influxer/GenericColumn.cs b/Influxer/GenericColumn.cs new file mode 100644 index 0000000..357b6c8 --- /dev/null +++ b/Influxer/GenericColumn.cs @@ -0,0 +1,14 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace AdysTech.Influxer +{ + class GenericColumn + { + public int ColumnIndex { get; set; } + public string ColumnHeader { get; set; } + } +} diff --git a/Influxer/Influxer.csproj b/Influxer/Influxer.csproj index c59335f..1d8142b 100644 --- a/Influxer/Influxer.csproj +++ b/Influxer/Influxer.csproj @@ -11,6 +11,21 @@ Influxer v4.5 512 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true AnyCPU @@ -31,6 +46,7 @@ prompt 4 + @@ -43,6 +59,7 @@ + @@ -50,6 +67,23 @@ + + + False + Microsoft .NET Framework 4.5 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + +