- Timestamp:
- 09/26/11 15:54:13 (13 years ago)
- Location:
- branches/Trunk/HeuristicLab.Problems.TravelingSalesman/3.3
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/Trunk/HeuristicLab.Problems.TravelingSalesman/3.3
- Property svn:ignore
-
old new 4 4 HeuristicLabProblemsTravelingSalesmanPlugin.cs 5 5 *.vs10x 6 Plugin.cs
-
- Property svn:ignore
-
branches/Trunk/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj
r6832 r6833 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> … … 55 56 <ErrorReport>prompt</ErrorReport> 56 57 <WarningLevel>4</WarningLevel> 57 <DocumentationFile></DocumentationFile> 58 <DocumentationFile> 59 </DocumentationFile> 58 60 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 59 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> … … 71 73 <OutputPath>$(SolutionDir)\bin\x86\Release\</OutputPath> 72 74 <DefineConstants>TRACE</DefineConstants> 73 <DocumentationFile></DocumentationFile> 75 <DocumentationFile> 76 </DocumentationFile> 74 77 <Optimize>true</Optimize> 75 78 <DebugType>pdbonly</DebugType> … … 90 93 <OutputPath>$(SolutionDir)\bin\x64\Release\</OutputPath> 91 94 <DefineConstants>TRACE</DefineConstants> 92 <DocumentationFile></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> 144 <Private>False</Private></ProjectReference> 148 <Private>False</Private> 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> 148 <Private>False</Private></ProjectReference> 153 <Private>False</Private> 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> 152 <Private>False</Private></ProjectReference> 158 <Private>False</Private> 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> 156 <Private>False</Private></ProjectReference> 163 <Private>False</Private> 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> 160 <Private>False</Private></ProjectReference> 168 <Private>False</Private> 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> 164 <Private>False</Private></ProjectReference> 173 <Private>False</Private> 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> 168 <Private>False</Private></ProjectReference> 178 <Private>False</Private> 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> 172 <Private>False</Private></ProjectReference> 183 <Private>False</Private> 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> 176 <Private>False</Private></ProjectReference> 188 <Private>False</Private> 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> 180 <Private>False</Private></ProjectReference> 193 <Private>False</Private> 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> 184 <Private>False</Private></ProjectReference> 198 <Private>False</Private> 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> 188 <Private>False</Private></ProjectReference> 203 <Private>False</Private> 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.