11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 12.0" >
3- <Import Project =" ..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition =" Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
43 <PropertyGroup >
54 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
65 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
109 <OutputType >WinExe</OutputType >
1110 <NoStandardLibraries >false</NoStandardLibraries >
1211 <AssemblyName >OpenHardwareMonitor</AssemblyName >
13- <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
12+ <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
1413 <FileAlignment >512</FileAlignment >
1514 <RootNamespace >OpenHardwareMonitor</RootNamespace >
1615 <ApplicationIcon >Resources\icon.ico</ApplicationIcon >
6665 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
6766 </PropertyGroup >
6867 <ItemGroup >
69- <Reference Include =" Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL" >
70- <HintPath >..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath >
71- </Reference >
72- <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
73- <HintPath >..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
74- </Reference >
7568 <Reference Include =" System" />
7669 <Reference Include =" System.Configuration.Install" />
7770 <Reference Include =" System.Design" />
7871 <Reference Include =" System.Drawing" />
7972 <Reference Include =" System.Management" />
73+ <Reference Include =" System.Web.Extensions" />
8074 <Reference Include =" System.Windows.Forms" />
8175 <Reference Include =" System.Xml" />
8276 </ItemGroup >
352346 <Compile Include =" GUI\SensorNode.cs" />
353347 <Compile Include =" Utilities\EmbeddedResources.cs" />
354348 <Compile Include =" Utilities\IconFactory.cs" />
349+ <Compile Include =" Utilities\SerializerHelper.cs" />
355350 <Compile Include =" Utilities\SystemTools.cs" />
356351 <Compile Include =" Utilities\Updater.cs" />
357352 <Compile Include =" WMI\Hardware.cs" />
398393 <EmbeddedResource Include =" Hardware\WinRing0x64.sys" />
399394 <None Include =" Controls\Tree\ClassDiagram.cd" />
400395 <None Include =" Controls\Tree\NodeControls\ClassDiagram.cd" />
401- <None Include =" packages.config" />
402396 <None Include =" Resources\app.manifest" >
403397 <SubType >Designer</SubType >
404398 </None >
525519 </PostBuildEventDependsOn >
526520 <PostBuildEvent >rem echo @(VersionNumber) > ..\version.txt</PostBuildEvent >
527521 </PropertyGroup >
528- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
529- <PropertyGroup >
530- <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
531- </PropertyGroup >
532- <Error Condition =" !Exists('..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
533- <Error Condition =" !Exists('..\packages\Fody.6.6.3\build\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.6.3\build\Fody.targets'))" />
534- </Target >
535- <Import Project =" ..\packages\Fody.6.6.3\build\Fody.targets" Condition =" Exists('..\packages\Fody.6.6.3\build\Fody.targets')" />
536522</Project >
0 commit comments