Changed PerfomanceCounterUI refrences

This commit is contained in:
RuslanGabitov 2014-01-21 12:21:40 -08:00
Родитель f781dfc9ca
Коммит dd9249e8a1
17 изменённых файлов: 228 добавлений и 110 удалений

Просмотреть файл

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>

Просмотреть файл

@ -1,4 +1,4 @@
namespace PerfomanceCounterUI
namespace TcpSyntheticCounters
{
partial class PerfomanceCounterUI
{
@ -34,11 +34,13 @@
this.ClientSize = new System.Drawing.Size(657, 453);
this.Name = "PerfomanceCounterUI";
this.Text = "PerfomanceCounterUI";
this.Load += new System.EventHandler(this.PerfomanceCounterUI_Load);
this.Load += new System.EventHandler(this.TcpSyntheticCounters_Load);
this.ResumeLayout(false);
}
#endregion
}
}

Просмотреть файл

@ -1,15 +1,15 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
namespace PerfomanceCounterUI
namespace TcpSyntheticCounters
{
using System;
using System.Drawing;
using System.Reactive;
using System.Windows.Forms;
using System.Linq.Charting;
using Tx.Windows;
using System.Collections.Generic;
using System.Drawing;
using System.Linq.Charting;
using System.Reactive;
using System.Reactive.Linq;
using System.Windows.Forms;
using Tx.Windows;
public partial class PerfomanceCounterUI : Form
{
@ -46,7 +46,7 @@ namespace PerfomanceCounterUI
};
}
private void PerfomanceCounterUI_Load(object sender, EventArgs e)
private void TcpSyntheticCounters_Load(object sender, EventArgs e)
{
_playback = new Playback();
_playback.AddRealTimeSession(PerfCounterSessionName);

Просмотреть файл

@ -1,63 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{F257F984-AD3B-4840-9034-6AC4995B707D}</ProjectGuid>
<ProjectGuid>{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PerfomanceCounterUI</RootNamespace>
<AssemblyName>PerfomanceCounterUI</AssemblyName>
<RootNamespace>TcpSyntheticCounters</RootNamespace>
<AssemblyName>TcpSyntheticCounters</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Import Project="..\..\..\Common.targets" />
<PropertyGroup>
<CPReferencePath>..\..\..\References\$(BuildFlavor)</CPReferencePath>
</PropertyGroup>
<ItemGroup>
<Reference Include="LINQ2Charts, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="LINQ2Charts">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\LINQ2Charts.dll</HintPath>
<HintPath>..\..\..\References\Linq2Charts\LINQ2Charts.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Reactive.Core">
<HintPath>..\packages\Rx-Core.2.2.2\lib\net45\System.Reactive.Core.dll</HintPath>
<HintPath>$(CPReferencePath)\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces">
<HintPath>..\packages\Rx-Interfaces.2.2.2\lib\net45\System.Reactive.Interfaces.dll</HintPath>
<HintPath>$(CPReferencePath)\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq">
<HintPath>$(CPReferencePath)\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Windows.Forms">
<HintPath>..\packages\Rx-WinForms.2.2.2\lib\net45\System.Reactive.Windows.Forms.dll</HintPath>
<HintPath>$(CPReferencePath)\System.Reactive.Windows.Forms.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Forms.DataVisualization" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="Tx.Core, Version=1.0.40116.0, Culture=neutral, PublicKeyToken=3d3a4b0768c9178e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Tx.Core.1.0.40116\lib\Net45\Tx.Core.dll</HintPath>
</Reference>
<Reference Include="Tx.Windows, Version=1.0.40116.0, Culture=neutral, PublicKeyToken=3d3a4b0768c9178e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Tx.Windows.1.0.40116\lib\Net45\Tx.Windows.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="PerfomanceCounterUI.cs">
@ -68,6 +51,9 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="PerfomanceCounterUI.resx">
<DependentUpon>PerfomanceCounterUI.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@ -77,7 +63,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@ -91,6 +76,16 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Source\Tx.Core\Tx.Core.csproj">
<Project>{c5cc33b0-1684-4dd4-83a5-5da4a9a25a7f}</Project>
<Name>Tx.Core</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Source\Tx.Windows\Tx.Windows.csproj">
<Project>{c4043abb-ec40-4194-b15b-c0d13c2cf5c8}</Project>
<Name>Tx.Windows</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.

Просмотреть файл

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

Просмотреть файл

@ -1,10 +1,10 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
namespace PerfomanceCounterUI
{
using System;
using System.Windows.Forms;
using System;
using System.Windows.Forms;
namespace TcpSyntheticCounters
{
static class Program
{
/// <summary>

Просмотреть файл

@ -5,12 +5,12 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("PerfomanceCounterUI")]
[assembly: AssemblyTitle("TcpSyntheticCounters")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("PerfomanceCounterUI")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyProduct("TcpSyntheticCounters")]
[assembly: AssemblyCopyright("Copyright © 2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("cb41ef5c-e090-4977-9533-144d12ba6c82")]
[assembly: Guid("6132676a-4e13-43ac-8d41-d4f6b8a6f29f")]
// Version information for an assembly consists of the following four values:
//

Просмотреть файл

@ -1,14 +1,14 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18331
// Runtime Version:4.0.30319.18010
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace PerfomanceCounterUI.Properties
namespace TcpSyntheticCounters.Properties
{
@ -44,7 +44,7 @@ namespace PerfomanceCounterUI.Properties
{
if ((resourceMan == null))
{
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PerfomanceCounterUI.Properties.Resources", typeof(Resources).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TcpSyntheticCounters.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;

Просмотреть файл

@ -1,14 +1,14 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18331
// Runtime Version:4.0.30319.18010
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace PerfomanceCounterUI.Properties
namespace TcpSyntheticCounters.Properties
{

Просмотреть файл

@ -3,7 +3,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.20617.1 PREVIEW
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfomanceCounterUI", "PerfomanceCounterUI\PerfomanceCounterUI.csproj", "{F257F984-AD3B-4840-9034-6AC4995B707D}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tx", "Tx", "{A795EA79-1510-4BCB-B790-A082AAFD840A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tx.Windows", "..\..\Source\Tx.Windows\Tx.Windows.csproj", "{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tx.Core", "..\..\Source\Tx.Core\Tx.Core.csproj", "{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerfomanceCounterUI", "CounterUI\PerfomanceCounterUI.csproj", "{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -15,20 +21,48 @@ Global
Release45|Any CPU = Release45|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F257F984-AD3B-4840-9034-6AC4995B707D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Debug40|Any CPU.ActiveCfg = Debug|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Debug40|Any CPU.Build.0 = Debug|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Debug45|Any CPU.ActiveCfg = Debug|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Debug45|Any CPU.Build.0 = Debug|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Release|Any CPU.Build.0 = Release|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Release40|Any CPU.ActiveCfg = Release|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Release40|Any CPU.Build.0 = Release|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Release45|Any CPU.ActiveCfg = Release|Any CPU
{F257F984-AD3B-4840-9034-6AC4995B707D}.Release45|Any CPU.Build.0 = Release|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Debug|Any CPU.ActiveCfg = Debug40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Debug|Any CPU.Build.0 = Debug40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Release|Any CPU.ActiveCfg = Release40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Release|Any CPU.Build.0 = Release40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Release40|Any CPU.Build.0 = Release40|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8}.Release45|Any CPU.Build.0 = Release45|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Debug|Any CPU.ActiveCfg = Debug40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Debug|Any CPU.Build.0 = Debug40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Release|Any CPU.ActiveCfg = Release40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Release|Any CPU.Build.0 = Release40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Release40|Any CPU.Build.0 = Release40|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F}.Release45|Any CPU.Build.0 = Release45|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Debug|Any CPU.ActiveCfg = Debug40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Debug|Any CPU.Build.0 = Debug40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Debug40|Any CPU.ActiveCfg = Debug40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Debug40|Any CPU.Build.0 = Debug40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Debug45|Any CPU.ActiveCfg = Debug45|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Debug45|Any CPU.Build.0 = Debug45|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Release|Any CPU.ActiveCfg = Release40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Release|Any CPU.Build.0 = Release40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Release40|Any CPU.ActiveCfg = Release40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Release40|Any CPU.Build.0 = Release40|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Release45|Any CPU.ActiveCfg = Release45|Any CPU
{AAE1BCF1-71E1-4E3E-99A5-1C934A9AC92E}.Release45|Any CPU.Build.0 = Release45|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4043ABB-EC40-4194-B15B-C0D13C2CF5C8} = {A795EA79-1510-4BCB-B790-A082AAFD840A}
{C5CC33B0-1684-4DD4-83A5-5DA4A9A25A7F} = {A795EA79-1510-4BCB-B790-A082AAFD840A}
EndGlobalSection
EndGlobal

Просмотреть файл

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Interfaces" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Linq" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reactive.PlatformServices" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

Просмотреть файл

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Ix_Experimental-Main" version="1.1.10823" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="Rx-Core" version="2.2.2" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.2" targetFramework="net45" />
<package id="Rx-Linq" version="2.2.2" targetFramework="net45" />
<package id="Rx-Main" version="2.2.2" targetFramework="net45" />
<package id="Rx-PlatformServices" version="2.2.2" targetFramework="net45" />
<package id="Rx-WinForms" version="2.2.2" targetFramework="net45" />
<package id="Tx.Core" version="1.0.40116" targetFramework="net45" />
<package id="Tx.Windows" version="1.0.40116" targetFramework="net45" />
</packages>