Changeset 8806 for trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 10/15/12 13:06:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)
Note: See TracChangeset
for help on using the changeset viewer.