|
105 | 105 | </Compile> |
106 | 106 | <Compile Include="..\LinqStatistics\NaN\AverageNaN.cs"> |
107 | 107 | <Link>NaN\AverageNaN.cs</Link> |
108 | | - <AutoGen>True</AutoGen> |
109 | | - <DesignTime>True</DesignTime> |
110 | | - <DependentUpon>AverageNaN.tt</DependentUpon> |
111 | 108 | </Compile> |
112 | 109 | <Compile Include="..\LinqStatistics\NaN\EnumerableStatsCovariance.cs"> |
113 | 110 | <Link>NaN\EnumerableStatsCovariance.cs</Link> |
114 | 111 | </Compile> |
115 | 112 | <Compile Include="..\LinqStatistics\NaN\EnumerableStatsKurtosis.cs"> |
116 | 113 | <Link>NaN\EnumerableStatsKurtosis.cs</Link> |
117 | 114 | </Compile> |
| 115 | + <Compile Include="..\LinqStatistics\NaN\EnumerableStatsLeastSquares.cs"> |
| 116 | + <Link>NaN\EnumerableStatsLeastSquares.cs</Link> |
| 117 | + </Compile> |
118 | 118 | <Compile Include="..\LinqStatistics\NaN\EnumerableStatsMinMax.cs"> |
119 | 119 | <Link>NaN\EnumerableStatsMinMax.cs</Link> |
120 | 120 | </Compile> |
|
148 | 148 | <Compile Include="..\PackageInfo.cs"> |
149 | 149 | <Link>Properties\PackageInfo.cs</Link> |
150 | 150 | </Compile> |
151 | | - <Compile Include="NaN\EnumerableStatsLeastSquares.cs" /> |
152 | 151 | <Compile Include="Properties\AssemblyInfo.cs" /> |
153 | 152 | </ItemGroup> |
154 | 153 | <ItemGroup> |
155 | 154 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
156 | 155 | </ItemGroup> |
157 | | - <ItemGroup> |
158 | | - <Content Include="..\LinqStatistics\NaN\AverageNaN.tt"> |
159 | | - <Link>NaN\AverageNaN.tt</Link> |
160 | | - <Generator>TextTemplatingFileGenerator</Generator> |
161 | | - <LastGenOutput>AverageNaN.cs</LastGenOutput> |
162 | | - </Content> |
163 | | - </ItemGroup> |
164 | 156 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
165 | 157 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
166 | 158 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments