Changeset 12969 for branches/gteufl/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
- Timestamp:
- 09/25/15 14:39:59 (9 years ago)
- Location:
- branches/gteufl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gteufl
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll 10 11 HeuristicLab 3.3.5.1.ReSharper.user 11 12 HeuristicLab 3.3.6.0.ReSharper.user 12 13 HeuristicLab.4.5.resharper.user 13 14 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development 14 16 HeuristicLab.resharper.user 15 17 ProtoGen.exe … … 17 19 _ReSharper.HeuristicLab 18 20 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests 19 22 _ReSharper.HeuristicLab.ExtLibs 20 23 bin 21 24 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll 25 obj
-
- Property svn:mergeinfo changed
-
Property
svn:global-ignores
set to
*.nuget
packages
- Property svn:ignore
-
branches/gteufl/HeuristicLab.Problems.DataAnalysis
- Property svn:mergeinfo changed
-
branches/gteufl/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r9973 r12969 11 11 <RootNamespace>HeuristicLab.Problems.DataAnalysis</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.DataAnalysis-3.4</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 46 46 <WarningLevel>4</WarningLevel> 47 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 <Prefer32Bit>false</Prefer32Bit> 48 49 </PropertyGroup> 49 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 55 56 <WarningLevel>4</WarningLevel> 56 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 <Prefer32Bit>false</Prefer32Bit> 57 59 </PropertyGroup> 58 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 64 66 <ErrorReport>prompt</ErrorReport> 65 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 <Prefer32Bit>false</Prefer32Bit> 66 69 </PropertyGroup> 67 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 73 76 <ErrorReport>prompt</ErrorReport> 74 77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 78 <Prefer32Bit>false</Prefer32Bit> 75 79 </PropertyGroup> 76 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 82 86 <ErrorReport>prompt</ErrorReport> 83 87 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 88 <Prefer32Bit>false</Prefer32Bit> 84 89 </PropertyGroup> 85 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 91 96 <ErrorReport>prompt</ErrorReport> 92 97 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 98 <Prefer32Bit>false</Prefer32Bit> 93 99 </PropertyGroup> 94 100 <ItemGroup> … … 118 124 </Compile> 119 125 <Compile Include="Implementation\Classification\ClassificationEnsembleSolution.cs" /> 126 <Compile Include="Implementation\Classification\ClassificationPerformanceMeasures.cs" /> 120 127 <Compile Include="Implementation\Classification\ClassificationProblemData.cs" /> 121 128 <Compile Include="Implementation\Classification\ClassificationProblem.cs" /> … … 141 148 <Compile Include="Implementation\TimeSeriesPrognosis\TimeSeriesPrognosisSolution.cs" /> 142 149 <Compile Include="Implementation\TimeSeriesPrognosis\TimeSeriesPrognosisSolutionBase.cs" /> 150 <Compile Include="Implementation\Transformations\CopyColumnTransformation.cs" /> 151 <Compile Include="Implementation\Transformations\ExponentialTransformation.cs" /> 152 <Compile Include="Implementation\Transformations\LinearTransformation.cs" /> 153 <Compile Include="Implementation\Transformations\LogarithmicTransformation.cs" /> 154 <Compile Include="Implementation\Transformations\PowerTransformation.cs" /> 155 <Compile Include="Implementation\Transformations\ReciprocalTransformation.cs" /> 156 <Compile Include="Implementation\Transformations\ShiftStandardDistributionTransformation.cs" /> 157 <Compile Include="Implementation\Transformations\ShiftToRangeTransformation.cs" /> 158 <Compile Include="Implementation\Transformations\Transformation.cs" /> 143 159 <Compile Include="Interfaces\Classification\IClassificationEnsembleModel.cs"> 144 160 <SubType>Code</SubType> … … 149 165 <Compile Include="Interfaces\Classification\IDiscriminantFunctionThresholdCalculator.cs" /> 150 166 <Compile Include="Interfaces\IDataAnalysisSolutionExporter.cs" /> 167 <Compile Include="Interfaces\IDataset.cs" /> 151 168 <Compile Include="Interfaces\IDependencyCalculator.cs" /> 169 <Compile Include="Interfaces\ITransformation.cs" /> 170 <Compile Include="Interfaces\ITransformationMapper.cs" /> 152 171 <Compile Include="Interfaces\Regression\IRegressionEnsembleModel.cs"> 153 172 <SubType>Code</SubType> … … 160 179 <Compile Include="Interfaces\TimeSeriesPrognosis\ITimeSeriesPrognosisProblemData.cs" /> 161 180 <Compile Include="Interfaces\TimeSeriesPrognosis\ITimeSeriesPrognosisSolution.cs" /> 181 <Compile Include="ModifiableDataset.cs" /> 162 182 <Compile Include="OnlineCalculators\AutoCorrelationCalculator.cs" /> 183 <Compile Include="OnlineCalculators\ClassificationPerformanceMeasuresCalculator.cs" /> 163 184 <Compile Include="OnlineCalculators\DependencyCalculator\HoeffdingsDependenceCalculator.cs" /> 164 185 <Compile Include="OnlineCalculators\DependencyCalculator\PearsonsRDependenceCalculator.cs" /> … … 203 224 <Compile Include="OnlineCalculators\OnlineMeanSquaredErrorCalculator.cs" /> 204 225 <Compile Include="OnlineCalculators\OnlineNormalizedMeanSquaredErrorCalculator.cs" /> 226 <Compile Include="OnlineCalculators\OnlinePearsonsRCalculator.cs" /> 205 227 <Compile Include="OnlineCalculators\OnlinePearsonsRSquaredCalculator.cs" /> 206 228 <Compile Include="Implementation\Regression\RegressionSolution.cs" />
Note: See TracChangeset
for help on using the changeset viewer.