- Timestamp:
- 10/15/12 13:06:06 (12 years ago)
- Location:
- trunk/sources
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent.csproj
r8600 r8806 108 108 <Reference Include="System" /> 109 109 <Reference Include="System.Core" /> 110 <Reference Include="System.Drawing" /> 110 111 </ItemGroup> 111 112 <ItemGroup> … … 193 194 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 194 195 <PropertyGroup> 195 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)196 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 196 197 set ProjectDir=$(ProjectDir) 197 198 set SolutionDir=$(SolutionDir) … … 200 201 call PreBuildEvent.cmd 201 202 </PreBuildEvent> 202 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">203 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 203 204 export ProjectDir=$(ProjectDir) 204 205 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj
r8600 r8806 97 97 <RequiredTargetFramework>3.5</RequiredTargetFramework> 98 98 </Reference> 99 <Reference Include="System.Drawing" /> 99 100 <Reference Include="System.Xml.Linq"> 100 101 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 211 212 --> 212 213 <PropertyGroup> 213 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)214 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 214 215 set ProjectDir=$(ProjectDir) 215 216 set SolutionDir=$(SolutionDir) … … 218 219 call PreBuildEvent.cmd 219 220 </PreBuildEvent> 220 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">221 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 221 222 export ProjectDir=$(ProjectDir) 222 223 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm/3.3/HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj
r8600 r8806 97 97 <RequiredTargetFramework>3.5</RequiredTargetFramework> 98 98 </Reference> 99 <Reference Include="System.Drawing" /> 99 100 <Reference Include="System.Xml.Linq"> 100 101 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 216 217 --> 217 218 <PropertyGroup> 218 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)219 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 219 220 set ProjectDir=$(ProjectDir) 220 221 set SolutionDir=$(SolutionDir) … … 223 224 call PreBuildEvent.cmd 224 225 </PreBuildEvent> 225 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">226 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 226 227 export ProjectDir=$(ProjectDir) 227 228 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj
r8600 r8806 96 96 <RequiredTargetFramework>3.5</RequiredTargetFramework> 97 97 </Reference> 98 <Reference Include="System.Drawing" /> 98 99 <Reference Include="System.Xml.Linq"> 99 100 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 209 210 --> 210 211 <PropertyGroup> 211 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)212 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 212 213 set ProjectDir=$(ProjectDir) 213 214 set SolutionDir=$(SolutionDir) … … 215 216 216 217 call PreBuildEvent.cmd</PreBuildEvent> 217 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">218 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 218 219 export ProjectDir=$(ProjectDir) 219 220 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Algorithms.RAPGA/3.3/HeuristicLab.Algorithms.RAPGA-3.3.csproj
r8642 r8806 81 81 <Reference Include="System.Core" /> 82 82 <Reference Include="System.Data" /> 83 <Reference Include="System.Drawing" /> 83 84 <Reference Include="System.Xml" /> 84 85 </ItemGroup> … … 176 177 --> 177 178 <PropertyGroup> 178 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)179 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 179 180 set ProjectDir=$(ProjectDir) 180 181 set SolutionDir=$(SolutionDir) … … 183 184 call PreBuildEvent.cmd 184 185 </PreBuildEvent> 185 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">186 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 186 187 export ProjectDir=$(ProjectDir) 187 188 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Algorithms.ScatterSearch/3.3/HeuristicLab.Algorithms.ScatterSearch-3.3.csproj
r8600 r8806 78 78 <Reference Include="System" /> 79 79 <Reference Include="System.Core" /> 80 <Reference Include="System.Drawing" /> 80 81 <Reference Include="System.Xml.Linq" /> 81 82 <Reference Include="System.Data.DataSetExtensions" /> … … 166 167 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 167 168 <PropertyGroup> 168 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)169 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 169 170 set ProjectDir=$(ProjectDir) 170 171 set SolutionDir=$(SolutionDir) … … 173 174 call PreBuildEvent.cmd 174 175 </PreBuildEvent> 175 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">176 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 176 177 export ProjectDir=$(ProjectDir) 177 178 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj
r8600 r8806 97 97 <RequiredTargetFramework>3.5</RequiredTargetFramework> 98 98 </Reference> 99 <Reference Include="System.Drawing" /> 99 100 <Reference Include="System.Xml.Linq"> 100 101 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 206 207 --> 207 208 <PropertyGroup> 208 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)209 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 209 210 set ProjectDir=$(ProjectDir) 210 211 set SolutionDir=$(SolutionDir) … … 213 214 call PreBuildEvent.cmd 214 215 </PreBuildEvent> 215 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">216 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 216 217 export ProjectDir=$(ProjectDir) 217 218 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/HeuristicLab.Algorithms.TabuSearch-3.3.csproj
r8600 r8806 97 97 <RequiredTargetFramework>3.5</RequiredTargetFramework> 98 98 </Reference> 99 <Reference Include="System.Drawing" /> 99 100 <Reference Include="System.Xml.Linq"> 100 101 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 219 220 --> 220 221 <PropertyGroup> 221 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)222 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 222 223 set ProjectDir=$(ProjectDir) 223 224 set SolutionDir=$(SolutionDir) … … 226 227 call PreBuildEvent.cmd 227 228 </PreBuildEvent> 228 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">229 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 229 230 export ProjectDir=$(ProjectDir) 230 231 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj
r8600 r8806 97 97 <RequiredTargetFramework>3.5</RequiredTargetFramework> 98 98 </Reference> 99 <Reference Include="System.Drawing" /> 99 100 <Reference Include="System.Xml.Linq"> 100 101 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 223 224 --> 224 225 <PropertyGroup> 225 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)226 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 226 227 set ProjectDir=$(ProjectDir) 227 228 set SolutionDir=$(SolutionDir) … … 230 231 call PreBuildEvent.cmd 231 232 </PreBuildEvent> 232 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">233 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 233 234 export ProjectDir=$(ProjectDir) 234 235 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r8600 r8806 98 98 </Reference> 99 99 <Reference Include="System.Data" /> 100 <Reference Include="System.Drawing" /> 100 101 <Reference Include="System.Xml" /> 101 102 </ItemGroup> … … 233 234 --> 234 235 <PropertyGroup> 235 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)236 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 236 237 set ProjectDir=$(ProjectDir) 237 238 set SolutionDir=$(SolutionDir) … … 240 241 call PreBuildEvent.cmd 241 242 </PreBuildEvent> 242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">243 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 243 244 export ProjectDir=$(ProjectDir) 244 245 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r8600 r8806 104 104 </Reference> 105 105 <Reference Include="System.Data" /> 106 <Reference Include="System.Drawing" /> 106 107 <Reference Include="System.Xml" /> 107 108 </ItemGroup> … … 264 265 --> 265 266 <PropertyGroup> 266 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)267 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 267 268 set ProjectDir=$(ProjectDir) 268 269 set SolutionDir=$(SolutionDir) … … 271 272 call PreBuildEvent.cmd 272 273 </PreBuildEvent> 273 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">274 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 274 275 export ProjectDir=$(ProjectDir) 275 276 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj
r8800 r8806 106 106 <Reference Include="System" /> 107 107 <Reference Include="System.Core" /> 108 <Reference Include="System.Drawing" /> 108 109 </ItemGroup> 109 110 <ItemGroup> -
trunk/sources/HeuristicLab.Problems.ExternalEvaluation.GP/3.4/HeuristicLab.Problems.ExternalEvaluation.GP-3.4.csproj
r8600 r8806 101 101 <RequiredTargetFramework>3.5</RequiredTargetFramework> 102 102 </Reference> 103 <Reference Include="System.Drawing" /> 103 104 <Reference Include="System.Xml.Linq"> 104 105 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 190 191 --> 191 192 <PropertyGroup> 192 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)193 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 193 194 set ProjectDir=$(ProjectDir) 194 195 set SolutionDir=$(SolutionDir) … … 196 197 call PreBuildEvent.cmd 197 198 </PreBuildEvent> 198 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">199 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 199 200 export ProjectDir=$(ProjectDir) 200 201 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower.csproj
r8600 r8806 105 105 <Reference Include="System" /> 106 106 <Reference Include="System.Core" /> 107 <Reference Include="System.Drawing" /> 107 108 </ItemGroup> 108 109 <ItemGroup> … … 180 181 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 181 182 <PropertyGroup> 182 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)183 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 183 184 set ProjectDir=$(ProjectDir) 184 185 set SolutionDir=$(SolutionDir) … … 187 188 call PreBuildEvent.cmd 188 189 </PreBuildEvent> 189 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">190 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 190 191 export ProjectDir=$(ProjectDir) 191 192 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj
r8600 r8806 105 105 <Reference Include="System.Core" /> 106 106 <Reference Include="System.Data" /> 107 <Reference Include="System.Drawing" /> 107 108 </ItemGroup> 108 109 <ItemGroup> … … 196 197 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 197 198 <PropertyGroup> 198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)199 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 199 200 set ProjectDir=$(ProjectDir) 200 201 set SolutionDir=$(SolutionDir) … … 203 204 call PreBuildEvent.cmd 204 205 </PreBuildEvent> 205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">206 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 206 207 export ProjectDir=$(ProjectDir) 207 208 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj
r8800 r8806 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <Compile Include="JobShopSchedulingProblemView.cs" /> 109 <Compile Include="JobShopSchedulingProblemView.cs"> 110 <SubType>UserControl</SubType> 111 </Compile> 110 112 <Compile Include="JobShopSchedulingProblemView.Designer.cs"> 111 113 <DependentUpon>JobShopSchedulingProblemView.cs</DependentUpon> -
trunk/sources/HeuristicLab.Random/3.3/HeuristicLab.Random-3.3.csproj
r8600 r8806 107 107 </Reference> 108 108 <Reference Include="System.Data" /> 109 <Reference Include="System.Drawing" /> 109 110 <Reference Include="System.Xml" /> 110 111 </ItemGroup> … … 197 198 --> 198 199 <PropertyGroup> 199 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)200 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 200 201 set ProjectDir=$(ProjectDir) 201 202 set SolutionDir=$(SolutionDir) … … 204 205 call PreBuildEvent.cmd 205 206 </PreBuildEvent> 206 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">207 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 207 208 export ProjectDir=$(ProjectDir) 208 209 export SolutionDir=$(SolutionDir) -
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r8600 r8806 105 105 </Reference> 106 106 <Reference Include="System.Data" /> 107 <Reference Include="System.Drawing" /> 107 108 <Reference Include="System.Xml" /> 108 109 </ItemGroup> … … 215 216 --> 216 217 <PropertyGroup> 217 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)218 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 218 219 set ProjectDir=$(ProjectDir) 219 220 set SolutionDir=$(SolutionDir) … … 222 223 call PreBuildEvent.cmd 223 224 </PreBuildEvent> 224 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">225 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 225 226 export ProjectDir=$(ProjectDir) 226 227 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.