- Timestamp:
- 10/05/11 21:55:55 (13 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 deleted
- 3 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.Problems.TravelingSalesman/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsTravelingSalesmanPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/GeneralizedQAP/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj
r5163 r6878 19 19 </UpgradeBackupLocation> 20 20 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 21 <TargetFrameworkProfile></TargetFrameworkProfile> 21 <TargetFrameworkProfile> 22 </TargetFrameworkProfile> 22 23 <PublishUrl>publish\</PublishUrl> 23 24 <Install>true</Install> … … 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> … … 51 52 <DebugType>pdbonly</DebugType> 52 53 <Optimize>true</Optimize> 53 <OutputPath> bin\Release\</OutputPath>54 <OutputPath>$(SolutionDir)\bin\</OutputPath> 54 55 <DefineConstants>TRACE</DefineConstants> 55 56 <ErrorReport>prompt</ErrorReport> 56 57 <WarningLevel>4</WarningLevel> 57 <DocumentationFile>bin\Release\HeuristicLab.Problems.TravelingSalesman-3.3.xml</DocumentationFile> 58 <DocumentationFile> 59 </DocumentationFile> 58 60 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 59 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 61 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 62 64 <DebugSymbols>true</DebugSymbols> 63 <OutputPath> bin\x86\Debug\</OutputPath>65 <OutputPath>$(SolutionDir)\bin\</OutputPath> 64 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 65 67 <DebugType>full</DebugType> … … 69 71 </PropertyGroup> 70 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 71 <OutputPath> bin\x86\Release\</OutputPath>73 <OutputPath>$(SolutionDir)\bin\</OutputPath> 72 74 <DefineConstants>TRACE</DefineConstants> 73 <DocumentationFile>bin\x86\Release\HeuristicLab.Routing.TSP-3.3.xml</DocumentationFile> 75 <DocumentationFile> 76 </DocumentationFile> 74 77 <Optimize>true</Optimize> 75 78 <DebugType>pdbonly</DebugType> … … 80 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 81 84 <DebugSymbols>true</DebugSymbols> 82 <OutputPath> bin\x64\Debug\</OutputPath>85 <OutputPath>$(SolutionDir)\bin\</OutputPath> 83 86 <DefineConstants>DEBUG;TRACE</DefineConstants> 84 87 <DebugType>full</DebugType> … … 88 91 </PropertyGroup> 89 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 90 <OutputPath> bin\x64\Release\</OutputPath>93 <OutputPath>$(SolutionDir)\bin\</OutputPath> 91 94 <DefineConstants>TRACE</DefineConstants> 92 <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile> 95 <DocumentationFile> 96 </DocumentationFile> 93 97 <Optimize>true</Optimize> 94 98 <DebugType>pdbonly</DebugType> … … 113 117 <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" /> 114 118 <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" /> 115 <Compile Include="HeuristicLabProblemsTravelingSalesmanPlugin.cs" />116 119 <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveEuclideanPathEvaluator.cs" /> 117 120 <Compile Include="MoveEvaluators\ThreeOpt\TSPTranslocationMoveGeoPathEvaluator.cs" /> … … 122 125 <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMovePathEvaluator.cs" /> 123 126 <Compile Include="MoveEvaluators\TwoOpt\TSPInversionMoveRoundedEuclideanPathEvaluator.cs" /> 127 <Compile Include="Plugin.cs" /> 124 128 <Compile Include="TravelingSalesmanProblem.cs" /> 125 129 <Compile Include="TSPLIBTourParser.cs" /> … … 142 146 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 143 147 <Name>HeuristicLab.Analysis-3.3</Name> 148 <Private>False</Private> 144 149 </ProjectReference> 145 150 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 146 151 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 147 152 <Name>HeuristicLab.Collections-3.3</Name> 153 <Private>False</Private> 148 154 </ProjectReference> 149 155 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 150 156 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 151 157 <Name>HeuristicLab.Common.Resources-3.3</Name> 158 <Private>False</Private> 152 159 </ProjectReference> 153 160 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 154 161 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 155 162 <Name>HeuristicLab.Common-3.3</Name> 163 <Private>False</Private> 156 164 </ProjectReference> 157 165 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 158 166 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 159 167 <Name>HeuristicLab.Core-3.3</Name> 168 <Private>False</Private> 160 169 </ProjectReference> 161 170 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 162 171 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 163 172 <Name>HeuristicLab.Data-3.3</Name> 173 <Private>False</Private> 164 174 </ProjectReference> 165 175 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 166 176 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 167 177 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 178 <Private>False</Private> 168 179 </ProjectReference> 169 180 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 170 181 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 171 182 <Name>HeuristicLab.Operators-3.3</Name> 183 <Private>False</Private> 172 184 </ProjectReference> 173 185 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 174 186 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 175 187 <Name>HeuristicLab.Optimization-3.3</Name> 188 <Private>False</Private> 176 189 </ProjectReference> 177 190 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 178 191 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 179 192 <Name>HeuristicLab.Parameters-3.3</Name> 193 <Private>False</Private> 180 194 </ProjectReference> 181 195 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 182 196 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 183 197 <Name>HeuristicLab.Persistence-3.3</Name> 198 <Private>False</Private> 184 199 </ProjectReference> 185 200 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 186 201 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 187 202 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 203 <Private>False</Private> 188 204 </ProjectReference> 189 205 </ItemGroup> 190 206 <ItemGroup> 191 207 <None Include="HeuristicLab.snk" /> 192 <None Include=" HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame" />193 <None Include="Properties\AssemblyInfo. frame" />208 <None Include="Plugin.cs.frame" /> 209 <None Include="Properties\AssemblyInfo.cs.frame" /> 194 210 <None Include="TSPLIB Sample Problems\ch130.opt.tour" /> 195 211 <None Include="TSPLIB Sample Problems\ch130.tsp" /> … … 230 246 231 247 call PreBuildEvent.cmd 232 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsTravelingSalesmanPlugin.cs"</PreBuildEvent>248 </PreBuildEvent> 233 249 </PropertyGroup> 234 250 </Project>
Note: See TracChangeset
for help on using the changeset viewer.