|
34 | 34 | <WarningLevel>4</WarningLevel> |
35 | 35 | </PropertyGroup> |
36 | 36 | <ItemGroup> |
37 | | - <Reference Include="MathNet.Numerics, Version=2.2.1.24, Culture=neutral, processorArchitecture=MSIL"> |
38 | | - <SpecificVersion>False</SpecificVersion> |
39 | | - <HintPath>..\Dependencies\MathNet.Numerics.dll</HintPath> |
40 | | - </Reference> |
41 | | - <Reference Include="MathNet.Numerics.IO, Version=2.2.1.24, Culture=neutral, processorArchitecture=MSIL"> |
42 | | - <SpecificVersion>False</SpecificVersion> |
43 | | - <HintPath>..\Dependencies\MathNet.Numerics.IO.dll</HintPath> |
| 37 | + <Reference Include="MathNet.Numerics"> |
| 38 | + <HintPath>..\packages\MathNet.Numerics.3.3.0\lib\net40\MathNet.Numerics.dll</HintPath> |
44 | 39 | </Reference> |
45 | 40 | <Reference Include="System" /> |
46 | 41 | <Reference Include="System.Core" /> |
|
53 | 48 | <Reference Include="System.Drawing" /> |
54 | 49 | <Reference Include="System.Windows.Forms" /> |
55 | 50 | <Reference Include="System.Xml" /> |
56 | | - <Reference Include="ZedGraph, Version=5.1.5.28844, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL"> |
57 | | - <SpecificVersion>False</SpecificVersion> |
58 | | - <HintPath>..\Dependencies\ZedGraph.dll</HintPath> |
| 51 | + <Reference Include="ZedGraph"> |
| 52 | + <HintPath>..\packages\ZedGraph.5.1.6\lib\net35-Client\ZedGraph.dll</HintPath> |
59 | 53 | </Reference> |
60 | 54 | </ItemGroup> |
61 | 55 | <ItemGroup> |
|
80 | 74 | <AutoGen>True</AutoGen> |
81 | 75 | <DependentUpon>Resources.resx</DependentUpon> |
82 | 76 | </Compile> |
| 77 | + <None Include="packages.config" /> |
83 | 78 | <None Include="Properties\Settings.settings"> |
84 | 79 | <Generator>SettingsSingleFileGenerator</Generator> |
85 | 80 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
90 | 85 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
91 | 86 | </Compile> |
92 | 87 | </ItemGroup> |
| 88 | + <ItemGroup> |
| 89 | + <Content Include="License-LGPL.txt" /> |
| 90 | + </ItemGroup> |
93 | 91 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
94 | 92 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
95 | 93 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments