External/OxyPlot/OxyPlot.sln
author moel.mich
Tue, 30 Dec 2014 22:47:39 +0000
changeset 431 0e46e3ca812a
permissions -rw-r--r--
Fixed the following issue (present only on 32-bit systems):

Version: 0.7.0.0

System.NullReferenceException: Object reference not set to an instance of an object.
at OpenHardwareMonitor.GUI.MainForm.timer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Common Language Runtime: 4.0.30319.18444
Operating System: Microsoft Windows NT 6.1.7601 Service Pack 1
Process Type: 32-Bit
moel@391
     1

moel@391
     2
Microsoft Visual Studio Solution File, Format Version 11.00
moel@391
     3
# Visual Studio 2010
moel@391
     4
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxyPlot", "OxyPlot\OxyPlot.csproj", "{BCC43E58-E473-403E-A84D-63FEDC723040}"
moel@391
     5
EndProject
moel@391
     6
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OxyPlot.WindowsForms", "OxyPlot.WindowsForms\OxyPlot.WindowsForms.csproj", "{D4554296-094E-4CAC-8EAE-44EB250666C6}"
moel@391
     7
EndProject
moel@391
     8
Global
moel@391
     9
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
moel@391
    10
		Debug|Any CPU = Debug|Any CPU
moel@391
    11
		Release|Any CPU = Release|Any CPU
moel@391
    12
	EndGlobalSection
moel@391
    13
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
moel@391
    14
		{BCC43E58-E473-403E-A84D-63FEDC723040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
moel@391
    15
		{BCC43E58-E473-403E-A84D-63FEDC723040}.Debug|Any CPU.Build.0 = Debug|Any CPU
moel@391
    16
		{BCC43E58-E473-403E-A84D-63FEDC723040}.Release|Any CPU.ActiveCfg = Release|Any CPU
moel@391
    17
		{BCC43E58-E473-403E-A84D-63FEDC723040}.Release|Any CPU.Build.0 = Release|Any CPU
moel@391
    18
		{D4554296-094E-4CAC-8EAE-44EB250666C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
moel@391
    19
		{D4554296-094E-4CAC-8EAE-44EB250666C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
moel@391
    20
		{D4554296-094E-4CAC-8EAE-44EB250666C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
moel@391
    21
		{D4554296-094E-4CAC-8EAE-44EB250666C6}.Release|Any CPU.Build.0 = Release|Any CPU
moel@391
    22
	EndGlobalSection
moel@391
    23
	GlobalSection(SolutionProperties) = preSolution
moel@391
    24
		HideSolutionNode = FALSE
moel@391
    25
	EndGlobalSection
moel@391
    26
EndGlobal