1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-05 18:41:13 +00:00

Added Oxyplot and bumped revision

This commit is contained in:
2016-05-25 22:13:55 +02:00
parent b9c4264a54
commit e8876a2182
45 changed files with 80 additions and 36 deletions

View File

@ -7,7 +7,7 @@
<SchemaVersion>2.0</SchemaVersion>
<Framework>4.0</Framework>
<DefineConstants>NET_40_OR_GREATER</DefineConstants>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup>
<ProjectGuid>{E9DF5ED1-4CBD-4226-B931-9A51610AC14D}</ProjectGuid>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>NPlot</RootNamespace>
<AssemblyName>NPlot</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Npgsql</RootNamespace>
<AssemblyName>Npgsql</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Exe</OutputType>
<RootNamespace>Ntp.Analyzer.Cli</RootNamespace>
<StartupObject>Ntp.Analyzer.Cli.Program</StartupObject>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
<AssemblyName>Ntp.Analyzer.Cli</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Data</RootNamespace>
<AssemblyName>Ntp.Analyzer.Data</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Import</RootNamespace>
<AssemblyName>Ntp.Analyzer.Import</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Localize</RootNamespace>
<AssemblyName>Ntp.Analyzer.Localize</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -28,7 +28,7 @@ namespace Ntp.Analyzer.Localize
{
public static class VersionInfo
{
public static readonly string Number = "0.6.0";
public static readonly string Number = "0.6.1";
public static readonly string Text = "v" + Number;
}

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Objects</RootNamespace>
<AssemblyName>Ntp.Analyzer.Objects</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Process</RootNamespace>
<AssemblyName>Ntp.Analyzer.Process</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -8,7 +8,7 @@
<ProjectGuid>{9790FACF-170E-43C7-889A-D4445FC7E7A1}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Ntp.Analyzer.Validate.Cli</RootNamespace>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
<StartupObject>Ntp.Analyzer.Validate.Cli.Program</StartupObject>
<AssemblyName>Ntp.Analyzer.Validate.Cli</AssemblyName>
</PropertyGroup>

View File

@ -59,6 +59,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ntp.Common", "Ntp.Common\Nt
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ntp.Log", "Ntp.Log\Ntp.Log.csproj", "{909C8729-ED63-4603-85EA-34A1FC4D63D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxyPlot", "OxyPlot\OxyPlot.csproj", "{197B9F4F-FF78-48E9-982F-938C59C6E49E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxyPlot.Gdi", "OxyPlot.Gdi\OxyPlot.Gdi.csproj", "{D4554296-094E-4CAC-8EAE-44EB250666C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxyPlot.Gdi.Example", "OxyPlot.Gdi.Example\OxyPlot.Gdi.Example.csproj", "{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -99,6 +105,14 @@ Global
{13FA10AB-D656-4D72-BC69-2525D484C9DE}.Release|Any CPU.Build.0 = Release|Any CPU
{13FA10AB-D656-4D72-BC69-2525D484C9DE}.Server|Any CPU.ActiveCfg = Server|Any CPU
{13FA10AB-D656-4D72-BC69-2525D484C9DE}.Server|Any CPU.Build.0 = Server|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Develop|Any CPU.ActiveCfg = Release|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Develop|Any CPU.Build.0 = Release|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Release|Any CPU.Build.0 = Release|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Server|Any CPU.ActiveCfg = Release|Any CPU
{197B9F4F-FF78-48E9-982F-938C59C6E49E}.Server|Any CPU.Build.0 = Release|Any CPU
{1F0A20C9-71C7-4A2C-8DB3-5D18E0E49227}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F0A20C9-71C7-4A2C-8DB3-5D18E0E49227}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F0A20C9-71C7-4A2C-8DB3-5D18E0E49227}.Develop|Any CPU.ActiveCfg = Develop|Any CPU
@ -211,6 +225,14 @@ Global
{B982916F-F2F1-4975-89A6-C8BACDC65542}.Release|Any CPU.Build.0 = Release|Any CPU
{B982916F-F2F1-4975-89A6-C8BACDC65542}.Server|Any CPU.ActiveCfg = Server|Any CPU
{B982916F-F2F1-4975-89A6-C8BACDC65542}.Server|Any CPU.Build.0 = Server|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Develop|Any CPU.ActiveCfg = Release|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Develop|Any CPU.Build.0 = Release|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Release|Any CPU.Build.0 = Release|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Server|Any CPU.ActiveCfg = Release|Any CPU
{BBAECBB8-149A-42EE-A4F4-6207D7954F8B}.Server|Any CPU.Build.0 = Release|Any CPU
{C2DEBED1-FE91-4929-B686-8E920731E88C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2DEBED1-FE91-4929-B686-8E920731E88C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2DEBED1-FE91-4929-B686-8E920731E88C}.Develop|Any CPU.ActiveCfg = Develop|Any CPU
@ -227,6 +249,14 @@ Global
{CCF0EE0C-E3E4-4A75-AFEB-C709ED51E90F}.Release|Any CPU.Build.0 = Release|Any CPU
{CCF0EE0C-E3E4-4A75-AFEB-C709ED51E90F}.Server|Any CPU.ActiveCfg = Server|Any CPU
{CCF0EE0C-E3E4-4A75-AFEB-C709ED51E90F}.Server|Any CPU.Build.0 = Server|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Develop|Any CPU.ActiveCfg = Release|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Develop|Any CPU.Build.0 = Release|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Release|Any CPU.Build.0 = Release|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Server|Any CPU.ActiveCfg = Release|Any CPU
{D4554296-094E-4CAC-8EAE-44EB250666C6}.Server|Any CPU.Build.0 = Release|Any CPU
{E9DF5ED1-4CBD-4226-B931-9A51610AC14D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9DF5ED1-4CBD-4226-B931-9A51610AC14D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9DF5ED1-4CBD-4226-B931-9A51610AC14D}.Develop|Any CPU.ActiveCfg = Develop|Any CPU
@ -434,7 +464,7 @@ Global
$36.inheritsScope = application/xml
$36.scope = application/xml
description = NTP Analyzer is a tool dedicated to analyze the operation of time servers.
version = 0.6.0
version = 0.6.1
StartupItem = Ntp.Analyzer.Cli\Ntp.Analyzer.Cli.csproj
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer</RootNamespace>
<AssemblyName>Ntp.Analyzer</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Common</RootNamespace>
<AssemblyName>Ntp.Common</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Config</RootNamespace>
<AssemblyName>Ntp.Config</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Data.Provider</RootNamespace>
<AssemblyName>Ntp.Data.Provider</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -62,5 +62,9 @@
<Project>{E9DF5ED1-4CBD-4226-B931-9A51610AC14D}</Project>
<Name>MySql.Data</Name>
</ProjectReference>
<ProjectReference Include="..\Npgsql\Npgsql.csproj">
<Project>{9D13B739-62B1-4190-B386-7A9547304EB3}</Project>
<Name>Npgsql</Name>
</ProjectReference>
</ItemGroup>
</Project>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Data</RootNamespace>
<AssemblyName>Ntp.Data</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Interop</RootNamespace>
<AssemblyName>Ntp.Interop</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Log</RootNamespace>
<AssemblyName>Ntp.Analyzer.Log</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -8,7 +8,7 @@
<ProjectGuid>{0349CF56-C07C-46B5-B9CD-2BCB2709EE0A}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>Ntp.Monitor.Cli</RootNamespace>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
<AssemblyName>Ntp.Monitor.Cli</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Monitor.Client</RootNamespace>
<AssemblyName>Ntp.Monitor.Client</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Monitor.Server</RootNamespace>
<AssemblyName>Ntp.Monitor.Server</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Process</RootNamespace>
<AssemblyName>Ntp.Process</AssemblyName>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -4,7 +4,7 @@
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
using OxyPlot.WindowsForms;
using OxyPlot.Gdi;
namespace WindowsFormsDemo
{
@ -36,7 +36,7 @@ namespace WindowsFormsDemo
/// </summary>
private void InitializeComponent()
{
this.plot1 = new OxyPlot.WindowsForms.PlotView();
this.plot1 = new OxyPlot.Gdi.PlotView();
this.SuspendLayout();
//
// plot1

View File

@ -11,7 +11,7 @@
<FileAlignment>512</FileAlignment>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
@ -85,7 +85,11 @@
</Target>
-->
<ItemGroup>
<ProjectReference Include="..\OxyPlot.WindowsForms\OxyPlot.Gdi.csproj">
<ProjectReference Include="..\OxyPlot\OxyPlot.csproj">
<Project>{197B9F4F-FF78-48E9-982F-938C59C6E49E}</Project>
<Name>OxyPlot</Name>
</ProjectReference>
<ProjectReference Include="..\OxyPlot.Gdi\OxyPlot.Gdi.csproj">
<Project>{D4554296-094E-4CAC-8EAE-44EB250666C6}</Project>
<Name>OxyPlot.Gdi</Name>
</ProjectReference>

View File

@ -7,7 +7,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace OxyPlot.WindowsForms
namespace OxyPlot.Gdi
{
using System;
using System.Collections.Generic;

View File

@ -7,7 +7,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace OxyPlot.WindowsForms
namespace OxyPlot.Gdi
{
/// <summary>
/// The OxyPlot.WindowsForms namespace contains controls for Windows Forms and a bitmap exporter.

View File

@ -12,7 +12,7 @@
<FileAlignment>512</FileAlignment>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -62,4 +62,10 @@
<Target Name="AfterBuild">
</Target>
-->
<ItemGroup>
<ProjectReference Include="..\OxyPlot\OxyPlot.csproj">
<Project>{197B9F4F-FF78-48E9-982F-938C59C6E49E}</Project>
<Name>OxyPlot</Name>
</ProjectReference>
</ItemGroup>
</Project>

View File

@ -7,7 +7,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace OxyPlot.WindowsForms
namespace OxyPlot.Gdi
{
using System;
using System.Drawing;

View File

@ -7,7 +7,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace OxyPlot.WindowsForms
namespace OxyPlot.Gdi
{
using System;
using System.ComponentModel;

View File

@ -7,7 +7,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace OxyPlot.WindowsForms
namespace OxyPlot.Gdi
{
using System.Drawing;
using System.Drawing.Imaging;

View File

@ -7,7 +7,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace OxyPlot.WindowsForms
namespace OxyPlot.Gdi
{
using System;
using System.Drawing;

View File

@ -7,7 +7,7 @@
// </summary>
// --------------------------------------------------------------------------------------------------------------------
namespace OxyPlot.WindowsForms
namespace OxyPlot.Gdi
{
using System;
using System.Drawing;

View File

@ -12,7 +12,7 @@
<FileAlignment>512</FileAlignment>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<ReleaseVersion>0.6.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>