- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 3 deleted
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- 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 18 HeuristicLab.ExtLibs.6.0.ReSharper.user
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Encodings.PermutationEncoding
- Property svn:mergeinfo changed
/branches/Trunk/HeuristicLab.Encodings.PermutationEncoding (added) merged: 6829,6831-6833,6842,6845,6865 /trunk/sources/HeuristicLab.Encodings.PermutationEncoding merged: 6803,6866 -
Property
svn:ignore
set to
bin
- Property svn:mergeinfo changed
-
branches/GeneralizedQAP/HeuristicLab.Encodings.PermutationEncoding/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabEncodingsPermutationEncodingPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj
r6685 r6878 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> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> bin\Release\</OutputPath>52 <OutputPath>$(SolutionDir)\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> 55 55 <WarningLevel>4</WarningLevel> 56 56 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 57 <DocumentationFile>bin\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile> 57 <DocumentationFile> 58 </DocumentationFile> 58 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 60 </PropertyGroup> 60 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 61 62 <DebugSymbols>true</DebugSymbols> 62 <OutputPath> bin\x86\Debug\</OutputPath>63 <OutputPath>$(SolutionDir)\bin\</OutputPath> 63 64 <DefineConstants>DEBUG;TRACE</DefineConstants> 64 65 <DebugType>full</DebugType> … … 68 69 </PropertyGroup> 69 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 70 <OutputPath> bin\x86\Release\</OutputPath>71 <OutputPath>$(SolutionDir)\bin\</OutputPath> 71 72 <DefineConstants>TRACE</DefineConstants> 72 <DocumentationFile>bin\x86\Release\HeuristicLab.Encodings.PermutationEncoding-3.3.xml</DocumentationFile> 73 <DocumentationFile> 74 </DocumentationFile> 73 75 <Optimize>true</Optimize> 74 76 <DebugType>pdbonly</DebugType> … … 79 81 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 80 82 <DebugSymbols>true</DebugSymbols> 81 <OutputPath> bin\x64\Debug\</OutputPath>83 <OutputPath>$(SolutionDir)\bin\</OutputPath> 82 84 <DefineConstants>DEBUG;TRACE</DefineConstants> 83 85 <DebugType>full</DebugType> … … 87 89 </PropertyGroup> 88 90 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 89 <OutputPath> bin\x64\Release\</OutputPath>91 <OutputPath>$(SolutionDir)\bin\</OutputPath> 90 92 <DefineConstants>TRACE</DefineConstants> 91 <DocumentationFile>bin\x64\Release\HeuristicLab.Permutation-3.2.xml</DocumentationFile> 93 <DocumentationFile> 94 </DocumentationFile> 92 95 <Optimize>true</Optimize> 93 96 <DebugType>pdbonly</DebugType> … … 119 122 <Compile Include="Crossovers\PositionBasedCrossover.cs" /> 120 123 <Compile Include="Crossovers\UniformLikeCrossover.cs" /> 121 <Compile Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs" />122 124 <Compile Include="Interfaces\IPermutationScrambleMoveOperator.cs" /> 123 125 <Compile Include="Interfaces\IPermutationMultiNeighborhoodShakingOperator.cs" /> … … 191 193 <Compile Include="PermutationType.cs" /> 192 194 <Compile Include="PermutationTypes.cs" /> 195 <Compile Include="Plugin.cs" /> 193 196 <Compile Include="Properties\AssemblyInfo.cs" /> 194 197 <Compile Include="ShakingOperators\PermutationShakingOperator.cs" /> … … 196 199 <ItemGroup> 197 200 <None Include="HeuristicLab.snk" /> 198 <None Include=" HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" />199 <None Include="Properties\AssemblyInfo. frame" />201 <None Include="Plugin.cs.frame" /> 202 <None Include="Properties\AssemblyInfo.cs.frame" /> 200 203 </ItemGroup> 201 204 <ItemGroup> … … 203 206 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 204 207 <Name>HeuristicLab.Collections-3.3</Name> 208 <Private>False</Private> 205 209 </ProjectReference> 206 210 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 207 211 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 208 212 <Name>HeuristicLab.Common.Resources-3.3</Name> 213 <Private>False</Private> 209 214 </ProjectReference> 210 215 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 211 216 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 212 217 <Name>HeuristicLab.Common-3.3</Name> 218 <Private>False</Private> 213 219 </ProjectReference> 214 220 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 215 221 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 216 222 <Name>HeuristicLab.Core-3.3</Name> 223 <Private>False</Private> 217 224 </ProjectReference> 218 225 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 219 226 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 220 227 <Name>HeuristicLab.Data-3.3</Name> 228 <Private>False</Private> 221 229 </ProjectReference> 222 230 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 223 231 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 224 232 <Name>HeuristicLab.Operators-3.3</Name> 233 <Private>False</Private> 225 234 </ProjectReference> 226 235 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 227 236 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 228 237 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 238 <Private>False</Private> 229 239 </ProjectReference> 230 240 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 231 241 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 232 242 <Name>HeuristicLab.Optimization-3.3</Name> 243 <Private>False</Private> 233 244 </ProjectReference> 234 245 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 235 246 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 236 247 <Name>HeuristicLab.Parameters-3.3</Name> 248 <Private>False</Private> 237 249 </ProjectReference> 238 250 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 239 251 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 240 252 <Name>HeuristicLab.Persistence-3.3</Name> 253 <Private>False</Private> 241 254 </ProjectReference> 242 255 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 243 256 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 244 257 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 258 <Private>False</Private> 245 259 </ProjectReference> 246 260 </ItemGroup> … … 277 291 278 292 call PreBuildEvent.cmd 279 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabEncodingsPermutationEncodingPlugin.cs"</PreBuildEvent>293 </PreBuildEvent> 280 294 </PropertyGroup> 281 295 </Project>
Note: See TracChangeset
for help on using the changeset viewer.