Changeset 16388 for branches/2892_LR-prediction-intervals/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj
- Timestamp:
- 12/15/18 12:36:08 (6 years ago)
- Location:
- branches/2892_LR-prediction-intervals
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2892_LR-prediction-intervals
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 3 *.resharper 4 *.suo 5 *.user 6 *.vsp 7 Doxygen 8 FxCopResults.txt 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll 11 HeuristicLab 3.3.5.1.ReSharper.user 12 HeuristicLab 3.3.6.0.ReSharper.user 13 HeuristicLab.4.5.resharper.user 14 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development 16 HeuristicLab.resharper.user 17 ProtoGen.exe 1 18 TestResults 19 _ReSharper.HeuristicLab 20 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests 22 _ReSharper.HeuristicLab.ExtLibs 23 bin 24 protoc.exe 25 obj 26 .vs
-
- Property svn:mergeinfo changed
-
Property
svn:global-ignores
set to
*.nuget
packages
- Property svn:ignore
-
branches/2892_LR-prediction-intervals/HeuristicLab.Problems.Instances.DataAnalysis
- Property svn:mergeinfo changed
-
branches/2892_LR-prediction-intervals/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj
r14790 r16388 167 167 <Compile Include="Regression\MibaFriction\CF1.cs" /> 168 168 <Compile Include="Regression\MibaFriction\MibaFrictionRegressionInstanceProvider.cs" /> 169 <Compile Include="Regression\PennML\PennMLRegressionDataDescriptor.cs" /> 170 <Compile Include="Regression\PennML\PennMLRegressionInstanceProvider.cs" /> 171 <Compile Include="Regression\Physics\AircraftLift.cs" /> 172 <Compile Include="Regression\Physics\AircraftMaximumLift.cs" /> 173 <Compile Include="Regression\Physics\FluidDynamics.cs" /> 174 <Compile Include="Regression\Physics\PhysicsInstanceProvider.cs" /> 175 <Compile Include="Regression\Physics\RocketFuelFlow.cs" /> 169 176 <Compile Include="Regression\VariableNetworks\LinearVariableNetwork.cs" /> 170 177 <Compile Include="Regression\VariableNetworks\GaussianProcessVariableNetwork.cs" /> … … 257 264 <EmbeddedResource Include="Regression\Data\RegressionRealWorld.zip" /> 258 265 <EmbeddedResource Include="Regression\Data\MibaFriction.zip" /> 266 <EmbeddedResource Include="Regression\Data\PennML.zip" /> 259 267 </ItemGroup> 260 268 <ItemGroup> … … 308 316 </ProjectReference> 309 317 </ItemGroup> 318 <ItemGroup /> 310 319 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 311 320 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.