- Timestamp:
- 10/05/11 12:45:26 (13 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 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.Encodings.SymbolicExpressionTreeEncoding/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj
r5416 r6866 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> bin\Debug\</OutputPath>43 <OutputPath>$(SolutionDir)\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> bin\Release\</OutputPath>53 <OutputPath>$(SolutionDir)\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 59 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 60 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath> bin\x64\Debug\</OutputPath>61 <OutputPath>$(SolutionDir)\bin\</OutputPath> 62 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 63 <DebugType>full</DebugType> … … 67 67 </PropertyGroup> 68 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 69 <OutputPath> bin\x64\Release\</OutputPath>69 <OutputPath>$(SolutionDir)\bin\</OutputPath> 70 70 <DefineConstants>TRACE</DefineConstants> 71 71 <Optimize>true</Optimize> … … 77 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 78 78 <DebugSymbols>true</DebugSymbols> 79 <OutputPath> bin\x86\Debug\</OutputPath>79 <OutputPath>$(SolutionDir)\bin\</OutputPath> 80 80 <DefineConstants>DEBUG;TRACE</DefineConstants> 81 81 <DebugType>full</DebugType> … … 85 85 </PropertyGroup> 86 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 87 <OutputPath> bin\x86\Release\</OutputPath>87 <OutputPath>$(SolutionDir)\bin\</OutputPath> 88 88 <DefineConstants>TRACE</DefineConstants> 89 89 <Optimize>true</Optimize> … … 140 140 <Compile Include="Manipulators\OnePointShaker.cs" /> 141 141 <Compile Include="Manipulators\SymbolicExpressionTreeManipulator.cs" /> 142 <Compile Include="Plugin.cs" /> 142 143 <Compile Include="SymbolicExpressionTreeGrammar.cs" /> 143 144 <Compile Include="SymbolicExpressionTreeTopLevelNode.cs" /> … … 154 155 <Compile Include="Interfaces\ISymbolicExpressionGrammar.cs" /> 155 156 <Compile Include="Creators\ProbabilisticTreeCreator.cs" /> 156 <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs" />157 157 <Compile Include="Interfaces\ISymbolicExpressionTreeOperator.cs" /> 158 158 <Compile Include="SymbolicExpressionTree.cs" /> … … 172 172 <ItemGroup> 173 173 <None Include="HeuristicLab.snk" /> 174 <None Include=" HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" />175 <None Include="Properties\AssemblyInfo. frame" />174 <None Include="Plugin.cs.frame" /> 175 <None Include="Properties\AssemblyInfo.cs.frame" /> 176 176 </ItemGroup> 177 177 <ItemGroup> … … 179 179 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 180 180 <Name>HeuristicLab.Analysis-3.3</Name> 181 <Private>False</Private> 181 182 </ProjectReference> 182 183 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 183 184 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 184 185 <Name>HeuristicLab.Collections-3.3</Name> 186 <Private>False</Private> 185 187 </ProjectReference> 186 188 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 187 189 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 188 190 <Name>HeuristicLab.Common.Resources-3.3</Name> 191 <Private>False</Private> 189 192 </ProjectReference> 190 193 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 191 194 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 192 195 <Name>HeuristicLab.Common-3.3</Name> 196 <Private>False</Private> 193 197 </ProjectReference> 194 198 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 195 199 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 196 200 <Name>HeuristicLab.Core-3.3</Name> 201 <Private>False</Private> 197 202 </ProjectReference> 198 203 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 199 204 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 200 205 <Name>HeuristicLab.Data-3.3</Name> 206 <Private>False</Private> 201 207 </ProjectReference> 202 208 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 203 209 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 204 210 <Name>HeuristicLab.Operators-3.3</Name> 211 <Private>False</Private> 205 212 </ProjectReference> 206 213 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 207 214 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 208 215 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 216 <Private>False</Private> 209 217 </ProjectReference> 210 218 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 211 219 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 212 220 <Name>HeuristicLab.Optimization-3.3</Name> 221 <Private>False</Private> 213 222 </ProjectReference> 214 223 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 215 224 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 216 225 <Name>HeuristicLab.Parameters-3.3</Name> 226 <Private>False</Private> 217 227 </ProjectReference> 218 228 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 219 229 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 220 230 <Name>HeuristicLab.Persistence-3.3</Name> 231 <Private>False</Private> 221 232 </ProjectReference> 222 233 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 223 234 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 224 235 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 236 <Private>False</Private> 225 237 </ProjectReference> 226 238 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 227 239 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 228 240 <Name>HeuristicLab.Random-3.3</Name> 241 <Private>False</Private> 229 242 </ProjectReference> 230 243 </ItemGroup> … … 261 274 262 275 call PreBuildEvent.cmd 263 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs"</PreBuildEvent>276 </PreBuildEvent> 264 277 </PropertyGroup> 265 278 </Project>
Note: See TracChangeset
for help on using the changeset viewer.