Changeset 12395 for branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
- Timestamp:
- 05/20/15 16:41:14 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:mergeinfo changed
-
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
-
branches/HiveStatistics/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r11205 r12395 11 11 <RootNamespace>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> 15 15 </TargetFrameworkProfile> … … 47 47 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 48 48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 49 50 </PropertyGroup> 50 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 56 57 <WarningLevel>4</WarningLevel> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 58 60 </PropertyGroup> 59 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 65 67 <ErrorReport>prompt</ErrorReport> 66 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 67 70 </PropertyGroup> 68 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 74 77 <ErrorReport>prompt</ErrorReport> 75 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 79 <Prefer32Bit>false</Prefer32Bit> 76 80 </PropertyGroup> 77 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 83 87 <ErrorReport>prompt</ErrorReport> 84 88 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 89 <Prefer32Bit>false</Prefer32Bit> 85 90 </PropertyGroup> 86 91 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 92 97 <ErrorReport>prompt</ErrorReport> 93 98 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 99 <Prefer32Bit>false</Prefer32Bit> 94 100 </PropertyGroup> 95 101 <ItemGroup> … … 136 142 <Compile Include="Formatters\SymbolicExpressionTreeGraphvizFormatter.cs" /> 137 143 <Compile Include="Formatters\SymbolicExpressionTreeHierarchicalFormatter.cs" /> 144 <Compile Include="Grammars\EmptySymbolicExpressionTreeGrammar.cs" /> 138 145 <Compile Include="Interfaces\IReadOnlySymbol.cs" /> 139 146 <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" /> … … 166 173 <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" /> 167 174 <Compile Include="Plugin.cs" /> 168 <Compile Include=" SymbolicExpressionGrammarBase.cs" />169 <Compile Include=" SymbolicExpressionGrammar.cs" />170 <Compile Include=" SymbolicExpressionTreeGrammar.cs" />175 <Compile Include="Grammars\SymbolicExpressionGrammarBase.cs" /> 176 <Compile Include="Grammars\SymbolicExpressionGrammar.cs" /> 177 <Compile Include="Grammars\SymbolicExpressionTreeGrammar.cs" /> 171 178 <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" /> 172 179 <Compile Include="Crossovers\SubtreeCrossover.cs">
Note: See TracChangeset
for help on using the changeset viewer.