- Timestamp:
- 10/12/08 21:54:18 (16 years ago)
- Location:
- branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj
r645 r651 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.GP.StructureIdentification</RootNamespace> 12 <AssemblyName>HeuristicLab.GP.StructureIdentification </AssemblyName>12 <AssemblyName>HeuristicLab.GP.StructureIdentification-3.2</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 </PropertyGroup> 35 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 36 <DebugSymbols>true</DebugSymbols> 37 <OutputPath>bin\x86\Debug\</OutputPath> 38 <DefineConstants>DEBUG;TRACE</DefineConstants> 39 <DebugType>full</DebugType> 40 <PlatformTarget>x86</PlatformTarget> 41 <ErrorReport>prompt</ErrorReport> 42 </PropertyGroup> 43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 44 <OutputPath>bin\x86\Release\</OutputPath> 45 <DefineConstants>TRACE</DefineConstants> 46 <Optimize>true</Optimize> 47 <DebugType>pdbonly</DebugType> 48 <PlatformTarget>x86</PlatformTarget> 49 <ErrorReport>prompt</ErrorReport> 34 50 </PropertyGroup> 35 51 <ItemGroup> … … 61 77 <Compile Include="Evaluators\CoefficientOfDeterminationEvaluator.cs" /> 62 78 <Compile Include="Evaluators\EarlyStoppingMeanSquaredErrorEvaluator.cs" /> 79 <Compile Include="Evaluators\GPEvaluatorBase.cs" /> 63 80 <Compile Include="Evaluators\MeanAbsolutePercentageErrorEvaluator.cs" /> 64 81 <Compile Include="Evaluators\MeanSquaredErrorEvaluator.cs" /> … … 66 83 <Compile Include="Evaluators\VarianceAccountedForEvaluator.cs" /> 67 84 <Compile Include="Exponential.cs" /> 68 <Compile Include="GPEvaluatorBase.cs" />69 85 <Compile Include="GreaterThan.cs" /> 70 86 <Compile Include="HeuristicLabGPStructureIdentificationPlugin.cs" /> … … 137 153 <ItemGroup> 138 154 <None Include="HeuristicLab.snk" /> 155 <None Include="Properties\AssemblyInfo.frame" /> 139 156 </ItemGroup> 140 157 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> … … 146 163 </Target> 147 164 --> 165 <PropertyGroup> 166 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 167 </PropertyGroup> 148 168 </Project> -
branches/GpPluginsRefactoringBranch/HeuristicLab.GP.StructureIdentification/HeuristicLabGPStructureIdentificationPlugin.cs
r645 r651 32 32 [Dependency(Dependency = "HeuristicLab.Data-3.2")] 33 33 [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.2")] 34 [Dependency(Dependency = "HeuristicLab.GP-3.2")] 34 35 [Dependency(Dependency = "HeuristicLab.Operators-3.2")] 35 36 [Dependency(Dependency = "HeuristicLab.Random-3.2")]
Note: See TracChangeset
for help on using the changeset viewer.