Changeset 6866 for trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy
- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 3 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:ignore
-
old new 1 *.docstates 2 *.psess 1 3 *.resharper 2 4 *.suo 5 *.vsp 3 6 Google.ProtocolBuffers-0.9.1.dll 7 HeuristicLab 3.3.5.1.ReSharper.user 8 HeuristicLab 3.3.6.0.ReSharper.user 4 9 HeuristicLab.4.5.resharper.user 5 10 HeuristicLab.resharper.user … … 8 13 _ReSharper.HeuristicLab 9 14 _ReSharper.HeuristicLab 3.3 15 _ReSharper.HeuristicLab.ExtLibs 16 bin 10 17 protoc.exe 11 HeuristicLab 3.3.5.1.ReSharper.user 12 *.psess 13 *.vsp 14 *.docstates 15 bin 16 HeuristicLab 3.3.6.0.ReSharper.user 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
/branches/Restructure trunk solution (added) merged: 6828 /branches/Trunk (added) merged: 6829,6831-6833,6842-6848,6850,6865
- Property svn:ignore
-
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabAlgorithmsEvolutionStrategyPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/HeuristicLab.Algorithms.EvolutionStrategy-3.3.csproj
r5163 r6866 12 12 <AssemblyName>HeuristicLab.Algorithms.EvolutionStrategy-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 40 41 <DebugType>full</DebugType> 41 42 <Optimize>false</Optimize> 42 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 43 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 45 <ErrorReport>prompt</ErrorReport> … … 49 50 <DebugType>pdbonly</DebugType> 50 51 <Optimize>true</Optimize> 51 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 52 53 <DefineConstants>TRACE</DefineConstants> 53 54 <ErrorReport>prompt</ErrorReport> … … 57 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 58 59 <DebugSymbols>true</DebugSymbols> 59 <OutputPath> bin\x86\Debug\</OutputPath>60 <OutputPath>$(SolutionDir)\bin\</OutputPath> 60 61 <DefineConstants>DEBUG;TRACE</DefineConstants> 61 62 <DebugType>full</DebugType> … … 65 66 </PropertyGroup> 66 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 67 <OutputPath> bin\x86\Release\</OutputPath>68 <OutputPath>$(SolutionDir)\bin\</OutputPath> 68 69 <DefineConstants>TRACE</DefineConstants> 69 70 <Optimize>true</Optimize> … … 75 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 76 77 <DebugSymbols>true</DebugSymbols> 77 <OutputPath> bin\x64\Debug\</OutputPath>78 <OutputPath>$(SolutionDir)\bin\</OutputPath> 78 79 <DefineConstants>DEBUG;TRACE</DefineConstants> 79 80 <DebugType>full</DebugType> … … 83 84 </PropertyGroup> 84 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 85 <OutputPath> bin\x64\Release\</OutputPath>86 <OutputPath>$(SolutionDir)\bin\</OutputPath> 86 87 <DefineConstants>TRACE</DefineConstants> 87 88 <Optimize>true</Optimize> … … 106 107 </ItemGroup> 107 108 <ItemGroup> 108 <Compile Include=" HeuristicLabAlgorithmsEvolutionStrategyPlugin.cs" />109 <Compile Include="Plugin.cs" /> 109 110 <Compile Include="Properties\AssemblyInfo.cs" /> 110 111 <Compile Include="EvolutionStrategy.cs" /> … … 114 115 <ItemGroup> 115 116 <None Include="HeuristicLab.snk" /> 116 <None Include=" HeuristicLabAlgorithmsEvolutionStrategyPlugin.cs.frame" />117 <None Include="Properties\AssemblyInfo. frame" />117 <None Include="Plugin.cs.frame" /> 118 <None Include="Properties\AssemblyInfo.cs.frame" /> 118 119 </ItemGroup> 119 120 <ItemGroup> … … 121 122 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 122 123 <Name>HeuristicLab.Analysis-3.3</Name> 124 <Private>False</Private> 123 125 </ProjectReference> 124 126 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 125 127 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 126 128 <Name>HeuristicLab.Collections-3.3</Name> 129 <Private>False</Private> 127 130 </ProjectReference> 128 131 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 129 132 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 130 133 <Name>HeuristicLab.Common-3.3</Name> 134 <Private>False</Private> 131 135 </ProjectReference> 132 136 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 133 137 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 134 138 <Name>HeuristicLab.Core-3.3</Name> 139 <Private>False</Private> 135 140 </ProjectReference> 136 141 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 137 142 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 138 143 <Name>HeuristicLab.Data-3.3</Name> 144 <Private>False</Private> 139 145 </ProjectReference> 140 146 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 141 147 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 142 148 <Name>HeuristicLab.Operators-3.3</Name> 149 <Private>False</Private> 143 150 </ProjectReference> 144 151 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 145 152 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 146 153 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 154 <Private>False</Private> 147 155 </ProjectReference> 148 156 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 149 157 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 150 158 <Name>HeuristicLab.Optimization-3.3</Name> 159 <Private>False</Private> 151 160 </ProjectReference> 152 161 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 153 162 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 154 163 <Name>HeuristicLab.Parameters-3.3</Name> 164 <Private>False</Private> 155 165 </ProjectReference> 156 166 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 157 167 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 158 168 <Name>HeuristicLab.Persistence-3.3</Name> 169 <Private>False</Private> 159 170 </ProjectReference> 160 171 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 161 172 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 162 173 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 174 <Private>False</Private> 163 175 </ProjectReference> 164 176 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 165 177 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 166 178 <Name>HeuristicLab.Random-3.3</Name> 179 <Private>False</Private> 167 180 </ProjectReference> 168 181 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj"> 169 182 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project> 170 183 <Name>HeuristicLab.Selection-3.3</Name> 184 <Private>False</Private> 171 185 </ProjectReference> 172 186 </ItemGroup> … … 203 217 204 218 call PreBuildEvent.cmd 205 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabAlgorithmsEvolutionStrategyPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabAlgorithmsEvolutionStrategyPlugin.cs"</PreBuildEvent>219 </PreBuildEvent> 206 220 </PropertyGroup> 207 221 </Project>
Note: See TracChangeset
for help on using the changeset viewer.