Changeset 9286 for branches/ImprovingStringConvertibleMatrix/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj
- Timestamp:
- 03/05/13 16:37:17 (12 years ago)
- Location:
- branches/ImprovingStringConvertibleMatrix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ImprovingStringConvertibleMatrix
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/ImprovingStringConvertibleMatrix/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj
r8600 r9286 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 52 52 <DebugType>pdbonly</DebugType> 53 53 <Optimize>true</Optimize> 54 <OutputPath> $(SolutionDir)\bin\</OutputPath>54 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <ErrorReport>prompt</ErrorReport> … … 63 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> $(SolutionDir)\bin\</OutputPath>65 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath> $(SolutionDir)\bin\</OutputPath>73 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <DocumentationFile> … … 83 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 84 84 <DebugSymbols>true</DebugSymbols> 85 <OutputPath> $(SolutionDir)\bin\</OutputPath>85 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 86 86 <DefineConstants>DEBUG;TRACE</DefineConstants> 87 87 <DebugType>full</DebugType> … … 91 91 </PropertyGroup> 92 92 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 93 <OutputPath> $(SolutionDir)\bin\</OutputPath>93 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 94 94 <DefineConstants>TRACE</DefineConstants> 95 95 <DocumentationFile> … … 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="System" /> 104 <Reference Include="HeuristicLab.Collections-3.3"> 105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 106 <Private>False</Private> 107 </Reference> 108 <Reference Include="HeuristicLab.Common-3.3"> 109 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 110 <Private>False</Private> 111 </Reference> 112 <Reference Include="HeuristicLab.Common.Resources-3.3"> 113 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 114 <Private>False</Private> 115 </Reference> 116 <Reference Include="HeuristicLab.Core-3.3"> 117 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 <Private>False</Private> 119 </Reference> 120 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 121 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 122 <Private>False</Private> 123 </Reference> 124 <Reference Include="HeuristicLab.Operators-3.3"> 125 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 126 <Private>False</Private> 127 </Reference> 128 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 129 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 130 <Private>False</Private> 131 </Reference> 132 <Reference Include="HeuristicLab.Parameters-3.3"> 133 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 134 <Private>False</Private> 135 </Reference> 136 <Reference Include="HeuristicLab.Persistence-3.3"> 137 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 138 <Private>False</Private> 139 </Reference> 140 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 141 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 142 <Private>False</Private> 143 </Reference> 144 <Reference Include="System"> 145 <Private>False</Private> 146 </Reference> 105 147 <Reference Include="System.Core"> 106 148 <RequiredTargetFramework>3.5</RequiredTargetFramework> 107 </Reference> 108 <Reference Include="System.Data" /> 109 <Reference Include="System.Drawing" /> 110 <Reference Include="System.Xml" /> 149 <Private>False</Private> 150 </Reference> 151 <Reference Include="System.Data"> 152 <Private>False</Private> 153 </Reference> 154 <Reference Include="System.Drawing"> 155 <Private>False</Private> 156 </Reference> 157 <Reference Include="System.Xml"> 158 <Private>False</Private> 159 </Reference> 111 160 </ItemGroup> 112 161 <ItemGroup> … … 237 286 <Private>False</Private> 238 287 </ProjectReference> 239 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">240 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>241 <Name>HeuristicLab.Collections-3.3</Name>242 <Private>False</Private>243 </ProjectReference>244 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">245 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>246 <Name>HeuristicLab.Common.Resources-3.3</Name>247 <Private>False</Private>248 </ProjectReference>249 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">250 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>251 <Name>HeuristicLab.Common-3.3</Name>252 <Private>False</Private>253 </ProjectReference>254 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">255 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>256 <Name>HeuristicLab.Core-3.3</Name>257 <Private>False</Private>258 </ProjectReference>259 288 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 260 289 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 261 290 <Name>HeuristicLab.Data-3.3</Name> 262 <Private>False</Private>263 </ProjectReference>264 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">265 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>266 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>267 <Private>False</Private>268 </ProjectReference>269 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">270 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>271 <Name>HeuristicLab.Operators-3.3</Name>272 <Private>False</Private>273 </ProjectReference>274 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">275 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>276 <Name>HeuristicLab.Optimization.Operators-3.3</Name>277 291 <Private>False</Private> 278 292 </ProjectReference> … … 280 294 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 281 295 <Name>HeuristicLab.Optimization-3.3</Name> 282 <Private>False</Private>283 </ProjectReference>284 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">285 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>286 <Name>HeuristicLab.Parameters-3.3</Name>287 <Private>False</Private>288 </ProjectReference>289 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">290 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>291 <Name>HeuristicLab.Persistence-3.3</Name>292 <Private>False</Private>293 </ProjectReference>294 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">295 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>296 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>297 296 <Private>False</Private> 298 297 </ProjectReference> … … 330 329 --> 331 330 <PropertyGroup> 332 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)331 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 333 332 set ProjectDir=$(ProjectDir) 334 333 set SolutionDir=$(SolutionDir) … … 337 336 call PreBuildEvent.cmd 338 337 </PreBuildEvent> 339 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">338 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 340 339 export ProjectDir=$(ProjectDir) 341 340 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.